.pad20 {
  padding: 0 20px 20px;
  box-sizing: border-box;
}
.m_bot14 {
  margin-bottom: 14px;
}
.file-position {
  left: 0px;
  top: 48px;
  width: 100%;
  min-width: 1300px;
  height: calc(100% - 48px);
  overflow: auto;
  z-index: 998;
  position: relative;
  transition: 0.3s;
}
.menu-horizontal {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  min-width: 1300px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
  box-sizing: border-box;
  z-index: 999;
}
.menu-list {
  display: table;
  margin: 0px auto;
  user-select: none;
  position: relative;
  z-index: 999;
  min-height: 48px;
}
.screen_box {
  border-bottom: 1px solid #e9e9eb;
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.search_btns {
  display: inline-block;
  height: 100%;
  padding-left: 20px;
  vertical-align: middle;
  position: relative;
}
.search_btns:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e9e9eb;
  position: absolute;
  left: 0;
  top: 0;
}
.search_btns .el-button + .el-button--small {
  display: block;
  margin-left: 0;
}
.search_btns .el-button + .el-button--small:last-child {
  margin-top: 14px;
}
.screenLine {
  display: inline-block;
  margin-right: 20px;
}
.screenLine .screen_line_title {
  display: inline-block;
  min-width: 90px;
  text-align: left;
  font-size: 14px;
  color: #606266;
}
.screenLine .screen_line_title_select {
  width: 150px;
  display: inline-block;
}
.screenLine .screen_line_title_select .el-input__inner {
  border: none;
  padding-left: 0;
}
.screenLine .screen_line_val {
  display: inline-block;
  width: 240px;
  background: #f2f3f5;
  font-size: 14px;
  border-radius: 4px;
  vertical-align: middle;
}
.screen_line_val .el-date-editor,
.screen_line_val .el-input,
.screen_line_val .el-radio-group,
.screen_line_val .el-select {
  width: 100% !important;
  height: 100%;
}
.screen_line_val .el-range-input {
  background: none;
}
.screen_line_val .el-input__inner {
  background: #f2f3f5;
  border: none;
}
.screen_line_val .el-input__inner:hover {
  border: none;
}
.screen_line_val .el-input__inner::-webkit-input-placeholder {
  font-size: 14px;
  color: #909399;
}
.operate_btns {
  padding-top: 14px;
  margin-bottom: 14px;
}
.operate_btns .el-button:first-child {
  margin: 0;
}
.operate_btns .el-button,
.operate_btns .el-dropdown {
  margin-left: 12px;
}
.el-table__body td.el-table__cell {
  font-size: 12px;
}
.el-table th.el-table__cell {
  background: #f2f3f5 !important;
  height: 50px !important;
  box-sizing: border-box;
  padding: 0;
}
.el-table th.el-table__cell > .cell {
  font-weight: 700 !important;
}
.filter {
  width: -moz-max-content;
  width: max-content;
  color: #409eff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.filter .shaixuan {
  display: inline-block;
  padding: 0 6px 0 3px;
  vertical-align: top;
}
.filter .direct {
  background: #ecf5ff;
  width: 14px;
  height: 14px;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #d9ecff;
}
.filterIcon {
  width: 12px;
  height: 12px;
  display: inline-block;
}
* {
  margin: 0;
  padding: 0;
}
.app-wrap {
  background-color: #f5f7fb;
  width: 100vw;
  height: 100vh;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img:not([src]),
img[src=""] {
  opacity: 0;
}
.el-drawer__body::-webkit-scrollbar,
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar,
.scrollable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.el-drawer__body::-webkit-scrollbar-thumb,
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-thumb,
.scrollable::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ddd;
}
.el-drawer__body::-webkit-scrollbar-thumb:hover,
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-thumb:hover,
.scrollable::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #a1a1a1;
}
.el-drawer__body::-webkit-scrollbar-track,
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-track,
.scrollable::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f6f6f6;
}
.hideScrollable::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.el-table {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5em;
  margin: 1em auto;
}
.el-table__cell {
  border-color: #f9f9f9 !important;
}
.el-table__cell .cell {
  font-weight: 400;
}
.el-dialog {
  border-radius: 0.5em !important;
}
.el-button {
  border-radius: 4px !important;
}
.el-dialog__body {
  padding: 1em 2em 1em !important;
}
.el-upload-list {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.el-table .cell {
  overflow: unset !important;
}
.el-popover {
  border-radius: 0.5em !important;
}
.codeEdit-drawer .el-drawer__header {
  margin-bottom: 0;
  color: #333;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  z-index: 100;
}
.codeEdit-drawer .el-drawer__body {
  background-color: #f6f6f6;
}
.addQrcodeDialog .el-dialog__body {
  padding-bottom: 0 !important;
}
.custom-del .el-message-box__btns {
  display: flex !important;
  flex-direction: row-reverse;
}
.custom-del .custom-cancel-button {
  color: #fff !important;
  border: 1px solid #b3d8ff;
  background: #409eff !important;
}
.custom-del .custom-cancel-button,
.custom-del .el-button--small,
.custom-del .el-button--small.is-round {
  margin-left: 12px !important;
}
.custom-del .custom-confirm-button {
  color: #fff;
}
.custom-del .custom-confirm-button,
.custom-del .custom-confirm-button:hover {
  background: #f56c6c !important;
  border-color: #f56c6c !important;
}
.max_cellHeight {
  max-height: 68px;
  overflow: auto;
}
.expand {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 15px;
  color: #409eff;
  font-weight: 400;
}
.expand .showTxt {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.select-box {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
}
.select-list {
  width: 50%;
  float: left;
  box-sizing: border-box;
  height: 550px;
  padding: 1.5em;
}
.select-list + .select-list {
  border-left: 1px solid #e5e7eb;
}
.select-saerch-line {
  width: 100%;
}
.select-saerch-input,
.select-saerch-select {
  width: calc(50% - 7px) !important;
}
.select-saerch-input {
  margin-left: 14px;
}

.user-header {
  width: 24px;
  height: 24px;
  background-color: #c9cdd4;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
}
.select-table .user-header {
  width: 36px;
  height: 36px;
}
.user-header span {
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.55);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.user-name {
  font-size: 14px;
  line-height: 24px;
  margin-left: 0.5em;
}
.user-name p {
  display: block;
  width: 100%;
}
.user-tags {
  margin-top: 5px;
  margin-right: 5px;
}
.user-tags:last-child {
  margin-right: 0;
}
.list-title-text {
  font-size: 12px;
  color: #999;
  line-height: 32px;
}
.select-list-show {
  height: 464px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 1em;
  border: 1em;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5em;
  margin-top: 14px;
  position: relative;
}
.show-item {
  padding: 0.8em 0;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  border-radius: 0.5em;
}
.show-item .user-box {
  width: auto;
}
.show-item-btn {
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  margin: 3.5px 0;
  color: #333;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.show-item-btn:hover {
  background-color: #888;
  color: #fff;
}
.show-item:hover {
  background-color: #f9f9f9;
  padding: 0.8em 1em;
}
.submit-box {
  margin-top: 14px;
  margin-left: auto;
  display: table;
}
.select-tisp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tisp-text {
  display: block;
  width: 100%;
  line-height: 42px;
  text-align: center;
  color: #999;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tisp-text-button {
  display: block;
  margin: 0 auto;
}
.table-header {
  display: block;
  width: 100%;
  overflow: hidden;
}
.table-header-text {
  float: left;
}
.table-header-btn {
  float: right;
  margin-left: 14px;
}
.content_tit {
  font-size: 14px;
  font-weight: 700;
  color: #606266;
  margin-bottom: 5px;
}
.small_content {
  width: 100%;
  padding: 10px 10px 10px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9eb;
}
.bottomBtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modeule-select {
  color: #999;
  font-size: 12px;
  line-height: 32px;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  vertical-align: middle;
}
.btns {
  padding: 12px 0;
}
.main_left {
  width: 69%;
  height: 100%;
  padding-right: 16px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e9e9eb;
}
.main_right {
  width: calc(31% - 1px);
  height: 100%;
  overflow: auto;
  display: inline-block;
}
.main_content {
  width: 100%;
  height: 70vh;
  border-bottom: 1px solid #e9e9eb;
}
.edit-box {
  display: block;
  width: 100%;
}
.edit-move-box {
  width: 600px;
  height: 600px;
  background-color: #efefef;
  float: left;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-bg,
.edit-move-box {
  position: relative;
  overflow: hidden;
}
.edit-bg.maxEdit {
  width: 100%;
  height: 100%;
}
.edit-bg-image {
  max-width: 100%;
  max-height: 100%;
}
.not-bg-qrcode {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
}
.edit-qrcode-header {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20%;
  height: 20%;
  transform: translate(-50%, -50%);
}
.edit-qrcode {
  position: absolute;
  left: 0;
  top: 0;
}
.edit-select-box {
  width: 243px;
  box-sizing: border-box;
  padding-left: 28px;
  float: left;
}
.edit-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
  color: #333;
}
.edit-select-image-box {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  background-color: #efefef;
}
.edit-select-item + .edit-select-item {
  margin-top: 14px;
}
.edit-select-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.edit-select-btn-box {
  overflow: hidden;
  width: 100%;
  margin-top: 7px;
}
.edit-select-btn {
  float: left;
  display: block;
}
.edit-select-btn + .edit-select-btn {
  margin-left: 7px;
}
.screenLine .screen_line_val {
  width: 180px;
}
.screenLine .small_line_val {
  width: 145px;
}
.screenLine:last-child {
  margin-right: 0;
}
.el-table:before {
  background: none;
}
.module-line {
  width: 100%;
}
.module-line + .module-line {
  margin-top: 10;
}
.module-line-title {
  width: 112px;
  font-size: 14px;
  display: inline-block;
  line-height: 32px;
}
.module-line-title span {
  color: red;
  margin-right: 7px;
}
.module-line-title i {
  color: #aaa;
}
.module-line-value {
  display: inline-block;
  width: calc(100% - 140px);
}
.module-line-value .showTag {
  display: inline-block;
  margin-left: 10px;
  width: calc(100% - 40px);
}
.module-line-value .module-line-value-tag-list {
  display: inline-block;
}
.module-line-value .module-line-vlaue-btn {
  margin-bottom: 10px;
}
.module-line-value-tag {
  margin-right: 6px;
  margin-bottom: 6px;
}
.module-line-input {
  max-width: 350px;
}
.module-line-value-part {
  width: 100%;
  padding: 8px 0;
}
.module-line-value-part .remark-input .el-input__inner {
  background-color: transparent;
  border: none;
  color: #333;
  padding-left: 0;
}
.remark-box {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1em 0.5em;
  background-color: #f6f6f6;
  border-radius: 0.5em;
}
.remark-box .el-textarea__inner {
  border: none;
  background: none;
  padding: 0;
}
.remark-tag-list {
  overflow: hidden;
  margin-top: 7px;
}
.remark-tag-item {
  margin-right: 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.el-slider__marks-text {
  width: -moz-max-content;
  width: max-content;
}
.modult-line-qrcode-box {
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
}
.modult-line-qrcode-bottom {
  width: 150px;
  height: 150px;
}
.modult-line-qrcode-top {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.modult-line-qrcode-btn {
  width: 150px;
  margin: 7px 0;
}
.modult-line-qrcode-tisp {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #999;
}
.custom-qrcode-show {
  position: relative;
  overflow: hidden;
  margin: 10px auto;
  display: table;
}
.custom-qrcode-show.not-bg {
  width: 150px;
  height: 150px;
}
.custom-qrcode-bg {
  display: block;
  max-width: 300px;
  max-height: 300px;
}
.custom-qrcode-show.not-bg .custom-qrcode-bg {
  display: none;
}
.custom-qrcode-show.not-bg .custom-qrcode-main {
  width: 100% !important;
  height: 100% !important;
}
.custom-qrcode-main {
  position: absolute;
}
.custom-qrcode {
  display: block;
  width: 100%;
}
.custom-qrcode-header {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20%;
  height: 20%;
  transform: translate(-50%, -50%);
}
.user-header {
  width: 36px;
  height: 36px;
  background-color: #c9cdd4;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: text-bottom;
}
.user-header span {
  font-size: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.55);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.user-name .el-tag {
  margin-right: 5px;
}
.user-name .el-tag:last-child {
  margin: 0;
}
.user-name p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-name .reserve {
  color: #e6a23c;
  font-size: 12px;
}
.user-name .success {
  color: #409eff;
  font-size: 12px;
}
.user-name .warning {
  color: #f56c6c;
}
.iconBtn {
  width: 20px;
  height: 20px;
  font-size: 14px;
  padding: 0;
}
.empty-tisp span {
  cursor: pointer;
  color: #409eff;
}
.codeName {
  margin-bottom: 6px;
}
.codeName span {
  font-size: 16px;
  font-weight: 700;
  color: #409eff;
}
.foun-line {
  display: block;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 0.5em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 1em;
}
.foun-line.sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
.foun-line-input {
  float: left;
  margin-right: 7px;
}
.foun-vlaue-list {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.foun-value-item {
  display: block;
  width: calc(20% - 11.2px);
  float: left;
  border-radius: 0.5em;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
}
.foun-value-item + .foun-value-item {
  margin-left: 14px;
}
.foun-value-item:first-child,
.foun-value-item:nth-child(2) {
  background-image: linear-gradient(#f2f9fe, #e6f4fe);
}
.foun-value-item:nth-child(3) {
  background-image: linear-gradient(#f5fef2, #e6feee);
}
.foun-value-item:nth-child(4),
.foun-value-item:nth-child(5) {
  background-image: linear-gradient(#f7f7ff, #ececff);
}
.foun-value-title {
  line-height: 28px;
  margin-bottom: 21px;
}
.foun-value-value {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.foun-value-value-text {
  width: calc(100% - 56px);
  line-height: 42px;
  font-size: 30px;
}
.foun-value-value-text,
.foun-value-value-tisp {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI,
    Helvetica Neue, Arial, Noto Sans, "sans-serif", Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}
.foun-value-value-tisp {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #999;
  font-size: 14px;
}
.foun-chart {
  width: 100%;
  height: 480px;
  border-radius: 0.5em;
  overflow: hidden;
  margin-top: 1em;
}
.foun-table {
  margin-top: 1em;
}
.retained-table {
  min-height: 400px;
}
.user-box {
  display: inline-block;
  position: relative;
  top: 2px;
}
.user-header {
  width: 24px;
  height: 24px;
  background-color: #c9cdd4;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.user-header span {
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.55);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.showNumber {
  display: block;
  width: 100%;
  max-width: 112px;
  line-height: 28px;
  border-radius: 4px;
  background-color: rgba(34, 84, 244, 0.44);
  color: #fff;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.moduls-box .qrcode-edit-body {
  padding: 0;
}
@media screen and (max-width: 750px) {
  .menu-horizontal {
    display: none;
  }
  .file-position {
    top: 0 !important;
    height: 100% !important;
  }
  .app-wrap,
  .file-position,
  .standard {
    width: 100% !important;
    min-width: unset !important;
  }
  .showMobile {
    width: 100% !important;
    margin-top: 12px;
  }
  .foun-vlaue-list {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .foun-value-item {
    width: 20% !important;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
  }
  .foun-title {
    font-size: 12px;
  }
  .foun-value-title {
    font-size: 13px;
    margin-bottom: 0 !important;
  }
  .foun-line {
    padding: 12px !important;
    border-radius: 0 !important;
  }
  .show_main_value {
    display: block;
    font-weight: 700;
  }
  .show_main_value span,
  .show_rate {
    font-size: 13px;
    color: #909399;
    font-weight: 400;
  }
}
@media screen and (max-width: 1579px) {
  .menu-account-select-box {
    position: absolute;
    left: 1em;
    top: 52.5%;
    transform: translateY(-50%);
  }

  .menu-account-logo,
  .menu-account-service {
    display: none;
  }
}

@media screen and (min-width: 1580px) {
  .menu-account-select-box {
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-account-service {
    font-size: 0px;
    margin-right: 16px;
    position: relative;
    padding-top: 12px;
  }

  .menu-account-service img {
    width: 110px;
  }

  .menu-account-logo {
    width: 112px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: "PingFang Sc";
    margin-right: 7px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-account-logo .logo {
    display: inline-block;
    width: 40px;
    margin-right: 8px;
  }

  .menu-account-logo .logo img {
    display: block;
    width: 100%;
  }

  .selPopover {
    position: relative;
  }

  .selPopover::before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(238, 238, 238);
  }
}

.select-box {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
}
.select-list {
  width: 50%;
  float: left;
  box-sizing: border-box;
  height: 550px;
  padding: 1.5em;
}
.select-list + .select-list {
  border-left: 1px solid #e5e7eb;
}
.select-saerch-line {
  width: 100%;
  overflow: hidden;
}
.select-saerch-select {
  width: calc(100% - 126px);
  float: left;
}
.select-saerch-btn {
  width: 105px;
  float: left;
}
.select-saerch-input {
  margin-left: 14px;
}
.user-header {
  width: 24px;
  height: 24px;
  background-color: #c9cdd4;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.user-header span {
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.55);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.list-title-text {
  font-size: 12px;
  color: #999;
  line-height: 32px;
}
.list-title-text .addTag {
  display: inline-block;
  margin-right: 5px;
  color: #f56c6c;
  cursor: pointer;
}
.select-list-show {
  height: 460px;
  margin-top: 10px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-right: 1em;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  padding: 1em;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
.show-item {
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  line-height: 35px;
  height: 35px;
}
.show-item .user-box {
  width: auto;
}
.show-item-btn {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 3.5px 0;
  color: #333;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.show-item-btn:hover {
  background-color: #efefef;
  color: #333;
}
.show-tag-group {
  display: block;
  margin-bottom: 7px;
}
.show-tag-group-name {
  width: 100%;
  line-height: 28px;
  color: #999;
  font-size: 12px;
}
.show-tag-checkbox {
  display: block;
  width: 100%;
}
.show-tag-checkbox + .show-tag-checkbox {
  margin-top: 7px;
}
.submit-box {
  margin-top: 14px;
  margin-left: auto;
  display: table;
}
.checkbox-input {
  font-size: 13px;
  box-sizing: border-box;
  padding-left: 21px;
  position: relative;
  cursor: pointer;
  display: table;
}
.checkbox-input + .checkbox-input {
  margin-top: 7px;
}
.checkbox-input-frame {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border: 1px solid #efefef;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s;
}
.checkbox-input-frame i {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%) scale(0.8);
  color: #fff;
  opacity: 0;
}
.checkbox-input-name {
  line-height: 21px;
  transition: all 0.3s;
}
.checkbox-input.active .checkbox-input-frame {
  border-color: #409eff;
  background-color: #409eff;
}
.checkbox-input.active .checkbox-input-frame i {
  opacity: 1;
}
.checkbox-input.active .checkbox-input-name {
  color: #409eff;
}
.searchFh {
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  float: left;
}
.searchFh .el-select:hover .el-input__inner {
  border: none;
  border-radius: 0;
}
.auxiliary-select .el-input__inner {
  background-color: #f5f7fa;
  color: #909399;
  border: 1px solid #dcdfe6;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.searchFh .search-line-input {
  margin: 0;
}
.searchFh .search-line-input .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.remark-box {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1em 1em;
  background-color: #f6f6f6;
  border-radius: 0.5em;
}
.remark-tag-list {
  overflow: hidden;
  margin-top: 7px;
}
.remark-tag-item {
  margin-right: 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.remark-input .el-input__inner {
  background-color: transparent;
  border: none;
  color: #333;
  padding-left: 0;
}
.module-line-title {
  width: 70px;
  font-size: 14px;
  line-height: 32px;
}
.module-line-title span {
  color: red;
  margin-right: 7px;
}
.module-line-title i {
  color: #aaa;
}
.module-line-value {
  width: calc(100% - 70px);
}
.module-line-input {
  max-width: 350px;
}
.module-line {
  width: 100%;
}
.module-line + .module-line {
  margin-top: 11.2px;
}
.group-check {
  width: 100%;
  padding: 6px 12px;
  box-sizing: border-box;
}
.el-checkbox__label {
  font-size: 16px !important;
}
.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 15px;
}
.el-select-dropdown__item p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.el-select-dropdown__item p .el-icon-circle-check,
.el-select-dropdown__item p .select {
  font-weight: 700;
  color: #409eff;
}
[v-cloak] {
  display: none;
}
body {
  margin: 0;
  background: #f5f6fb;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
.el-tabs__header {
  margin-bottom: 14px;
}

.standard {
  width: calc(100% - 28px);
  margin: 0px;
}
/* 父级行默认白色背景 */
.el-table__row--level-0 > td {
  background: #fff;
  height: 52px;
}

/* 手动斑马纹类 - 通过 JS 控制 */
.el-table__row--level-0.manual-stripe > td {
  background: #f6f8fc;
}
.date-tree-cell {
  display: flex;
  align-items: center;
  width: 100%;
}
.date-tree-cell--parent {
  gap: 12px;
  font-weight: 700;
  color: #303133;
  padding: 8px 0;
  cursor: pointer;
}
.date-tree-cell--parent .el-table__expand-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 3px;
  background: #f3f7ff;
  color: #337eff;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.date-tree-cell--parent .el-table__expand-icon i {
  font-size: 14px;
}
.date-tree-cell--parent:hover .el-table__expand-icon {
  background: #e3edff;
}
.date-tree-cell--parent:hover .date-tree-text {
  color: #2464d4;
}
.date-tree-cell--child {
  gap: 8px;
  padding: 10px 0;
}
.date-tree-cell--child .el-table__indent,
.date-tree-cell--child .el-table__placeholder {
  display: inline-block;
}
.date-tree-cell--child .el-table__placeholder {
  width: 16px;
}
.date-tree-cell--child .user-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.date-tree-cell--child .user-header {
  width: 30px;
  height: 30px;
  background-color: #c9cdd4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.date-tree-cell--child .user-header span {
  transform: scale(0.7);
  color: #fff;
  transform-origin: center;
}
.date-tree-cell--child .user-name {
  font-size: 14px;
  color: #4a4f63;
}
.date-tree-cell--child .date-tree-text {
  font-size: 13px;
  color: #909399;
}
.date-tree-text {
  font-size: 14px;
  color: #4a4f63;
  font-weight: 600;
}
.el-table__row--level-0 {
  cursor: pointer !important;
  transition: background-color 0.2s ease;
}
/* 子行统一白色背景，不需要斑马纹 */
.el-table__row--level-1 > td,
.el-table__row--level-2 > td {
  background: #fff !important;
}
#app .app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e9e9eb;
}
#app .app-header__brand {
  display: flex;
  align-items: center;
  gap: 18px;
}
#app .app-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef3ff 100%);
  box-shadow: 0 6px 16px rgba(30, 78, 170, 0.12);
}
#app .app-header__logo-svg {
  width: 48px;
  height: 48px;
}
#app .app-header__title-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#app .app-header__title {
  font-size: 28px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1.2;
}
#app .app-header__subtitle {
  font-size: 14px;
  color: #606266;
}
#app .app-header__badge {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  padding: 6px 20px 6px 6px;
  border: 1px solid #3a8bff;
  background: linear-gradient(
    90deg,
    #337eff 0%,
    #3a8bff 45%,
    #f5f8ff 45%,
    #f5f8ff 100%
  );
  box-shadow: 0 6px 16px rgba(58, 139, 255, 0.12);
}
#app .app-header__badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #337eff;
  color: #fff;
}
#app .app-header__badge-icon .el-icon-chat-dot-square {
  font-size: 18px;
}
#app .app-header__badge-text {
  font-size: 14px;
  color: #2464d4;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 960px) {
  #app .app-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  #app .app-header__badge {
    width: auto;
  }
}

/* 表格行 hover 效果 - 只针对父级行（level-0） */
/* 使用多个选择器确保覆盖所有情况 */
.el-table__row--level-0:hover > td,
.el-table__row--level-0:hover > td.el-table__cell,
.el-table__body tr.el-table__row--level-0:hover > td,
.el-table__body tr.el-table__row--level-0:hover > td.el-table__cell,
.el-table__row--level-0.manual-stripe:hover > td,
.el-table__row--level-0.manual-stripe:hover > td.el-table__cell,
.el-table__row--level-0.hover-active > td,
.el-table__row--level-0.hover-active > td.el-table__cell {
  background: #eef5ff !important;
}

/* 固定列的 hover 效果（如果有的话） */
.el-table__fixed-left
  .el-table__body
  tr.el-table__row--level-0:hover
  > td.el-table__cell,
.el-table__fixed-left
  .el-table__row--level-0.manual-stripe:hover
  > td.el-table__cell,
.el-table__fixed-left .el-table__row--level-0.hover-active > td.el-table__cell,
.el-table__fixed .el-table__row--level-0:hover > td,
.el-table__fixed .el-table__row--level-0:hover > td.el-table__cell {
  background: #eef5ff !important;
}
