
.anticon {
  display: inline-flex;
  alignItems: center;
  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;
}

.anticon > * {
  line-height: 1;
}

.anticon svg {
  display: inline-block;
}

.anticon::before {
  display: none;
}

.anticon .anticon-icon {
  display: block;
}

.anticon[tabindex] {
  cursor: pointer;
}

.anticon-spin::before,
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.anticon {
  display: inline-block;
  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;
}

.anticon > * {
  line-height: 1;
}

.anticon svg {
  display: inline-block;
}

.anticon::before {
  display: none;
}

.anticon .anticon-icon {
  display: block;
}

.anticon[tabindex] {
  cursor: pointer;
}

.anticon-spin::before,
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes se-ml-move-anim {
  to {
      opacity: 1
  }
}
@keyframes se-ml-move-anim {
  to {
      opacity: 1
  }
}
@-webkit-keyframes se-ml-rotate-anim {
  to {
      transform: rotate(360deg)
  }
}
@keyframes se-ml-rotate-anim {
  to {
      transform: rotate(360deg)
  }
}
.se-ml-spin {
  box-sizing: border-box;
  margin: 16px;
  padding: 0;
  display: inline-block;
  opacity: 1;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: none;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.78,.14,.15,.86);
  transition: -webkit-transform .3s cubic-bezier(.78,.14,.15,.86);
  transition: transform .3s cubic-bezier(.78,.14,.15,.86);
  transition: transform .3s cubic-bezier(.78,.14,.15,.86),-webkit-transform .3s cubic-bezier(.78,.14,.15,.86)
}
.se-ml-spin-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-animation: se-ml-rotate-anim 1.2s infinite linear;
  animation: se-ml-rotate-anim 1.2s infinite linear;
  border: none;
}
.se-ml-spin-item {
  position: absolute;
  display: block;
  background-color: #d2d2d2;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  -webkit-transform: scale(.75);
  -ms-transform: scale(.75);
  transform: scale(.75);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: .3;
  -webkit-animation: se-ml-move-anim 1s infinite linear alternate;
  animation: se-ml-move-anim 1s infinite linear alternate;
  border: none;
}
.se-ml-spin-item:nth-child(1) {
  top: 0;
  left: 0;
}
.se-ml-spin-item:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.se-ml-spin-item:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: .8s;
  animation-delay: .8;
}
.se-ml-spin-item:nth-child(4) {
  left: 0;
  bottom: 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.se-ml-error {
  margin: 16px;
}

.se-root .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.se-root .customer-dashboard-wrap {
  height: 100%;
  width: 100%;
  min-width: 1600px;
  min-height: 850px;
  overflow: auto;
  position: relative;
  background-size: cover;
  color: #ffffffd9;
  display: flex;
  flex-direction: column;
  padding: var(--se-spacing-xl);
  gap: 16px;
  /* 左上角蓝色小段边框 */
}
.se-root .customer-dashboard-wrap-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 624px;
  height: 72px;
  background: url(/microapp/ema/assets/imgs/titleBg.9cf26739.png) no-repeat center center;
  background-size: cover;
}
.se-root .customer-dashboard-wrap-header-title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  padding: 5px;
}
.se-root .customer-dashboard-wrap-header-setting {
  font-size: 16px;
  position: absolute;
  top: 3px;
  right: 57px;
}
.se-root .customer-dashboard-wrap-ranking {
  height: calc(100% - 16px - 220px);
  display: flex;
  justify-content: space-between;
}
.se-root .customer-dashboard-wrap-ranking .rankingContent {
  height: 100%;
  width: 520px;
}
.se-root .customer-dashboard-wrap-ranking .title {
  font-size: 24px;
  font-weight: 700;
}
.se-root .customer-dashboard-wrap-ranking .title > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.se-root .customer-dashboard-wrap-ranking .costColor {
  color: var(--se-others-green, #38b24f);
}
.se-root .customer-dashboard-wrap-ranking .co2Color {
  color: var(--se-others-stoneblue, #5a6a88);
}
.se-root .customer-dashboard-wrap-ranking .fontSize16Title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700;
}
.se-root .customer-dashboard-wrap-ranking .produce_consume_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.se-root .customer-dashboard-wrap-ranking .produce_consume_header .ant4-segmented {
  background-color: #0a0a0a;
  color: #ffffffa6;
}
.se-root .customer-dashboard-wrap-ranking .produce_consume_header .ant4-segmented .ant4-segmented-item-selected {
  color: #ffffffd9;
  background-color: #292929;
  box-shadow: 0px 2px 8px 0px #0000000d;
}
.se-root .customer-dashboard-wrap-ranking .produce_consume_header .ant4-segmented .ant4-segmented-item:hover {
  color: #ffffffa6;
}
.se-root .customer-dashboard-wrap-ranking .produce_consume_header .ant4-segmented-thumb {
  color: #ffffffd9;
  background-color: #292929;
}
.se-root .customer-dashboard-wrap-footer {
  font-weight: 700;
  height: 220px;
}
.se-root .customer-dashboard-wrap-footer .footer-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  gap: 8px;
}
.se-root .customer-dashboard-wrap-footer .footer-header .header-icon-ue {
  height: 40px;
  width: 40px;
  background: linear-gradient(135deg, #82c3ff 0%, #1890ff 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.se-root .customer-dashboard-wrap-footer .footer-header .header-icon-produce {
  background: linear-gradient(135deg, #88dc92 0%, #38b24f 100%);
}
.se-root .customer-dashboard-wrap-footer .footer-header .header-icon-consume {
  background: linear-gradient(135deg, #ffd073 0%, #faad14 100%);
}
.se-root .customer-dashboard-wrap-footer .footer-header .header-icon-ess {
  background: linear-gradient(135deg, #7af7f7 0%, #13c2c2 100%);
}
.se-root .customer-dashboard-wrap-footer .footer-header .deviceCount {
  color: #ffffff73;
}
.se-root .customer-dashboard-wrap-footer .powerDetail {
  display: flex;
}
.se-root .customer-dashboard-wrap-footer .powerDetail .detail-count {
  flex: 3.5;
}
.se-root .customer-dashboard-wrap-footer .powerDetail .detail-power {
  flex: 6.5;
}
.se-root .customer-dashboard-wrap-footer .timer {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff73;
  text-align: right;
}
.se-root .customer-dashboard-wrap .content {
  background-color: #232222d9;
  width: 100%;
  height: 100%;
  padding: var(--se-padding-lg);
  border-radius: 20px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.se-root .customer-dashboard-wrap .footer-content {
  padding: var(--se-padding-lg) 5px 5px var(--se-padding-lg);
}
.se-root .customer-dashboard-wrap .footer-content .contentRow {
  justify-content: space-between;
}
.se-root .customer-dashboard-wrap .footer-content .contentCol {
  flex: 1;
}
.se-root .customer-dashboard-wrap .producePower {
  color: var(--se-others-green, #38b24f);
}
.se-root .customer-dashboard-wrap .consumePower {
  color: var(--se-others-gold, #d89715);
}
.se-root .customer-dashboard-wrap .content-flex {
  display: flex;
}
.se-root .customer-dashboard-wrap .content-wrap {
  display: flex;
  justify-content: space-between;
}
.se-root .customer-dashboard-wrap .second_title_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.se-root .customer-dashboard-wrap .custom_spin_container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #14141447;
  display: flex;
  align-items: center;
  justify-content: center;
}
.se-root .my-custom-tooltip {
  z-index: 9999 !important;
  /* 设置一个较高的z-index */
}
.se-root .custom_chart_tooltip_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.se-root .customer-dashboard-ranking-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 80px;
}
.se-root .ranking-item {
  display: flex;
  transition: background-color 0.3s;
}
.se-root .ranking-item:last-child {
  border-bottom: none;
}
.se-root .rank-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  margin-right: 16px;
}
.se-root .rank-indicator img {
  width: 32px;
}
.se-root .rank-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #f0f2f5;
  color: #8c8c8c;
  border-radius: 50%;
  font-weight: bold;
}
.se-root .rank-content {
  flex: 1;
  min-width: 0;
}
.se-root .rank-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.se-root .rank-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.se-root .rank-value {
  font-weight: 500;
  margin-left: 16px;
}
.se-root .progress-container {
  width: 100%;
  height: 8px;
  background-color: transparent;
  overflow: hidden;
}
.se-root .progress-bar {
  height: 100%;
  transition: width 0.5s ease-in-out;
  border-radius: 0 4px 4px 0;
}

.se-root .customer-power {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.se-root .customer-power .power_content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.se-root .customer-power .power_content .power_title {
  font-size: 14px;
}
.se-root .customer-power .power_content .power_value {
  font-weight: 700;
  font-size: 24px;
}
.se-root .customer-power .power_content .power_unit {
  font-size: 14px;
  color: #ffffff73;
  margin-left: 10px;
}

.se-root .left-progress-container {
  direction: rtl;
  /* 反转容器方向 */
}
.se-root .left-progress-container .ant4-progress-inner {
  border-radius: 100px 0 0 100px;
  /* 调整进度条圆角 */
}
.se-root .left-progress-container .ant4-progress-bg {
  border-radius: 100px 0 0 100px;
  /* 调整进度条圆角 */
}
.se-root .left-progress-container .ant4-progress-text {
  direction: ltr;
  /* 保持文本正常方向 */
}
.se-root .right-progress-container .ant4-progress-inner {
  border-radius: 0 100px 100px 0;
  /* 调整进度条圆角 */
}
.se-root .right-progress-container .ant4-progress-bg {
  border-radius: 0 100px 100px 0;
  /* 调整进度条圆角 */
}
.se-root .power_item_tile_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.se-root .power_item_tile_wrap > div:first-child {
  flex: 1;
}
.se-root .power_item_tile_wrap > div:last-child {
  flex: 1;
  text-align: right;
  /* 文本右对齐 */
}
.se-root .power_item_progress_wrap {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 6px;
  margin-bottom: 15px;
}
.se-root .power_item_progress_wrap > div {
  flex: 1;
}
.se-root .power_item_progress_wrap .ant4-progress-inner {
  background-color: #ffffff33;
}

.se-root .idaas-drawer .ant4-drawer-body {
  padding: 16px 24px;
}
.se-root .idaas-drawer .ant4-drawer-footer {
  padding: 12px 24px;
}

.se-root .keycloak-UserAction-content {
  max-width: 162px;
}
.se-root .keycloak-UserAction-content .userAction-group {
  padding: 6px 12px 6px 12px;
}
.se-root .keycloak-UserAction-content .userAction-group .userInfo-label {
  font-size: 12px;
  color: var(--se-text-secondary, #00000073);
}
.se-root .keycloak-UserAction-content .userAction-group .userInfo-item {
  font-size: 14px;
  color: var(--se-text-title, #000000e0);
}
.se-root .keycloak-UserAction-content .cursorPointer {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--se-text-title);
}
.se-root .keycloak-UserAction-content .cursorPointer a {
  color: var(--se-text-title);
}
.se-root .keycloak-User-Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: var(--se-brand-normal, #3dcd58);
  border: 1px solid var(--se-brand-normal, #3dcd58);
}
.se-root .ema-changelog-drawer .ema-changelog-item {
  color: var(--se-text-title, #000000e0);
  margin-bottom: var(--se-spacing, 16px);
}
.se-root .ema-changelog-drawer .ema-changelog-item .ema-changelog-item-title {
  font-weight: 700;
  line-height: var(--se-line-height, 22px);
  margin-bottom: var(--se-spacing-xs, 8px);
}
.se-root .ema-changelog-drawer .ema-changelog-item ol {
  padding-left: var(--se-spacing-md, 20px);
  margin-bottom: 0;
}

.se-root .u1bspler {
  font-size: 16px;
}
.se-root .f1v6orh1 {
  font-size: 16px;
  margin-right: 5px;
}
.se-root .fjfye8c {
  font-size: 16px;
  margin-right: 5px;
}
.se-root .f17xbkns {
  font-size: 16px;
  margin-right: 5px;
}
.se-root .e1adt8nm {
  font-size: 16px;
  margin-right: 5px;
}
.se-root .lk6l8nx {
  font-size: 16px;
  margin-right: 5px;
}
.se-root .msrtoy9 .ant4-form-item-explain-error {
  font-size: 12px;
}

.se-root .keycloak-schedulingMode-content {
  max-width: 160px;
}
.se-root .keycloak-schedulingMode-content .schedulingMode-group {
  padding: 4px 12px 4px 12px;
  color: var(--se-brand-normal, #3dcd58);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.se-root .keycloak-schedulingMode-content .schedulingMode-group .modeInfo-label {
  font-size: 12px;
  color: var(--se-text-secondary, #00000073);
}
.se-root .keycloak-schedulingMode-content .schedulingMode-group .modeInfo-item {
  font-size: 14px;
  color: var(--se-text-title, #000000e0);
}
.se-root .keycloak-schedulingMode-content .cursorPointer {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.se-root .scheduling-mode-Icon-Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.se-root .menuIcon {
  width: 14px;
  height: 14px;
}
.se-root .ema-home-loading {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.se-root .ema-super-title {
  font-size: 12px;
  vertical-align: super;
  transform: scale(0.6);
  display: inline-block;
  transform-origin: 0 14px;
}
.se-root .alarm-notification .ant4-notification-notice-btn {
  margin-top: 8px;
}

.se-root {
  /* 当 .mlayout__action 包含 .mlayout__action-alarm 子元素时，修改其 hover 样式 */
  /* wall模块的错误样式覆盖   start */
  /* wall模块的错误样式覆盖   end */
}
.se-root .ant4-table-cell,
.se-root .ant-table-cell,
.se-root .ant4-table-column-title .ant-table-column-title {
  color: var(--se-text-primary);
}
.se-root .ant4-select-tree .ant4-select-tree-node-content-wrapper.ant4-select-tree-node-selected {
  background-color: var(--se-primary-color-1);
}
.se-root .ant4-picker {
  height: 32px;
}
.se-root .ant4-select-tree .ant4-select-tree-treenode {
  margin: 0 !important;
  padding: 6px 0 !important;
}
.se-root .ant4-page-header {
  margin: var(--se-padding);
  border-radius: var(--se-border-radius-lg);
}
.se-root .ant4-page-header .ant4-page-header-content {
  padding-top: 0;
}
.se-root .ant4-page-header .ant4-page-header-heading + .ant4-page-header-content {
  padding-top: var(--se-padding);
}
.se-root input:-webkit-autofill,
.se-root textarea:-webkit-autofill,
.se-root select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--se-bg-container) inset !important;
  -webkit-text-fill-color: var(--se-text-primary) !important;
}
.se-root .ant4-modal-content input:-webkit-autofill,
.se-root .ant4-drawer-content input:-webkit-autofill,
.se-root .ant4-modal-content textarea:-webkit-autofill,
.se-root .ant4-drawer-content textarea:-webkit-autofill,
.se-root .ant4-modal-content select:-webkit-autofill,
.se-root .ant4-drawer-content select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--se-bg-elevated) inset !important;
}
.se-root .ant4-menu-inline .ant4-menu-item:last-child {
  margin-bottom: 0;
}
.se-root .se-root * {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  transition: scrollbar-color 0.2s ease;
}
.se-root .se-root :hover {
  scrollbar-color: #cdcdcd transparent;
}
.se-root #pageroot {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  min-width: 600px;
  min-height: 360px;
}
.se-root .mlayout__main-header {
  z-index: 2;
}
.se-root .mlayout__main-container iframe.mlayout__m-r-frame {
  margin-top: 0;
}
.se-root .mlayout__action-user {
  margin: -4px !important;
}
.se-root .mlayout__action-alarm {
  margin: -12px 0;
}
.se-root ::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}
.se-root ::-webkit-scrollbar-thumb {
  background-color: transparent !important;
}
.se-root :hover::-webkit-scrollbar-thumb {
  background-color: #cdcdcd !important;
}
.se-root .mlayout__action:hover:has(.mlayout__action-alarm) {
  background-color: transparent;
  /* 其他需要重置的 hover 样式 */
}
.se-root .comp-wall-engineeringManager {
  background-color: var(--se-bg-container) !important;
  border-radius: var(--se-border-radius-md);
  margin: 16px;
}
.se-root .comp-wall-apiManager-drawer .drawer-footer {
  background: transparent !important;
  border-color: var(--se-border-split) !important;
}
.se-root .comp-wall-apiManager {
  background-color: var(--se-bg-container) !important;
  border-radius: var(--se-border-radius-md);
  margin: 16px;
}
.se-root .comp-wall-subscribe {
  background-color: var(--se-bg-container) !important;
  border-radius: var(--se-border-radius-md);
  margin: 16px;
}
.se-root .comp-wall-apiSecureManager {
  background-color: var(--se-bg-container) !important;
  border-radius: var(--se-border-radius-md);
  margin: 16px;
  border: none !important;
  width: auto !important;
}
.se-root .comp-wall-subscribe-drawer-toolbar {
  border-color: var(--se-border-split) !important;
}

.se-root html,
.se-root body,
.se-root #pageroot {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  min-width: 600px;
  min-height: 360px;
}
.se-root .micro-layout {
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
.se-root .micro-layout .ant4-menu-submenu-popup {
  max-width: 248px;
}
.se-root .mlayout {
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.se-root .mlayout__sider {
  z-index: 9;
  width: 248px;
  background: var(--se-bg-container);
  box-shadow: var(--se-shadow-nav);
  border-right: 1px solid var(--se-border-split);
  display: flex;
  flex-direction: column;
  color: var(--se-text-title);
}
.se-root .mlayout__sider-menu {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: none!important;
}
.se-root .mlayout__sider-menu .ant4-menu-sub.ant4-menu-inline {
  background: none;
}
.se-root .mlayout__sider img.anticon {
  width: 16px;
  height: 16px;
}
.se-root .mlayout__h,
.se-root .mlayout__h-with-title,
.se-root .mlayout__h-small-with-title {
  padding: 12px;
  display: flex;
  flex-direction: row;
  word-break: break-all;
}
.se-root .mlayout__h-with-title {
  display: block;
}
.se-root .mlayout__h-with-title .mlayout__h-logo {
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.se-root .mlayout__h-with-title .mlayout__h-label {
  line-height: 16px!important;
}
.se-root .mlayout__h-small-with-title .mlayout__h-logo-small {
  margin-right: 12px;
}
.se-root .mlayout__h-logo {
  width: 100%;
  height: 40px;
  max-width: 100%;
  max-height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.se-root .mlayout__h-logo-small {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.se-root .mlayout__h-label {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  color: var(--se-brand-normal);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  vertical-align: bottom;
  line-height: 40px;
  -webkit-box-orient: vertical;
}
.se-root .mlayout__m-l-f {
  padding: 4px 8px 4px 16px;
  display: flex;
  border-top: 1px solid var(--se-border-split);
}
.se-root .mlayout__m-l-f-l {
  flex: 1;
  display: flex;
}
.se-root .mlayout__m-l-f-r {
  width: auto;
  text-align: right;
}
.se-root .mlayout__m-l-f-r .mlayout__m-l-f-action {
  transform: rotate(180deg);
}
.se-root .mlayout__m-l-f-action {
  padding: 12px;
  line-height: 14px;
  cursor: pointer;
}
.se-root .mlayout__m-l-f-action-title {
  font-size: 14px;
  margin-left: 12px;
  line-height: 12px;
}
.se-root .mlayout__main {
  flex: 1 0;
  overflow: hidden;
}
.se-root .mlayout__main-header {
  height: 40px;
  position: relative;
  padding: var(--se-spacing);
  padding-bottom: 0;
}
.se-root .mlayout__main-header-l {
  height: 24px;
  line-height: 24px;
}
.se-root .mlayout__main-header-l .ant4-breadcrumb-link {
  display: inline-block;
  vertical-align: bottom;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.se-root .mlayout__main-header-r {
  position: absolute;
  top: 0;
  right: 16px;
  height: 40px;
  width: auto;
  padding: 0px;
  text-align: right;
  background-color: var(--se-bg-elevated);
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid var(--se-border-split);
  border-top-width: 0;
}
.se-root .mlayout__main-header-r-actions {
  display: inline-block;
  padding: 0 var(--se-spacing-xxs);
  vertical-align: middle;
}
.se-root .mlayout__main-container {
  flex: 1 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.se-root .mlayout__main-container iframe {
  margin-top: var(--se-spacing);
  height: 100%;
}
.se-root .mlayout__com-logo {
  z-index: -1;
  display: inline-block;
}
.se-root .mlayout__com-logo img {
  width: auto;
  height: 40px;
}
.se-root .mlayout__action {
  padding: 12px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  height: 40px;
  max-height: 40px;
}
.se-root .mlayout__action:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.se-root .mlayout__action-item {
  line-height: 0;
}
.se-root .mlayout__action-item > .anticon {
  font-size: 16px;
}
.se-root .mlayout__action-user {
  padding: 0;
  margin: -6px;
}
.se-root .mlayout__action-popover .ant4-popover-inner-content {
  padding: 0;
  overflow: hidden;
}
.se-root .mlayout__action-switchLang {
  margin: -1px 0;
}
.se-root .mlayout__action-switchTheme {
  margin: -4px 0;
}
.se-root .mlayout__lang,
.se-root .mlayout__theme {
  border-radius: var(--se-border-radius);
}
.se-root .mlayout__lang :first-child,
.se-root .mlayout__theme :first-child {
  border-radius: var(--se-border-radius) var(--se-border-radius) 0 0;
}
.se-root .mlayout__lang :last-child,
.se-root .mlayout__theme :last-child {
  border-radius: 0 0 var(--se-border-radius) var(--se-border-radius);
}
.se-root .mlayout__lang-item,
.se-root .mlayout__theme-item {
  line-height: var(--se-height);
  cursor: pointer;
  padding: 0 var(--se-padding);
}
.se-root .mlayout__lang-item:hover,
.se-root .mlayout__theme-item:hover {
  background-color: var(--se-brand-bg);
}
.se-root .mlayout__lang-item-selected,
.se-root .mlayout__theme-item-selected {
  background-color: var(--se-brand-bg);
}
.se-root .mlayout__lang i,
.se-root .mlayout__theme i {
  vertical-align: text-bottom;
  margin-right: 4px;
}
.se-root .mlayout__lang .ant4-menu-item,
.se-root .mlayout__theme .ant4-menu-item {
  height: 32px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 0!important;
}
.se-root .mlayout__lang .anticon,
.se-root .mlayout__theme .anticon {
  font-size: 18px;
  margin-right: 8px;
}
.se-root .mlayout__theme-item-se {
  color: #3DCD58;
}
.se-root .mlayout__theme-item-se .anticon {
  color: #F5F5F5;
}
.se-root .mlayout__theme-item-light {
  color: #3DCD58;
}
.se-root .mlayout__theme-item-light .anticon {
  color: #fff;
}
.se-root .mlayout__theme-item-dark {
  color: #3DCD58;
}
.se-root .mlayout__theme-item-dark .anticon {
  color: #0A0A0A;
}
.se-root .mlayout__theme-item-stic {
  color: #10357E;
}
.se-root .mlayout__theme-item-stic .anticon {
  color: #F5F5F5;
}
.se-root .mlayout__user-icon {
  border: 1px solid var(--se-color-inverse);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: var(--se-primary-color);
  color: var(--se-color-inverse);
}
.se-root .mlayout__user-icon-img {
  margin: 0;
  width: 28px;
  height: 28px;
  line-height: 0;
  border-radius: 50%;
}
.se-root .mlayout__user-icon-img img {
  border: 1px solid var(--se-border-base);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.se-root .mlayout__user-content {
  min-width: 240px;
}
.se-root .mlayout__user-content-main {
  padding: var(--se-padding);
  display: flex;
}
.se-root .mlayout__user-content-main .mlayout__user-icon {
  border: 1px solid var(--se-color-inverse);
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  margin-right: var(--se-padding-sm);
  border: none;
  color: #fff;
}
.se-root .mlayout__user-content-main .mlayout__user-icon-img {
  width: 46px;
  height: 46px;
  margin-right: var(--se-padding-sm);
}
.se-root .mlayout__user-content-main .mlayout__user-icon-img img {
  border: none;
}
.se-root .mlayout__user-content-main-info {
  flex: 1;
}
.se-root .mlayout__user-content-main-info-norole {
  padding-top: 12px;
}
.se-root .mlayout__user-content-main-txt,
.se-root .mlayout__user-content-main-nick {
  display: inline-block;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: sub;
  line-height: 1;
}
.se-root .mlayout__user-content-main-nick {
  color: var(--se-color-lg);
  font-size: 18px;
  margin-right: var(--se-padding-sm);
  max-width: 120px;
  vertical-align: bottom;
}
.se-root .mlayout__user-content-main-role {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 4px;
}
.se-root .mlayout__user-content-info {
  padding: 0 var(--se-padding);
  font-size: 14px;
}
.se-root .mlayout__user-content-info p {
  max-width: 308px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.se-root .mlayout__user-content-info i {
  margin-right: 8px;
}
.se-root .mlayout__user-content-info .anticon {
  vertical-align: -4px;
}
.se-root .mlayout__user-content .anticon {
  font-size: 18px;
}
.se-root .mlayout__user-content label {
  margin-left: var(--se-spacing-xs);
}
.se-root .mlayout__user-content-user {
  font-weight: bold;
  color: var(--se-color-lg);
  margin-right: var(--se-padding-xs);
}
.se-root .mlayout__user-content-action {
  font-size: 16px;
}
.se-root .mlayout__user-content-action div {
  line-height: 1;
  cursor: pointer;
  padding: var(--se-padding);
  border-top: 1px solid var(--se-border-split);
}
.se-root .mlayout__user-content-action div:hover {
  color: var(--se-primary-color);
  background-color: var(--se-fill-3);
}
.se-root .mlayout__user-content-action :last-child {
  border-radius: 0 0 var(--se-border-radius) var(--se-border-radius);
}
.se-root .mlayout__user-edit .ant-form-item-label > label::after {
  display: none;
}
.se-root .mlayout__user-edit-photo {
  margin-bottom: var(--se-padding);
}
.se-root .mlayout__user-edit-photo .mlayout__user-icon,
.se-root .mlayout__user-edit-photo .mlayout__user-icon-img {
  width: 86px;
  height: 86px;
}
.se-root .mlayout__user-edit-photo .mlayout__user-icon {
  line-height: 86px;
  font-size: 32px;
}
.se-root .mlayout__user-edit-photo .ant-upload.ant-upload-select-picture-card {
  background-color: var(--se-color-inverse);
}
.se-root .mlayout__user-edit .ant-form-item-label {
  line-height: var(--se-height-sm);
}
.se-root .mlayout__form-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: var(--se-padding-xs) var(--se-padding-lg);
  border-top: 1px solid var(--se-border-color);
  text-align: right;
}
.se-root .mlayout__form-footer button {
  margin-left: var(--se-spacing);
}
.se-root .mlayout__collapsed .mlayout__sider {
  width: 64px;
  overflow-x: hidden;
}
.se-root .mlayout__collapsed .mlayout__sider-menu::-webkit-scrollbar {
  width: 0px;
}
.se-root .mlayout__collapsed .mlayout__sider .ant4-menu-inline-collapsed {
  width: 63px!important;
}
.se-root .mlayout__collapsed .mlayout__sider .ant4-menu-inline-collapsed .ant4-menu-submenu-title,
.se-root .mlayout__collapsed .mlayout__sider .ant4-menu-inline-collapsed .ant4-menu-item {
  padding: 0 24px !important;
  overflow: hidden;
}
.se-root .mlayout__collapsed .mlayout__sider .ant4-menu-inline-collapsed .ant4-menu-title-content {
  display: none !important;
}
.se-root .mlayout__collapsed .mlayout__sider .ant4-menu-inline-collapsed .ant4-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  right: 0px;
}
.se-root .mlayout__collapsed .mlayout__sider .ant4-menu-inline-collapsed .ant4-menu-submenu-selected {
  background-color: var(--se-brand-bg);
  position: relative;
  overflow: hidden;
}
.se-root .mlayout__collapsed .mlayout__sider .ant4-menu-inline-collapsed .ant4-menu-submenu-selected::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  border-right: 3px solid var(--se-primary-color);
}
.se-root .mlayout__collapsed .mlayout__h {
  padding: 12px;
}
.se-root .mlayout__collapsed .mlayout__m-l-f {
  padding: 0px;
  padding-top: 4px;
  flex-direction: column;
}
.se-root .mlayout__collapsed .mlayout__m-l-f-l {
  flex-direction: column;
}
.se-root .mlayout__collapsed .mlayout__m-l-f-r .mlayout__m-l-f-action {
  transform: rotate(0deg);
}
.se-root .mlayout__collapsed .mlayout__m-l-f-action {
  text-align: center;
}
.se-root .mlayout__collapsed .mlayout__m-l-f-action span:not(:first-child) {
  display: none;
}
.se-root .mlayout__site-notice {
  height: 40px;
  line-height: 40px;
  padding-left: var(--se-spacing);
  background-color: var(--se-warning-bg);
  border: 1px solid var(--se-warning-border);
  position: relative;
  display: flex;
  flex-direction: column;
}
.se-root .mlayout__site-notice-content {
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
}
.se-root .mlayout__site-notice-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 var(--se-spacing-xs);
  cursor: pointer;
  color: #999;
}
.se-root .mlayout__switchTheme {
  width: 46px;
  border: 1px solid var(--se-border-split);
  background-color: var(--se-fill-2);
  height: 24px;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
  margin-top: -4px;
  color: var(--se-others-gold);
  position: relative;
}
.se-root .mlayout__switchTheme-slid {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  background-color: var(--se-bg-container);
  top: 2px;
  left: 2px;
  transition: left 0.3s;
  z-index: 1;
}
.se-root .mlayout__switchTheme .anticon-sun {
  position: absolute;
  top: 4px;
  left: 5px;
  z-index: 2;
}
.se-root .mlayout__switchTheme .anticon-moon {
  position: absolute;
  top: 4.5px;
  left: 27px;
  z-index: 2;
}
.se-root .mlayout__switchLang {
  font-size: 18px;
}

.se-root .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.se-root .flowerOverview-wrap {
  position: relative;
  height: 100%;
}
.se-root .flowerOverview-wrap canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.se-root .flowerOverview-wrap .modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--se-bg-container, #fff);
  text-align: center;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.se-root .flowerOverview-wrap .legend {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
}
.se-root .flowerOverview-wrap .legend div:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 6px;
  background-color: var(--se-brand-normal);
  margin-right: 8px;
}
.se-root .flowerOverview-wrap .legend div:nth-child(2):before {
  background-color: var(--se-others-blue);
}
.se-root .flowerOverview-wrap .legend div:nth-child(3):before {
  background-color: var(--se-others-gold);
}
.se-root .flowerOverview-wrap .legend div:nth-child(4):before {
  background-color: var(--se-others-cyan);
}
.se-root .flowerOverview-wrap .dataUnit {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 20;
  color: var(--se-text-secondary);
}

.se-root .indicatorCard-wrap {
  width: 100%;
  height: 100%;
  background-color: var(--se-bg-container-secondary);
  min-height: 200px;
  top: 0;
  left: 0;
  padding: 15px;
  padding-bottom: 25px;
  border-radius: 3px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
}
.se-root .indicatorCard-wrap .title {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.se-root .indicatorCard-wrap .title > div {
  font-weight: 400;
  color: var(--se-text-title);
  font-size: 14px;
}
.se-root .indicatorCard-wrap .title > div span {
  color: var(--se-text-secondary);
}
.se-root .indicatorCard-wrap .content {
  display: flex;
  flex-direction: column;
}
.se-root .indicatorCard-wrap .content .item {
  width: 100%;
  margin: 15px 0 0 0;
  display: flex;
  flex-direction: row;
  height: 60px;
}
.se-root .indicatorCard-wrap .content .item .item_left {
  width: 80px;
  height: 50px;
  text-align: left;
}
.se-root .indicatorCard-wrap .content .item .item_left img {
  width: 50px;
  height: 50px;
}
.se-root .indicatorCard-wrap .content .item .item_right {
  flex-grow: 1;
}
.se-root .indicatorCard-wrap .content .item .item_right .item_title {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin: 0;
}
.se-root .indicatorCard-wrap .content .item .item_right .item_content {
  font-size: 24px;
  font-weight: bold;
  color: var(--se-text-title);
  display: flex;
  flex-direction: column;
  position: relative;
}
.se-root .indicatorCard-wrap .content .item .item_right .item_content span {
  font-size: 14px;
}
.se-root .indicatorCard-wrap .content .item .item_right .item_content .progress_header {
  height: 25px;
  line-height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
}
.se-root .indicatorCard-wrap .content .item .item_right .item_content .progress_header .left {
  font-size: 24px;
}
.se-root .indicatorCard-wrap .content .item .item_right .item_content .progress_header .right {
  font-size: 14px;
}
.se-root .indicatorCard-wrap .content .item .item_right .item_content .line80 {
  position: absolute;
  height: 20px;
  width: 80%;
  bottom: 0px;
  border-right: 1px solid #333;
}
.se-root .indicatorCard-wrap .content .item:nth-child(3) {
  position: absolute;
  left: 210px;
  min-width: 100px;
  bottom: 25px;
}
.se-root .indicatorCard-wrap .content .item:nth-child(3) .item_content {
  border-radius: 4px;
  min-width: 46px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 35px;
  left: -24px;
  color: var(--se-success-normal);
}
.se-root .indicatorCard-wrap .content .item:nth-child(3) h2 + .item_content {
  background-color: transparent;
  border: none;
  width: 100%;
  font-size: 24px;
  text-align: left;
  position: static;
  color: var(--se-text-title);
}
.se-root .indicatorCard-wrap h1 {
  font-size: 18px;
  color: var(--se-text-title);
  font-weight: bold;
  height: 22px;
}

.se-root .sdki2ok {
  margin-right: 8px;
}

.se-root .powerProgress {
  flex: 1;
  justify-content: space-around;
  width: 150px;
}
.se-root .powerProgressTitle {
  color: var(--se-text-title);
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
}
.se-root .powerProgressContent {
  position: relative;
  width: 150px;
  margin: 0 auto;
}
.se-root .powerProgressContentValue {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  top: 45px;
  color: var(--se-text-title);
  font-size: 24px;
  font-weight: bold;
}
.se-root .powerProgressContentValue > span {
  font-size: 14px;
  margin-left: 5px;
  color: var(--se-text-secondary);
  display: block;
}
.se-root .powerProgressRow {
  display: flex;
}
.se-root .powerProgressRow2 {
  flex: 1;
  height: 202px;
  padding: 30px 5px 5px;
  background-color: var(--se-bg-container-secondary);
  border-radius: 8px;
  background-image: url(/microapp/ema/assets/imgs/bg-dashboard.a8a1f2b4.png);
  background-repeat: no-repeat;
  background-position: right 50px top 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.se-root .powerProgressRow2 .powerProgressCard {
  height: auto;
  padding: 0;
  background-color: transparent;
}
.se-root .powerProgressCol {
  margin: 0 16px;
}
.se-root .powerProgressCard {
  padding: 30px 5px 5px;
  height: 202px;
  background-color: var(--se-bg-container-secondary);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.se-root .powerProgressCardTitle {
  font-size: 14px;
  color: var(--se-text-title);
}
.se-root .powerProgressCardLitTitle {
  font-size: 14px;
  color: #ff9500;
}
.se-root .powerProgressCardContent {
  font-size: 24px;
  height: 32px;
  color: var(--se-text-title);
  font-weight: 700;
}
.se-root .powerProgressCardContent > span {
  font-size: 14px;
  margin-left: 5px;
}

.se-root .site-overview-wrap {
  height: 100%;
  margin: 16px;
  overflow-y: auto;
  overflow-x: hidden;
}
.se-root .site-overview-wrap .overview-card {
  background-color: var(--se-bg-container);
  border-radius: var(--se-border-radius-lg);
  padding: 16px;
  margin-bottom: 16px;
}
.se-root .site-overview-wrap .overview-card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.se-root .site-overview-wrap .overview-card-header-left {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: var(--se-text-title);
}
.se-root .site-overview-wrap .overview-card-header-extra {
  display: flex;
}
.se-root .site-overview-wrap .overview-card-content {
  position: relative;
}
.se-root .site-overview-wrap .overview-card-content .scrollRightButton,
.se-root .site-overview-wrap .overview-card-content .scrollLeftButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0.5rem;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.5);
  z-index: 99;
  transition: all 0.2s ease-in-out;
}
.se-root .site-overview-wrap .overview-card-content .scrollRightButton {
  right: 0;
}
.se-root .site-overview-wrap .overview-card-content .scrollLeftButton {
  left: 0;
}
.se-root .site-overview-wrap .overview-card-content .dashBoardTop {
  overflow-x: auto;
  scroll-behavior: smooth;
}
.se-root .site-overview-wrap .switchTypeBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50px;
  width: 36px;
  background-color: var(--se-bg-container, #fff);
  font-weight: bold;
  cursor: pointer;
  color: var(--se-primary-color);
  box-shadow: 4px 0px 16px 0px rgba(0, 0, 0, 0.16);
  border-radius: 50px 0 0;
  z-index: 1;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 8px;
  gap: 10px;
}
.se-root .site-overview-wrap .switchTypeBtn:hover {
  box-shadow: 0 0 3px #666;
}
.se-root .site-overview-wrap .dashBoardBottom {
  height: 520px;
  margin-bottom: 16px;
}
.se-root .site-overview-wrap .dashBoardBottom .hardCardTwo {
  align-items: center;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard {
  position: relative;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
  background: var(--se-bg-container, #fff);
  padding: 15px;
  width: auto;
  min-width: 200px;
  height: 100%;
  border-radius: var(--se-border-radius-lg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard h2 {
  width: 100%;
  font-size: 14px;
  color: var(--se-text-title);
  height: 22px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 0;
  margin: 0;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard h2 p {
  color: var(--se-text-title);
  height: 30px;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard h2 p span {
  color: #666;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard h2 .chartsTab {
  /* width: 50%; */
  height: 30px;
  text-align: right;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard h2 .chartsTab span {
  color: #666;
  font-size: 14px;
  padding: 0 0 0 20px;
  cursor: pointer;
  font-weight: 200;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard h2 .chartsTab span.active {
  color: var(--primary-color);
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard h2 .chartsTab span:hover {
  color: var(--primary-color);
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard .overview {
  flex: 1;
  width: 100%;
  position: relative;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard .fullValue .cotwoContent {
  background-color: #f00;
  width: 1px;
  border: none;
  height: 12px;
  top: 40%;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard .fullValue .cotwoValue {
  color: var(--se-text-title);
  font-size: 12px;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard .cotwo {
  width: 100%;
  padding: 12px 50px 24px;
  height: 71px;
  background-color: rgba(0, 0, 0, 0.04);
  display: flex;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard .cotwoTitle {
  color: var(--se-text-title) 333;
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard .cotwoContent {
  position: absolute;
  left: 0;
  top: 35%;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #56e283;
  border: 4px solid white;
  transform: translateX(-50%) translateY(-50%);
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard .cotwoValue {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 24px;
  color: #56e283;
  font-weight: bold;
  transform: translateX(-50%);
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard .cotwoValue > span {
  font-size: 14px;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard .homeCardEmpty {
  width: 100%;
  height: 100%;
  background-color: var(--se-bg-container, #fff);
  text-align: center;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.se-root .site-overview-wrap .dashBoardBottom .homeCard .reactECharts {
  flex-grow: 1;
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.se-root .ema-dashboard-modal .ant4-modal-body {
  padding-top: 8px;
}
.se-root .ema-dashboard-modal .ema-dashboard-modal-chars {
  display: flex;
  align-items: center;
  justify-content: end;
}
.se-root .ema-dashboard-modal .ema-dashboard-modal-chars > div {
  color: var(--se-text-title);
}
.se-root .ema-dashboard-modal .ema-dashboard-modal-chars > span {
  cursor: pointer;
  color: #666666;
}

.se-root .qhojmkq {
  font-size: 16px;
}

