:root {
  --color-primary-bg: #F8F0FF;
  --color-primary-bg-hover: #EEDFFF;
  --color-primary-border: #E0C7FF;
  --color-primary-border-hover: #C69EFF;
  --color-primary-hover: #AA75FF;
  --color-primary: #894BFC;
  --color-primary-active: #6836D6;
  --color-primary-text-hover: #AA75FF;
  --color-primary-text: #894BFC;
  --color-primary-text-active: #6836D6;
  --color-info-bg: #F8F0FF;
  --color-info-bg-hover: #EEDFFF;
  --color-info-border: #E0C7FF;
  --color-info-border-hover: #C69EFF;
  --color-info-hover: #C69EFF;
  --color-info: #894BFC;
  --color-info-active: #6836D6;
  --color-info-text-hover: #AA75FF;
  --color-info-text: #894BFC;
  --color-info-text-active: #6836D6;
  --color-link: #894BFC;
  --color-link-hover: #C69EFF;
  --color-link-active: #6836D6;
  --color-bg-flow-start: 'rgba(137, 75, 252, 0)',
  --color-bg-flow-end:'rgba(137, 75, 252, 1)',

  //Control
  --control-item-bg-active: '#F8F0FF',
  --control-item-bg-active-hover: '#EEDFFF',
  --control-outline: 'rgba(137, 75, 252, 0.10)',


  


  // 所有主题相同颜色配置，无需更改
  // Success
  --color-success-bg: #F6FFED;
  --color-success-bg-hover: #D9F7BE;
  --color-success-border: #B7EB8F;
  --color-success-border-hover: #95DE64;
  --color-success-hover: #95DE64;
  --color-success: #52C41A;
  --color-success-active: #389E0D;
  --color-success-text-hover: #73D13D;
  --color-success-text: #52C41A;
  --color-success-text-active: #389E0D;
  --color-warning-bg: #FFF7E6;
  --color-warning-bg-hover: #FFE7BA;
  --color-warning-border: #FFD591;
  --color-warning-border-hover: #FFC069;
  --color-warning-hover: #FFC069;
  --color-warning: #FA8C16;
  --color-warning-active: #D46B08;
  --color-warning-text-hover: #FFA940;
  --color-warning-text: #FA8C16;
  --color-warning-text-active: #D46B08;
  --color-error-bg: #FFF2F0;
  --color-error-bg-hover: #FFF1F0;
  --color-error-border: #FFCCC7;
  --color-error-border-hover: #FFA39E;
  --color-error-hover: #FF7875;
  --color-error: #FF4D4F;
  --color-error-active: #D9363E;
  --color-error-text-hover: #FF7875;
  --color-error-text: #FF4D4F;
  --color-error-text-active: #D9363E;
  --color-text: 'rgba(0, 0, 0, 0.88)',
  --color-text-secondary: 'rgba(0, 0, 0, 0.65)',
  --color-text-tertiary: 'rgba(0, 0, 0, 0.45)',
  --color-text-quaternary: 'rgba(0, 0, 0, 0.25)',
  --color-text-light-solid: '#fff',
  --color-text-heading: 'rgba(0, 0, 0, 0.88)',
  --color-text-label: 'rgba(0, 0, 0, 0.65)',
  --color-text-description: 'rgba(0, 0, 0, 0.45)',
  --color-text-disabled: 'rgba(0, 0, 0, 0.25)',
  --color-text-placeholder: 'rgba(0, 0, 0, 0.25)',

  // Icon
  --color-icon: 'rgba(0, 0, 0, 0.45)',
  --color-icon-hover: 'rgba(0, 0, 0, 0.88)',
  --color-icon-bg: '#fff',

  // Background
  --color-bg-container: '#ffffff',
  --color-bg-elevated: '#ffffff',
  --color-bg-layout: '#f5f5f5',
  --color-bg-mask: 'rgba(0, 0, 0, 0.45)',
  --color-bg-spotlight: 'rgba(0, 0, 0, 0.85)',
  --color-bg-container-disabled: 'rgba(0, 0, 0, 0.04)',
  --color-bg-text-active: 'rgba(0, 0, 0, 0.15)',
  --color-bg-text-hover: 'rgba(0, 0, 0, 0.06)',
  --color-border-bg: '#ffffff',
  --header-bg: 'rgba(0, 0, 0, 0.02)',
  --color-bg-base:'#fff',


  // color border
  --color-border: '#d9d9d9',
  --color-border-secondary: '#f0f0f0',
  --color-split: 'rgba(0, 0, 0, 0.06)',

  // Fill
  --color-fill: 'rgba(0, 0, 0, 0.15)',
  --color-fill-secondary: 'rgba(0, 0, 0, 0.06)',
  --color-fill-tertiary: 'rgba(0, 0, 0, 0.04)',
  --color-fill-quaternary: 'rgba(0, 0, 0, 0.02)',
  --color-fill-content: 'rgba(0, 0, 0, 0.06)',
  --color-fill-content-hover: 'rgba(0, 0, 0, 0.15)',
  --color-fill-alter: 'rgba(0, 0, 0, 0.02)',
  --color-fill-alter-solid: '#FAFAFA',

  //Control
  --control-item-bg-active-disabled: 'rgba(0, 0, 0, 0.15)',
  --control-item-bg-hover: 'rgba(0, 0, 0, 0.04)',
  --control-tmp-outline: 'rgba(0, 0, 0, 0.02)',;
}
@font-face {
  font-family: 'ethnocentric';
  src: url(/v2/assets/fonts/ethnocentric.81aceca7.otf);
}
@font-face {
  font-family: 'MiSansLatin';
  src: url(/v2/assets/fonts/MiSansLatin.5df5dd64.ttf);
  /*non-IE*/
}

:root {
  --color-primary-bg: #F8F0FF;
  --color-primary-bg-hover: #EEDFFF;
  --color-primary-border: #E0C7FF;
  --color-primary-border-hover: #C69EFF;
  --color-primary-hover: #AA75FF;
  --color-primary: #894BFC;
  --color-primary-active: #6836D6;
  --color-primary-text-hover: #AA75FF;
  --color-primary-text: #894BFC;
  --color-primary-text-active: #6836D6;
  --color-info-bg: #F8F0FF;
  --color-info-bg-hover: #EEDFFF;
  --color-info-border: #E0C7FF;
  --color-info-border-hover: #C69EFF;
  --color-info-hover: #C69EFF;
  --color-info: #894BFC;
  --color-info-active: #6836D6;
  --color-info-text-hover: #AA75FF;
  --color-info-text: #894BFC;
  --color-info-text-active: #6836D6;
  --color-link: #894BFC;
  --color-link-hover: #C69EFF;
  --color-link-active: #6836D6;
  --color-bg-flow-start: 'rgba(137, 75, 252, 0)',
  --color-bg-flow-end:'rgba(137, 75, 252, 1)',

  //Control
  --control-item-bg-active: '#F8F0FF',
  --control-item-bg-active-hover: '#EEDFFF',
  --control-outline: 'rgba(137, 75, 252, 0.10)',


  


  // 所有主题相同颜色配置，无需更改
  // Success
  --color-success-bg: #F6FFED;
  --color-success-bg-hover: #D9F7BE;
  --color-success-border: #B7EB8F;
  --color-success-border-hover: #95DE64;
  --color-success-hover: #95DE64;
  --color-success: #52C41A;
  --color-success-active: #389E0D;
  --color-success-text-hover: #73D13D;
  --color-success-text: #52C41A;
  --color-success-text-active: #389E0D;
  --color-warning-bg: #FFF7E6;
  --color-warning-bg-hover: #FFE7BA;
  --color-warning-border: #FFD591;
  --color-warning-border-hover: #FFC069;
  --color-warning-hover: #FFC069;
  --color-warning: #FA8C16;
  --color-warning-active: #D46B08;
  --color-warning-text-hover: #FFA940;
  --color-warning-text: #FA8C16;
  --color-warning-text-active: #D46B08;
  --color-error-bg: #FFF2F0;
  --color-error-bg-hover: #FFF1F0;
  --color-error-border: #FFCCC7;
  --color-error-border-hover: #FFA39E;
  --color-error-hover: #FF7875;
  --color-error: #FF4D4F;
  --color-error-active: #D9363E;
  --color-error-text-hover: #FF7875;
  --color-error-text: #FF4D4F;
  --color-error-text-active: #D9363E;
  --color-text: 'rgba(0, 0, 0, 0.88)',
  --color-text-secondary: 'rgba(0, 0, 0, 0.65)',
  --color-text-tertiary: 'rgba(0, 0, 0, 0.45)',
  --color-text-quaternary: 'rgba(0, 0, 0, 0.25)',
  --color-text-light-solid: '#fff',
  --color-text-heading: 'rgba(0, 0, 0, 0.88)',
  --color-text-label: 'rgba(0, 0, 0, 0.65)',
  --color-text-description: 'rgba(0, 0, 0, 0.45)',
  --color-text-disabled: 'rgba(0, 0, 0, 0.25)',
  --color-text-placeholder: 'rgba(0, 0, 0, 0.25)',

  // Icon
  --color-icon: 'rgba(0, 0, 0, 0.45)',
  --color-icon-hover: 'rgba(0, 0, 0, 0.88)',
  --color-icon-bg: '#fff',

  // Background
  --color-bg-container: '#ffffff',
  --color-bg-elevated: '#ffffff',
  --color-bg-layout: '#f5f5f5',
  --color-bg-mask: 'rgba(0, 0, 0, 0.45)',
  --color-bg-spotlight: 'rgba(0, 0, 0, 0.85)',
  --color-bg-container-disabled: 'rgba(0, 0, 0, 0.04)',
  --color-bg-text-active: 'rgba(0, 0, 0, 0.15)',
  --color-bg-text-hover: 'rgba(0, 0, 0, 0.06)',
  --color-border-bg: '#ffffff',
  --header-bg: 'rgba(0, 0, 0, 0.02)',
  --color-bg-base:'#fff',


  // color border
  --color-border: '#d9d9d9',
  --color-border-secondary: '#f0f0f0',
  --color-split: 'rgba(0, 0, 0, 0.06)',

  // Fill
  --color-fill: 'rgba(0, 0, 0, 0.15)',
  --color-fill-secondary: 'rgba(0, 0, 0, 0.06)',
  --color-fill-tertiary: 'rgba(0, 0, 0, 0.04)',
  --color-fill-quaternary: 'rgba(0, 0, 0, 0.02)',
  --color-fill-content: 'rgba(0, 0, 0, 0.06)',
  --color-fill-content-hover: 'rgba(0, 0, 0, 0.15)',
  --color-fill-alter: 'rgba(0, 0, 0, 0.02)',
  --color-fill-alter-solid: '#FAFAFA',

  //Control
  --control-item-bg-active-disabled: 'rgba(0, 0, 0, 0.15)',
  --control-item-bg-hover: 'rgba(0, 0, 0, 0.04)',
  --control-tmp-outline: 'rgba(0, 0, 0, 0.02)',;
}

html {
  background: var(--color-bg-container);
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--color-bg-container);
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  font-family: "Microsoft YaHei", sans-serif;
  background-color: var(--color-bg-layout);
}

.fl {
  float: left;
}

[dir="rtl"] .fl {
  float: right;
}

.fr {
  float: right;
}

[dir="rtl"] .fr {
  float: left;
}

.clearfix::after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  clear: both;
}

img {
  display: block;
}

.text-cut {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.f12 {
  font-size: 12px;
}

.mg-t3 {
  margin-top: 3px;
}

.mg-t5 {
  margin-top: 5px !important;
}

.mg-t8 {
  margin-top: 8px !important;
}

.mg-t20 {
  margin-top: 20px;
}

.mg-b10 {
  margin-bottom: 10px;
}

.mg-b12 {
  margin-bottom: 12px;
}

.mg-b15 {
  margin-bottom: 15px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-l2 {
  margin-left: 2px;
}

[dir="rtl"] .mg-l2 {
  margin-left: 0;
  margin-right: 2px;
}

.mg-l3 {
  margin-left: 3px;
}

[dir="rtl"] .mg-l3 {
  margin-left: 0;
  margin-right: 3px;
}

.mg-l8 {
  margin-left: 8px;
}

[dir="rtl"] .mg-l8 {
  margin-left: 0;
  margin-right: 8px;
}

.mg-l10 {
  margin-left: 10px;
}

[dir="rtl"] .mg-l10 {
  margin-left: 0;
  margin-right: 10px;
}

.mg-l12 {
  margin-left: 12px;
}

[dir="rtl"] .mg-l12 {
  margin-left: 0;
  margin-right: 12px;
}

.mg-l24 {
  margin-left: 24px;
}

[dir="rtl"] .mg-l24 {
  margin-left: 0;
  margin-right: 24px;
}

.mg-r8 {
  margin-right: 8px;
}

[dir="rtl"] .mg-r8 {
  margin-right: 0;
  margin-left: 8px;
}

.mg-r10 {
  margin-right: 10px;
}

[dir="rtl"] .mg-r10 {
  margin-right: 0;
  margin-left: 10px;
}

.mg-r12 {
  margin-right: 12px;
}

[dir="rtl"] .mg-r12 {
  margin-right: 0;
  margin-left: 12px;
}

.mg-r16 {
  margin-right: 16px;
}

[dir="rtl"] .mg-r16 {
  margin-right: 0;
  margin-left: 16px;
}

.mg-r28 {
  margin-right: 28px;
}

[dir="rtl"] .mg-r28 {
  margin-right: 0;
  margin-left: 28px;
}

.pd10 {
  padding: 10px;
}

.pd-l0 {
  padding-left: 0;
}

[dir="rtl"] .pd-l0 {
  padding-left: 0;
  padding-right: 0;
}

.pd-l5 {
  padding-left: 5px;
}

[dir="rtl"] .pd-l5 {
  padding-left: 0;
  padding-right: 5px;
}

.pd-r18 {
  padding-right: 18px;
}

[dir="rtl"] .pd-r18 {
  padding-right: 0;
  padding-left: 18px;
}

.pd-r28 {
  padding-right: 28px;
}

[dir="rtl"] .pd-r28 {
  padding-right: 0;
  padding-left: 28px;
}

.pd-b12 {
  padding-bottom: 12px;
}

.pd-b19 {
  padding-bottom: 19px;
}

.bg-c {
  background-color: var(--color-bg-container);
}

.flex {
  display: flex;
}

.flex-vertical-center {
  display: flex;
  align-items: center;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-column-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

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

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

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

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.show-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.cursor {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.colorPrimary {
  color: var(--color-primary);
}

.w-240 {
  width: 240px;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-bottom {
  vertical-align: bottom;
}

.font600 {
  font-weight: 600;
}

:root {
  --color-primary-bg: #F8F0FF;
  --color-primary-bg-hover: #EEDFFF;
  --color-primary-border: #E0C7FF;
  --color-primary-border-hover: #C69EFF;
  --color-primary-hover: #AA75FF;
  --color-primary: #894BFC;
  --color-primary-active: #6836D6;
  --color-primary-text-hover: #AA75FF;
  --color-primary-text: #894BFC;
  --color-primary-text-active: #6836D6;
  --color-info-bg: #F8F0FF;
  --color-info-bg-hover: #EEDFFF;
  --color-info-border: #E0C7FF;
  --color-info-border-hover: #C69EFF;
  --color-info-hover: #C69EFF;
  --color-info: #894BFC;
  --color-info-active: #6836D6;
  --color-info-text-hover: #AA75FF;
  --color-info-text: #894BFC;
  --color-info-text-active: #6836D6;
  --color-link: #894BFC;
  --color-link-hover: #C69EFF;
  --color-link-active: #6836D6;
  --color-bg-flow-start: 'rgba(137, 75, 252, 0)',
  --color-bg-flow-end:'rgba(137, 75, 252, 1)',

  //Control
  --control-item-bg-active: '#F8F0FF',
  --control-item-bg-active-hover: '#EEDFFF',
  --control-outline: 'rgba(137, 75, 252, 0.10)',


  


  // 所有主题相同颜色配置，无需更改
  // Success
  --color-success-bg: #F6FFED;
  --color-success-bg-hover: #D9F7BE;
  --color-success-border: #B7EB8F;
  --color-success-border-hover: #95DE64;
  --color-success-hover: #95DE64;
  --color-success: #52C41A;
  --color-success-active: #389E0D;
  --color-success-text-hover: #73D13D;
  --color-success-text: #52C41A;
  --color-success-text-active: #389E0D;
  --color-warning-bg: #FFF7E6;
  --color-warning-bg-hover: #FFE7BA;
  --color-warning-border: #FFD591;
  --color-warning-border-hover: #FFC069;
  --color-warning-hover: #FFC069;
  --color-warning: #FA8C16;
  --color-warning-active: #D46B08;
  --color-warning-text-hover: #FFA940;
  --color-warning-text: #FA8C16;
  --color-warning-text-active: #D46B08;
  --color-error-bg: #FFF2F0;
  --color-error-bg-hover: #FFF1F0;
  --color-error-border: #FFCCC7;
  --color-error-border-hover: #FFA39E;
  --color-error-hover: #FF7875;
  --color-error: #FF4D4F;
  --color-error-active: #D9363E;
  --color-error-text-hover: #FF7875;
  --color-error-text: #FF4D4F;
  --color-error-text-active: #D9363E;
  --color-text: 'rgba(0, 0, 0, 0.88)',
  --color-text-secondary: 'rgba(0, 0, 0, 0.65)',
  --color-text-tertiary: 'rgba(0, 0, 0, 0.45)',
  --color-text-quaternary: 'rgba(0, 0, 0, 0.25)',
  --color-text-light-solid: '#fff',
  --color-text-heading: 'rgba(0, 0, 0, 0.88)',
  --color-text-label: 'rgba(0, 0, 0, 0.65)',
  --color-text-description: 'rgba(0, 0, 0, 0.45)',
  --color-text-disabled: 'rgba(0, 0, 0, 0.25)',
  --color-text-placeholder: 'rgba(0, 0, 0, 0.25)',

  // Icon
  --color-icon: 'rgba(0, 0, 0, 0.45)',
  --color-icon-hover: 'rgba(0, 0, 0, 0.88)',
  --color-icon-bg: '#fff',

  // Background
  --color-bg-container: '#ffffff',
  --color-bg-elevated: '#ffffff',
  --color-bg-layout: '#f5f5f5',
  --color-bg-mask: 'rgba(0, 0, 0, 0.45)',
  --color-bg-spotlight: 'rgba(0, 0, 0, 0.85)',
  --color-bg-container-disabled: 'rgba(0, 0, 0, 0.04)',
  --color-bg-text-active: 'rgba(0, 0, 0, 0.15)',
  --color-bg-text-hover: 'rgba(0, 0, 0, 0.06)',
  --color-border-bg: '#ffffff',
  --header-bg: 'rgba(0, 0, 0, 0.02)',
  --color-bg-base:'#fff',


  // color border
  --color-border: '#d9d9d9',
  --color-border-secondary: '#f0f0f0',
  --color-split: 'rgba(0, 0, 0, 0.06)',

  // Fill
  --color-fill: 'rgba(0, 0, 0, 0.15)',
  --color-fill-secondary: 'rgba(0, 0, 0, 0.06)',
  --color-fill-tertiary: 'rgba(0, 0, 0, 0.04)',
  --color-fill-quaternary: 'rgba(0, 0, 0, 0.02)',
  --color-fill-content: 'rgba(0, 0, 0, 0.06)',
  --color-fill-content-hover: 'rgba(0, 0, 0, 0.15)',
  --color-fill-alter: 'rgba(0, 0, 0, 0.02)',
  --color-fill-alter-solid: '#FAFAFA',

  //Control
  --control-item-bg-active-disabled: 'rgba(0, 0, 0, 0.15)',
  --control-item-bg-hover: 'rgba(0, 0, 0, 0.04)',
  --control-tmp-outline: 'rgba(0, 0, 0, 0.02)',;
}

#app {
  width: 100%;
  height: 100%;
}

#nprogress .bar {
  background: var(--color-primary) !important;
}

.ant-row {
  margin: 0 !important;
}

.ant-image-img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ant-table-container table > thead > tr:first-child > *:first-child {
  border-start-start-radius: 0 !important;
}

.ant-table-container table > thead > tr:first-child > *:last-child {
  border-start-end-radius: 0 !important;
}

.ant-table-tbody > tr > td {
  font-size: 14px !important;
  font-weight: 400;
}

.ant-table-thead tr th {
  font-size: 14px !important;
  font-weight: 500;
}

:global(.ant-checkbox-wrapper) {
  margin: -3px !important;
}

.ant-table-measure-row {
  visibility: collapse;
}

.ant-switch {
  height: 24px;
  line-height: 24px;
}

.ant-switch .ant-switch-handle {
  top: 3px;
}

.ant-radio-button-wrapper:not(:first-child)::before {
  inset-block-start: 0;
  padding-block: 0;
}

.container {
  position: relative;
  min-width: 1024px;
  width: 100%;
  height: 100%;
}

.miniTipTitle {
  display: flex;
  align-items: center;
  color: var(--color-text-tertiary);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}

.miniTipRow {
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

[dir="rtl"] .miniTipRow {
  text-align: left;
}

.tipTitle {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.tipRow1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.tipRow1 > div > font:first-of-type {
  color: var(--color-text-tertiary);
  margin-right: 4px;
}

[dir="rtl"] .tipRow1 > div > font:first-of-type {
  margin-right: 0;
  margin-left: 4px;
}

.tipRow1 > font:nth-of-type(1) {
  color: var(--color-text-secondary);
}

.tipRowSoc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
}

.tipRowSoc > font:first-of-type {
  color: rgba(255, 255, 255, 0.65);
  margin-right: 4px;
}

[dir="rtl"] .tipRowSoc > font:first-of-type {
  margin-right: 0;
  margin-left: 4px;
}

.tipRowSoc > font:nth-of-type(1) {
  color: rgba(255, 255, 255, 0.88);
}

.tipRowChrg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.88);
}

.tipRowChrg > font:first-of-type {
  margin-right: 4px;
}

[dir="rtl"] .tipRowChrg > font:first-of-type {
  margin-right: 0;
  margin-left: 4px;
}

.tipRowEst {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.88);
}

.tipRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 12px;
}

.tipRow > div > font:first-of-type {
  color: var(--color-text-tertiary);
  margin-right: 6px;
}

[dir="rtl"] .tipRow > div > font:first-of-type {
  margin-right: 0;
  margin-left: 6px;
}

.tipRow > font:nth-of-type(1) {
  display: inline-block;
  text-align: right;
  color: var(--color-text-secondary);
}

[dir="rtl"] .tipRow > font:nth-of-type(1) {
  text-align: left;
}

.dot {
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}

[dir="rtl"] .dot {
  margin-right: 0;
  margin-left: 6px;
}

.ant-form-item-label > label {
  display: inline-block !important;
  white-space: normal;
  word-break: break-all;
}

input::-moz-placeholder {
  font-size: 14px;
}

.ant-input-affix-wrapper,
.ant-select-selection-placeholder,
input::placeholder {
  font-size: 14px;
}

.ant-segmented-item-label {
  min-height: 32px !important;
  line-height: 32px !important;
}

.ant-picker,
.ant-select-selector,
.ant-input {
  border-radius: 6px !important;
  height: 32px !important;
  line-height: 32px !important;
  padding: 0 12px !important;
}

.ant-segmented {
  display: flex;
  font-size: 14px;
  align-items: center;
  padding: 0px;
}

.ant-input-affix-wrapper {
  border-radius: 6px !important;
  padding: 0 11px 0px 0px;
}

[dir="rtl"] .ant-input-affix-wrapper {
  padding: 0 0px 0px 11px;
}

.ant-input-affix-wrapper::before {
  width: 1px;
}

.ant-input-affix-wrapper-focused {
  box-shadow: none !important;
}

.ant-input-affix-wrapper .ant-input {
  border: none !important;
}

.ant-input-affix-wrapper::before {
  width: 1px;
}

.ant-input-prefix {
  padding-left: 11px;
}

[dir="rtl"] .ant-input-prefix {
  padding-left: 0;
  padding-right: 11px;
}

.ant-picker:hover,
.ant-picker-focused {
  box-shadow: none !important;
}

.ant-input-number {
  height: 32px !important;
  line-height: 32px !important;
  padding: 0 11px !important;
}

.ant-input-affix-wrapper-disabled .ant-input[disabled] + .ant-input-suffix {
  border-inline-end-width: 0px;
}

.ant-input-number .ant-input-number-input {
  padding: 0px;
  height: auto;
}

.ant-btn {
  height: 32px;
}

.multiple-select .ant-select-selection-item-remove {
  display: none;
}

.top_modal .ant-modal {
  top: 240px;
}

.ant-modal div[aria-hidden="true"] {
  display: none !important;
}

.ant-pagination .ant-pagination-options-quick-jumper input {
  border-radius: 6px !important;
}

.alarm-table .ant-table-thead tr th {
  padding: 16px 8px !important;
}

.alarm-table .ant-table-tbody > tr > td {
  padding: 8px !important;
}

.alarm-table .status {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
}

.alarm-table .Low {
  color: #a0d911;
  border: 1px solid #eaff8f;
  background-color: #fcffe6;
}

.alarm-table .High {
  color: #f5222d;
  border: 1px solid #ffa39e;
  background-color: #fff1f0;
}

.alarm-table .Medium {
  color: #fa8c16;
  border: 1px solid #ffd591;
  background-color: #fff7e6;
}

.alarm-table .Critical {
  color: #ffffff;
  border: 1px solid #F5222D;
  background-color: #F5222D;
}

.border-input .ant-picker,
.border-input .ant-input-number:not(.ant-input-number-disabled),
.border-input .ant-select-selector,
.border-input .ant-input,
.border-input .ant-input-number-group .ant-input-number-group-addon {
  border-radius: 6px !important;
}

.border-input .ant-input-number:first-child {
  border-start-end-radius: 0 !important;
  border-end-end-radius: 0 !important;
  padding-right: 0 !important;
}

[dir="rtl"] .border-input .ant-input-number:first-child {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.border-input .ant-input-number-group-addon:last-child {
  border-start-start-radius: 0 !important;
  border-end-start-radius: 0 !important;
}

.border-input .ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector,
.border-input .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.border-input .ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.border-input .ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-radius: 0px !important;
}

.border-input .ant-input-group.ant-input-group-compact > *:first-child,
.border-input .ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.border-input .ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.border-input .ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-start-start-radius: 6px !important;
  border-end-start-radius: 6px !important;
}

.border-input .ant-input-group.ant-input-group-compact > * {
  border-radius: 0px !important;
}

.border-input .ant-input-group.ant-input-group-compact > *:last-child,
.border-input .ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.border-input .ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.border-input .ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-start-end-radius: 6px !important;
  border-end-end-radius: 6px !important;
}

.ant-input:focus,
.ant-input-number:focus,
.ant-input-number-focused {
  box-shadow: none !important;
}

.ant-input-number:focus + .ant-input-number-group-addon,
.ant-input-number-focused + .ant-input-number-group-addon {
  box-shadow: none !important;
}

.ant-select-multiple .ant-select-selection-placeholder {
  inset-inline-start: 20px !important;
}

.ant-input-search .ant-input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

[dir="rtl"] .ant-input-search .ant-input {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.update-time-box {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text-secondary);
}

.update-time-box .update-text {
  margin-right: 4px;
}

[dir="rtl"] .update-time-box .update-text {
  margin-right: 0;
  margin-left: 4px;
}

.update-time-box .update-num {
  color: var(--color-text);
}

.ant-steps .ant-steps-item-icon {
  font-size: 14px !important;
}

.upgrade-table .ant-table-thead tr th {
  padding: 16px !important;
}

.upgrade-table .ant-table-container table > thead > tr:first-child > *:first-child {
  padding: 8px !important;
}

.upgrade-table .ant-table-thead tr th {
  padding: 16px !important;
}

.upgrade-table .ant-table-container table > thead > tr:first-child > *:first-child {
  padding: 8px !important;
}

.upgrade-table .ant-table {
  border-radius: 6px !important;
}

.upgrade-table .ant-table-content {
  border-radius: 6px;
}

.upgrade-table .ant-table.ant-table-scroll-horizontal table {
  visibility: visible !important;
}

.gm-style-iw-c {
  width: 568px !important;
  max-width: 568px !important;
  height: 546px !important;
  max-height: 546px !important;
  background-color: #101010 !important;
  padding: 0 !important;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05) !important;
}

.gm-style-iw-c .gm-style-iw-chr {
  display: none !important;
}

.gm-style-iw-c .gm-style-iw-d {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  overflow: hidden !important;
}

.gm-style-iw-c .info-box {
  width: 568px;
  height: 546px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  line-height: 22px;
  position: relative;
  box-sizing: border-box;
}

.gm-style-iw-c .info-box .info-top {
  height: 48px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 510;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #303030;
  padding: 0 16px;
}

.gm-style-iw-c .info-box .info-top .info-name {
  width: 536px;
}

.gm-style-iw-c .info-box .info-top-status {
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  margin-left: 8px;
}

[dir="rtl"] .gm-style-iw-c .info-box .info-top-status {
  margin-left: 0;
  margin-right: 8px;
}

.gm-style-iw-c .info-box .normal {
  color: #49AA19;
  border: 1px solid #274916;
  background: #162312;
}

.gm-style-iw-c .info-box .fault {
  color: #D32029;
  border: 1px solid #58181C;
  background: #2A1215;
}

.gm-style-iw-c .info-box .offline {
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid #424242;
  background: rgba(255, 255, 255, 0.12);
}

.gm-style-iw-c .info-box #closeBox {
  width: 16px;
  cursor: pointer;
}

.gm-style-iw-c .info-box .info-center {
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
}

.gm-style-iw-c .info-box .ic-left,
.gm-style-iw-c .info-box .ic-right {
  width: 256px;
}

.gm-style-iw-c .info-box .ic-item {
  width: 256px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #282828;
}

.gm-style-iw-c .info-box .ic-label,
.gm-style-iw-c .info-box .ic-value {
  min-width: 50px;
}

.gm-style-iw-c .info-box .ic-value {
  color: rgba(255, 255, 255, 0.85);
  text-align: right;
}

[dir="rtl"] .gm-style-iw-c .info-box .ic-value {
  text-align: left;
}

.gm-style-iw-c .info-box .info-bottom {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  border-top: 1px solid #303030;
  color: #9b6be8;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
}

[dir="rtl"] .gm-style-iw-c .info-box .info-bottom {
  left: auto;
  right: 0;
}

.gm-style-iw-c .info-box .info-bottom .imgBox {
  margin-left: 4px;
}

[dir="rtl"] .gm-style-iw-c .info-box .info-bottom .imgBox {
  margin-left: 0;
  margin-right: 4px;
}

.gm-style-iw-c .info-box .echart-title {
  margin: 12px 0 5px 0;
}

.gm-style-iw-c .info-box .big-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.gm-style-iw-c .info-box .soh-box {
  border-bottom: 1px solid #282828;
  padding-bottom: 12px;
}

.gm-style-iw-tc {
  filter: none !important;
}

.gm-style-iw-tc::after {
  background-color: #101010 !important;
}

.remote-set .ant-popover-inner-content {
  white-space: nowrap !important;
}

.row-block .ant-switch .ant-switch-handle {
  top: 2px !important;
}

.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  font-weight: 500;
}

.ant-popconfirm-buttons .ant-btn.ant-btn-sm {
  min-width: 65px;
  height: 28px;
  border-radius: 6px;
}

.ant-btn-primary {
  box-shadow: none;
}

.ant-spin-nested-loading {
  height: 100%;
}

.ant-spin-nested-loading .ant-spin-container {
  height: 100%;
}

.statu-tag {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100px;
  height: 22px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid;
  font-size: 12px;
  padding: 0 5px;
}

.statu-tag svg {
  margin-right: 4px;
}

[dir="rtl"] .statu-tag svg {
  margin-right: 0;
  margin-left: 4px;
}

.statu-tag .statu-text {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.statu-tag.statutag1 {
  color: #52c41a;
  background: #f6ffed;
}

.statu-tag.statutag2 {
  color: #ff4d4f;
  background: #fff2f0;
}

.statu-tag.statutag3 {
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.02);
}

.statu-tag.statutag4 {
  border: 1px solid #91CAFF;
  background: #E6F4FF !important;
  color: #1677FF !important;
}

.statustip_svgIcon {
  width: 14px !important;
  height: 14px !important;
  margin-left: 4px;
}

[dir="rtl"] .statustip_svgIcon {
  margin-left: 0;
  margin-right: 4px;
}

.filter_drawer .filter_drawer_head {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  border-bottom: 1px solid var(--color-split);
}

.filter_drawer .filter_drawer_head .head_left {
  display: flex;
  align-items: center;
}

.filter_drawer .filter_drawer_head .head_left .head_left_iocn {
  cursor: pointer;
  margin-right: 10px;
  font-size: 16px;
  color: var(--color-icon);
}

[dir="rtl"] .filter_drawer .filter_drawer_head .head_left .head_left_iocn {
  margin-right: 0;
  margin-left: 10px;
}

.filter_drawer .filter_drawer_head .head_left > span {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-text);
}

.filter_drawer .filter_drawer_head .head_tps {
  font-size: 14px;
  color: var(--color-text-tertiary);
  margin-top: 8px;
}

.filter_drawer .filter_drawer_row {
  width: 100%;
  height: calc(100% - 76px);
}

.filter_drawer .filter_drawer_head {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.filter_drawer .filter_drawer_head .head_left {
  display: flex;
  align-items: center;
}

.filter_drawer .filter_drawer_head .head_left .head_left_iocn {
  cursor: pointer;
  margin-right: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}

[dir="rtl"] .filter_drawer .filter_drawer_head .head_left .head_left_iocn {
  margin-right: 0;
  margin-left: 10px;
}

.filter_drawer .filter_drawer_head .head_left > span {
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.88);
}

.filter_drawer .filter_drawer_head .head_tps {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 8px;
}

.filter_drawer .filter_drawer_row {
  width: 100%;
  height: calc(100% - 76px);
}

.soc_color1 {
  color: #FA8C16 !important;
}

.soc_color2 {
  color: #52C41A !important;
}

.discharging {
  border: 1px solid #91caff;
  background: #e6f4ff;
  color: #1677ff;
}

.charging {
  border: 1px solid #b7eb8f;
  background: #f6ffed;
  color: #52c41a;
}

.offline {
  border: 1px solid #d9d9d9;
  background: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.88);
}

.ant-message {
  top: 85px !important;
}

.ant-tabs .ant-tabs-tab {
  margin: 0 !important;
  margin-inline-end: 32px !important;
}

.ant-tabs-card .ant-tabs-tab {
  margin: 0 !important;
  margin-inline-end: 2px !important;
}

[dir="rtl"] .ltr-text {
  direction: ltr !important;
}

.mirror-element {
  transform: scaleX(var(--mirror-ratio, -1));
}
/* 在 RTL 环境下自动适配 */
[dir="ltr"] .mirror-element {
  --mirror-ratio: 1;
  /* ltr 时不需要镜像，或者根据需要调整 */
}

[dir="rtl"] .mirror-element {
  --mirror-ratio: -1;
}

[data-v-1df193a4]:root {
  --color-primary-bg: #F8F0FF;
  --color-primary-bg-hover: #EEDFFF;
  --color-primary-border: #E0C7FF;
  --color-primary-border-hover: #C69EFF;
  --color-primary-hover: #AA75FF;
  --color-primary: #894BFC;
  --color-primary-active: #6836D6;
  --color-primary-text-hover: #AA75FF;
  --color-primary-text: #894BFC;
  --color-primary-text-active: #6836D6;
  --color-info-bg: #F8F0FF;
  --color-info-bg-hover: #EEDFFF;
  --color-info-border: #E0C7FF;
  --color-info-border-hover: #C69EFF;
  --color-info-hover: #C69EFF;
  --color-info: #894BFC;
  --color-info-active: #6836D6;
  --color-info-text-hover: #AA75FF;
  --color-info-text: #894BFC;
  --color-info-text-active: #6836D6;
  --color-link: #894BFC;
  --color-link-hover: #C69EFF;
  --color-link-active: #6836D6;
  --color-bg-flow-start: 'rgba(137, 75, 252, 0)',
  --color-bg-flow-end:'rgba(137, 75, 252, 1)',

  //Control
  --control-item-bg-active: '#F8F0FF',
  --control-item-bg-active-hover: '#EEDFFF',
  --control-outline: 'rgba(137, 75, 252, 0.10)',


  


  // 所有主题相同颜色配置，无需更改
  // Success
  --color-success-bg: #F6FFED;
  --color-success-bg-hover: #D9F7BE;
  --color-success-border: #B7EB8F;
  --color-success-border-hover: #95DE64;
  --color-success-hover: #95DE64;
  --color-success: #52C41A;
  --color-success-active: #389E0D;
  --color-success-text-hover: #73D13D;
  --color-success-text: #52C41A;
  --color-success-text-active: #389E0D;
  --color-warning-bg: #FFF7E6;
  --color-warning-bg-hover: #FFE7BA;
  --color-warning-border: #FFD591;
  --color-warning-border-hover: #FFC069;
  --color-warning-hover: #FFC069;
  --color-warning: #FA8C16;
  --color-warning-active: #D46B08;
  --color-warning-text-hover: #FFA940;
  --color-warning-text: #FA8C16;
  --color-warning-text-active: #D46B08;
  --color-error-bg: #FFF2F0;
  --color-error-bg-hover: #FFF1F0;
  --color-error-border: #FFCCC7;
  --color-error-border-hover: #FFA39E;
  --color-error-hover: #FF7875;
  --color-error: #FF4D4F;
  --color-error-active: #D9363E;
  --color-error-text-hover: #FF7875;
  --color-error-text: #FF4D4F;
  --color-error-text-active: #D9363E;
  --color-text: 'rgba(0, 0, 0, 0.88)',
  --color-text-secondary: 'rgba(0, 0, 0, 0.65)',
  --color-text-tertiary: 'rgba(0, 0, 0, 0.45)',
  --color-text-quaternary: 'rgba(0, 0, 0, 0.25)',
  --color-text-light-solid: '#fff',
  --color-text-heading: 'rgba(0, 0, 0, 0.88)',
  --color-text-label: 'rgba(0, 0, 0, 0.65)',
  --color-text-description: 'rgba(0, 0, 0, 0.45)',
  --color-text-disabled: 'rgba(0, 0, 0, 0.25)',
  --color-text-placeholder: 'rgba(0, 0, 0, 0.25)',

  // Icon
  --color-icon: 'rgba(0, 0, 0, 0.45)',
  --color-icon-hover: 'rgba(0, 0, 0, 0.88)',
  --color-icon-bg: '#fff',

  // Background
  --color-bg-container: '#ffffff',
  --color-bg-elevated: '#ffffff',
  --color-bg-layout: '#f5f5f5',
  --color-bg-mask: 'rgba(0, 0, 0, 0.45)',
  --color-bg-spotlight: 'rgba(0, 0, 0, 0.85)',
  --color-bg-container-disabled: 'rgba(0, 0, 0, 0.04)',
  --color-bg-text-active: 'rgba(0, 0, 0, 0.15)',
  --color-bg-text-hover: 'rgba(0, 0, 0, 0.06)',
  --color-border-bg: '#ffffff',
  --header-bg: 'rgba(0, 0, 0, 0.02)',
  --color-bg-base:'#fff',


  // color border
  --color-border: '#d9d9d9',
  --color-border-secondary: '#f0f0f0',
  --color-split: 'rgba(0, 0, 0, 0.06)',

  // Fill
  --color-fill: 'rgba(0, 0, 0, 0.15)',
  --color-fill-secondary: 'rgba(0, 0, 0, 0.06)',
  --color-fill-tertiary: 'rgba(0, 0, 0, 0.04)',
  --color-fill-quaternary: 'rgba(0, 0, 0, 0.02)',
  --color-fill-content: 'rgba(0, 0, 0, 0.06)',
  --color-fill-content-hover: 'rgba(0, 0, 0, 0.15)',
  --color-fill-alter: 'rgba(0, 0, 0, 0.02)',
  --color-fill-alter-solid: '#FAFAFA',

  //Control
  --control-item-bg-active-disabled: 'rgba(0, 0, 0, 0.15)',
  --control-item-bg-hover: 'rgba(0, 0, 0, 0.04)',
  --control-tmp-outline: 'rgba(0, 0, 0, 0.02)',;
}
.noData_row[data-v-1df193a4] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.noData_row .img-box[data-v-1df193a4] {
  display: flex;
  justify-content: center;
}
.noData_row .noDataText[data-v-1df193a4] {
  text-align: center;
  font-size: 14px;
  color: var(--color-text-quaternary);
  font-weight: 400;
}

.svg-icon[data-v-476e0e8f] {
  width: 1em;
  height: 1em;
  fill: currentColor;
  overflow: hidden;
}
.svg-icon[data-v-476e0e8f]:focus {
  outline: none
}

