/* stylelint-disable */
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.flex-1 {
  flex: 1 !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-center {
  display: flex;
  align-items: center;
}
.flex-center-between {
  display: flex;
  align-content: space-between;
  align-items: center;
}
.float-none {
  float: none !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.icon-sm {
  font-size: 28px !important;
}
.icon-md {
  font-size: 56px !important;
}
.icon-lg {
  font-size: 84px !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.point {
  cursor: pointer;
}
.no-resize {
  min-width: 100%;
  max-width: 100%;
  resize: none;
}
.no-data {
  color: rgba(0, 0, 0, 0.25);
  font-size: 16px;
  line-height: 64px;
  text-align: center;
}
.no-data i {
  position: relative;
  top: 3px;
  margin-right: 16px;
  font-size: 24px;
}
.block-center {
  margin: 0 auto;
}
.bg-center {
  background-position: center center;
  background-size: cover;
}
.page-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  padding-top: 200px;
  text-align: center;
  background: #f5f5f5;
}
.color-weak {
  display: block;
  filter: invert(80%);
}
.disabled {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.colon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.colon::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.rotate-360 {
  transform: rotate(360deg);
}
.rotate-345 {
  transform: rotate(345deg);
}
.rotate-330 {
  transform: rotate(330deg);
}
.rotate-315 {
  transform: rotate(315deg);
}
.rotate-300 {
  transform: rotate(300deg);
}
.rotate-285 {
  transform: rotate(285deg);
}
.rotate-270 {
  transform: rotate(270deg);
}
.rotate-255 {
  transform: rotate(255deg);
}
.rotate-240 {
  transform: rotate(240deg);
}
.rotate-225 {
  transform: rotate(225deg);
}
.rotate-210 {
  transform: rotate(210deg);
}
.rotate-195 {
  transform: rotate(195deg);
}
.rotate-180 {
  transform: rotate(180deg);
}
.rotate-165 {
  transform: rotate(165deg);
}
.rotate-150 {
  transform: rotate(150deg);
}
.rotate-135 {
  transform: rotate(135deg);
}
.rotate-120 {
  transform: rotate(120deg);
}
.rotate-105 {
  transform: rotate(105deg);
}
.rotate-90 {
  transform: rotate(90deg);
}
.rotate-75 {
  transform: rotate(75deg);
}
.rotate-60 {
  transform: rotate(60deg);
}
.rotate-45 {
  transform: rotate(45deg);
}
.rotate-30 {
  transform: rotate(30deg);
}
.rotate-15 {
  transform: rotate(15deg);
}
.scrollbar {
  overflow: auto;
}
.scrollbar-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.scrollbar-y {
  overflow-x: hidden;
  overflow-y: auto;
}
body,
aside,
section,
.scrollbar,
.ant-dialog-wrap,
.ant-drawer-body,
.ant-drawer-wrapper-body,
.ant-anchor-wrapper,
textarea.ant-input,
.ant-select-tree-list,
.ant-table-body,
.ant-table-head,
.better-scrollbar-wrapper,
div,
ul {
  scrollbar-color: #A4A4A4 #E5E5E5;
  scrollbar-width: thin;
}
body::-webkit-scrollbar,
aside::-webkit-scrollbar,
section::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar,
.ant-dialog-wrap::-webkit-scrollbar,
.ant-drawer-body::-webkit-scrollbar,
.ant-drawer-wrapper-body::-webkit-scrollbar,
.ant-anchor-wrapper::-webkit-scrollbar,
textarea.ant-input::-webkit-scrollbar,
.ant-select-tree-list::-webkit-scrollbar,
.ant-table-body::-webkit-scrollbar,
.ant-table-head::-webkit-scrollbar,
.better-scrollbar-wrapper::-webkit-scrollbar,
div::-webkit-scrollbar,
ul::-webkit-scrollbar {
  width: 9px;
  height: 6px;
}
body::-webkit-scrollbar-track,
aside::-webkit-scrollbar-track,
section::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track,
.ant-dialog-wrap::-webkit-scrollbar-track,
.ant-drawer-body::-webkit-scrollbar-track,
.ant-drawer-wrapper-body::-webkit-scrollbar-track,
.ant-anchor-wrapper::-webkit-scrollbar-track,
textarea.ant-input::-webkit-scrollbar-track,
.ant-select-tree-list::-webkit-scrollbar-track,
.ant-table-body::-webkit-scrollbar-track,
.ant-table-head::-webkit-scrollbar-track,
.better-scrollbar-wrapper::-webkit-scrollbar-track,
div::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 9px rgba(204, 204, 204, 0.3);
}
body::-webkit-scrollbar-thumb,
aside::-webkit-scrollbar-thumb,
section::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb,
.ant-dialog-wrap::-webkit-scrollbar-thumb,
.ant-drawer-body::-webkit-scrollbar-thumb,
.ant-drawer-wrapper-body::-webkit-scrollbar-thumb,
.ant-anchor-wrapper::-webkit-scrollbar-thumb,
textarea.ant-input::-webkit-scrollbar-thumb,
.ant-select-tree-list::-webkit-scrollbar-thumb,
.ant-table-body::-webkit-scrollbar-thumb,
.ant-table-head::-webkit-scrollbar-thumb,
.better-scrollbar-wrapper::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
}
.menu-scroll,
.thin-scroll-bar {
  scrollbar-color: #A4A4A4 #E5E5E5;
  scrollbar-width: thin;
}
.menu-scroll::-webkit-scrollbar,
.thin-scroll-bar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.menu-scroll::-webkit-scrollbar-track,
.thin-scroll-bar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
}
.menu-scroll::-webkit-scrollbar-thumb,
.thin-scroll-bar::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
}
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mx0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p0 {
  padding: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.px0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.m-xs {
  margin: 10px / 2 !important;
}
.mt-xs {
  margin-top: 10px / 2 !important;
}
.mr-xs {
  margin-right: 10px / 2 !important;
}
.mb-xs {
  margin-bottom: 10px / 2 !important;
}
.ml-xs {
  margin-left: 10px / 2 !important;
}
.mx-xs {
  margin-right: 10px / 2 !important;
  margin-left: 10px / 2 !important;
}
.my-xs {
  margin-top: 10px / 2 !important;
  margin-bottom: 10px / 2 !important;
}
.p-xs {
  padding: 10px / 2 !important;
}
.pt-xs {
  padding-top: 10px / 2 !important;
}
.pr-xs {
  padding-right: 10px / 2 !important;
}
.pb-xs {
  padding-bottom: 10px / 2 !important;
}
.pl-xs {
  padding-left: 10px / 2 !important;
}
.px-xs {
  padding-right: 10px / 2 !important;
  padding-left: 10px / 2 !important;
}
.py-xs {
  padding-top: 10px / 2 !important;
  padding-bottom: 10px / 2 !important;
}
.m-sm {
  margin: 10px !important;
}
.mt-sm {
  margin-top: 10px !important;
}
.mr-sm {
  margin-right: 10px !important;
}
.mb-sm {
  margin-bottom: 10px !important;
}
.ml-sm {
  margin-left: 10px !important;
}
.mx-sm {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.my-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.p-sm {
  padding: 10px !important;
}
.pt-sm {
  padding-top: 10px !important;
}
.pr-sm {
  padding-right: 10px !important;
}
.pb-sm {
  padding-bottom: 10px !important;
}
.pl-sm {
  padding-left: 10px !important;
}
.px-sm {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.py-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.m-md {
  margin: 20px !important;
}
.mt-md {
  margin-top: 20px !important;
}
.mr-md {
  margin-right: 20px !important;
}
.mb-md {
  margin-bottom: 20px !important;
}
.ml-md {
  margin-left: 20px !important;
}
.mx-md {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.my-md {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.p-md {
  padding: 20px !important;
}
.pt-md {
  padding-top: 20px !important;
}
.pr-md {
  padding-right: 20px !important;
}
.pb-md {
  padding-bottom: 20px !important;
}
.pl-md {
  padding-left: 20px !important;
}
.px-md {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.py-md {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.m-lg {
  margin: 30px !important;
}
.mt-lg {
  margin-top: 30px !important;
}
.mr-lg {
  margin-right: 30px !important;
}
.mb-lg {
  margin-bottom: 30px !important;
}
.ml-lg {
  margin-left: 30px !important;
}
.mx-lg {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.my-lg {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.p-lg {
  padding: 30px !important;
}
.pt-lg {
  padding-top: 30px !important;
}
.pr-lg {
  padding-right: 30px !important;
}
.pb-lg {
  padding-bottom: 30px !important;
}
.pl-lg {
  padding-left: 30px !important;
}
.px-lg {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.py-lg {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-deleted {
  text-decoration: line-through;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-wrap {
  white-space: pre-wrap !important;
}
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold {
  font-weight: 700;
}
.font-italic {
  font-style: italic;
}
.text-xs {
  font-size: 12px !important;
}
.text-sm {
  font-size: 14px !important;
}
.text-md {
  font-size: 16px !important;
}
.text-lg {
  font-size: 18px !important;
}
.text-xl {
  font-size: 22px !important;
}
.width-xs {
  width: 100px !important;
}
.max-width-xs {
  max-width: 100px !important;
}
.min-width-xs {
  min-width: 100px !important;
}
.width-sm {
  width: 200px !important;
}
.max-width-sm {
  max-width: 200px !important;
}
.min-width-sm {
  min-width: 200px !important;
}
.width-md {
  width: 300px !important;
}
.max-width-md {
  max-width: 300px !important;
}
.min-width-md {
  min-width: 300px !important;
}
.width-lg {
  width: 400px !important;
}
.max-width-lg {
  max-width: 400px !important;
}
.min-width-lg {
  min-width: 400px !important;
}
.width-xl {
  width: 500px !important;
}
.max-width-xl {
  max-width: 500px !important;
}
.min-width-xl {
  min-width: 500px !important;
}
.width-xxl {
  width: 600px !important;
}
.max-width-xxl {
  max-width: 600px !important;
}
.min-width-xxl {
  min-width: 600px !important;
}
.width-10 {
  width: 10% !important;
}
.max-width-10 {
  max-width: 10% !important;
}
.min-width-10 {
  min-width: 10% !important;
}
.width-20 {
  width: 20% !important;
}
.max-width-20 {
  max-width: 20% !important;
}
.min-width-20 {
  min-width: 20% !important;
}
.width-30 {
  width: 30% !important;
}
.max-width-30 {
  max-width: 30% !important;
}
.min-width-30 {
  min-width: 30% !important;
}
.width-40 {
  width: 40% !important;
}
.max-width-40 {
  max-width: 40% !important;
}
.min-width-40 {
  min-width: 40% !important;
}
.width-50 {
  width: 50% !important;
}
.max-width-50 {
  max-width: 50% !important;
}
.min-width-50 {
  min-width: 50% !important;
}
.width-60 {
  width: 60% !important;
}
.max-width-60 {
  max-width: 60% !important;
}
.min-width-60 {
  min-width: 60% !important;
}
.width-70 {
  width: 70% !important;
}
.max-width-70 {
  max-width: 70% !important;
}
.min-width-70 {
  min-width: 70% !important;
}
.width-80 {
  width: 80% !important;
}
.max-width-80 {
  max-width: 80% !important;
}
.min-width-80 {
  min-width: 80% !important;
}
.width-90 {
  width: 90% !important;
}
.max-width-90 {
  max-width: 90% !important;
}
.min-width-90 {
  min-width: 90% !important;
}
.width-100 {
  width: 100% !important;
}
.max-width-100 {
  max-width: 100% !important;
}
.min-width-100 {
  min-width: 100% !important;
}
.ant-table .ant-table-thead > tr > th {
  padding: 6px 8px;
  border-bottom: 1px solid var(--tableHeaderBorderBottomColor);
  font-size: 14px;
  color: var(--tableHeaderColor);
  background: var(--tableHeaderBg);
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-table .ant-table-thead .ant-table-cell-scrollbar {
  box-shadow: 0 1px 0 1px transparent!important;
}
.ant-table .ant-table-body {
  overflow-y: auto!important;
}
.ant-table .ant-table-body::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.ant-table .ant-table-body::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}
.ant-table .ant-table-tbody > tr > td {
  padding: 6px 8px;
  font-size: 13px;
  color: var(--tableBodyColor);
  background: var(--tableBodyTrBg);
}
.ant-table .ant-table-tbody > tr > td > .ant-empty-normal {
  margin: 10px 0;
}
.ant-table .ant-table-tbody > tr:nth-child(odd) > td {
  background: var(--tableBodyTrNthBg);
}
.ant-table .ant-table-tbody .table-action {
  display: flex;
  align-items: center;
}
.ant-table .ant-table-tbody .table-action a {
  height: 18px;
  line-height: 17px;
}
.ant-table .ant-table-tbody .table-action .ant-btn-link {
  color: var(--tableCellAColor) !important;
  padding-right: 0px;
}
.ant-table .ant-table-cell a {
  color: var(--tableCellAColor);
}
.ant-select-tree .ant-select-tree-indent-unit {
  width: 6px;
}
.ant-select-tree .ant-select-tree-list .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: unset;
  color: var(--themeColor);
  font-weight: 400;
}
.map-type-dark .ant-btn {
  background: #0C1828;
  color: #fff;
}
.ant-pagination-options-size-changer {
  min-width: 103px;
}
.ant-pagination-options-size-changer .ant-select-selection-item {
  text-overflow: unset;
}
.ant-pagination-item-active {
  background: var(--themeColor) !important;
}
.ant-pagination-item-active a {
  color: var(--paginationActiveColor) !important;
}
.theme-modal-item-border-before {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: -1px;
  top: 0px;
  width: 7px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-left.svg);
}
.theme-modal-item-border-after {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px;
  width: 5px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-right.svg);
}
.theme-main-bread {
  padding: 0.8vw 0 0 calc(1.04vw + 2px);
}
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-form-item-control-input-content {
  position: relative;
}
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-input,
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-picker,
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-input-number {
  height: 28px;
}
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-select-selector {
  height: 28px !important;
}
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-form-item-control-input-content::before {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: -1px;
  top: 0px;
  width: 7px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-left.svg);
  height: 28px;
}
.theme-modal .ant-form-item:not(.ant-form-item-control-no-border) .ant-form-item-control-input-content::after {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px;
  width: 5px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-right.svg);
  height: 28px;
}
.theme-modal .theme-modal-select {
  position: relative;
}
.theme-modal .theme-modal-select::before {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: -1px;
  top: 0px;
  width: 7px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-left.svg);
}
.theme-modal .theme-modal-select::after {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px;
  width: 5px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-right.svg);
}
.theme-modal .ant-modal-body-style {
  padding: 0 20px;
}
.theme-modal .theme-label-style {
  font-size: 12px!important;
  color: #333333;
  font-weight: 400;
}
.theme-modal .ant-form-item-label {
  font-size: 12px!important;
  color: #333333;
  font-weight: 400;
}
.theme-modal .ant-form-item-label label {
  font-size: 12px!important;
  color: #333333;
  font-weight: 400;
}
.theme-modal .ant-modal-body {
  padding: 18px 0 8px;
}
.theme-modal .ant-modal-body .theme-modal-header {
  padding: 0 20px;
}
.theme-modal .ant-modal-body .theme-modal-header .theme-modal-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 14px;
  line-height: 14px;
  padding-bottom: 9px;
}
.theme-modal .ant-modal-body .theme-modal-header .theme-modal-header-content__title {
  font-size: 14px;
  color: #343434;
  flex: 1;
}
.theme-modal .ant-modal-body .theme-modal-header .theme-modal-header-content__close {
  font-size: 13px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  padding: 0 5px;
}
.theme-modal .ant-modal-body .theme-modal-header__bottom {
  height: 8px;
  width: 100%;
  border: 1px solid #ECECEC;
  border-top-width: 0;
  border-bottom-width: 0;
  position: relative;
}
.theme-modal .ant-modal-body .theme-modal-header__bottom::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ECECEC;
}
.theme-modal .ant-modal-body .theme-modal-footer {
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
  box-shadow: inset 0px 8px 10px -10px var(--shadowColor) !important;
}
.theme-modal .ant-modal-body .theme-modal-content {
  padding: 0 20px;
  max-height: 65vh;
  overflow: auto;
  padding-top: 15px;
  padding-bottom: 10px;
}
.theme-modal .ant-modal-body .theme-modal-content .form-content .ant-form-item {
  margin-bottom: 8px;
}
.theme-modal .ant-modal-body .theme-modal-content .form-content .ant-form-item .ant-form-item-control {
  font-size: 13px;
}
.theme-modal .ant-modal-body .theme-modal-content .ant-select-selection-item-remove {
  line-height: 10px;
}
.theme-modal .ant-modal-body .theme-modal-content .ant-select-selection-item-remove svg {
  width: 10px;
  height: 10px;
}
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-select input,
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-select div {
  font-size: 13px;
  height: 24px;
  line-height: 24px;
}
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-select .ant-select {
  min-width: 110px;
}
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-filter-item div,
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-filter-item label,
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-filter-item span {
  font-size: 13px;
}
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-content-table {
  position: relative;
}
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-content-table__data {
  padding-bottom: calc(32px + 20px);
}
.theme-modal .ant-modal-body .theme-modal-content .theme-modal-content-table__paginate {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 32px;
}
.theme-modal .ant-modal-body .theme-modal-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.theme-modal .ant-modal-body .theme-modal-content::-webkit-scrollbar-thumb {
  background-color: #A1A1A1;
}
.theme-modal .input-search {
  height: 24px;
}
.theme-modal .input-search .ant-input-affix-wrapper-sm .ant-input-sm {
  height: 22px!important;
  line-height: 22px!important;
}
.theme-modal .input-search .ant-input-group-addon {
  top: 0;
  line-height: 22px;
  height: 22px;
}
.theme-modal .input-search .ant-input-group-addon button {
  height: 24px;
}
.theme-modal .input-search::after {
  right: 1px;
}
.theme-modal .ant-input-disabled,
.theme-modal .ant-picker.ant-picker-disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #EDEDED !important;
}
.theme-modal .ant-select-single .ant-select-selection-item {
  line-height: 26px !important;
}
.theme-modal .ant-input-number-input-wrap,
.theme-modal .ant-select-selection-placeholder {
  line-height: 26px !important;
}
.theme-modal .select-base .ant-select-selection-item {
  margin-left: 0px;
  line-height: 32px!important;
}
.form-item-input-text-style input {
  background-color: transparent!important;
  border: none;
  color: rgba(0, 0, 0, 0.85) !important;
  text-align: center;
}
.theme-btn-style {
  border: unset;
  border-radius: unset;
  background-color: unset;
  clip-path: polygon(6px 0, 80% 0%, 100% 0, 100% 80%, calc(100% - 6px) 100%, 20% 100%, 0 100%, 0% 20%);
  -webkit-clip-path: polygon(6px 0, 80% 0%, 100% 0, 100% 80%, calc(100% - 6px) 100%, 20% 100%, 0 100%, 0% 20%);
}
.theme-modalTow .ant-modal-body {
  padding: 18px 0 18px;
}
.theme-btn {
  border: unset;
  border-radius: unset;
  background-color: unset;
  clip-path: polygon(6px 0, 80% 0%, 100% 0, 100% 80%, calc(100% - 6px) 100%, 20% 100%, 0 100%, 0% 20%);
  -webkit-clip-path: polygon(6px 0, 80% 0%, 100% 0, 100% 80%, calc(100% - 6px) 100%, 20% 100%, 0 100%, 0% 20%);
  display: inline-block;
  position: relative;
  padding: 1px;
  background: #e84200;
  margin-left: 20px;
}
.theme-btn[data-disabled='true'] {
  background: unset !important;
}
.theme-btn[data-disabled='true'] .ant-btn[disabled],
.theme-btn[data-disabled='true'] .ant-btn[disabled]:hover,
.theme-btn[data-disabled='true'] .ant-btn[disabled]:focus,
.theme-btn[data-disabled='true'] .ant-btn[disabled]:active {
  background-image: linear-gradient(206deg, #FEEDCF 0%, #FCE2C4 100%);
  color: #fff;
}
.theme-btn .ant-btn-primary {
  border: unset;
  border-radius: unset;
  background-color: unset;
  clip-path: polygon(6px 0, 80% 0%, 100% 0, 100% 80%, calc(100% - 6px) 100%, 20% 100%, 0 100%, 0% 20%);
  -webkit-clip-path: polygon(6px 0, 80% 0%, 100% 0, 100% 80%, calc(100% - 6px) 100%, 20% 100%, 0 100%, 0% 20%);
  font-size: 13px;
  height: 26px;
  background: linear-gradient(90deg, #f08200 0%, #ffce57 100%);
}
.theme-btn .ant-btn:hover {
  background: linear-gradient(90deg, #e84200 0%, #f08200 100%);
}
.theme-btn .ant-btn-sm {
  height: 22px;
}
.theme-btn .ant-btn[disabled],
.theme-btn .ant-btn[disabled]:hover,
.theme-btn .ant-btn[disabled]:focus,
.theme-btn .ant-btn[disabled]:active {
  background: linear-gradient(180deg, #FCCC56 0%, #F08200 100%);
  color: #fff;
}
.theme-btn-minor {
  border: unset;
  border-radius: unset;
  background-color: unset;
  clip-path: polygon(6px 0, 80% 0%, 100% 0, 100% 80%, calc(100% - 6px) 100%, 20% 100%, 0 100%, 0% 20%);
  -webkit-clip-path: polygon(6px 0, 80% 0%, 100% 0, 100% 80%, calc(100% - 6px) 100%, 20% 100%, 0 100%, 0% 20%);
  display: inline-block;
  position: relative;
  background-color: #F08200;
  padding: 1px;
}
.theme-btn-minor .ant-btn-primary {
  border: unset;
  border-radius: unset;
  background-color: unset;
  clip-path: polygon(6px 0, 80% 0%, 100% 0, 100% 80%, calc(100% - 6px) 100%, 20% 100%, 0 100%, 0% 20%);
  -webkit-clip-path: polygon(6px 0, 80% 0%, 100% 0, 100% 80%, calc(100% - 6px) 100%, 20% 100%, 0 100%, 0% 20%);
  font-size: 13px;
  height: 26px;
  background: #ffffff;
  color: #ff9400;
}
.theme-btn-minor .ant-btn:hover {
  background: linear-gradient(90deg, #e84200 0%, #f08200 100%);
}
.theme-btn-minor .ant-btn-sm {
  height: 22px;
}
.theme-btn-minor .ant-btn[disabled],
.theme-btn-minor .ant-btn[disabled]:hover,
.theme-btn-minor .ant-btn[disabled]:focus,
.theme-btn-minor .ant-btn[disabled]:active {
  background: linear-gradient(180deg, #FCCC56 0%, #F08200 100%);
  color: #fff;
}
.theme-btn-default {
  background: #F08200 !important;
}
.theme-btn-default .ant-btn-default {
  border: unset;
  border-radius: unset;
  background-color: unset;
  clip-path: polygon(6px 0, 80% 0%, 100% 0, 100% 80%, calc(100% - 6px) 100%, 20% 100%, 0 100%, 0% 20%);
  -webkit-clip-path: polygon(6px 0, 80% 0%, 100% 0, 100% 80%, calc(100% - 6px) 100%, 20% 100%, 0 100%, 0% 20%);
  font-size: 13px;
  height: 26px;
  background: #fff;
  color: #F08200;
}
.theme-btn-default .ant-btn-default:hover {
  color: #fff;
}
.theme-btn-disabled {
  opacity: 0.5;
}
.theme-btn-sm {
  line-height: 21px;
  height: 24px;
}
.theme-select-style {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.ant-select-selection-item {
  margin: 0 0 4px 5px;
  height: calc(var(--filterItemHeight) - 6px) !important;
  align-items: center;
}
.ant-select-selection-item span {
  font-size: 12px!important;
}
.ant-tree-select,
.ant-select-multiple {
  width: var(--themeSelectWidth);
}
.ant-tree-select .ant-select-selector,
.ant-select-multiple .ant-select-selector {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.ant-tree-select .ant-select-selector input,
.ant-select-multiple .ant-select-selector input,
.ant-tree-select .ant-select-selector span,
.ant-select-multiple .ant-select-selector span {
  font-size: 12px!important;
}
.ant-tree-select .ant-select-selector .ant-select-selection-placeholder,
.ant-select-multiple .ant-select-selector .ant-select-selection-placeholder {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.ant-tree-select .ant-select-selector .ant-select-selection-item,
.ant-select-multiple .ant-select-selector .ant-select-selection-item {
  margin: 1px 0 3px 5px;
  height: calc(var(--filterItemHeight) - 6px) !important;
}
.ant-tree-select .ant-select-selector .ant-select-selection-item span,
.ant-select-multiple .ant-select-selector .ant-select-selection-item span {
  font-size: 12px!important;
}
.ant-tree-select .ant-select-selector .ant-select-selection-overflow-item,
.ant-select-multiple .ant-select-selector .ant-select-selection-overflow-item {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.theme-select {
  display: inline-block;
  position: relative;
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.theme-select .ant-input-affix-wrapper,
.theme-select .ant-select-selection-search {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.theme-select .ant-input-affix-wrapper input,
.theme-select .ant-select-selection-search input {
  font-size: 12px!important;
}
.theme-select .ant-select-multiple .ant-select-selection-item {
  margin: 1px 0 4px 5px!important;
}
.theme-select .ant-select-single {
  width: var(--themeSelectWidth);
}
.theme-select .ant-select-single .ant-select-selector {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.theme-select .ant-select-single .ant-select-selector input,
.theme-select .ant-select-single .ant-select-selector span {
  font-size: 12px!important;
}
.theme-select .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.theme-select .ant-select-single .ant-select-selector .ant-select-selection-item {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.theme-select .ant-picker {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.theme-select .ant-input-affix-wrapper {
  width: 180px;
}
.theme-select .ant-input-number-input-wrap input {
  height: calc(var(--filterItemHeight) - 2px);
}
.theme-select .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #EDEDED;
}
.search-select .search-icon {
  position: absolute;
  left: 10px;
  top: 9px;
  z-index: 6;
  color: rgba(0, 0, 0, 0.25);
}
.search-select .ant-select {
  width: 190px;
}
.search-select .ant-select-selection-search {
  left: 25px !important;
}
.search-select .ant-select-selection-placeholder,
.search-select .ant-select-selection-item {
  margin-left: 20px;
}
.input-search .ant-input-prefix,
.input-search .ant-input-suffix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--themeColor);
}
.input-search .ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.25);
}
.input-search .ant-input-group-addon {
  height: 28px;
  top: 0px;
}
.input-search .ant-input-group-addon button {
  height: 28px;
  line-height: 23px;
  color: var(--themeColor) !important;
}
.input-number::before {
  top: -1px !important;
  left: -2px !important;
}
.input-number::after {
  top: -1px !important;
  right: -1px !important;
}
.search-option-item span:first-child {
  width: 42px;
  border-right: 1px solid #cccccc;
  color: #bbbbbb;
  text-align: right;
  padding-right: 8px;
}
.search-option-item span:last-child {
  padding-left: 8px;
  width: calc(100% - 42px);
  vertical-align: top;
  font-weight: 600;
}
.search-option-item .hover-value:hover {
  color: var(--themeColor);
}
.theme-select::before {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: -1px;
  top: 0px;
  width: 7px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-left.svg);
  width: 8px;
  height: var(--filterItemHeight);
}
.theme-select::after {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px;
  width: 5px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-right.svg);
  width: 6px;
  height: var(--filterItemHeight);
}
.theme-tab {
  overflow: unset!important;
}
.theme-tab .ant-tabs-tab {
  font-size: 14px;
  color: var(--themeTabColor);
  padding: 8px 28px;
  margin: 0;
}
.theme-tab .ant-tabs-tab-active .ant-tabs-tab-btn {
  font-weight: 600!important;
}
.theme-tab .theme-tab-extra {
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
}
.common-light-theme .theme-btn {
  background: #e84200;
}
.common-light-theme .theme-btn .ant-btn-primary {
  background: linear-gradient(90deg, #f08200 0%, #ffce57 100%);
}
.common-light-theme .theme-btn .ant-btn:hover {
  background: linear-gradient(90deg, #e84200 0%, #f08200 100%);
}
.common-light-theme .theme-select::before {
  background-image: url(/static/img/select-left.svg);
}
.common-light-theme .theme-select::after {
  background-image: url(/static/img/select-right.svg);
}
.common-dark-theme .theme-btn,
.common-dark-theme .theme-btn-minor {
  background: #d20315;
}
.common-dark-theme .theme-btn .ant-btn,
.common-dark-theme .theme-btn-minor .ant-btn {
  background: rgba(102, 20, 38, 0.8);
}
.common-dark-theme .theme-btn .ant-btn:hover,
.common-dark-theme .theme-btn-minor .ant-btn:hover {
  background: #e60012;
}
.common-dark-theme .ant-modal-content {
  background-color: rgba(11, 24, 40, 0.9);
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.common-dark-theme .ant-input {
  color: #fff;
  background-image: none;
  border-radius: 2px;
  background-color: rgba(35, 170, 232, 0.3);
  border: 1px solid rgba(35, 170, 232, 0.3);
}
.common-dark-theme .ant-input:focus,
.common-dark-theme .ant-input-focused,
.common-dark-theme .ant-input:hover {
  border-color: rgba(35, 170, 232, 0.5);
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(23, 27, 120, 0.2);
}
.common-dark-theme-select.ant-select-dropdown {
  background: rgba(11, 24, 40, 0.9) !important;
  color: #999999 !important;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  border: 1px dotted #70D2F7;
}
.common-dark-theme-select.ant-select-dropdown .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 95%;
  height: 24px;
  margin-top: 2px;
  margin-right: 4px;
  margin-bottom: 2px;
  padding: 0 4px 0 8px;
  line-height: 22px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  user-select: none;
}
.common-dark-theme-select.ant-select-dropdown .ant-select-selection-item-remove {
  display: none;
}
.common-dark-theme-select.ant-select-dropdown .ant-select-item-option-content {
  color: #999999;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-dark-theme-select.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: rgba(35, 170, 232, 0.3);
}
.common-dark-theme-select.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: rgba(35, 170, 232, 0.6);
}
.common-dark-theme-select.ant-select-dropdown .ant-select-checkbox-wrapper:hover .ant-select-checkbox-inner,
.common-dark-theme-select.ant-select-dropdown .ant-select-checkbox:hover .ant-select-checkbox-inner,
.common-dark-theme-select.ant-select-dropdown .ant-select-checkbox-input:focus + .ant-select-checkbox-inner {
  border-color: #70D2F7 !important;
}
.card-container p {
  margin: 0;
}
.card-container > .ant-tabs-card .ant-tabs-content {
  min-height: calc(55vh);
  margin-top: -16px;
  width: calc(100% - 41px);
}
.card-container > .ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane {
  background: #fff;
  padding: 16px;
  border: 1px dashed var(--themeDecorationContentBorderColor);
}
.card-container > .ant-tabs-card > .ant-tabs-nav::before {
  display: none;
}
.card-container > .ant-tabs-card .ant-tabs-tab,
.card-container [data-theme='compact'] .card-container > .ant-tabs-card .ant-tabs-tab {
  border-color: transparent;
  background: transparent;
  border: 1px dashed var(--themeDecorationContentBorderColor);
}
.card-container > .ant-tabs-card .ant-tabs-tab-active,
.card-container [data-theme='compact'] .card-container > .ant-tabs-card .ant-tabs-tab-active {
  border-color: #fff;
  background: #fff;
}
#components-tabs-demo-card-top .code-box-demo {
  background: #f5f5f5;
  overflow: hidden;
  padding: 24px;
}
[data-theme='compact'] .card-container > .ant-tabs-card .ant-tabs-content {
  height: calc(55vh);
  margin-top: -8px;
  width: calc(100% - 41px);
}
[data-theme='dark'] .card-container > .ant-tabs-card .ant-tabs-tab {
  border-color: transparent;
  background: transparent;
  border: 1px dashed var(--themeDecorationContentBorderColor);
}
[data-theme='dark'] #components-tabs-demo-card-top .code-box-demo {
  background: #000;
}
[data-theme='dark'] .card-container > .ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane {
  background: #141414;
  border: 1px dashed var(--themeDecorationContentBorderColor);
}
[data-theme='dark'] .card-container > .ant-tabs-card .ant-tabs-tab-active {
  border-color: #141414;
  background: #141414;
}
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
  box-shadow: inset 10px 0 8px -8px var(--shadowColor) !important;
}
.ant-table-ping-left .ant-table-cell-fix-left-first::after,
.ant-table-ping-left .ant-table-cell-fix-left-last::after {
  box-shadow: inset 10px 0 8px -8px var(--shadowColor) !important;
}
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
  box-shadow: inset -10px 0 8px -8px var(--shadowColor) !important;
}
.ant-table-ping-right .ant-table-cell-fix-right-first::after,
.ant-table-ping-right .ant-table-cell-fix-right-last::after {
  box-shadow: inset -10px 0 8px -8px var(--shadowColor) !important;
}
.overview-map .ant-select-clear {
  background: transparent;
  color: #e2e2e2;
}
.theme-drawer .ant-drawer-content-wrapper {
  width: 280px !important;
}
.theme-drawer .ant-drawer-header {
  padding: 20px;
}
.theme-drawer .ant-drawer-header .ant-drawer-title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}
.theme-drawer .ant-drawer-body {
  padding: 24px 20px 20px 20px;
  font-size: 14px;
}
.theme-drawer .ant-drawer-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.theme-drawer .ant-drawer-body::-webkit-scrollbar-thumb {
  background-color: #A1A1A1;
}
.theme-drawer .ant-drawer-footer {
  padding: 20px;
}
.theme-input-group {
  width: 320px !important;
}
.theme-input-group .ant-select {
  width: 31%;
}
.theme-input-group .ant-select .ant-select-selector {
  height: 28px !important;
}
.theme-input-group .ant-input-search {
  width: 69%;
}
.theme-input-group .ant-input-affix-wrapper {
  height: 28px !important;
}
.theme-input-group .ant-select-selection-item {
  line-height: 28px !important;
}
.theme-input-group .ant-btn,
.theme-input-group .ant-btn-icon-only,
.theme-input-group .ant-input-search-button {
  height: 28px !important;
}
.theme-input-group .ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.25) !important;
}
.theme-input-group .ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45) !important;
}
.theme-input-group .ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.85) !important;
}
.theme-input-group::before {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: -1px;
  top: 0px;
  width: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-left.svg);
  width: 8px;
  height: var(--filterItemHeight);
}
.theme-input-group::after {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 2px;
  width: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-right.svg);
  width: 6px;
  height: var(--filterItemHeight);
}
.theme-tree-select {
  display: inline-block;
  position: relative;
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
  width: 240px;
}
.theme-tree-select .ant-input-affix-wrapper,
.theme-tree-select .ant-select-selection-search {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.theme-tree-select .ant-input-affix-wrapper input,
.theme-tree-select .ant-select-selection-search input {
  font-size: 12px!important;
}
.theme-tree-select .ant-select-multiple .ant-select-selection-item {
  margin: 1px 0 4px 5px!important;
}
.theme-tree-select .ant-select-single {
  width: var(--themeSelectWidth);
}
.theme-tree-select .ant-select-single .ant-select-selector {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.theme-tree-select .ant-select-single .ant-select-selector input,
.theme-tree-select .ant-select-single .ant-select-selector span {
  font-size: 12px!important;
}
.theme-tree-select .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.theme-tree-select .ant-select-single .ant-select-selector .ant-select-selection-item {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.theme-tree-select .ant-picker {
  font-size: 12px!important;
  height: var(--filterItemHeight) !important;
  line-height: var(--filterItemHeight) !important;
}
.theme-tree-select .ant-input-affix-wrapper {
  width: 180px;
}
.theme-tree-select .ant-input-number-input-wrap input {
  height: calc(var(--filterItemHeight) - 2px);
}
.theme-tree-select .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #EDEDED;
}
.theme-tree-select .ant-select-multiple .ant-select-selection-item {
  margin: 1px 0 4px 5px !important;
}
.theme-tree-select::before {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: -1px;
  top: 0px;
  width: 7px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-left.svg);
  width: 8px;
  height: var(--filterItemHeight);
}
.theme-tree-select::after {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px;
  width: 5px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-right.svg);
  width: 6px;
  height: var(--filterItemHeight);
}
.theme-tree-select .ant-select-selection-item-content {
  max-width: 160px;
}
.theme-tree-select .ant-select-selection-item-content .theme-tree-select-tag {
  display: flex;
}
.theme-tree-select .ant-select-selection-item-content .theme-tree-select-tag .theme-tree-select-tag-content {
  max-width: 120px;
}
.theme-tree-select .ant-select-selection-item-content .theme-tree-select-tag .theme-tree-select-tag-number {
  min-width: 15px;
}
.theme-input-search {
  width: var(--themeSelectWidth);
}
.theme-input-search .ant-input-affix-wrapper {
  height: 28px !important;
}
.theme-input-search .ant-btn,
.theme-input-search .ant-btn-icon-only,
.theme-input-search .ant-input-search-button {
  height: 28px !important;
}
.theme-input-search .ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.25) !important;
}
.theme-input-search .ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45) !important;
}
.theme-input-search .ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.85) !important;
}
.theme-input-search::before {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: -1px;
  top: 0px;
  width: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-left.svg);
  width: 8px;
  height: var(--filterItemHeight);
}
.theme-input-search::after {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 2px;
  width: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-image: url(/static/img/select-right.svg);
  width: 6px;
  height: var(--filterItemHeight);
}
#site-layout-continaer {
  min-width: 1260px;
}
#site-layout-continaer .logo-container {
  height: 50px;
  line-height: 50px;
}
#site-layout-continaer .trigger {
  font-size: 18px;
  vertical-align: -5px;
  color: #fff;
}
#site-layout-continaer .widget {
  color: #fff;
}
#site-layout-continaer .sinoboom-logo + .site-layout > .header {
  background: #169DDA;
}
#site-layout-continaer .sinoboom-logo.sidebar .logo-wrapper {
  background-color: #169DDA;
}
#site-layout-continaer .sinoboom-logo.sidebar .logo-wrapper .logo {
  background-image: url('/static/img/logo_sinoboom_white.png');
  background-position: 20px 7px;
  background-repeat: no-repeat;
  background-size: 160px;
}
#site-layout-continaer .sinoboom-logo.sidebar .ant-menu > .ant-menu-item.ant-menu-item-selected > span:first-child {
  color: #169DDA;
}
#site-layout-continaer .sinoboom-logo.sidebar.ant-layout-sider-collapsed .logo-wrapper {
  background-color: #169DDA;
}
#site-layout-continaer .sinoboom-logo.sidebar.ant-layout-sider-collapsed .logo-wrapper .logo {
  background-image: url('/static/img/logo-sinoboom-lite.svg');
  background-position: 10px 12px;
  background-size: 32px;
}
#site-layout-continaer .sinoboom-logo.sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed > .ant-menu-item.ant-menu-item-selected > span:first-child {
  color: #169DDA;
}
#site-layout-continaer .sinoboom-logo.sidebar .ant-menu-submenu-selected {
  color: #169DDA;
}
#site-layout-continaer .sinoboom-logo.sidebar .ant-menu-submenu-title.ant-menu-item-selected > span:first-child {
  color: #169DDA;
}
#site-layout-continaer .sidebar .logo-wrapper {
  background: var(--themeColor);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#site-layout-continaer .sidebar .logo-wrapper .logo {
  background-image: url('/static/img/MachineLinkLogo.png');
  background-position: -16px -4px;
  background-repeat: no-repeat;
  background-size: 224px;
}
#site-layout-continaer .sidebar .menu-scroll {
  height: calc(100vh - 50px);
  overflow-y: auto;
  overflow-x: hidden;
}
#site-layout-continaer .sidebar .ant-menu-submenu-selected {
  color: var(--themeColor);
}
#site-layout-continaer .sidebar .ant-menu-item,
#site-layout-continaer .sidebar .ant-menu-submenu-title {
  background: transparent;
}
#site-layout-continaer .sidebar .ant-menu-item.ant-menu-item-selected,
#site-layout-continaer .sidebar .ant-menu-submenu-title.ant-menu-item-selected {
  background: transparent;
}
#site-layout-continaer .sidebar .ant-menu-item.ant-menu-item-selected > span:first-child,
#site-layout-continaer .sidebar .ant-menu-submenu-title.ant-menu-item-selected > span:first-child {
  color: var(--themeColor);
}
#site-layout-continaer .sidebar .ant-menu-item {
  padding-right: 0px;
}
#site-layout-continaer .sidebar .ant-menu-submenu-title {
  padding: 0 17px;
  padding-right: 0px;
}
#site-layout-continaer .sidebar.ant-layout-sider-collapsed .logo-wrapper {
  background: var(--themeColor);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#site-layout-continaer .sidebar.ant-layout-sider-collapsed .logo-wrapper .logo {
  background-image: url('/static/img/logo-lite.svg');
  background-position: 15px 13px;
  background-size: 18px;
}
#site-layout-continaer .sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed {
  width: 50px;
}
#site-layout-continaer .sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed > .ant-menu-item {
  padding: 0 17px;
  background: transparent;
}
#site-layout-continaer .sidebar.ant-layout-sider-collapsed .ant-menu-inline-collapsed > .ant-menu-item.ant-menu-item-selected > span:first-child {
  color: var(--themeColor);
}
#site-layout-continaer .site-layout {
  height: 100vh;
  overflow: hidden;
}
#site-layout-continaer .site-layout .header {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 0 0 0 40px;
  height: var(--titleHeight);
  line-height: var(--titleHeight);
  background: var(--themeColor);
}
#site-layout-continaer .site-layout .header .header__left .logo {
  background-image: url('/static/img/logo-lite.svg');
  background-position: 15px 13px;
  background-size: 18px;
  background-repeat: no-repeat;
  width: 50px;
  left: -12px;
  position: relative;
}
#site-layout-continaer .site-layout .header .header__center {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0px 16px;
}
#site-layout-continaer .ant-back-top {
  right: 10px;
}
.full-screen-select-option {
  background: rgba(11, 24, 40, 0.9) !important;
  color: #999999;
}
.full-screen-select-option span {
  color: #999999;
}
.full-screen-select-option > :first-child {
  border: 1px dotted #70D2F7;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.7);
}
.full-screen-select-option-item {
  background: rgba(11, 24, 40, 0.9) !important;
  color: #999999;
}
.full-screen-select-option-item .hover-value {
  color: #999999;
}
.full-screen-select-option-item .hover-value:hover {
  color: #70D2F7 !important;
}
.full-screen {
  background: rgba(11, 24, 40, 0.9) !important;
  color: #999999 !important;
  border: 1px dotted #70D2F7;
}
.full-screen .ant-select-tree .ant-select-tree-node-content-wrapper:hover {
  background-color: rgba(35, 170, 232, 0.3);
}
.full-screen .ant-select-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
  background: rgba(11, 24, 40, 0.9) !important;
  color: #999999 !important;
}
.full-screen .ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  background: rgba(11, 24, 40, 0.9) !important;
  color: #999999 !important;
}
.full-screen .ant-select-tree .ant-select-tree-list .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: unset;
  color: #70D2F7;
  font-weight: 400;
}
.full-screen-multiselect {
  background: rgba(11, 24, 40, 0.9) !important;
  color: #999999 !important;
  border: 1px dotted #70D2F7;
}
.full-screen-multiselect .ant-select-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
  background: rgba(11, 24, 40, 0.9) !important;
  color: #999999 !important;
}
.full-screen-multiselect .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #70D2F7;
  border-color: #70D2F7;
}
.full-screen-multiselect .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.full-screen-multiselect .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.full-screen-multiselect .ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #70D2F7 !important;
}
.full-screen-multiselect .ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #70D2F7 !important;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.full-screen-multiselect .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #70D2F7 !important;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.full-screen-multiselect .ant-select-tree .ant-select-tree-node-content-wrapper:hover {
  background-color: rgba(35, 170, 232, 0.3);
}
@font-face {
  font-family: 'DINCondensed-Regular';
  src: url('/static/css/DINCondensed-Regular.ttf');
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url('/static/css/SourceHanSansCN-Bold.otf');
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url('/static/css/SourceHanSansCN-Regular.otf');
}
html,
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
html h1,
body h1 {
  margin-bottom: 0;
}
.gm-style-pbc + div {
  cursor: default;
}
.gm-style iframe + div {
  display: none;
}
#window-info {
  position: absolute;
  z-index: 999;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  top: -1000px;
  left: -1000px;
  transform: translate(-50%, -100%);
  background-color: white;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
}
#window-info::after {
  background: linear-gradient(45deg, #ffffff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  bottom: -15px;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
}
.all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.all-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-center {
  display: flex;
  align-items: center;
}
.all-page {
  width: 100vw;
  height: 100vh;
}
.main-content {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.main-content .filter-container {
  display: flex;
  position: relative;
}
.main-content .filter-container .filter-container-left {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.main-content .filter-container .filter-container__item-style {
  margin: 0 20px 10px 0;
  height: var(--filterItemHeight);
  line-height: var(--filterItemHeight);
}
.main-content .filter-container__item__flex {
  margin: 0 20px 10px 0;
  height: var(--filterItemHeight);
  line-height: var(--filterItemHeight);
  display: flex;
}
.main-content .filter-container__item {
  margin: 0 20px 10px 0;
  height: var(--filterItemHeight);
  line-height: var(--filterItemHeight);
}
.main-content .filter-container .filter-container-right {
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
}
.main-content .filter-container:not(.filter-container-withoutdivide) {
  margin-bottom: 16px;
}
.main-content .filter-container:not(.filter-container-withoutdivide)::after {
  content: '';
  position: absolute;
  height: 16px;
  left: -1.04vw;
  right: -1.04vw;
  bottom: -16px;
  background: #F1F1F1;
}
.main-content .theme-decoration-content .theme-content {
  position: relative;
  width: calc(100% - 1.04vw);
  min-height: calc(100vh - 2.08vw - 35px - var(--titleHeight));
}
.main-content .theme-decoration-content .theme-child-title {
  position: relative;
  width: calc(100% - 1.04vw);
  height: 40px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-content .theme-decoration-content .theme-child-content {
  position: relative;
  width: calc(100% - 1.04vw);
  min-height: calc(100vh - 40px - 20px - 50px - var(--titleHeight));
}
.main-content .theme-decoration-content .content-container {
  padding-top: 16px;
  padding-bottom: calc(32px + 20px);
}
.main-content .theme-decoration-content .paginate {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 32px;
}
.main-content .theme-main-bread {
  padding: 0.8vw 0 0 calc(1.04vw + 2px);
}
.main-content .common-container {
  position: relative;
}
.main-content .common-light-theme {
  background: var(--commonLightTheme);
  width: 100%;
  padding: 0.8vw 0 1.04vw 1.04vw;
}
.main-content .common-light-theme .theme-iframe {
  background: #FFFFFF;
  min-height: calc(100vh - 100px);
  padding: 10px 1.04vw 0;
}
.main-content .common-light-theme .theme-content,
.main-content .common-light-theme .theme-child-content,
.main-content .common-light-theme .theme-child-title {
  background: #FFFFFF;
  padding: 10px 1.04vw 1.04vw;
}
.main-content .common-light-theme .theme-child-title {
  padding-bottom: 10px;
}
.main-content .common-light-theme .theme-child-content {
  padding-top: 25px;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.common-hovertip {
  width: var(--hoverTipWidth);
  font-size: var(--hoverTipFontSize);
  color: var(--hoverTipColor);
}
.invalid-text-tip {
  color: var(--themeColor);
  font-size: 14px;
  font-weight: bold;
}
.table-col-operation {
  text-align: right;
  margin-right: 24px;
}
.table-col-operation-item {
  margin: -12px -16px;
}
.table-col-operation-item a {
  min-width: 66px;
  text-align: center;
  display: block;
  margin-top: 4px;
  padding: 8px 12px;
  color: #666;
}
.table-col-operation-item a:hover {
  background-color: #FFEAE7;
  color: #e60000;
}
.action__item_divide {
  margin: 0 2px;
}
.table-col-operation-more {
  font-size: 18px;
  cursor: pointer;
}
.table-col-operation-more_black {
  font-size: 14px;
  cursor: pointer;
}
.table-action__item.ant-switch {
  top: -3px;
}
@media only screen and (max-width: 1350px) {
  .common-zoom {
    zoom: 0.78;
  }
}
@media only screen and (min-width: 1200px) {
  .common-zoom {
    zoom: 0.78;
  }
}
@media only screen and (max-width: 1420px) {
  .common-zoom {
    zoom: 0.85;
  }
}
@media only screen and (min-width: 1351px) {
  .common-zoom {
    zoom: 0.85;
  }
}
@media only screen and (min-width: 1421px) {
  .common-zoom {
    zoom: 1;
  }
}
.body-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.upload-newunlock .ant-upload-list {
  position: absolute;
  left: calc(100% + 16px);
  top: -4px;
}

.recommendTag {
  margin-left: 20px;
  display: inline-block;
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 0px 2px;
  position: relative;
  font-size: 12px;
  border-radius: 2px;
}
.recommendTag::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid red;
}
.ant-list-split .ant-list-item {
  border-bottom: none !important;
}

.pv-position {
  position: relative;
}
.btn {
  position: absolute;
  top: 44px;
  left: 212px;
  height: 28px;
  min-width: 72px;
}
/* Collection default theme */

.ReactVirtualized__Collection {
}

.ReactVirtualized__Collection__innerScrollContainer {
}

/* Grid default theme */

.ReactVirtualized__Grid {
}

.ReactVirtualized__Grid__innerScrollContainer {
}

/* Table default theme */

.ReactVirtualized__Table {
}

.ReactVirtualized__Table__Grid {
}

.ReactVirtualized__Table__headerRow {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ReactVirtualized__Table__row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px;
}
.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type {
  margin-left: 10px;
}
.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer;
}

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: flex;
  align-items: center;
}
.ReactVirtualized__Table__sortableHeaderIcon {
  flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor;
}

/* List default theme */

.ReactVirtualized__List {
}
#login-page {
  position: relative;
  min-width: 1260px;
  min-height: 600px;
}
#login-page .error-text {
  color: #f30000;
}
#login-page .login-page__header {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  background: var(--loginHeaderBg);
  text-align: center;
  z-index: 5;
}
#login-page .login-page__header .header-left .logo-wrapper .logo {
  height: 73px;
  width: 237px;
  display: inline-block;
  margin-top: 10px;
  user-select: none;
  cursor: pointer;
}
#login-page .login-page__header .header-left .logo-wrapper .logo > img {
  width: 100%;
  height: 100%;
}
#login-page .login-page__header .header-center {
  flex: 1;
}
#login-page .login-page__header .header-center .header-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--loginHeaderColor);
  letter-spacing: 0;
  line-height: 60px;
  margin-bottom: 0;
}
#login-page .login-page__header .header-right {
  margin-right: 30px;
}
#login-page .login-page__header .header-right .widget {
  color: var(--loginHeaderColor);
}
#login-page .login_bg {
  z-index: -1;
  position: absolute;
  top: 60px;
  width: 100vw;
  height: calc(100vh - 60px);
  object-fit: cover;
}
#login-page .login_bg img {
  width: 100vw;
}
#login-page .login-page__content {
  height: calc(100vh - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#login-page .login-page__content .flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 60px);
}
#login-page .login-page__content .flex-box .login-form__wrapper {
  width: 378px;
  background: #FEFEFE;
  border-radius: 6px;
}
#login-page .login-page__content .flex-box .login-form__wrapper .ant-card-body {
  padding: 30px 0 0 40px;
}
#login-page .login-page__content .flex-box .login-form__wrapper .login-form .title {
  line-height: 28px;
  font-size: 20px;
  color: rgba(5, 12, 50, 0.85);
  letter-spacing: 0;
  padding-bottom: 38px;
}
#login-page .login-page__content .flex-box .login-form__wrapper .login-form .code_img {
  height: 40px;
  width: 94px;
  cursor: pointer;
}
#login-page .login-page__content .flex-box .login-form__wrapper .login-form .msg {
  padding-top: 2px;
  font-size: 12px;
  color: rgba(5, 12, 50, 0.45);
  flex: 1;
  word-break: break-all;
}
#login-page .login-page__content .flex-box .login-form__wrapper .login-form .msg span {
  color: #FF9400;
  margin-left: 5px;
}
#login-page .login-page__content .flex-box .login-form__wrapper .login-form .msg span:hover {
  cursor: pointer;
}
#login-page .login-page__content .flex-box .login-form__wrapper .login-form .reset {
  color: #FF9400;
  float: right;
  font-size: 12px;
  padding-top: 12px;
}
#login-page .login-page__content .flex-box .login-form__wrapper .login-form .ant-form-item {
  margin-bottom: 20px;
}
#login-page .login-page__content .flex-box .bg img {
  height: 100%;
  width: 100%;
}
#login-page .content-container {
  height: calc(100vh - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#login-page .content-container .content {
  width: 360px;
  height: calc(100vh - 60px);
}
#login-page .content-container .content .title {
  font-size: 20px;
  color: rgba(5, 12, 50, 0.85);
  letter-spacing: 0;
  word-break: break-all;
  margin-top: 120px;
}
#login-page .content-container .content .msg {
  margin-top: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(5, 12, 50, 0.45);
  letter-spacing: 0;
  word-break: break-all;
}
#login-page .content-container .content .ant-form-item-label {
  text-align: left;
}
#login-page .content-container .content .ant-form-item-label label {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(5, 12, 50, 0.7);
  letter-spacing: 0;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 70px;
  line-height: 30px;
}
.popover_tip {
  background: #FEFEFE;
}
.popover_tip div {
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: rgba(5, 12, 50, 0.7);
  letter-spacing: 0;
  line-height: 18px;
}
.popover_tip div .dot {
  width: 6px;
  height: 6px;
  background: #50546F;
  margin-right: 5px;
  border-radius: 50%;
}
.changePasswprd-form .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  content: '';
  margin-right: 0;
}
.password-disable .ant-btn-primary {
  background: #FBD9D9 !important;
  border-color: #FBD9D9 !important;
  box-shadow: none !important;
  color: white !important;
}
.changePasswprd-form .ant-form-item-explain-error {
  display: flex;
  flex-wrap: wrap;
}
.changePasswprd-form .ant-form-item-explain {
  display: flex;
  flex-wrap: wrap;
  color: red !important;
}
.changePasswprd-form .ant-form-item-explain-error div {
  min-width: 5px;
}
.changePasswprd-form .ant-form-item-explain div {
  min-width: 5px;
}
.login-lang-selector .ant-dropdown-menu-title-content span[data-selected="true"] {
  color: #e60000;
}
.login-lang-selector .ant-dropdown-menu-item span[data-selected="true"] {
  color: #e60000;
}
.login-lang-selector .ant-dropdown-menu-title-content {
  text-align: left;
}
.login-lang-selector .ant-dropdown-menu-item {
  text-align: left !important;
}

.forget-password_forgetPasswordContainer {
  display: flex;
  height: calc(100vh - 60px);
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow-y: auto;
}
.forget-password_forgetPasswordContainer .forget-password_formContainer {
  width: 372px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.forget-password_forgetPasswordContainer .forget-password_formContainer .forget-title {
  width: 100%;
  margin-bottom: 40px;
  font-size: 20px;
  color: rgba(5, 12, 50, 0.85);
  letter-spacing: 0;
}
.forget-password_forgetPasswordContainer .forget-password_formContainer #emailForgetPassword {
  width: 100%;
}
.forget-password_forgetPasswordContainer .forget-password_formContainer .forget-password_formHeader {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.forget-password_forgetPasswordContainer .forget-password_formContainer .forget-password_formHeader img {
  width: 100px;
  height: 100px;
  margin-left: 20px;
}
.forget-password_forgetPasswordContainer .forget-password_formContainer .forget-password_formHeader .forget-password_formTitle {
  margin-left: 20px;
}
.forget-password_forgetPasswordContainer .forget-password_formContainer .forget-password_formHeader .forget-password_formTitle h1 {
  font-size: 20px;
}
.forget-password_forgetPasswordContainer .forget-password_formContainer .forget-password_formHeader .forget-password_formTitle p {
  font-size: 12px;
}
.forget-password_forgetPasswordContainer .forget-password_formContainer .ant-tabs-tab {
  width: 180px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forget-password_forgetPasswordContainer .forget-password_formContainer .forget-password_sendCode {
  color: #FF9400;
  cursor: pointer;
  position: relative;
  right: -12px;
  min-width: 103px;
  text-align: center;
  display: inline-block;
  border-left: 1px solid #d4d9e2;
  padding: 0 16px;
  height: 24px;
}
.forget-password_forgetPasswordContainer .forget-password_formContainer .forget-password_iconInfo {
  height: 16px;
  width: 16px;
}
.forget-password_forgetPasswordContainer .forget-password_formContainer .forget-password_submitButton {
  width: 100%;
}
.emailForgetPassword .ant-form-item-label {
  text-align: left;
}
.emailForgetPassword .ant-form-item-label label {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(5, 12, 50, 0.7);
  letter-spacing: 0;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 70px;
  line-height: 30px;
}
.emailForgetPassword .ant-form-item-explain-error {
  display: flex;
  flex-wrap: wrap;
}
.emailForgetPassword .ant-form-item-explain-error div {
  min-width: 5px;
}
.emailForgetPassword .ant-form-item-explain {
  display: flex;
  flex-wrap: wrap;
  color: red !important;
}
.emailForgetPassword .ant-form-item-explain div {
  min-width: 5px;
}

.dashboard-decoration-content {
  min-height: calc(100vh - 80px);
}
#dashboard-page__container.light-theme {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: url(/static/img/dashboard/bg/light-bg.jpg) 0% 0% / 20px 20px repeat;
}
#dashboard-page__container.light-theme .dashboard-decoration-content {
  flex-direction: column;
  flex: auto;
}
#dashboard-page__container.light-theme .dashboard-decoration {
  display: flex;
  margin: 0;
  flex: none;
}
#dashboard-page__container.light-theme .dashboard-decoration.dashboard-decoration-bottom {
  margin-bottom: 0px;
  margin-right: -11px;
  height: 30px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  background: unset;
}
#dashboard-page__container.light-theme .dashboard-decoration-bottom .decoration-line-left {
  display: none;
}
#dashboard-page__container.light-theme .dashboard-decoration-bottom .decoration-icon-left {
  display: none;
}
#dashboard-page__container.light-theme .dashboard-decoration-bottom .decoration-line-right {
  margin-top: 12px;
  margin-left: 20px;
  margin-right: 10px;
  height: 1px;
  background: rgba(160, 160, 160, 0.4);
  flex: 1 0 auto;
}
#dashboard-page__container.light-theme .dashboard-decoration-bottom .decoration-icon-right {
  margin-top: 2px;
  width: 20px;
  height: 20px;
  background: url(/static/img/dashboard/bg/cross_light.svg) center / 100% 100% no-repeat;
  flex: none;
}
#dashboard-page__container.light-theme .dashboard-decoration.dashboard-decoration-left {
  display: none;
}
#dashboard-page__container.light-theme .dashboard-decoration.dashboard-decoration-right {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 40px;
  width: 21px;
  flex: none;
  background: unset;
}
#dashboard-page__container.light-theme .dashboard-decoration-right .decoration-line-bottom {
  width: 1px;
  height: 100%;
  align-self: flex-start;
  background: rgba(160, 160, 160, 0.4);
}
#dashboard-page__container.light-theme .card {
  background: rgba(255, 255, 255, 0);
}
#dashboard-page__container.light-theme .card .card__head .card__title {
  font-size: 14px;
  line-height: unset;
  font-weight: 500;
  color: #333333;
}
#dashboard-page__container.light-theme .w2-h2 .card__extra {
  display: none;
}
#dashboard-page__container.light-theme .w1-h1 {
  background: url(/static/img/dashboard/card/w1-h1-light.png) center / 100% 100% no-repeat;
}
#dashboard-page__container.light-theme .w1-h2 {
  background: url(/static/img/dashboard/card/w1-h2-light.png) center / 100% 100% no-repeat;
}
#dashboard-page__container.light-theme .w2-h1 {
  background: url(/static/img/dashboard/card/w2-h1-light.png) center / 100% 100% no-repeat;
}
#dashboard-page__container.light-theme .w2-h2 {
  background: url(/static/img/dashboard/card/w2-h2-light.png) center / 100% 100% no-repeat;
}
#dashboard-page__container.light-theme .w1-h1 .card__head,
#dashboard-page__container.light-theme .w1-h2 .card__head {
  background: url(/static/img/dashboard/card/line-w1-light.png) center bottom / 100% 6px no-repeat;
}
#dashboard-page__container.light-theme .w2-h1 .card__head {
  background: url(/static/img/dashboard/card/line-w2-light.png) center bottom / 100% 6px no-repeat;
}
#dashboard-page__container.light-theme .header__right .ant-space-translate {
  transform: translateX(0);
}
#dashboard-page__container.light-theme .date {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#dashboard-page__container.light-theme .ant-layout-footer {
  display: block;
}
#dashboard-page__container.light-theme .kanban .kanban__second .search .ant-select-arrow {
  color: #333333;
}
#dashboard-page__container.light-theme .kanban .kanban__second .search .search-border-left {
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: 1px;
  top: 0px;
  width: 8px;
  height: 32px;
  background-image: url(/static/img/select-left-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
#dashboard-page__container.light-theme .kanban .kanban__second .search .search-border-right {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px;
  width: 8px;
  height: 32px;
  background: url(/static/img/select-right-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
#dashboard-page__container.light-theme .host-detail {
  padding: 10px;
  height: 100%;
  width: 360px;
  background: url('/static/img/map-number-top.svg') no-repeat, url('/static/img/map-number-bottom.svg') no-repeat bottom;
}
#dashboard-page__container.light-theme .host-detail .ant-divider {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  margin: 10px 0;
}
#dashboard-page__container.light-theme .host-detail .host-detail__body {
  padding: 10px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);
}
#dashboard-page__container.light-theme .host-detail .body-head {
  display: flex;
  background: url(/static/img/dashboard/card/line-w2-light.png) center bottom 6px no-repeat;
  padding: 8px 0 16px 0;
}
#dashboard-page__container.light-theme .host-detail .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  color: #666666;
}
#dashboard-page__container.light-theme .host-detail .head__left .title {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
#dashboard-page__container.light-theme .host-detail .body-content {
  margin-top: 10px;
  overflow-y: auto;
  height: calc(100% - 80px);
}
#dashboard-page__container.light-theme .host-detail .table {
  border-top: 1px solid rgba(230, 0, 0, 0.7);
  margin-bottom: 20px;
}
#dashboard-page__container.light-theme .host-detail .table .table-head {
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: rgba(160, 160, 160, 0.12);
  font-weight: 500;
  color: #333333;
}
#dashboard-page__container.light-theme .host-detail .table .table-body {
  height: calc(100% - 60px);
}
#dashboard-page__container.light-theme .host-detail .table .table-body .column {
  background: #ffffff;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333333;
  display: flex;
  align-items: center;
}
#dashboard-page__container.light-theme .host-detail .table .table-body .column:nth-child(even) {
  background: rgba(160, 160, 160, 0.12);
}
#dashboard-page__container.light-theme .host-detail .table .table-body .column .label {
  width: 45%;
  padding: 0 10px;
  color: rgba(102, 102, 102, 0.8);
  word-break: break-word;
}
#dashboard-page__container.light-theme .host-detail .table .table-body .column .value {
  width: 55%;
  padding: 0 10px;
  color: rgba(102, 102, 102, 0.8);
}
#dashboard-page__container.light-theme .host-detail .host-detail__body .ant-spin-nested-loading {
  height: 100%;
}
#dashboard-page__container.light-theme .host-detail .host-detail__body .ant-spin-container {
  height: 100%;
}
#dashboard-page__container.light-theme .host-detail .more {
  position: relative;
  padding: 1px;
  background: #e84200;
  clip-path: polygon(0 20%, 10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
  -webkit-clip-path: polygon(0 20%, 10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
}
#dashboard-page__container.light-theme .host-detail .more .ant-btn {
  border: unset;
  border-radius: unset;
  clip-path: polygon(0 20%, 10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
  -webkit-clip-path: polygon(0 20%, 10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
  background: linear-gradient(90deg, #f08200 0%, #ffce57 100%);
}
#dashboard-page__container.light-theme .host-detail .more .ant-btn:hover {
  background: linear-gradient(90deg, #e84200 0%, #f08200 100%);
}
#dashboard-page__container.light-theme .tooltip-wrapper:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 46%;
  height: 0;
  width: 0;
  border-width: 11px;
  border-color: transparent;
  border-top-color: #a0a0a0;
  border-style: dotted;
  transform: scaleX(0.9);
}
#dashboard-page__container.light-theme .tooltip-wrapper:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 46%;
  height: 0;
  width: 0;
  border-width: 11px;
  border-color: transparent;
  border-top-color: #ffffff;
  border-style: solid;
  transform: scaleX(0.9);
}
#dashboard-page__container.light-theme .tooltip-wrapper .tooltip {
  width: 256px;
  padding: 12px;
  margin-left: 12px;
  background: #ffffff;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);
  border: 1px dotted #a0a0a0;
}
#dashboard-page__container.light-theme .tooltip-wrapper .tooltip .desc .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#dashboard-page__container.light-theme .tooltip-wrapper .tooltip .desc .first-title {
  color: #333333;
}
#dashboard-page__container.light-theme .tooltip-wrapper .tooltip .tooltip-head {
  display: flex;
  justify-content: space-between;
}
#dashboard-page__container.light-theme .signal-img {
  object-fit: 'contain';
  height: 14px;
  padding-left: 5px;
}
#site-layout-continaer.dark-theme #fullscreen-main {
  /*padding: 0 30px;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: url(/static/img/dashboard/bg/dark-bg.jpg) 0% 0% / 20px 20px repeat;
}
#site-layout-continaer.dark-theme #dashboard-page__container {
  display: flex;
}
#site-layout-continaer.dark-theme .ant-empty-normal .ant-empty-image {
  height: 40px;
  color: #ffffff;
  opacity: 0.8;
}
#site-layout-continaer.dark-theme .ant-empty-description {
  margin: 0;
  color: #ffffff;
  opacity: 0.8;
}
#site-layout-continaer.dark-theme .card {
  background: transparent;
}
#site-layout-continaer.dark-theme .card .card__head .card__title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #ffffff;
}
#site-layout-continaer.dark-theme .react-draggable .item__draggableHandle {
  width: 0;
  height: 0;
  border-width: 7px;
  border-color: #70d2f7;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  cursor: move;
}
#site-layout-continaer.dark-theme .tooltip-station .title {
  color: #fff;
}
#site-layout-continaer.dark-theme .w1-h1 {
  background: url(/static/img/dashboard/card/w1-h1-dark.png) center / 100% 100% no-repeat;
}
#site-layout-continaer.dark-theme .w1-h2 {
  background: url(/static/img/dashboard/card/w1-h2-dark.png) center / 100% 100% no-repeat;
}
#site-layout-continaer.dark-theme .w2-h1 {
  background: url(/static/img/dashboard/card/w2-h1-dark.png) center / 100% 100% no-repeat;
}
#site-layout-continaer.dark-theme .w2-h2 {
  background: url(/static/img/dashboard/card/w2-h2-dark.png) center / 100% 100% no-repeat;
}
#site-layout-continaer.dark-theme .w1-h1 .card__head,
#site-layout-continaer.dark-theme .w1-h2 .card__head {
  background: url(/static/img/dashboard/card/line-w1-dark.png) center bottom / 100% 6px no-repeat;
}
#site-layout-continaer.dark-theme .w2-h1 .card__head {
  background: url(/static/img/dashboard/card/line-w2-dark.png) center bottom / 100% 6px no-repeat;
}
#site-layout-continaer.dark-theme .card__body .ant-table {
  background: rgba(112, 210, 247, 0);
}
#site-layout-continaer.dark-theme .card__body .ant-table .ant-table-thead > tr > th {
  padding: 6px 8px;
  border-top: 2px solid #70d2f7;
  border-bottom: 1px solid rgba(112, 210, 247, 0.7);
  font-size: 12px;
  color: #fff;
  background: rgba(112, 210, 247, 0.15);
  font-weight: 500;
}
#site-layout-continaer.dark-theme .card__body .ant-table .ant-table-tbody > tr > td {
  padding: 6px 8px;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.8;
  border-bottom: none;
}
#site-layout-continaer.dark-theme .card__body .ant-table .ant-table-tbody > tr:nth-child(even) > td {
  background: rgba(112, 210, 247, 0.15);
}
#site-layout-continaer.dark-theme .card__body .ant-table .ant-table-tbody > tr:nth-child(odd) > td {
  background: rgba(112, 210, 247, 0.04);
}
#site-layout-continaer.dark-theme .card__body .ant-table .ant-table-tbody .ant-table-placeholder {
  background-color: transparent;
}
#site-layout-continaer.dark-theme .card__body .ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background: rgba(112, 210, 247, 0.5);
}
#site-layout-continaer.dark-theme .card__body .ant-table .ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background: rgba(112, 210, 247, 0.2);
}
#site-layout-continaer.dark-theme .overview-map .controls .control {
  width: 15px;
  height: 15px;
  background: #70d2f7;
  margin: 0 5px;
  padding: 3px;
  color: #0b1828;
  cursor: pointer;
}
#site-layout-continaer.dark-theme .dashboard-decoration-content {
  flex-direction: column;
  flex: auto;
}
#site-layout-continaer.dark-theme .dashboard-decoration {
  display: flex;
  margin: 0;
  flex: none;
}
#site-layout-continaer.dark-theme .dashboard-decoration.dashboard-decoration-bottom {
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: -11px;
  height: 30px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  background: unset;
}
#site-layout-continaer.dark-theme .dashboard-decoration-bottom .decoration-line-left {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  height: 1px;
  width: 30px;
  background: rgba(112, 210, 247, 0.3);
  flex: none;
}
#site-layout-continaer.dark-theme .dashboard-decoration-bottom .decoration-icon-left {
  width: 20px;
  height: 20px;
  background: url(/static/img/dashboard/bg/cross_dark.svg) center / 100% 100% no-repeat;
  flex: none;
}
#site-layout-continaer.dark-theme .dashboard-decoration-bottom .decoration-line-right {
  margin-top: 12px;
  margin-left: 10px;
  margin-right: 10px;
  height: 1px;
  background: rgba(112, 210, 247, 0.3);
  flex: 1 0 auto;
}
#site-layout-continaer.dark-theme .dashboard-decoration-bottom .decoration-icon-right {
  margin-top: 2px;
  width: 20px;
  height: 20px;
  background: url(/static/img/dashboard/bg/cross_dark.svg) center / 100% 100% no-repeat;
  flex: none;
}
#site-layout-continaer.dark-theme .dashboard-decoration.dashboard-decoration-left {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-bottom: 40px;
  width: 20px;
  flex: none;
  background: unset;
}
#site-layout-continaer.dark-theme .dashboard-decoration-left .decoration-line-top {
  background: #70d2f7;
  margin-left: 20px;
  width: 1px;
  height: 30px;
  flex: none;
}
#site-layout-continaer.dark-theme .dashboard-decoration-left .decoration-icon-top {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  background: url(/static/img/dashboard/bg/cross_dark.svg) center / 100% 100% no-repeat;
  flex: none;
}
#site-layout-continaer.dark-theme .dashboard-decoration-left .decoration-line-bottom {
  width: 1px;
  height: 100%;
  margin-left: 19px;
  background: #70d2f7;
  align-self: flex-start;
  flex: 0 1 auto;
}
#site-layout-continaer.dark-theme .dashboard-decoration.dashboard-decoration-right {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-bottom: 40px;
  width: 21px;
  flex: none;
  background: unset;
}
#site-layout-continaer.dark-theme .dashboard-decoration-right .decoration-line-top {
  background: #70d2f7;
  margin: 0;
  width: 1px;
  height: 30px;
  flex: none;
}
#site-layout-continaer.dark-theme .dashboard-decoration-right .decoration-icon-top {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -10px;
  background: url(/static/img/dashboard/bg/cross_dark.svg) center / 100% 100% no-repeat;
  flex: none;
}
#site-layout-continaer.dark-theme .dashboard-decoration-right .decoration-line-bottom {
  width: 1px;
  height: 100%;
  margin-left: 0;
  background: #70d2f7;
  align-self: flex-start;
  flex: 0 1 auto;
}
#site-layout-continaer.dark-theme .site-layout .header {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 0 0;
  height: var(--titleHeight);
  line-height: var(--titleHeight);
  background: rgba(11, 24, 40, 0.1);
  border-bottom: 1px solid rgba(112, 210, 247, 0.3);
  margin-left: 20px;
  margin-right: 20px;
}
#site-layout-continaer.dark-theme .control-room div .ant-select .ant-select-selector,
#site-layout-continaer.dark-theme .fullscreen-map div .ant-select .ant-select-selector {
  background-color: rgba(35, 170, 232, 0.3);
  border: 1px solid rgba(35, 170, 232, 0.3);
}
#site-layout-continaer.dark-theme .control-room div .ant-select:not(.ant-select-disabled):hover .ant-select-selector,
#site-layout-continaer.dark-theme .fullscreen-map div .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: rgba(35, 170, 232, 0.5);
}
#site-layout-continaer.dark-theme .control-room div .ant-select .ant-select-selection-search-input,
#site-layout-continaer.dark-theme .fullscreen-map div .ant-select .ant-select-selection-search-input {
  font-size: 12px;
  font-weight: 500;
  color: #fffefe;
  opacity: 1;
}
#site-layout-continaer.dark-theme .control-room div .ant-select .ant-select-selection-placeholder,
#site-layout-continaer.dark-theme .fullscreen-map div .ant-select .ant-select-selection-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #fffefe;
  opacity: 1;
}
#site-layout-continaer.dark-theme .control-room div .ant-select .ant-select-selection-item,
#site-layout-continaer.dark-theme .fullscreen-map div .ant-select .ant-select-selection-item {
  font-size: 12px;
  font-weight: 500;
  color: #fffefe;
  opacity: 1;
}
#site-layout-continaer.dark-theme .control-room div .ant-select .ant-select-arrow,
#site-layout-continaer.dark-theme .fullscreen-map div .ant-select .ant-select-arrow {
  color: #fffefe;
}
#site-layout-continaer.dark-theme .control-room .ant-select-multiple .ant-select-selection-item,
#site-layout-continaer.dark-theme .fullscreen-map .ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-right: 4px;
  margin-bottom: 2px;
  padding: 0 4px 0 8px;
  line-height: 22px;
  background: rgba(35, 170, 232, 0.2);
  border: 1px solid rgba(35, 170, 232, 0.4);
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  user-select: none;
}
#site-layout-continaer.dark-theme .control-room .ant-select-multiple .ant-select-selection-item-content,
#site-layout-continaer.dark-theme .fullscreen-map .ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
#site-layout-continaer.dark-theme .control-room .ant-select-multiple .ant-select-selection-item-remove,
#site-layout-continaer.dark-theme .fullscreen-map .ant-select-multiple .ant-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  font-size: 12px;
  line-height: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
}
#site-layout-continaer.dark-theme .control-room__right > .date {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
#site-layout-continaer.dark-theme .ant-layout-footer {
  display: none;
}
#site-layout-continaer.dark-theme .control-room__right > .fullscreen-trigger {
  color: #70d2f7;
  font-size: 18px;
}
#site-layout-continaer.dark-theme .fault-list li {
  position: relative;
  width: 110px;
  height: 60px;
  padding: 8px 10px;
  margin-bottom: 20px;
  border: 1px dashed rgba(112, 210, 247, 0.6);
}
#site-layout-continaer.dark-theme .fault-list li p {
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#site-layout-continaer.dark-theme .fault-list li p.host-li-title {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 14px;
}
#site-layout-continaer.dark-theme .fault-list .host-li-value {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
}
#site-layout-continaer.dark-theme .fault-list .fault-li-line {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 11px;
  height: 11px;
  border: 2px solid #70d2f7;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
#site-layout-continaer.dark-theme .fault-list .fault-li-triangle {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 0;
  height: 0;
  border: 3px solid #e60012;
  border-top-color: transparent;
  border-left-color: transparent;
}
#site-layout-continaer.dark-theme .fault-pdlr8 .fault-list li {
  position: relative;
  width: calc((100% - 9px) / 2);
  height: 52px;
  margin-bottom: 12px;
  border: 1px dashed rgba(112, 210, 247, 0.6);
}
#site-layout-continaer.dark-theme .fault-pdlr8 .fault-list li:nth-child(odd) {
  margin-right: 9px;
}
#site-layout-continaer.dark-theme .fault-pdlr8 .fault-list li i {
  position: relative;
  top: 50%;
  display: block;
  width: 26px;
  height: 26px;
  margin: -13px 8px 0;
  color: #112234;
  line-height: 26px;
  text-align: center;
  background: #70d2f7;
}
#site-layout-continaer.dark-theme .fault-pdlr8 .host-li-right p.host-li-title {
  margin-bottom: 2px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 14px;
}
#site-layout-continaer.dark-theme .fault-pdlr8 .host-li-value {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 16px;
}
#site-layout-continaer.dark-theme .fault-pdlr8 .fault-li-line {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 11px;
  height: 11px;
  border: 2px solid rgba(112, 210, 247, 0.6);
  border-bottom-color: transparent;
  border-right-color: transparent;
}
#site-layout-continaer.dark-theme .fault-pdlr8 .fault-li-triangle {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 0;
  height: 0;
  border: 3px solid #e60012;
  border-top-color: transparent;
  border-left-color: transparent;
}
#site-layout-continaer.dark-theme .kanban .statistics__item {
  margin: auto;
  width: 110px;
  height: 65px;
  background: rgba(11, 24, 40, 0.9);
}
#site-layout-continaer.dark-theme .kanban .statistics__item__wrapper {
  margin-right: 10px;
  min-width: 130px;
  height: 75px;
  display: flex;
  background: url('/static/img/map-number-top-dark.svg') no-repeat, url('/static/img/map-number-bottom-dark.svg') no-repeat bottom;
}
#site-layout-continaer.dark-theme .kanban .statistics__item .item__title {
  margin: 6px 8px;
  width: 96px;
  height: 20px;
  line-height: 20px;
  background: #70d2f7;
  font-size: 12px;
  font-weight: 400;
  padding: 0 6px;
  opacity: 1;
}
#site-layout-continaer.dark-theme .kanban .rvirtualDeviceFilte-input-class {
  background-color: rgba(35, 170, 232, 0.3) !important;
  border: 1px solid rgba(35, 170, 232, 0.3) !important;
}
#site-layout-continaer.dark-theme .kanban .rvirtualDeviceFilte-input-class .ant-input-clear-icon:active {
  color: #fff;
}
#site-layout-continaer.dark-theme .kanban .rvirtualDeviceFilte-input-class .ant-input-clear-icon {
  color: #fff;
}
#site-layout-continaer.dark-theme .kanban .rvirtualDeviceFilte-input-class .anticon-search {
  color: #fff !important;
}
#site-layout-continaer.dark-theme .kanban .search-option-item span:last-child {
  color: #bbbbbb;
  font-weight: 400;
}
#site-layout-continaer.dark-theme .kanban .rvirtualizedList-empty-list {
  background: rgba(11, 24, 40, 0.9);
  border: 1px dotted #70d2f7;
}
#site-layout-continaer.dark-theme .kanban .ReactVirtualized__List {
  background: rgba(11, 24, 40, 0.9) !important;
  color: #fff;
}
#site-layout-continaer.dark-theme .kanban .search-option-item .hover-value:hover {
  color: #70d2f7;
}
#site-layout-continaer.dark-theme .kanban .ReactVirtualized__List .selected {
  background-color: rgba(35, 170, 232, 0.3) !important;
}
#site-layout-continaer.dark-theme .kanban .kanban__second .search .ant-select-arrow {
  color: #70d2f7;
}
#site-layout-continaer.dark-theme .kanban .kanban__second .search .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: rgba(35, 170, 232, 0.5);
}
#site-layout-continaer.dark-theme .kanban .kanban__second .search .ant-select-selector {
  background-color: rgba(35, 170, 232, 0.4);
  border: 1px solid rgba(35, 170, 232, 0.4);
}
#site-layout-continaer.dark-theme .kanban .kanban__second .search .ant-select-selection-placeholder {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  opacity: 1;
}
#site-layout-continaer.dark-theme .kanban .kanban__second .color-panel .color-panel__block {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(35, 170, 232, 0.4);
  width: 130px;
  height: 32px;
  padding-left: 12px;
  line-height: 32px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  pointer-events: none;
}
#site-layout-continaer.dark-theme .kanban .kanban__second .color-panel .color-panel__block::before {
  content: '';
  position: absolute;
  top: 0;
  right: -32px;
  width: 0;
  height: 0;
  border-width: 16px;
  border-color: transparent;
  border-style: solid;
  border-left-color: rgba(35, 170, 232, 0.4);
}
#site-layout-continaer.dark-theme .kanban .kanban__second .search .search-border-left {
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: 1px;
  top: 0px;
  width: 8px;
  height: 32px;
  background-image: url(/static/img/select-left-dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
#site-layout-continaer.dark-theme .kanban .kanban__second .search .search-border-right {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px;
  width: 8px;
  height: 32px;
  background: url(/static/img/select-right-dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
#site-layout-continaer.dark-theme .host-detail {
  padding: 10px;
  height: 100%;
  width: 360px;
  background: url('/static/img/map-number-top-blue.svg') no-repeat, url('/static/img/map-number-bottom-blue.svg') no-repeat bottom;
}
#site-layout-continaer.dark-theme .host-detail .ant-divider {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  margin: 10px 0;
}
#site-layout-continaer.dark-theme .host-detail .host-detail__body {
  padding: 10px;
  height: 100%;
  background: rgba(11, 24, 40, 0.9);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);
}
#site-layout-continaer.dark-theme .host-detail .body-head {
  display: flex;
  background: url(/static/img/dashboard/card/line-w2-light.png) center bottom 6px no-repeat;
  padding: 8px 0 16px 0;
}
#site-layout-continaer.dark-theme .host-detail .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  color: #70d2f7;
}
#site-layout-continaer.dark-theme .host-detail .head__left .title {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
#site-layout-continaer.dark-theme .host-detail .body-content {
  margin-top: 10px;
  overflow-y: auto;
  height: calc(100% - 80px);
}
#site-layout-continaer.dark-theme .host-detail .table {
  border-top: 1px solid #70d2f7;
  margin-bottom: 20px;
}
#site-layout-continaer.dark-theme .host-detail .table .table-head {
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: rgba(112, 210, 247, 0.2);
  font-weight: 500;
  color: #ffffff;
}
#site-layout-continaer.dark-theme .host-detail .table .table-body {
  height: calc(100% - 60px);
}
#site-layout-continaer.dark-theme .host-detail .table .table-body .column {
  background: rgba(112, 210, 247, 0.1);
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333333;
  display: flex;
  align-items: center;
}
#site-layout-continaer.dark-theme .host-detail .table .table-body .column:nth-child(even) {
  background: rgba(112, 210, 247, 0.2);
}
#site-layout-continaer.dark-theme .host-detail .table .table-body .column .label {
  width: 45%;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.8);
  word-break: break-word;
}
#site-layout-continaer.dark-theme .host-detail .table .table-body .column .value {
  width: 55%;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.8);
}
#site-layout-continaer.dark-theme .host-detail .host-detail__body .ant-spin-nested-loading {
  height: 100%;
}
#site-layout-continaer.dark-theme .host-detail .host-detail__body .ant-spin-container {
  height: 100%;
}
#site-layout-continaer.dark-theme .host-detail .more {
  position: relative;
  padding: 1px;
  background: #d20315;
  clip-path: polygon(0 20%, 10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
  -webkit-clip-path: polygon(0 20%, 10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
}
#site-layout-continaer.dark-theme .host-detail .more .ant-btn {
  border: unset;
  border-radius: unset;
  clip-path: polygon(0 20%, 10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
  -webkit-clip-path: polygon(0 20%, 10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
  background: rgba(102, 20, 38, 0.8);
}
#site-layout-continaer.dark-theme .host-detail .more .ant-btn:hover {
  background: #e60012;
}
#site-layout-continaer.dark-theme .tooltip-wrapper:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 46%;
  height: 0;
  width: 0;
  border-width: 11px;
  border-color: transparent;
  border-top-color: #70d2f7;
  border-style: dotted;
  transform: scaleX(0.9);
}
#site-layout-continaer.dark-theme .tooltip-wrapper:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 46%;
  height: 0;
  width: 0;
  border-width: 11px;
  border-color: transparent;
  border-top-color: #0b1828;
  border-style: solid;
  transform: scaleX(0.9);
}
#site-layout-continaer.dark-theme .tooltip-wrapper .tooltip {
  width: 256px;
  padding: 12px;
  margin-left: 12px;
  background: rgba(11, 24, 40, 0.9);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.7);
  border: 1px dotted #70d2f7;
}
#site-layout-continaer.dark-theme .tooltip-wrapper .tooltip .desc .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#site-layout-continaer.dark-theme .tooltip-wrapper .tooltip .desc .first-title {
  color: #ffffff;
}
#site-layout-continaer.dark-theme .tooltip-wrapper .tooltip .tooltip-head {
  display: flex;
  justify-content: space-between;
}
#site-layout-continaer.dark-theme .signal-img {
  object-fit: 'contain';
  height: 18px;
  padding-left: 5px;
}
.light-theme .antd-select-relative {
  position: relative;
}
.light-theme .antd-select-relative .search-border-left {
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: -1px;
  top: 0px;
  width: 8px;
  height: 32px;
  background-image: url(/static/img/select-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
.light-theme .antd-select-relative .search-border-margin-right .search-border-right {
  position: absolute;
  margin: 0px;
  padding: 0px;
  right: 19px;
  top: 0px;
  width: 8px;
  height: 32px;
  background: url(/static/img/select-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
.light-theme .antd-select-relative .search-border-right {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: -1px;
  width: 8px;
  height: 32px;
  background: url(/static/img/select-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.dark-theme .antd-select-relative {
  position: relative;
}
.dark-theme .antd-select-relative .search-border-left {
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: -1px;
  top: 0px;
  width: 8px;
  height: 32px;
  background-image: url(/static/img/select-left-dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
.dark-theme .antd-select-relative .search-border-margin-right .search-border-right {
  position: absolute;
  margin: 0px;
  padding: 0px;
  right: 19px;
  top: 0px;
  width: 8px;
  height: 32px;
  background: url(/static/img/select-right-dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
.dark-theme .antd-select-relative .search-border-right {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px;
  width: 8px;
  height: 32px;
  background: url(/static/img/select-right-dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 9;
}
.dark-theme .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.8);
}

.hydraulicHomePage {
  height: calc(100vh - 84px);
}
.hydraulicHomePage #container {
  height: 100%;
}
.hydraulicHomePage #container .BMap_cpyCtrl,
.hydraulicHomePage #container .anchorBL {
  display: none;
}
.hydraulicHomePage #container .mapDialog_style i {
  background: red;
  display: inline-block;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  min-width: 10px;
  min-height: 10px;
  margin-right: 0.35rem;
}
.hydraulicHomePage .tooitlpStyle {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 16px 22px;
  bottom: 30.2px;
  left: 30px;
  opacity: 0.85;
  background: #001851;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0;
}
.hydraulicHomePage .tooitlpStyle i {
  display: inline-block;
  margin-right: 10px;
}
.hydraulicHomePage .tooitlpStyle span {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #c3def7;
}
.hydraulicHomePage .tooitlpStyle span i {
  width: 0.875rem;
  height: 0.875rem;
  min-width: 10px;
  min-height: 10px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.page_content {
  position: relative;
  background: #ffffff;
  padding: 10px 1.04vw 1.04vw;
  min-height: calc(100vh - 2.08vw - 35px - var(--titleHeight));
  width: calc(100% - 1.04vw);
}
.page_content .ant-tabs-tab {
  font-size: 14px;
  padding: 8px 28px;
  margin: 0;
}
.page_content .ant-table .ant-table-thead > tr > th {
  height: 58px;
}
.page_content .ant-pagination {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 32px;
}
.page_content .input-query-alarm .ant-input-affix-wrapper {
  width: 100%;
}
.page_content .ant-input {
  height: 100%;
}

.start-circular-ico {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  border-radius: 50%;
  background: #00B259;
}
.start-circular-ico[data-type="0"] {
  background: #E60000;
}
.start-circular-ico[data-type="100"] {
  background: #FF9400;
}
.verify-record-list .head {
  width: calc(100% - 1.04vw);
  padding: 16px 24px 6px;
  background: #FEFEFE;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.verify-record-list .serialNumLink {
  color: #FF9400;
  cursor: pointer;
}
.verify-record-list .search-item {
  vertical-align: middle;
  margin-right: 16px;
  margin-bottom: 10px;
}
.scan-code-abnormal .head {
  width: calc(100% - 1.04vw);
  padding: 16px 24px 6px;
  background: #FEFEFE;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.scan-code-abnormal .exception-list {
  border-left: 1px solid #DADFEA;
  padding: 0;
}
.scan-code-abnormal .exception-list li {
  display: inline-block;
  width: 20%;
  height: 82px;
  border-color: #DADFEA;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}
.scan-code-abnormal .exception-list li:nth-child(n+9) {
  border-top: none;
}
.scan-code-abnormal .exception-list li div {
  margin: 20px 20px 2px 20px;
  font-size: 14px;
  color: #21252E;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scan-code-abnormal .exception-list li p {
  margin: 0 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scan-code-abnormal .move-list {
  position: relative;
  float: right;
  margin: 0 20px 10px 0;
  color: #565768;
  cursor: pointer;
}
.scan-code-abnormal .move-list::after {
  content: "";
  margin: 2px 16px 0 10px;
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-right: 1px solid #565768;
  border-bottom: 1px solid #565768;
}
.scan-code-abnormal .move-list[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: 9px;
}
.scan-code-abnormal .list {
  padding: 0;
  width: 100%;
}
.scan-code-abnormal .list li {
  list-style: none;
  padding: 0;
  margin: 0 3.2% 14px 0;
  height: 20px;
  float: left;
  width: 22.5%;
  color: #050C32;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scan-code-abnormal .list li span {
  color: #050C32;
}
.scan-code-abnormal .list li:nth-child(4n) {
  margin-right: 0;
}
.scan-code-abnormal .list li:nth-child(n+8) {
  margin-bottom: 0;
}
.scan-code-abnormal .base-first {
  height: calc(100vh - 365px);
  overflow: auto;
}
.scan-code-abnormal .base-first h2 {
  font-weight: 600;
  font-size: 18px;
  color: rgba(5, 12, 50, 0.85);
  margin-top: 24px;
  clear: both;
}
.scan-code-abnormal .base-first h3 {
  font-size: 14px;
  font-weight: bold;
  color: rgba(5, 12, 50, 0.85);
}
.scan-code-abnormal .base-first .info {
  font-size: 12px;
  color: rgba(5, 12, 50, 0.45);
  word-break: break-word;
}
.scan-code-abnormal .base-first .picture {
  padding: 0;
}
.scan-code-abnormal .base-first .picture li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 16px 16px 0;
  background-color: #eeeeee;
  width: 128px;
}
.scan-code-abnormal .base-first .picture li div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 128px;
}
.scan-code-abnormal .base-first .picture img {
  cursor: pointer;
  max-width: 128px;
  max-height: 128px;
}
.scan-code-abnormal .refresh-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
}
.scan-code-abnormal .refresh-wrapper .refresh-label {
  color: rgba(5, 12, 50, 0.45);
  font-weight: 400;
}
.scan-code-abnormal .refresh-wrapper .refresh-time {
  margin-left: 8px;
  color: rgba(5, 12, 50, 0.85);
  font-weight: 400;
}
.scan-code-abnormal .refresh-wrapper .refresh-btn {
  margin-left: 8px;
  color: #FF9400;
  font-size: 16px;
}
.scan-code-abnormal .attrCard-grid {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  height: calc(100vh - 450px);
  overflow: auto;
}
.scan-code-abnormal .attrCard-grid .attrCard {
  width: 20%;
  border: 1px solid #DADBE1;
  padding: 20px;
  height: 130px;
  position: relative;
}
.scan-code-abnormal .attrCard-grid .attrCard:hover {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.scan-code-abnormal .attrCard-grid .attrCard .attrCard-tip {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  color: #FF9400;
  font-size: 24px;
}
.scan-code-abnormal .attrCard-grid .attrCard .attrCard-label {
  font-weight: 400;
  font-size: 14px;
  color: rgba(5, 12, 50, 0.7);
}
.scan-code-abnormal .attrCard-grid .attrCard .attrCard-content {
  display: flex;
  align-items: flex-end;
}
.scan-code-abnormal .attrCard-grid .attrCard .attrCard-content .attrCard-content-value {
  font-family: DINCondensed-Regular;
  font-weight: Bold;
  font-size: 32px;
  color: #21252E;
  max-width: 120px;
}
.scan-code-abnormal .attrCard-grid .attrCard .attrCard-content .attrCard-content-unit {
  margin-left: 18px;
  width: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  color: rgba(5, 12, 50, 0.7);
}
.scan-code-abnormal .attrCard-grid .attrCard .attrCard-time {
  color: rgba(5, 12, 50, 0.45);
  font-size: 14px;
  font-weight: 400;
}
.scan-code-abnormal .recordDetail-history {
  overflow: hidden;
  height: calc(100vh - 364px);
}

