/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -0.53333vw; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html,body,#root{height:100%;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);position:relative;background-color:#f5f5f5;color:#333;overflow:scroll}:root:root{--adm-color-primary: #ce9f78}#pending-list .adm-badge-wrap,#pending-list .adm-tabs-tab{color:#88909a}#pending-list .adm-tabs-tab-active{color:#2c2e32}#pending-list .adm-tabs-tab-active .adm-badge-wrap{color:#2c2e32}#pending-list .adm-tabs-tab.adm-tabs-tab-active{color:#2c2e32}
@font-face{font-family:DIN Alternate Bold;src:url(/zj-web-app/static/media/DINAlternate-Bold.9b8b4537eda3f6be81a8.ttf);font-weight:normal;font-style:normal}
html,body{height:100%}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media(prefers-reduced-motion: no-preference){.App-logo{-webkit-animation:App-logo-spin infinite 20s linear;animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(2.66667vw + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes App-logo-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.app-header{height:11.73333vw;line-height:11.73333vw;position:-webkit-sticky;position:sticky;top:0;z-index:2;text-align:center;background-color:#fff}.app-header-trans{background-color:rgba(0,0,0,0)}.back-arrow{position:absolute;left:4vw;top:2.93333vw;bottom:0;width:5.86667vw;height:5.86667vw}.header-title{font-weight:500;font-size:4.8vw;color:#333}.header-right-title{position:absolute;right:5.33333vw;bottom:0;font-weight:500;font-size:3.73333vw;color:#333}.zc-tree{font-size:4.53333vw;border:none}.rc-tree-treenode{display:flex !important;align-items:center !important}.rc-tree .rc-tree-treenode .rc-tree-node-content-wrapper{padding:1.6vw 3.2vw !important;width:100% !important}.rc-tree-node-selected{background-color:rgba(3,112,255,.5) !important;box-shadow:none !important;color:var(--adm-color-white) !important}.rc-tree-title{padding-left:1.6vw !important}.rc-tree .rc-tree-treenode span.rc-tree-switcher{background-image:none !important}.customize-form{font-size:3.73333vw}.customize-form .adm-form-item-label{color:#333}.customize-form .adm-list-item{--padding-left: 0}.customize-form .adm-list-card{margin:0}.customize-form a.adm-list-item:active:not(.adm-list-item-disabled){background-color:#fff}.customize-form .adm-list-item-content{--padding-right: 0;--border-inner: 0}.customize-form .adm-form-item.adm-form-item-horizontal.adm-list-item{--align-items: center}.customize-form .adm-list{--font-size: 3.73333vw}.customize-form .adm-list-item-content-main{text-align:right}.customize-form .text-area{color:red}.customize-form .text-area .adm-list-item-content-main{padding:0}.customize-form .adm-text-area{background-color:#f5f5f5;padding:1.6vw;--font-size: 3.73333vw}.customize-form .adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button{background-color:#f5f5f5}.customize-form .adm-space-horizontal.adm-space-wrap{margin-bottom:0}.customize-form .adm-image-uploader{--cell-size: 40.8vw}.customize-form .adm-space-horizontal>.adm-space-item:nth-child(4n){margin-right:0}.customize-form .adm-input{--text-align: right;--font-size: 3.73333vw}.customize-form .adm-form-footer{left:0;right:0}.customize-form .adm-form-item-child-position-normal>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:0}.b-upload{width:var(--cell-size);height:21.86667vw;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#999;border:1px dashed #cdcdcd}.modal-common-btn{width:48vw;height:10.13333vw;background:#0dacb1;border-radius:5.86667vw;color:#fff;font-family:PingFangSC-Medium;font-weight:500;font-size:4vw;color:#fff;text-align:center;line-height:10.13333vw}.swiper{width:100%;height:36vw;background:#ace2fd;margin:2.66667vw}.base-card-field{width:92vw;background:#fff;border-radius:1.06667vw;margin:2.66667vw auto 0 auto}.card-field{display:flex;justify-content:space-between;font-size:3.73333vw;color:#333;padding:4vw;margin:0 auto}.card-field .card-label{width:21.33333vw}.card-field .card-info-dan{color:#9f9f9f}.base-textaea-read{width:84vw;min-height:21.86667vw;background:#f5f5f5;border-radius:0.53333vw;margin:0 auto}.card-info-img{width:40.8vw;height:21.86667vw;background-color:#f5f5f5;display:inline-block;margin-right:0.53333vw}.card-info-img img{width:100%;height:100%}.card-info-title{color:#9f9f9f;margin-left:5.33333vw}.no-margin-top{margin-top:0 !important}.adm-image-uploader-cell-image,.adm-image-uploader-cell{height:21.86667vw !important}.adm-image-uploader-cell-delete-icon{left:0 !important;right:-1px;top:0 !important}.customize-form .customer-btn-border{height:14.13333vw;font-size:4.26667vw !important;font-weight:500;color:#ce9f78;border:solid 1px #ce9f78;border-radius:1.06667vw;text-align:center;display:flex;align-items:center;justify-content:center}.customize-form .customer-btn-border-icon{margin-right:1.33333vw}
:root {
  --adm-radius-s: 1.06667vw;
  --adm-radius-m: 2.13333vw;
  --adm-radius-l: 3.2vw;
  --adm-font-size-1: 2.4vw;
  --adm-font-size-2: 2.66667vw;
  --adm-font-size-3: 2.93333vw;
  --adm-font-size-4: 3.2vw;
  --adm-font-size-5: 3.46667vw;
  --adm-font-size-6: 3.73333vw;
  --adm-font-size-7: 4vw;
  --adm-font-size-8: 4.26667vw;
  --adm-font-size-9: 4.53333vw;
  --adm-font-size-10: 4.8vw;
  --adm-color-primary: #1677ff;
  --adm-color-success: #00b578;
  --adm-color-warning: #ff8f1f;
  --adm-color-danger: #ff3141;
  --adm-color-white: #ffffff;
  --adm-color-text: #333333;
  --adm-color-text-secondary: #666666;
  --adm-color-weak: #999999;
  --adm-color-light: #cccccc;
  --adm-color-border: #eeeeee;
  --adm-color-box: #f5f5f5;
  --adm-color-background: #ffffff;
  --adm-font-size-main: var(--adm-font-size-5);
  --adm-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  --adm-border-color: var(--adm-color-border);
}
html[data-prefers-color-scheme='dark'] {
  --adm-color-primary: #3086ff;
  --adm-color-success: #34b368;
  --adm-color-warning: #ffa930;
  --adm-color-danger: #ff4a58;
  --adm-color-text: #e6e6e6;
  --adm-color-text-secondary: #b3b3b3;
  --adm-color-weak: #808080;
  --adm-color-light: #4d4d4d;
  --adm-color-border: #2b2b2b;
  --adm-color-box: #0a0a0a;
  --adm-color-background: #1a1a1a;
  --adm-border-color: var(--adm-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: #333333;
  color: var(--adm-color-text);
  font-size: 13px;
  font-size: var(--adm-font-size-main);
  font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  font-family: var(--adm-font-family);
}
a,
button {
  cursor: pointer;
}
a {
  color: #1677ff;
  color: var(--adm-color-primary);
  transition: opacity ease-in-out 0.2s;
}
a:active {
  opacity: 0.8;
}
.adm-plain-anchor {
  color: inherit;
  transition: none;
}
.adm-plain-anchor:active {
  opacity: 1;
  opacity: initial;
}
body.adm-overflow-hidden {
  overflow: hidden !important;
}
div.adm-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 0.53333vw);
  width: 0;
  position: fixed;
  right: -100vw;
  bottom: -100vh;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.adm-button {
  --color: var(--adm-color-white);
  --text-color: var(--adm-button-text-color, var(--adm-color-text));
  --background-color: var(--adm-button-background-color, var(--adm-color-background));
  --border-radius: var(--adm-button-border-radius, 1.06667vw);
  --border-width: var(--adm-button-border-width, 1px);
  --border-style: var(--adm-button-border-style, solid);
  --border-color: var(--adm-button-border-color, var(--adm-color-border));
  color: var(--text-color);
  background-color: var(--background-color);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  padding: 1.86667vw 3.2vw;
  margin: 0;
  font-size: var(--adm-font-size-9);
  line-height: 1.4;
  text-align: center;
  border: var(--border-width) var(--border-style) var(--border-color);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: opacity ease 0.15s;
  -webkit-user-select: none;
          user-select: none;
}
.adm-button:focus {
  outline: none;
}
.adm-button::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(calc(var(--border-width) * -1), calc(var(--border-width) * -1));
          transform: translate(calc(var(--border-width) * -1), calc(var(--border-width) * -1));
  width: 100%;
  height: 100%;
  background-color: #000;
  border: var(--border-width) var(--border-style) #000;
  border-radius: var(--border-radius);
  opacity: 0;
  content: ' ';
  box-sizing: content-box;
}
.adm-button:active::before {
  opacity: 0.08;
}
.adm-button-default.adm-button-fill-outline {
  --background-color: transparent;
  --border-color: var(--adm-color-text);
}
.adm-button-default.adm-button-fill-none {
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button:not(.adm-button-default) {
  --text-color: var(--adm-color-white);
  --background-color: var(--color);
  --border-color: var(--color);
}
.adm-button:not(.adm-button-default).adm-button-fill-outline {
  --text-color: var(--color);
  --background-color: transparent;
}
.adm-button:not(.adm-button-default).adm-button-fill-none {
  --text-color: var(--color);
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button-primary {
  --color: var(--adm-color-primary);
}
.adm-button-success {
  --color: var(--adm-color-success);
}
.adm-button-danger {
  --color: var(--adm-color-danger);
}
.adm-button-warning {
  --color: var(--adm-color-warning);
}
.adm-button-block {
  display: block;
  width: 100%;
}
.adm-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.adm-button-disabled:active::before {
  display: none;
}
.adm-button.adm-button-mini {
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
  font-size: var(--adm-font-size-main);
}
.adm-button.adm-button-mini.adm-button-shape-rounded {
  padding-left: 2.4vw;
  padding-right: 2.4vw;
}
.adm-button.adm-button-small {
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
  font-size: var(--adm-font-size-7);
}
.adm-button.adm-button-large {
  padding-top: 2.93333vw;
  padding-bottom: 2.93333vw;
  font-size: var(--adm-font-size-10);
}
.adm-button.adm-button-shape-rounded {
  --border-radius: 266.66667vw;
}
.adm-button.adm-button-shape-rectangular {
  --border-radius: 0;
}
.adm-button-loading {
  vertical-align: bottom;
}
.adm-button-loading-wrapper {
  display: flex;
  height: 1.4em;
  align-items: center;
  justify-content: center;
}
.adm-button-loading-wrapper > .adm-loading {
  opacity: 0.6;
}

.adm-dot-loading {
  display: inline-block;
}

.adm-capsule-tabs {
  position: relative;
  min-width: 0;
}
.adm-capsule-tabs-header {
  position: relative;
  padding: 3.2vw 1.6vw;
  border-bottom: solid 1px var(--adm-color-border);
}
.adm-capsule-tabs-tab-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow-x: scroll;
  scrollbar-width: none;
}
.adm-capsule-tabs-tab-list::-webkit-scrollbar {
  display: none;
}
.adm-capsule-tabs-tab-wrapper {
  flex: auto;
  padding: 0 1.6vw;
}
.adm-capsule-tabs-tab {
  position: relative;
  padding: 2.13333vw 5.33333vw;
  margin: 0 auto;
  border-radius: 5.33333vw;
  cursor: pointer;
  font-size: var(--adm-font-size-7);
  text-align: center;
  white-space: nowrap;
  background-color: var(--adm-color-box);
}
.adm-capsule-tabs-tab-active {
  color: var(--adm-color-white);
  background-color: var(--adm-color-primary);
}
.adm-capsule-tabs-tab-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.adm-capsule-tabs-content {
  padding: 3.2vw;
}

.adm-scroll-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 8vw;
  height: 100%;
  pointer-events: none;
}
.adm-scroll-mask-left {
  left: 0;
  background: linear-gradient(to right, var(--adm-color-background), rgba(255, 255, 255, 0));
}
.adm-scroll-mask-right {
  right: 0;
  background: linear-gradient(to left, var(--adm-color-background), rgba(255, 255, 255, 0));
}

.adm-cascader {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.adm-cascader-header {
  flex: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6vw 2.13333vw;
}
.adm-cascader-header-button {
  font-size: var(--adm-font-size-7);
  display: inline-block;
  padding: 1.06667vw 1.06667vw;
}
.adm-cascader-header-title {
  padding: 1.06667vw 1.06667vw;
  font-size: var(--adm-font-size-7);
  color: var(--adm-color-text);
  text-align: center;
  flex: 1 1;
}
.adm-cascader-body {
  flex: auto;
  height: 100%;
  width: 100%;
}
.adm-cascader-body > .adm-cascader-view {
  --height: 82.66667vw;
}

.adm-cascader-view {
  --height: auto;
}
.adm-cascader-view-tabs.adm-tabs {
  --title-font-size: var(--adm-font-size-6);
  --content-padding: none;
}
.adm-cascader-view-header-title {
  max-width: 22.4vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.adm-cascader-view-content {
  height: var(--height);
  overflow-y: auto;
}
.adm-cascader-view-content > .adm-check-list {
  --border-inner: none;
  --border-bottom: none;
  --border-top: none;
}
.adm-cascader-view-item {
  font-size: var(--adm-font-size-6);
}
.adm-cascader-view-item-active {
  color: var(--adm-color-primary);
}
.adm-cascader-view .adm-list-inner {
  margin-bottom: 0;
}
.adm-cascader-view-skeleton {
  padding: 4.26667vw 3.2vw;
}
.adm-cascader-view-skeleton .adm-skeleton {
  margin-bottom: 4.26667vw;
  --height: 4.8vw;
  --width: 80%;
  --border-radius: 0.53333vw;
}
.adm-cascader-view-skeleton .adm-skeleton.adm-cascader-view-skeleton-line-3 {
  --width: 90%;
}
.adm-cascader-view-skeleton .adm-skeleton.adm-cascader-view-skeleton-line-4 {
  --width: 60%;
}

.adm-tabs {
  --title-font-size: var(--adm-font-size-9);
  --content-padding: 3.2vw;
  --active-line-height: 0.53333vw;
  --active-line-border-radius: var(--active-line-height);
  --active-line-color: var(--adm-color-primary);
  --active-title-color: var(--adm-color-primary);
  position: relative;
  min-width: 0;
}
.adm-tabs-header {
  position: relative;
  border-bottom: solid 1px var(--adm-color-border);
}
.adm-tabs-tab-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow-x: scroll;
  scrollbar-width: none;
}
.adm-tabs-tab-list::-webkit-scrollbar {
  display: none;
}
.adm-tabs-tab-wrapper {
  padding: 0 3.2vw;
}
.adm-tabs-tab-wrapper-stretch {
  flex: auto;
}
.adm-tabs-tab {
  white-space: nowrap;
  padding: 2.13333vw 0 2.66667vw;
  width: -webkit-min-content;
  width: min-content;
  margin: 0 auto;
  font-size: var(--title-font-size);
  position: relative;
  cursor: pointer;
}
.adm-tabs-tab-active {
  color: var(--active-title-color);
}
.adm-tabs-tab-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.adm-tabs-tab-line {
  position: absolute;
  bottom: 0;
  height: var(--active-line-height);
  background: var(--active-line-color);
  border-radius: var(--active-line-border-radius);
}
.adm-tabs-content {
  padding: var(--content-padding);
}
.adm-tabs-header-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 8vw;
  height: 100%;
  pointer-events: none;
}
.adm-tabs-header-mask-left {
  left: 0;
  background: linear-gradient(to right, var(--adm-color-background), rgba(255, 255, 255, 0));
}
.adm-tabs-header-mask-right {
  right: 0;
  background: linear-gradient(to left, var(--adm-color-background), rgba(255, 255, 255, 0));
}

.adm-skeleton {
  --width: 100%;
  --height: 0;
  --border-radius: 0;
  background-color: rgba(190, 190, 190, 0.2);
  border-radius: var(--border-radius);
  width: var(--width);
  height: var(--height);
  display: block;
}
.adm-skeleton.adm-skeleton-animated {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: adm-skeleton-loading 1.4s ease infinite;
          animation: adm-skeleton-loading 1.4s ease infinite;
}
.adm-skeleton.adm-skeleton-title {
  --width: 45%;
  --height: 8.53333vw;
  --border-radius: 0.53333vw;
  margin-bottom: 4.26667vw;
  margin-top: 4.26667vw;
}
.adm-skeleton.adm-skeleton-paragraph-line {
  --height: 4.8vw;
  --border-radius: 0.53333vw;
  margin-top: 3.2vw;
  margin-bottom: 3.2vw;
}
.adm-skeleton.adm-skeleton-paragraph-line:last-child {
  --width: 65%;
}
@-webkit-keyframes adm-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes adm-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.adm-check-list-item-extra {
  font-size: var(--adm-font-size-10);
  line-height: 1;
  color: var(--adm-color-primary);
}
.adm-check-list-item-readonly {
  cursor: inherit;
}

.adm-list {
  --header-font-size: var(--adm-font-size-7);
  --prefix-width: 'auto';
  --prefix-padding-right: 3.2vw;
  --align-items: center;
  --active-background-color: var(--adm-color-border);
  --border-inner: solid 1px var(--adm-color-border);
  --border-top: solid 1px var(--adm-color-border);
  --border-bottom: solid 1px var(--adm-color-border);
  --padding-left: 3.2vw;
  --padding-right: 3.2vw;
  --font-size: var(--adm-font-size-9);
  --extra-max-width: 70%;
}
.adm-list-header {
  color: var(--adm-color-weak);
  font-size: var(--header-font-size);
  padding: 2.13333vw var(--padding-right) 2.13333vw var(--padding-left);
}
.adm-list-body {
  background-color: var(--adm-color-background);
  overflow: hidden;
  font-size: var(--font-size);
}
.adm-list-body-inner {
  margin-top: -1px;
}
.adm-list-default .adm-list-body {
  border-top: var(--border-top);
  border-bottom: var(--border-bottom);
}
.adm-list-card {
  margin: 3.2vw;
}
.adm-list-card .adm-list-body {
  border-radius: 2.13333vw;
}
.adm-list-card .adm-list-header {
  padding-left: 0;
}
.adm-list-item {
  display: block;
  padding-left: var(--padding-left);
  position: relative;
  background-color: var(--adm-color-background);
  line-height: 1.5;
}
.adm-list-item-title,
.adm-list-item-description {
  color: var(--adm-color-weak);
  font-size: var(--adm-font-size-main);
}
.adm-list-item-content {
  display: flex;
  align-items: var(--align-items);
  justify-content: flex-start;
  border-top: var(--border-inner);
  padding-right: var(--padding-right);
}
.adm-list-item-content-prefix {
  width: var(--prefix-width);
  flex: none;
  padding-right: var(--prefix-padding-right);
}
.adm-list-item-content-main {
  flex: auto;
  padding: 3.2vw 0;
}
.adm-list-item-content-extra {
  flex: none;
  padding-left: 3.2vw;
  font-size: var(--adm-font-size-7);
  color: var(--adm-color-weak);
  max-width: var(--extra-max-width);
}
.adm-list-item-content-arrow {
  flex: none;
  display: flex;
  align-items: center;
  margin-left: 1.06667vw;
  color: var(--adm-color-light);
  font-size: 5.06667vw;
}
.adm-list-item-disabled {
  cursor: not-allowed;
}
.adm-list-item-disabled.adm-list-item-disabled > .adm-list-item-content > * {
  opacity: 0.4;
  pointer-events: none;
}
a.adm-list-item:active:not(.adm-list-item-disabled) {
  background-color: var(--active-background-color);
}
a.adm-list-item:active:not(.adm-list-item-disabled)::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  border-bottom: var(--border-inner);
}

.adm-popup {
  --z-index: var(--adm-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-popup-body {
  position: fixed;
  background-color: var(--adm-color-background);
  z-index: calc(var(--z-index) + 10);
}
.adm-popup-body .adm-popup-close-icon {
  position: absolute;
  z-index: 100;
}
.adm-popup-body-position-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
}
.adm-popup-body-position-bottom .adm-popup-close-icon {
  right: 2.13333vw;
  top: 2.13333vw;
}
.adm-popup-body-position-top {
  width: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-top .adm-popup-close-icon {
  right: 2.13333vw;
  bottom: 2.13333vw;
}
.adm-popup-body-position-left {
  height: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-left .adm-popup-close-icon {
  right: 2.13333vw;
  top: 2.13333vw;
}
.adm-popup-body-position-right {
  height: 100%;
  top: 0;
  right: 0;
}
.adm-popup-body-position-right .adm-popup-close-icon {
  left: 2.13333vw;
  top: 2.13333vw;
}
.adm-popup-close-icon {
  cursor: pointer;
  padding: 1.06667vw;
  font-size: 4.8vw;
  color: var(--adm-color-weak);
}

.adm-mask {
  --z-index: var(--adm-mask-z-index, 1000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  display: block;
  width: 100%;
  height: 100%;
}
.adm-mask-aria-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.adm-mask-content {
  z-index: 1;
}

.adm-checkbox {
  --icon-size: 5.86667vw;
  --font-size: var(--adm-font-size-9);
  --gap: 2.13333vw;
  display: inline-flex;
  vertical-align: text-bottom;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.adm-checkbox input {
  display: none;
}
.adm-checkbox .adm-checkbox-icon {
  flex: none;
  border: 1px solid var(--adm-color-light);
  border-radius: var(--icon-size);
  box-sizing: border-box;
  width: var(--icon-size);
  height: var(--icon-size);
  color: var(--adm-color-white);
}
.adm-checkbox .adm-checkbox-icon > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.adm-checkbox.adm-checkbox-block {
  display: flex;
}
.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon {
  border-color: var(--adm-color-primary);
  background-color: var(--adm-color-primary);
}
.adm-checkbox.adm-checkbox-disabled {
  cursor: not-allowed;
}
.adm-checkbox.adm-checkbox-disabled .adm-checkbox-content {
  opacity: 0.4;
}
.adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon {
  color: #b7b7b7;
  border-color: var(--adm-color-light);
  background-color: var(--adm-color-box);
}
.adm-checkbox .adm-checkbox-custom-icon {
  font-size: var(--icon-size);
}
.adm-checkbox.adm-checkbox-indeterminate .adm-checkbox-icon {
  background-color: var(--adm-color-background);
  color: var(--adm-color-primary);
}
.adm-checkbox-content {
  flex: 0 1 auto;
  font-size: var(--font-size);
  padding-left: var(--gap);
}

.adm-collapse-panel-header .adm-list-item-content-main {
  padding: 3.2vw 0;
}
.adm-collapse-arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all ease 0.3s;
}
.adm-collapse-arrow-active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.adm-collapse-panel-content {
  font-size: var(--adm-font-size-main);
  color: var(--adm-color-weak);
  overflow: hidden;
}


.adm-picker {
  --header-button-font-size: var(--adm-font-size-7);
  --title-font-size: var(--adm-font-size-7);
  --item-font-size: var(--adm-font-size-8);
  --item-height: 9.06667vw;
  width: 100%;
  height: 80vw;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  ---item-font-size: var(--item-font-size);
  ---item-height: var(--item-height);
}
.adm-picker .adm-picker-view.adm-picker-view {
  --item-font-size: var(---item-font-size);
  --item-height: var(---item-height);
}
.adm-picker-header {
  flex-shrink: 0;
  border-bottom: solid 1px var(--adm-color-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.06667vw 1.06667vw;
}
.adm-picker-header-button {
  font-size: var(--header-button-font-size);
  display: inline-block;
  padding: 2.13333vw 2.13333vw;
}
.adm-picker-header-button-disabled,
.adm-picker-header-button-disabled:active {
  opacity: 0.4;
  cursor: not-allowed;
}
.adm-picker-header-title {
  padding: 1.06667vw 1.06667vw;
  font-size: var(--title-font-size);
  color: var(--adm-color-text);
  text-align: center;
  flex: 1 1;
}
.adm-picker-body {
  flex: 1 1;
  width: 100%;
}
.adm-picker-body > .adm-picker-view {
  --height: 100%;
}
.adm-picker-popup .adm-popup-body {
  border-top-left-radius: 2.13333vw;
  border-top-right-radius: 2.13333vw;
}

.adm-picker-view {
  --height: 64vw;
  --item-height: 9.06667vw;
  --item-font-size: var(--adm-font-size-8);
  height: var(--height);
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  background: var(--adm-color-background);
}
.adm-picker-view-column {
  height: 100%;
  flex: 1 1;
  -webkit-user-select: none;
          user-select: none;
  touch-action: none;
  position: relative;
  z-index: 0;
}
.adm-picker-view-column-wheel {
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  position: absolute;
  top: calc(50% - var(--item-height) / 2);
  left: 0;
}
.adm-picker-view-column-wheel::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100vh;
}
.adm-picker-view-column-wheel::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: -100vh;
}
.adm-picker-view-column-item {
  font-size: var(--item-font-size);
  padding: 0 1.6vw;
  height: var(--item-height);
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-picker-view-column-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adm-picker-view-column-accessible {
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  padding-bottom: 1px;
}
.adm-picker-view-column-accessible > * {
  flex: 1 1;
  text-overflow: ellipsis;
}
.adm-picker-view-column-accessible-current {
  position: absolute;
  width: 100%;
  height: 100%;
}
.adm-picker-view-column-accessible-button {
  width: 100%;
  height: 100%;
}
.adm-picker-view-mask {
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.adm-picker-view-mask-top,
.adm-picker-view-mask-bottom {
  flex: auto;
}
.adm-picker-view-mask-middle {
  height: var(--item-height);
  box-sizing: border-box;
  flex: none;
  border-top: solid 1px var(--adm-color-border);
  border-bottom: solid 1px var(--adm-color-border);
}
.adm-picker-view-mask-top {
  background: var(--adm-color-background);
  -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
          mask: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
.adm-picker-view-mask-bottom {
  background: var(--adm-color-background);
  -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
          mask: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
.adm-picker-view-loading-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adm-spin-loading {
  --color: var(--adm-color-weak);
  --size: 8.53333vw;
  width: var(--size);
  height: var(--size);
}
.adm-spin-loading-svg {
  width: 100%;
  height: 100%;
  -webkit-animation: adm-spin-loading-rotate 0.8s infinite linear;
          animation: adm-spin-loading-rotate 0.8s infinite linear;
}
.adm-spin-loading-svg > .adm-spin-loading-fill {
  stroke: var(--color);
}
@-webkit-keyframes adm-spin-loading-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes adm-spin-loading-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.adm-safe-area {
  --multiple: var(--adm-safe-area-multiple, 1);
  display: block;
  width: 100%;
}
.adm-safe-area-position-top {
  padding-top: calc(env(safe-area-inset-top) * var(--multiple));
}
.adm-safe-area-position-bottom {
  padding-bottom: calc(env(safe-area-inset-bottom) * var(--multiple));
}

.adm-dialog {
  --z-index: var(--adm-dialog-z-index, 1000);
  ---z-index: var(--z-index);
}
.adm-dialog .adm-center-popup {
  --z-index: var(---z-index);
}
.adm-dialog-body {
  width: 100%;
  max-height: 70vh;
  font-size: var(--adm-font-size-6);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.adm-dialog-body > * {
  flex: none;
}
.adm-dialog-body > .adm-dialog-content {
  flex: auto;
}
.adm-dialog-body:not(.adm-dialog-with-image) {
  padding-top: 5.33333vw;
}
.adm-dialog-image-container {
  margin-bottom: 3.2vw;
  max-height: 40vh;
}
.adm-dialog-header {
  margin-bottom: 2.13333vw;
  padding: 0 3.2vw;
}
.adm-dialog-title {
  margin-bottom: 2.13333vw;
  padding: 0 3.2vw;
  font-weight: bold;
  font-size: var(--adm-font-size-10);
  line-height: 6.66667vw;
  text-align: center;
}
.adm-dialog-content {
  padding: 0 3.2vw 5.33333vw;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: var(--adm-font-size-7);
  line-height: 1.4;
  color: var(--adm-color-text);
}
.adm-dialog-content-empty {
  padding: 0;
  height: 3.2vw;
}
.adm-dialog-footer {
  -webkit-user-select: none;
          user-select: none;
}
.adm-dialog-footer .adm-dialog-action-row {
  display: flex;
  align-items: stretch;
  border-top: 0.5px solid var(--adm-color-border);
}
.adm-dialog-footer .adm-dialog-action-row > * {
  flex: 1 1;
}
.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button {
  padding: 2.66667vw;
  font-size: var(--adm-font-size-10);
  line-height: 6.66667vw;
  border-radius: 0;
  border-right: solid 0.5px var(--adm-color-border);
}
.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button-bold {
  font-weight: bold;
}
.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button:last-child {
  border-right: none;
}
.adm-dialog-image-container {
  overflow-y: auto;
}

.adm-image {
  --width: var(--adm-image-width, auto);
  --height: var(--adm-image-height, auto);
  width: var(--width);
  height: var(--height);
  display: block;
  overflow: hidden;
}
.adm-image-img {
  width: 100%;
  height: 100%;
}
.adm-image-tip {
  position: relative;
  background-color: var(--adm-color-box);
  height: 100%;
  min-height: 6.4vw;
  min-width: 6.4vw;
}
.adm-image-tip > svg {
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--adm-color-weak);
}

.adm-auto-center {
  display: flex;
  justify-content: center;
}
.adm-auto-center-content {
  flex: 0 1 auto;
}

.adm-center-popup {
  --background-color: var(--adm-center-popup-background-color, var(--adm-color-background));
  --border-radius: var(--adm-center-popup-border-radius, 2.13333vw);
  --max-width: var(--adm-center-popup-max-width, 75vw);
  --min-width: var(--adm-center-popup-min-width, 74.66667vw);
  --z-index: var(--adm-center-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-center-popup .adm-center-popup-mask {
  z-index: 0;
}
.adm-center-popup-wrap {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: var(--min-width);
  max-width: var(--max-width);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.adm-center-popup-body {
  background-color: var(--background-color);
  border-radius: var(--border-radius);
}
.adm-center-popup-close {
  position: absolute;
  z-index: 100;
  right: 2.13333vw;
  top: 2.13333vw;
  cursor: pointer;
  padding: 1.06667vw;
  font-size: 4.8vw;
  color: var(--adm-color-weak);
}

.adm-divider-horizontal {
  display: flex;
  align-items: center;
  margin: 4.26667vw 0;
  border-width: 0;
  border-color: var(--adm-color-border);
  border-style: solid;
  color: var(--adm-color-weak);
  font-size: 3.73333vw;
}
.adm-divider-left.adm-divider-horizontal::before {
  max-width: 10%;
}
.adm-divider-right.adm-divider-horizontal::after {
  max-width: 10%;
}
.adm-divider-horizontal::after,
.adm-divider-horizontal::before {
  flex: auto;
  display: block;
  content: '';
  border-style: inherit;
  border-color: inherit;
  border-width: 1px 0 0;
}
.adm-divider-horizontal .adm-divider-content {
  flex: none;
  padding: 0 4.26667vw;
}
.adm-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 4.26667vw;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid var(--adm-color-border);
}

.adm-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6.4vw 0;
}
.adm-empty-image-container {
  display: flex;
  justify-content: center;
}
.adm-empty-image-container .adm-empty-image {
  width: 17.06667vw;
  height: intrinsic;
}
.adm-empty-description {
  margin-top: 2.13333vw;
  font-size: var(--adm-font-size-6);
  color: var(--adm-color-light);
}

.adm-form {
  --border-inner: solid 1px var(--adm-color-border);
  --border-top: solid 1px var(--adm-color-border);
  --border-bottom: solid 1px var(--adm-color-border);
  ---border-inner: var(--border-inner);
  ---border-top: var(--border-top);
  ---border-bottom: var(--border-bottom);
}
.adm-form .adm-list.adm-list {
  --padding-left: 4.26667vw;
  --padding-right: 3.2vw;
  --border-inner: var(---border-inner);
  --border-top: var(---border-top);
  --border-bottom: var(---border-bottom);
}
.adm-form .adm-form-footer {
  padding: 5.33333vw 3.2vw;
}
.adm-form-list-operation {
  text-align: center;
  color: #1677ff;
}
.adm-form-item + .adm-form-item {
  border-top: none;
}
.adm-form-item-label {
  display: block;
  height: 100%;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  color: var(--adm-color-text-secondary);
}
.adm-form-item-label .adm-form-item-required-asterisk {
  position: absolute;
  left: -0.6em;
  top: 0;
  font-family: SimSun, sans-serif;
  color: var(--adm-color-danger);
  -webkit-user-select: none;
          user-select: none;
}
.adm-form-item-label .adm-form-item-required-text {
  margin-left: 1.06667vw;
  color: var(--adm-color-weak);
}
.adm-form-item-label-help {
  margin-left: 1.06667vw;
  cursor: pointer;
}
.adm-form-item-child {
  display: flex;
}
.adm-form-item-child-position-normal {
  justify-content: normal;
}
.adm-form-item-child-position-normal > * {
  flex: auto;
}
.adm-form-item-child-position-right {
  justify-content: flex-end;
}
.adm-form-item-child-position-right > * {
  flex: none;
}
.adm-form-item-feedback-error {
  color: var(--adm-color-danger);
  margin-top: 1.06667vw;
}
.adm-form-item-feedback-warning {
  color: var(--adm-color-warning);
  margin-top: 1.06667vw;
}
.adm-form-item.adm-form-item-hidden {
  display: none;
}
.adm-form-item.adm-form-item-horizontal.adm-list-item {
  --align-items: stretch;
  --prefix-width: 6.8em;
}
.adm-form-item.adm-form-item-horizontal .adm-list-item-content-prefix {
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
}
.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra {
  align-self: center;
}
.adm-form-item.adm-form-item-vertical .adm-form-item-label {
  font-size: var(--adm-font-size-7);
  margin-bottom: 1.06667vw;
}

.adm-popover {
  --z-index: var(--adm-popover-z-index, 1030);
  --background: #ffffff;
  --arrow-size: 2.13333vw;
  --content-padding: 2.13333vw 3.2vw;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
          user-select: text;
  -webkit-animation: none;
          animation: none;
}
.adm-popover.adm-popover-dark {
  --background: rgba(0, 0, 0, 0.75);
  --adm-color-text: #ffffff;
  color: #ffffff;
}
.adm-popover.adm-popover-dark .adm-popover-inner {
  box-shadow: none;
}
.adm-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.adm-popover-hidden {
  display: none;
}
.adm-popover-inner {
  background-color: var(--background);
  background-clip: padding-box;
  border-radius: 2.13333vw;
  box-shadow: 0 0 8vw 0 rgba(51, 51, 51, 0.2);
  font-size: var(--adm-font-size-7);
  width: -webkit-max-content;
  width: max-content;
  min-width: 8.53333vw;
  max-width: calc(100vw - 6.4vw);
  overflow-y: hidden;
}
.adm-popover-inner-content {
  padding: var(--content-padding);
}
.adm-popover-arrow {
  position: absolute;
  display: block;
  height: var(--arrow-size);
  width: var(--arrow-size);
  overflow: visible;
  background: transparent;
}
.adm-popover-arrow-icon {
  display: block;
  height: var(--arrow-size);
  width: 4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(var(--arrow-icon-rotate));
          transform: translate(-50%, -50%) rotate(var(--arrow-icon-rotate));
}
.adm-popover .adm-popover-arrow {
  color: var(--background);
}

.adm-popover-menu {
  --border-color: #eeeeee;
}
.adm-popover-menu.adm-popover {
  --content-padding: 0;
}
.adm-popover-menu-list {
  overflow: hidden;
  min-width: 32vw;
}
.adm-popover-menu-list-inner {
  margin-top: -1px;
}
.adm-popover-menu-item {
  display: flex;
  padding-left: 5.33333vw;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.adm-popover-menu-item-icon {
  flex: none;
  padding-right: 2.13333vw;
  font-size: 5.33333vw;
}
.adm-popover-menu-item-text {
  flex: auto;
  padding: 3.73333vw 5.33333vw 3.73333vw 0;
  border-top: solid 1px var(--border-color);
}
.adm-popover-menu-item-disabled {
  cursor: not-allowed;
}
.adm-popover-menu-item-disabled > * {
  opacity: 0.4;
}
.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled) {
  background-color: var(--border-color);
}
.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled)::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  border-bottom: solid 1px var(--border-color);
}
.adm-popover.adm-popover-dark.adm-popover-menu {
  --border-color: #333333;
  --background: rgba(0, 0, 0, 0.9);
}

.adm-grid {
  --gap: 0;
  --gap-horizontal: var(--gap);
  --gap-vertical: var(--gap);
  display: grid;
  grid-gap: 2.66667vw;
  -webkit-column-gap: var(--gap-horizontal);
          grid-column-gap: var(--gap-horizontal);
          column-gap: var(--gap-horizontal);
  grid-row-gap: var(--gap-vertical);
  row-gap: var(--gap-vertical);
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  align-items: stretch;
}
.adm-grid-item {
  grid-column-end: span var(--item-span);
}

.adm-image-uploader {
  --cell-size: 21.33333vw;
}
.adm-image-uploader-space {
  --gap: 3.2vw;
}
.adm-image-uploader-cell {
  position: relative;
  width: var(--cell-size);
  height: var(--cell-size);
  border-radius: 1.06667vw;
  overflow: hidden;
}
.adm-image-uploader-cell-fail {
  border: red solid 1px;
  box-sizing: border-box;
}
.adm-image-uploader-cell-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.73333vw;
  height: 3.73333vw;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 0 3.2vw;
  font-size: 2.13333vw;
  color: var(--adm-color-white);
  cursor: pointer;
}
.adm-image-uploader-cell-delete-icon {
  position: absolute;
  left: 1.06667vw;
  top: 0.8vw;
}
.adm-image-uploader-cell-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: var(--adm-color-white);
  background-color: rgba(50, 50, 51, 0.88);
}
.adm-image-uploader-cell-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  padding-top: 2.13333vw;
}
.adm-image-uploader-cell-mask-message {
  display: inline-block;
  padding: 1.6vw 1.06667vw;
  font-size: var(--adm-font-size-4);
}
.adm-image-uploader-cell-image {
  width: var(--cell-size);
  height: var(--cell-size);
}
.adm-image-uploader-upload-button-wrap {
  position: relative;
}
.adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button {
  background-color: var(--adm-color-box);
  text-align: center;
  line-height: var(--cell-size);
  display: block;
}
.adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button-icon {
  color: #999999;
  font-size: 8.53333vw;
}
.adm-image-uploader-upload-button-wrap .adm-image-uploader-input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.06667vw;
}

.adm-image-viewer-content {
  width: 100vw;
  height: 100vh;
  touch-action: none;
  -webkit-user-select: none;
          user-select: none;
}
.adm-image-viewer-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.adm-image-viewer-slides {
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
  touch-action: none;
}
.adm-image-viewer-slides-inner {
  height: 100%;
  white-space: nowrap;
}
.adm-image-viewer-slides-inner > * {
  margin-right: 4.26667vw;
}
.adm-image-viewer-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.adm-image-viewer-control {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  touch-action: none;
}
.adm-image-viewer-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-image-viewer-image-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.adm-image-viewer-indicator {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 3.2vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #e6e6e6;
  font-size: var(--adm-font-size-6);
}

.adm-space-item {
  flex: none;
}
.adm-space {
  display: inline-flex;
  --gap: 2.13333vw;
  --gap-vertical: var(--gap);
  --gap-horizontal: var(--gap);
}
.adm-space-vertical {
  flex-direction: column;
}
.adm-space-vertical > .adm-space-item {
  margin-bottom: var(--gap-vertical);
}
.adm-space-vertical > .adm-space-item:last-child {
  margin-bottom: 0;
}
.adm-space-horizontal {
  flex-direction: row;
}
.adm-space-horizontal > .adm-space-item {
  margin-right: var(--gap-horizontal);
}
.adm-space-horizontal > .adm-space-item:last-child {
  margin-right: 0;
}
.adm-space-horizontal.adm-space-wrap {
  flex-wrap: wrap;
  margin-bottom: calc(var(--gap-vertical) * -1);
}
.adm-space-horizontal.adm-space-wrap > .adm-space-item {
  padding-bottom: var(--gap-vertical);
}
.adm-space.adm-space-block {
  display: flex;
}
.adm-space-align-center {
  align-items: center;
}
.adm-space-align-start {
  align-items: flex-start;
}
.adm-space-align-end {
  align-items: flex-end;
}
.adm-space-align-baseline {
  align-items: baseline;
}
.adm-space-justify-center {
  justify-content: center;
}
.adm-space-justify-start {
  justify-content: flex-start;
}
.adm-space-justify-end {
  justify-content: flex-end;
}
.adm-space-justify-between {
  justify-content: space-between;
}
.adm-space-justify-around {
  justify-content: space-around;
}
.adm-space-justify-evenly {
  justify-content: space-evenly;
}
.adm-space-justify-stretch {
  justify-content: stretch;
}

.adm-infinite-scroll {
  color: var(--adm-color-weak);
  padding: 4.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--adm-font-size-main);
}
.adm-infinite-scroll-failed-text {
  display: inline-block;
  margin-right: 2.13333vw;
}

.adm-input {
  --font-size: var(--adm-font-size-9);
  --color: var(--adm-color-text);
  --placeholder-color: var(--adm-color-light);
  --text-align: left;
  --background-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 6.4vw;
  background-color: var(--background-color);
}
.adm-input-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.adm-input-element {
  flex: auto;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  color: var(--color);
  font-size: var(--font-size);
  line-height: 1.5;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  min-height: 1.5em;
  text-align: var(--text-align);
}
.adm-input-element::-webkit-input-placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}
.adm-input-element::placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}
.adm-input-element:-webkit-autofill {
  background-color: transparent;
}
.adm-input-element:read-only {
  cursor: default;
}
.adm-input-element:invalid {
  box-shadow: none;
}
.adm-input-element::-ms-clear {
  display: none;
}
.adm-input-element::-ms-reveal {
  display: none;
}
.adm-input-element::-webkit-search-cancel-button {
  display: none;
}
.adm-input-element::-webkit-search-decoration {
  display: none;
}
.adm-input-element:disabled {
  opacity: 1;
}
.adm-input-element[type='date'],
.adm-input-element[type='time'],
.adm-input-element[type='datetime-local'] {
  min-height: 1.5em;
}
.adm-input-element[type='search'] {
  -webkit-appearance: none;
}
.adm-input-element[readonly] {
  pointer-events: none;
}
.adm-input-clear {
  flex: none;
  margin-left: 2.13333vw;
  color: var(--adm-color-light);
  padding: 1.06667vw;
  cursor: pointer;
}
.adm-input-clear:active {
  color: var(--adm-color-weak);
}
.adm-input-clear .antd-mobile-icon {
  display: block;
  font-size: var(--adm-font-size-7);
}

.adm-modal {
  --z-index: var(--adm-modal-z-index, 1000);
  ---z-index: var(--z-index);
}
.adm-modal .adm-center-popup {
  --z-index: var(---z-index);
}
.adm-modal-body {
  width: 100%;
  max-height: 70vh;
  font-size: var(--adm-font-size-6);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.adm-modal-body > * {
  flex: none;
}
.adm-modal-body > .adm-modal-content {
  flex: auto;
}
.adm-modal-body:not(.adm-modal-with-image) {
  padding-top: 5.33333vw;
}
.adm-modal-image-container {
  margin-bottom: 3.2vw;
  max-height: 40vh;
  overflow-y: scroll;
}
.adm-modal-header {
  margin-bottom: 2.13333vw;
  padding: 0 3.2vw;
}
.adm-modal-title {
  margin-bottom: 2.13333vw;
  padding: 0 3.2vw;
  font-weight: bold;
  font-size: var(--adm-font-size-10);
  line-height: 6.66667vw;
  text-align: center;
}
.adm-modal-content {
  padding: 0 3.2vw 3.2vw;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: var(--adm-font-size-7);
  line-height: 1.4;
  color: var(--adm-color-text);
}
.adm-modal-footer {
  -webkit-user-select: none;
          user-select: none;
  padding: 2.13333vw 3.2vw 3.2vw;
}
.adm-modal-footer-empty {
  padding: 0;
  height: 2.13333vw;
}
.adm-modal-footer.adm-space {
  --gap-vertical: 5.33333vw;
}
.adm-modal-footer .adm-modal-button {
  font-size: var(--adm-font-size-10);
  line-height: 6.66667vw;
}
.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary) {
  padding-top: 0;
  padding-bottom: 0;
}
.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary)::before {
  display: none;
}
.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):active {
  opacity: 0.7;
}

.adm-progress-bar {
  --track-width: var(--adm-progress-bar-track-width, 2.13333vw);
  --track-color: var(--adm-progress-bar-track-color, #e5e5e5);
  --fill-color: var(--adm-progress-bar-fill-color, var(--adm-color-primary));
  --text-width: var(--adm-progress-bar-text-width, 10.66667vw);
  display: flex;
  align-items: center;
}
.adm-progress-bar-trail {
  flex: auto;
  background: var(--track-color);
  overflow: hidden;
  height: var(--track-width);
}
.adm-progress-bar-fill {
  transition: width 0.3s;
  background: var(--fill-color);
  height: var(--track-width);
}
.adm-progress-bar-text {
  flex: none;
  width: calc(var(--text-width) + 2.13333vw);
  padding-left: 2.13333vw;
  color: #999999;
}
.adm-progress-bar-rounded .adm-progress-bar-trail,
.adm-progress-bar-rounded .adm-progress-bar-fill {
  border-radius: var(--track-width);
}

.adm-pull-to-refresh-head {
  overflow: hidden;
  position: relative;
}
.adm-pull-to-refresh-head-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--adm-color-weak);
  display: flex;
  justify-content: center;
  align-items: center;
}

.adm-radio {
  --icon-size: 5.86667vw;
  --font-size: var(--adm-font-size-9);
  --gap: 2.13333vw;
  display: inline-flex;
  vertical-align: text-bottom;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.adm-radio input {
  display: none;
}
.adm-radio .adm-radio-icon {
  flex: none;
  border: 1px solid var(--adm-color-light);
  border-radius: var(--icon-size);
  box-sizing: border-box;
  width: var(--icon-size);
  height: var(--icon-size);
  color: var(--adm-color-white);
}
.adm-radio .adm-radio-icon > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.adm-radio.adm-radio-block {
  display: flex;
}
.adm-radio.adm-radio-checked .adm-radio-icon {
  border-color: var(--adm-color-primary);
  background-color: var(--adm-color-primary);
}
.adm-radio.adm-radio-disabled {
  cursor: not-allowed;
}
.adm-radio.adm-radio-disabled .adm-radio-content {
  opacity: 0.4;
}
.adm-radio.adm-radio-disabled .adm-radio-icon {
  color: #b7b7b7;
  border-color: var(--adm-color-light);
  background-color: var(--adm-color-box);
}
.adm-radio .adm-radio-custom-icon {
  font-size: var(--icon-size);
}
.adm-radio-content {
  flex: 0 1 auto;
  font-size: var(--font-size);
  padding-left: var(--gap);
}

.adm-result {
  padding: 8.53333vw 3.2vw;
  background-color: var(--adm-color-background);
}
.adm-result-icon {
  box-sizing: border-box;
  width: 17.06667vw;
  height: 17.06667vw;
  margin: 0 auto 5.33333vw auto;
  padding: 1.6vw;
}
.adm-result-icon .antd-mobile-icon {
  font-size: 13.86667vw;
}
.adm-result-title {
  color: var(--adm-color-text);
  font-size: var(--adm-font-size-10);
  line-height: 1.4;
  text-align: center;
}
.adm-result-description {
  margin-top: 2.13333vw;
  color: var(--adm-color-weak);
  font-size: var(--adm-font-size-main);
  line-height: 1.4;
  text-align: center;
}
.adm-result-success .adm-result-icon .antd-mobile-icon {
  color: var(--adm-color-primary);
}
.adm-result-error .adm-result-icon .antd-mobile-icon {
  color: var(--adm-color-danger);
}
.adm-result-info .adm-result-icon .antd-mobile-icon {
  color: var(--adm-color-primary);
}
.adm-result-waiting .adm-result-icon .antd-mobile-icon {
  color: var(--adm-color-success);
}
.adm-result-warning .adm-result-icon .antd-mobile-icon {
  color: var(--adm-color-warning);
}

.adm-search-bar {
  --height: 8.53333vw;
  --padding-left: 2.13333vw;
  --background: var(--adm-color-box);
  --border-radius: 1.6vw;
  --placeholder-color: var(--adm-color-weak);
  ---placeholder-color: var(--placeholder-color);
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--height);
}
.adm-search-bar .adm-search-bar-input-box {
  flex: auto;
  background: var(--background);
  border-radius: var(--border-radius);
  border: solid 1px transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: var(--padding-left);
}
.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input-box-icon {
  flex: none;
  color: var(--adm-color-light);
  font-size: var(--adm-font-size-8);
}
.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input {
  flex: auto;
  padding: 1.06667vw 2.13333vw 1.06667vw 1.06667vw;
  height: calc(var(--height) - 0.53333vw);
  box-sizing: border-box;
}
.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-input {
  --placeholder-color: var(---placeholder-color);
  --font-size: var(--adm-font-size-7);
}
.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input .adm-input-element {
  line-height: 5.06667vw;
}
.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-search-bar-input-without-icon {
  padding-left: 2.13333vw;
}
.adm-search-bar .adm-search-bar-suffix {
  flex: none;
  margin-left: 1.06667vw;
}
.adm-search-bar .adm-search-bar-cancel-button.adm-button {
  padding: 0.8vw 3.2vw;
}
.adm-search-bar-active .adm-input.adm-input.adm-input {
  --placeholder-color: var(--adm-color-light);
}
.adm-search-bar-active .adm-search-bar-input-box {
  border-color: var(--adm-color-primary);
  background: var(--adm-color-background);
}

.adm-side-bar {
  --height: 100%;
  --width: 28vw;
  --item-border-radius: 2.13333vw;
  --background-color: var(--adm-color-box);
  width: var(--width);
  height: var(--height);
  box-sizing: border-box;
  font-size: var(--adm-font-size-main);
  overflow-y: auto;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  background-color: var(--background-color);
  display: flex;
  flex-direction: column;
}
.adm-side-bar-items {
  flex: none;
  overflow: hidden;
}
.adm-side-bar-extra-space {
  flex: auto;
  overflow: hidden;
  position: relative;
}
.adm-side-bar-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 4.26667vw 3.2vw;
  position: relative;
  cursor: pointer;
  background-color: var(--background-color);
  overflow: visible;
}
.adm-side-bar-item-highlight {
  position: absolute;
  height: 100%;
  width: 0.53333vw;
  left: -3.2vw;
  top: 0;
  background: var(--adm-color-primary);
  border-radius: 0.53333vw;
}
.adm-side-bar-item-active {
  color: var(--adm-color-primary);
  background-color: var(--adm-color-background);
  position: relative;
}
.adm-side-bar-item-corner {
  width: var(--item-border-radius);
  height: var(--item-border-radius);
  position: absolute;
  z-index: 100;
  right: 0;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.adm-side-bar-item-corner-top {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.adm-side-bar-item-corner-bottom {
  bottom: 0;
}
.adm-side-bar-item-disabled {
  cursor: not-allowed;
}
.adm-side-bar-item-disabled .adm-side-bar-item-title {
  opacity: 0.4;
}
.adm-side-bar-badge.adm-badge {
  --right: -1.06667vw;
}

.adm-badge-wrapper {
  display: inline-block;
  position: relative;
}
.adm-badge {
  display: inline-flex;
  vertical-align: middle;
  box-sizing: content-box;
  border-radius: 26.66667vw;
  background-color: var(--color);
  --right: 0;
  --top: 0;
  --color: var(--adm-badge-color, #ff411c);
}
.adm-badge-content {
  color: var(--adm-color-white);
  box-sizing: border-box;
  min-width: 2.13333vw;
  padding: 1px 1.06667vw;
  font-size: var(--adm-font-size-1);
  line-height: 3.2vw;
  white-space: nowrap;
  font-weight: normal;
  text-align: center;
}
.adm-badge-fixed {
  position: absolute;
  right: var(--right);
  top: var(--top);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.adm-badge-dot {
  min-width: 2.66667vw;
  width: 2.66667vw;
  height: 2.66667vw;
  border-radius: 1.33333vw;
}
.adm-badge-bordered {
  border: solid 1px var(--adm-color-white);
}

.adm-swipe-action {
  --background: var(--adm-color-background);
  background: var(--background);
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  touch-action: pan-y;
}
.adm-swipe-action-track {
  position: relative;
  overflow: visible;
}
.adm-swipe-action-actions {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: auto;
  white-space: nowrap;
}
.adm-swipe-action-actions-right {
  left: 100%;
  top: 0;
  height: 100%;
}
.adm-swipe-action-actions-left {
  right: 100%;
  top: 0;
  height: 100%;
}
.adm-swipe-action-action-button.adm-button {
  --border-radius: 0;
  --border-width: 0;
  --text-color: var(--adm-color-white);
  padding-left: 5.33333vw;
  padding-right: 5.33333vw;
}

.adm-swiper {
  --height: auto;
  --width: 100%;
  --border-radius: 0;
  --track-padding: 0;
  --slide-size: 100%;
  --track-offset: 0%;
  display: block;
  width: var(--width);
  height: var(--height);
  position: relative;
  border-radius: var(--border-radius);
  z-index: 0;
  overflow: hidden;
}
.adm-swiper-track {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  padding: var(--track-padding);
}
.adm-swiper-track-allow-touch-move {
  cursor: -webkit-grab;
  cursor: grab;
}
.adm-swiper-track-inner {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.adm-swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  white-space: inherit;
  flex: none;
}
.adm-swiper-item {
  display: block;
  width: 100%;
  height: 100%;
  white-space: normal;
}
.adm-swiper-horizontal .adm-swiper-track-allow-touch-move {
  touch-action: pan-y;
}
.adm-swiper-horizontal .adm-swiper-indicator {
  position: absolute;
  bottom: 1.6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.adm-swiper-horizontal .adm-swiper-track {
  -webkit-transform: translateX(var(--track-offset));
          transform: translateX(var(--track-offset));
}
.adm-swiper-horizontal .adm-swiper-track-inner {
  flex-direction: row;
  width: var(--slide-size);
}
.adm-swiper-vertical .adm-swiper-track-allow-touch-move {
  touch-action: pan-x;
}
.adm-swiper-vertical .adm-swiper-indicator {
  position: absolute;
  right: 1.6vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.adm-swiper-vertical .adm-swiper-track {
  -webkit-transform: translateY(var(--track-offset));
          transform: translateY(var(--track-offset));
}
.adm-swiper-vertical .adm-swiper-track-inner {
  flex-direction: column;
  height: var(--slide-size);
}

.adm-page-indicator {
  display: flex;
  width: auto;
  --dot-color: #dddddd;
  --active-dot-color: var(--adm-color-primary);
  --dot-size: 0.8vw;
  --active-dot-size: 3.46667vw;
  --dot-border-radius: 1px;
  --active-dot-border-radius: var(--dot-border-radius);
  --dot-spacing: 0.8vw;
}
.adm-page-indicator-dot {
  display: block;
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: var(--dot-border-radius);
  background: var(--dot-color);
}
.adm-page-indicator-dot:last-child {
  margin-right: 0;
}
.adm-page-indicator-dot-active {
  border-radius: var(--active-dot-border-radius);
  background: var(--active-dot-color);
}
.adm-page-indicator-color-white {
  --active-dot-color: var(--adm-color-white);
}
.adm-page-indicator-horizontal {
  flex-direction: row;
}
.adm-page-indicator-horizontal .adm-page-indicator-dot {
  margin-right: var(--dot-spacing);
}
.adm-page-indicator-horizontal .adm-page-indicator-dot-active {
  width: var(--active-dot-size);
}
.adm-page-indicator-vertical {
  flex-direction: column;
}
.adm-page-indicator-vertical .adm-page-indicator-dot {
  margin-bottom: var(--dot-spacing);
}
.adm-page-indicator-vertical .adm-page-indicator-dot-active {
  height: var(--active-dot-size);
}

.adm-text-area {
  --font-size: var(--adm-font-size-9);
  --color: var(--adm-color-text);
  --placeholder-color: var(--adm-color-light);
  --disabled-color: var(--adm-color-weak);
  --text-align: left;
  --count-text-align: right;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.adm-text-area-element {
  font-family: var(--adm-font-family);
  resize: none;
  flex: auto;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  color: var(--color);
  font-size: var(--font-size);
  line-height: 1.5;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  min-height: 1.5em;
  text-align: var(--text-align);
}
.adm-text-area-element::-webkit-input-placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}
.adm-text-area-element::placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}
.adm-text-area-element:-webkit-autofill {
  background-color: transparent;
}
.adm-text-area-element:disabled {
  color: var(--disabled-color);
  cursor: not-allowed;
  opacity: 1;
  -webkit-text-fill-color: var(--disabled-color);
}
.adm-text-area-element:read-only {
  cursor: default;
}
.adm-text-area-element:invalid {
  box-shadow: none;
}
.adm-text-area-element::-ms-clear {
  display: none;
}
.adm-text-area-element[readonly] {
  pointer-events: none;
}
.adm-text-area-count {
  text-align: var(--count-text-align);
  color: var(--adm-color-weak);
  font-size: var(--adm-font-size-9);
  padding-top: 2.13333vw;
}

.adm-toast-mask .adm-toast-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.adm-toast-mask .adm-toast-main {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  min-width: 25.6vw;
  max-width: 53.33333vw;
  max-height: 70%;
  overflow: auto;
  color: white;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 2.13333vw;
  pointer-events: all;
  font-size: var(--adm-font-size-7);
  line-height: 1.5;
  box-sizing: border-box;
}
.adm-toast-mask .adm-toast-main-text {
  padding: 3.2vw;
}
.adm-toast-mask .adm-toast-main-icon {
  padding: 9.33333vw 10.66667vw;
}
.adm-toast-mask .adm-toast-main-icon .adm-toast-icon {
  text-align: center;
  margin-bottom: 2.13333vw;
  font-size: 9.6vw;
  line-height: 1;
}
.adm-toast-loading {
  --size: 12.8vw;
  margin: 0 auto 2.13333vw;
}

.style_login__w\+l0J{width:100vw;padding:5.33333vw 3.2vw;box-sizing:border-box}.style_login__w\+l0J h1{color:#10284c}.style_login__w\+l0J .style_account__o1mom{display:flex;align-items:center}.style_login__w\+l0J .style_account__o1mom span{margin-right:3.2vw}.style_login__w\+l0J .adm-form{--border-inner: 0;--border-top: 0;--border-bottom: 0}.style_login__w\+l0J .adm-list-item-content-main{margin:1.86667vw 0;border-bottom:1px solid #eee}.style_login__w\+l0J .adm-list-item{--padding-left: 0}.style_login__w\+l0J .adm-form-item-label{font-weight:600;color:#10284c;margin-bottom:2.4vw !important}.style_login__w\+l0J .adm-form-footer{padding:5.33333vw 0}.style_login__w\+l0J .style_remember__FvGEP{text-align:center}.style_login__w\+l0J .style_icon__S9lpp{position:fixed;bottom:0;left:50%;-webkit-transform:translateX(-50%) scale(0.4);transform:translateX(-50%) scale(0.4)}
.style_pay-cost__xTyZ4{box-sizing:border-box;display:flex;flex-direction:column;width:100%;height:100%}.style_pay-cost__xTyZ4 .style_top__Z0nq4{width:100%;position:-webkit-sticky;position:sticky;min-height:21.86667vw;top:11.73333vw;z-index:2}.style_pay-cost__xTyZ4 .style_top__Z0nq4>div:first-child{background-color:#fff;padding:0px 2.66667vw;display:flex;flex-direction:column}.style_pay-cost__xTyZ4 .style_top__Z0nq4>div:first-child .style_title__jsX-s{display:flex;align-items:center;justify-content:space-between;flex-direction:row}.style_pay-cost__xTyZ4 .style_top__Z0nq4>div:first-child .style_title__jsX-s img{width:6.66667vw;height:6.66667vw}.style_pay-cost__xTyZ4 .style_top__Z0nq4>div:first-child span:first-child{margin-top:1.06667vw;height:10.4vw;line-height:10.4vw;font-size:5.33333vw;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#333}.style_pay-cost__xTyZ4 .style_top__Z0nq4>div:first-child .style_dropdown__8REVr{padding-top:2.13333vw;padding-bottom:3.73333vw;display:inline-flex;justify-content:flex-start;align-items:center}.style_pay-cost__xTyZ4 .style_top__Z0nq4>div:first-child .style_dropdown__8REVr img{width:5.33333vw;height:5.33333vw}.style_pay-cost__xTyZ4 .style_top__Z0nq4>div:first-child .style_dropdown__8REVr span{padding:0 1.6vw}.style_pay-cost__xTyZ4 .style_top__Z0nq4>div:first-child .style_dropdown__8REVr img:last-child{width:3.2vw;height:3.2vw;padding-right:5.33333vw}.style_pay-cost__xTyZ4 .style_content__-Mk4q{padding:2.66667vw 4vw;flex:1 1}.style_pay-cost__xTyZ4 .style_content__-Mk4q .style_paddingTop10__HXaU2{padding-top:2.66667vw}.style_pay-cost__xTyZ4 .style_bottom__ZnUxo{position:-webkit-sticky;position:sticky;bottom:0;width:100%;z-index:2;box-sizing:border-box}.style_pay-cost__xTyZ4 .style_bottom-coupon__RKkxE{background:#fff;border-radius:1.6vw 1.6vw 0px 0px;padding:3.73333vw 4vw 3.73333vw 5.33333vw;border-bottom:1px solid #f0f0f0}.style_pay-cost__xTyZ4 .style_bottom-coupon-info__qpdfS{display:flex;align-items:center;justify-content:space-between}.style_pay-cost__xTyZ4 .style_bottom-coupon-left__VsQye{display:flex;align-items:center;font-weight:500;font-size:3.73333vw;color:#292f38;line-height:5.33333vw}.style_pay-cost__xTyZ4 .style_bottom-coupon-left__VsQye img{width:4.26667vw;height:4.26667vw;margin-right:1.6vw}.style_pay-cost__xTyZ4 .style_bottom-coupon-left__VsQye .style_no-coupon__Q2ZFQ{background-color:#fbeceb;border-radius:0.53333vw;height:5.06667vw;line-height:5.06667vw;text-align:center;padding:0 1.33333vw;font-weight:400;font-size:2.93333vw;color:#df433c;margin-left:2.13333vw}.style_pay-cost__xTyZ4 .style_bottom-coupon-right__Eywx9{display:flex;align-items:center;font-weight:600;font-size:3.73333vw;color:#df433c;line-height:5.33333vw}.style_pay-cost__xTyZ4 .style_bottom-coupon-right__Eywx9 img{width:4.8vw;height:4.8vw;margin-left:1.06667vw}.style_pay-cost__xTyZ4 .style_bottom-coupon-tips__B6z-B{display:flex;align-items:center;font-weight:400;font-size:3.2vw;color:#df433c;line-height:4.53333vw;margin-top:1.6vw}.style_pay-cost__xTyZ4 .style_bottom-coupon-tips__B6z-B img{width:3.2vw;height:3.2vw;margin-right:1.6vw}.style_pay-cost-records__eDBXk .style_top__Z0nq4{width:100%;background-color:#fff;position:-webkit-sticky;position:sticky;top:11.73333vw}.style_pay-cost-records__eDBXk .style_top__Z0nq4 .adm-dropdown-item{flex:none}.style_pay-cost-records__eDBXk .style_top__Z0nq4 .adm-dropdown-item-highlight{color:#333}.style_pay-cost-records__eDBXk .style_top__Z0nq4 .style_dropdown__8REVr{padding-top:2.13333vw;padding-bottom:3.73333vw;display:inline-flex;justify-content:flex-start;align-items:center}.style_pay-cost-records__eDBXk .style_top__Z0nq4 .style_dropdown__8REVr img{width:3.2vw;height:3.2vw}.style_pay-cost-records__eDBXk .style_top__Z0nq4 .style_dropdown__8REVr span{padding:0 1.6vw}.style_pay-cost-records__eDBXk .style_list__RrVVY{padding:4vw}.style_pay-const-detail__8Y6cI{padding:4vw}.style_billing__4KL-j{box-sizing:border-box;min-height:calc(100vh - 12vw);padding:4vw;border-top:1px solid #f5f5f7;background-color:#fff;font-size:3.73333vw;padding-bottom:8vw}.style_billing-box__ULTc4{font-size:3.73333vw;line-height:8vw;height:100%;color:#333}.style_billing-table__HEiGu{width:100%;margin:1.6vw auto 3.2vw;border:.5px solid rgba(0,0,0,.1);border-collapse:collapse}.style_billing-table__HEiGu th,.style_billing-table__HEiGu td{border:.5px solid rgba(0,0,0,.1);text-align:center;padding:2.66667vw;font-size:3.73333vw}.style_billing__4KL-j label{white-space:nowrap}.style_billing__4KL-j label span{left:0}.style_billing__4KL-j .style_invoice-title__srrs8{display:flex;justify-content:flex-end;text-align:right}.style_billing__4KL-j .adm-list-item-content{border:none}.style_billing__4KL-j .adm-list-body{border:none}.style_billing__4KL-j .adm-list-header{font-size:4.26667vw;color:#333}.style_billing__4KL-j .adm-form-item-label,.style_billing__4KL-j .adm-input-element,.style_billing__4KL-j .adm-radio-content{font-size:3.73333vw}.style_billing__4KL-j .adm-list-header{font-size:4.26667vw;color:#333}.style_billing__4KL-j .adm-form-item-feedback-error{text-align:right}.style_billing__4KL-j .style_submit-btn__HatA8{box-sizing:border-box;position:fixed;bottom:5.33333vw;left:0;right:0;padding:0 5.33333vw}.style_billing__4KL-j .style_submit-btn__HatA8 .style_btn__VzH5c{width:100%;height:13.33333vw;line-height:13.33333vw;text-align:center;border-radius:13.33333vw;background-color:#4583ff;color:#fff}
.components_pay-cost-item__IoZWv{background-color:#fff;border-radius:1.06667vw}.components_pay-cost-item__IoZWv img{width:5.33333vw;height:5.33333vw;vertical-align:middle}.components_pay-cost-item__IoZWv .components_title__fzjsg{display:flex;justify-content:space-between;padding:4vw 4vw 1.6vw 4vw}.components_pay-cost-item__IoZWv .components_title__fzjsg .components_title-child__oXoUn{display:flex;align-items:center}.components_pay-cost-item__IoZWv .components_title__fzjsg .components_text__VGkEo{font-size:4.26667vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#000}.components_pay-cost-item__IoZWv .components_title__fzjsg .components_left-text__-kPj6{padding-left:1.6vw;font-size:4.26667vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#000}.components_pay-cost-item__IoZWv .components_sub-title__7acof{padding-left:10.93333vw;font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666}.components_pay-cost-item__IoZWv .components_content__Wf3OP{display:flex;justify-content:space-between;align-items:center;padding-top:2.66667vw;padding-right:4vw;padding-bottom:2.66667vw}.components_pay-cost-item__IoZWv .components_content__Wf3OP span:first-child{padding-left:4vw}.components_pay-cost-item__IoZWv .components_content__Wf3OP .components_content-child__kw9wD{display:flex;align-items:center}.components_pay-cost-item__IoZWv .components_content__Wf3OP .components_content-left__ZcayM{padding-left:1.6vw;font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000}.components_pay-cost-item__IoZWv .components_content-bottom__mNSi1{padding-bottom:1.33333vw;padding-top:1.33333vw}.components_pay-cost-item__IoZWv .components_content-last-child__JZ56a{padding-left:2.66667vw}.components_item__cOnvv{position:relative;background-color:#fff;padding:4vw 3.73333vw 0px}.components_item__cOnvv div:first-child{display:flex;justify-content:space-between}.components_item__cOnvv div:first-child span{font-size:4.26667vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#000}.components_item__cOnvv .components_item-content__KRsD0{padding-top:1.6vw}.components_item-btn__nbdom{position:absolute;right:2.66667vw;bottom:0;width:21.33333vw;height:10.66667vw}.components_item__cOnvv .components_bottom-border__Shp11{border-bottom:1px solid #eaeaea;margin-top:3.46667vw}.components_section__mxDd6{background-color:#fff;border-radius:2.13333vw}.components_section__mxDd6 .components_item__cOnvv{display:flex;justify-content:space-between;padding-left:4vw;padding-right:4vw;padding-top:4vw;padding-bottom:0px}.components_section__mxDd6 .components_item__cOnvv div:first-child img{width:3.2vw;height:3.2vw}.components_section__mxDd6 .components_item__cOnvv div:first-child span{padding-left:2.66667vw}.components_section__mxDd6 .components_item__cOnvv span{font-size:4.26667vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#000}.components_section__mxDd6 .components_sub-item-title__2rIUA{padding-left:9.86667vw;padding-top:1.6vw;padding-bottom:1.33333vw;font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666}.components_section__mxDd6 .components_sub-item__gwJMX{display:flex;justify-content:space-between;padding-left:9.86667vw;padding-right:4vw;padding-top:1.6vw;padding-bottom:4.26667vw;font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000}
.action{background-color:#fff}.action .top{height:16vw;display:flex;align-items:center}.action .top .adm-capsule-tabs-tab-wrapper{max-width:40vw !important}.action .top .adm-capsule-tabs-tab{border-radius:0px;background-color:#fff;border-radius:1.06667vw;border:0.53333vw solid #ce9f78;padding:1.33333vw 2.93333vw;font-size:3.73333vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#ce9f78}.action .top .adm-capsule-tabs-tab-active{font-size:3.73333vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#42280a;background-color:#ce9f78}.action .bottom{height:20.66667vw;display:flex;align-items:center}.action .bottom .check{padding-left:5.33333vw;display:flex;align-items:center}.action .bottom .check span{padding-left:1.6vw;font-size:4.26667vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333}.action .bottom .total-discount{display:flex;flex-direction:column;gap:0.53333vw;align-items:flex-start}.action .bottom .total{padding-left:4vw}.action .bottom .total span:first-child{font-size:4.26667vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333}.action .bottom .total span:last-child{font-size:4.8vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#df433c}.action .bottom .discount{padding-left:4vw;font-size:4.26667vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:5.33333vw}.action .bottom .paybtn{right:4vw;position:absolute}.action img{width:5.33333vw;height:5.33333vw}
.pop-content{padding:0 4vw}.pop-title{display:flex;align-items:center;justify-content:space-between;height:16vw;background:#fff}.pop-title span{font-size:4.26667vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;line-height:6.93333vw}.pop-title span:nth-child(2){font-size:4.8vw;color:#333}.pop-title span:nth-child(1){color:#999}.pop-title span:nth-child(3){color:#df433c}
.style_custom__uvb3G{--adm-color-primary: #0078e6}.style_pay-cost__7Irk2{box-sizing:border-box}.style_pay-cost-top__TiJSL{position:-webkit-sticky;position:sticky;top:11.73333vw}.style_billing-detail__n5eb0{box-sizing:border-box;display:flex;flex-direction:column;width:100%;height:100%}.style_billing-detail__n5eb0 .adm-capsule-tabs-tab{border:0.53333vw solid #0078e6 !important;color:#0078e6 !important}.style_billing-detail__n5eb0 .adm-capsule-tabs-tab-active{background-color:#f0f7fe !important}.style_billing-detail-top-info__BIvfm{margin:4vw 4vw 2.66667vw;background-color:#fff;border-radius:2.66667vw;padding-bottom:2.66667vw}.style_billing-detail-top-info__BIvfm .style_title__SunNa{padding-top:4.8vw;padding-left:3.73333vw;padding-bottom:1.6vw;padding-right:3.73333vw;font-size:4.26667vw;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#2c2e32}.style_billing-detail-top-info__BIvfm .style_flex-space-between__zVoHx{padding:1.6vw 3.73333vw;display:flex;justify-content:space-between}.style_billing-detail-top-info__BIvfm .style_flex-space-between__zVoHx span:first-child{font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#88909a}.style_billing-detail-top-info__BIvfm .style_flex-space-between__zVoHx span:last-child{font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#2c2e32}.style_billing-detail-content__SI4zU{padding:0px 4vw 2.66667vw;flex:1 1}.style_billing-detail-content__SI4zU .style_paddingTop10__4unfj{padding-top:2.66667vw}.style_billing-detail-bottom__6jCI4{position:-webkit-sticky;position:sticky;bottom:0;width:100%;z-index:2;box-sizing:border-box}.style_pay-success__W83kc{margin:4vw 4vw auto 4vw;border-top-left-radius:0.53333vw;border-top-right-radius:0.53333vw;background:radial-gradient(2.66667vw at 0 14.93333vw, transparent 13.33333vw, #fff 100%) left,radial-gradient(2.66667vw at 100% 14.93333vw, transparent 13.33333vw, #fff 100%) right;background-size:51% 100%;background-repeat:no-repeat}.style_pay-success-top__9sqnv{height:14.93333vw;display:flex;justify-content:center;font-size:4.26667vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#2c2e32;align-items:center}.style_pay-success__W83kc .style_border__tnmUl{padding-left:2.66667vw;padding-right:2.66667vw;height:1px;background-image:linear-gradient(to right, #e9ecf1 0%, #e9ecf1 50%, transparent 50%);background-size:2.13333vw 1px;background-repeat:repeat-x}.style_pay-success-content-top__Zobx4{display:flex;flex-direction:column;justify-content:center;align-items:center}.style_pay-success-content-top__Zobx4 img{padding-top:6.93333vw;width:15.46667vw;height:15.46667vw;margin:2.66667vw 2.13333vw}.style_pay-success-content-top__Zobx4 span:first-child{padding-top:2.13333vw;font-size:4vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#0078e6}.style_pay-success-content-top__Zobx4 span:last-child{padding-top:3.73333vw;font-size:8.53333vw;font-family:Roboto-Regular,Roboto;font-weight:400;color:#2c2e32}.style_pay-success-content-bottom__FwAZs{display:flex;flex-direction:column;justify-content:space-evenly;padding-top:8.8vw;padding-bottom:7.46667vw}.style_pay-success-content-bottom__FwAZs div{display:flex;justify-content:space-between;padding:1.86667vw 4.8vw}.style_pay-success-content-bottom__FwAZs div span:first-child{font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#88909a}.style_pay-success-content-bottom__FwAZs div span:last-child{font-size:3.73333vw;font-family:Roboto-Regular,Roboto;font-weight:400;color:#2c2e32}.style_pay-success__W83kc .style_hollow-circles__4Zf8E{width:100%;height:calc(100% - 0px);position:relative;background:#fff;margin-bottom:5.33333vw}.style_pay-success__W83kc .style_hollow-circles__4Zf8E::after{content:"";position:absolute;height:2.66667vw;width:100%;left:0;bottom:-2.66667vw;background-image:linear-gradient(to right, #fff 2.66667vw, transparent 2.66667vw, transparent),radial-gradient(5.33333vw circle at 5.33333vw 2.66667vw, transparent 2.66667vw, #fff 2.66667vw);background-size:8vw 2.66667vw;border-bottom-right-radius:2.13333vw;border-bottom-left-radius:2.13333vw}.style_payment-detail__LGnCd{box-sizing:border-box;display:flex;flex-direction:column;width:100%;height:100%}.style_payment-detail-top-info__t5jcK{margin:4vw 4vw 2.66667vw;background-color:#fff;border-radius:2.66667vw;padding-bottom:2.66667vw}.style_payment-detail-top-info__t5jcK .style_title__SunNa{padding-top:4.8vw;padding-left:3.73333vw;padding-bottom:1.6vw;padding-right:3.73333vw;font-size:4.26667vw;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#2c2e32}.style_payment-detail-bottom-info__\+VkZv{margin:1px 4vw 2.66667vw;background-color:#fff;border-radius:2.66667vw;padding-bottom:2.13333vw;padding-top:2.13333vw}.style_payment-detail-bottom-info__\+VkZv div{padding:1.86667vw 3.73333vw;display:flex;justify-content:space-between}.style_payment-detail-bottom-info__\+VkZv div span:first-child{font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#88909a}.style_payment-detail-bottom-info__\+VkZv div span:last-child{font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#2c2e32}.style_payment-detail__LGnCd .style_flex-space-between__zVoHx{padding:1.6vw 3.73333vw;display:flex;justify-content:space-between}.style_payment-detail__LGnCd .style_flex-space-between__zVoHx span:first-child{font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#88909a}.style_payment-detail__LGnCd .style_flex-space-between__zVoHx span:last-child{font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#2c2e32}.style_payment-detail-content__S0Jy1{padding:0px 4vw 2.66667vw}.style_payment-records-top__QE1J-{position:-webkit-sticky;position:sticky;top:11.73333vw;z-index:3}.style_payment-records-content__YAJOH{padding-top:2.66667vw;z-index:2}.style_water-meter__eFuUU{box-sizing:border-box;display:flex;flex-direction:column;width:100%}.style_water-meter__eFuUU .style_footer__Yx3Dk{position:fixed;bottom:0;left:0;right:0;z-index:2;box-sizing:border-box;padding:3.2vw 4vw}.style_water-meter__eFuUU .adm-form-item-label{font-size:4vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#2c2e32}.style_water-meter__eFuUU .adm-form-item-child-inner{display:flex;justify-content:flex-end;font-size:4vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#2c2e32}.style_water-meter__eFuUU .adm-radio .adm-radio-icon{width:4.26667vw;height:4.26667vw}.style_water-meter__eFuUU .adm-radio .adm-radio-content{font-size:4vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#2c2e32;left:0;padding-left:2.13333vw}.style_room-select__DzNW6{background-color:#fff;display:flex;flex-direction:column}.style_room-select-top__\+nZ6w{background:#fff;position:-webkit-sticky;position:sticky;top:11.73333vw;z-index:2}.style_room-select-content__cznzW{display:flex}.style_room-select-content-right__HMHfo{width:100%;padding-right:4vw}.style_room-select-content-right__HMHfo .style_list-content__TUbEC{padding-top:2.66667vw}.style_room-select-content-right__HMHfo .style_list-content__TUbEC .style_room__jUHvB{border-radius:2.13333vw;width:13.06667vw;height:6.4vw;font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#565e69;justify-content:center;display:flex;align-items:center}.style_room-select-content-right__HMHfo .style_list-content__TUbEC .style_room-normal__opFxR{justify-content:center;display:flex;align-items:center;width:100%;height:100%;background:#f8fafd}.style_room-select-content-right__HMHfo .style_list-content__TUbEC .style_room-selected__WNNru{justify-content:center;display:flex;align-items:center;width:100%;height:100%;background:rgba(0,120,230,.1);color:#0078e6}.style_room-select-content__cznzW .style_mark__3ga0O{display:flex;justify-content:flex-end;align-items:center;padding:3.46667vw 0px 3.46667vw auto;height:10.66667vw}.style_room-select-content__cznzW .style_mark-item__88H2g{display:flex;justify-content:flex-end;padding-left:2.66667vw}.style_room-select-content__cznzW .style_mark-item__88H2g div:first-child{background:rgba(0,120,230,.1);border-radius:2.13333vw;width:8.66667vw;margin-right:1.6vw}.style_room-select-content__cznzW .style_mark-item__88H2g div:last-child{font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#565e69}.style_smart-meter__NKOwm{padding:2.66667vw 4vw}.style_smart-meter-top__3xJzf{background:#fff;border-radius:2.13333vw}.style_smart-meter-top__3xJzf>div{padding:3.2vw 4vw 3.2vw 3.73333vw}.style_smart-meter-top__3xJzf>img{width:100%;height:13.33333vw}.style_smart-meter-last-charge__mtaRl{height:7.73333vw;font-size:3.2vw;color:#666;line-height:7.73333vw}.style_smart-meter-field__1Ws7o{display:flex;align-items:center;justify-content:space-between;font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;margin-top:4vw}.style_smart-meter-field__1Ws7o>span:nth-child(1){color:#666;line-height:5.33333vw}.style_smart-meter-field__1Ws7o>span:nth-child(2){width:50%;color:#333;line-height:5.33333vw;height:5.33333vw;text-align:right}.style_smart-meter__NKOwm .style_use-balance__c0I0o{display:flex;align-items:top;justify-content:space-between;margin-bottom:4vw}.style_smart-meter__NKOwm .style_use-balance__c0I0o>div:nth-child(1){height:6.13333vw;font-size:4.26667vw;font-weight:500;color:#000;line-height:6.13333vw}.style_smart-meter__NKOwm .style_use-balance__c0I0o>div:nth-child(2){text-align:right}.style_smart-meter__NKOwm .style_use-balance__c0I0o>div:nth-child(2) .style_balance__HmPse{height:8vw;font-size:8vw;font-family:DIN-Medium,DIN;font-weight:500;color:#333;line-height:8vw;margin-bottom:2.13333vw}.style_smart-meter__NKOwm .style_use-balance__c0I0o>div:nth-child(2) .style_use-tip__B\+rnw{height:4.53333vw;font-size:3.2vw;color:#df433c;line-height:4.53333vw}.style_dropdown__O3eU2{padding-top:2.13333vw;padding-bottom:3.73333vw;display:inline-flex;justify-content:flex-start;align-items:center}.style_dropdown__O3eU2 img{width:5.33333vw;height:5.33333vw}.style_dropdown__O3eU2 span{padding:0 1.6vw}.style_dropdown__O3eU2 img:last-child{width:3.2vw;height:3.2vw;padding-right:5.33333vw}.style_smart-meter-middle__ipeTw{background:#fff;border-radius:1.06667vw;padding:3.46667vw 4vw;margin-top:2.66667vw}.style_smart-meter-middle-top__rWkSb{font-size:4.26667vw;font-weight:500;color:#000;line-height:6.13333vw;margin-bottom:4vw}.style_smart-meter-middle__ipeTw .style_price-input-box__ppqqS{padding:2.93333vw;background:#f5f5f5;border-radius:2.13333vw;display:flex;align-items:center;font-size:4.26667vw;color:#333}.style_smart-meter-middle__ipeTw .style_price-input-box__ppqqS span:nth-child(1){margin-right:1.6vw}.style_price-box__kzjIy{display:flex;flex-wrap:wrap;align-items:center}.style_price-box__kzjIy>div{width:33.33%;display:flex;margin-bottom:2.13333vw}.style_price-box__kzjIy>div>div{width:26.4vw;height:8.53333vw;background:#f5f5f5;border-radius:1.06667vw;font-size:3.73333vw;color:#333;line-height:8.53333vw;text-align:center}.style_price-box__kzjIy .style_selected-value__uLFbF>div{background:#e3bfa1}.style_charge-btn__rwwH-{height:13.33333vw;background:linear-gradient(286deg, #ce9f78 0%, #d8b293 100%);box-shadow:0px 1px 0.8vw 0px rgba(208,162,125,.2),inset 0px 1px 1px 0px rgba(255,255,255,.5);border-radius:1.06667vw;font-size:4.26667vw;font-weight:500;color:#42280a;line-height:13.33333vw;letter-spacing:1px;text-align:center}.style_smart-meter-bottom__6a4-y{box-sizing:border-box;position:fixed;bottom:0;left:0;right:0;height:22.13333vw;padding:4.53333vw 4vw;background:#fff}.style_smart-meter-record-top__IjcPU{padding:2.66667vw 4vw 0 4vw;background:#fff}.style_smart-meter-record-card__4soo7{background:#fff;border-radius:2.13333vw;padding:4.26667vw 4vw 0 4vw;margin:4vw}.style_smart-meter-record-card-field__5n-ou{display:flex;align-items:center;justify-content:space-between;padding-bottom:3.2vw}.style_smart-meter-record-card-field__5n-ou>span{height:5.33333vw;font-size:3.73333vw;color:#666;line-height:5.33333vw}.style_smart-meter-record-card-field__5n-ou>span:nth-child(2){color:#333}
.components_custom__eAin\+{--adm-color-primary: #0078e6}.components_pay-cost-item__9mCch{margin:2.66667vw 4vw 0px 4vw;background-color:#fff;border-radius:2.13333vw;padding-bottom:3.73333vw}.components_pay-cost-item__9mCch .components_item-flex-start__n7U0k{display:flex;justify-content:flex-start;padding-left:4vw;padding-top:4.8vw;padding-bottom:1.6vw;align-items:center}.components_pay-cost-item__9mCch .components_item-flex-start__n7U0k span{padding-left:2.66667vw;padding-right:2.66667vw;font-size:4.26667vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#2c2e32}.components_pay-cost-item__9mCch .components_item-space-between__fUU2L{display:flex;justify-content:space-between;padding:1.6vw 4vw 1.6vw}.components_pay-cost-item__9mCch .components_item-space-between__fUU2L div:first-child{font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#88909a}.components_pay-cost-item__9mCch .components_item-space-between__fUU2L div:last-child{max-width:75%;font-size:3.73333vw;font-family:Roboto-Regular,Roboto;font-weight:400;color:#2c2e32}.components_pay-cost-item__9mCch img{width:4.8vw;height:4.26667vw}.components_billing-detail-item__1lkL3{background-color:#fff;border-radius:1.06667vw}.components_billing-detail-item__1lkL3 img{width:5.33333vw;height:5.33333vw;vertical-align:middle}.components_billing-detail-item__1lkL3 .components_title__VJ7Z3{display:flex;justify-content:space-between;padding:4vw 4vw 1.6vw 4vw}.components_billing-detail-item__1lkL3 .components_title__VJ7Z3 .components_title-child__qHtXO{display:flex;align-items:center}.components_billing-detail-item__1lkL3 .components_title__VJ7Z3 .components_text__qTyGz{font-size:4.26667vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#000}.components_billing-detail-item__1lkL3 .components_title__VJ7Z3 .components_left-text__ZSZd1{padding-left:1.6vw;font-size:4.26667vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#000}.components_billing-detail-item__1lkL3 .components_sub-title__7bkzO{padding-left:10.93333vw;font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666}.components_billing-detail-item__1lkL3 .components_content__Yh-PJ{display:flex;justify-content:space-between;align-items:center;padding-top:2.66667vw;padding-right:4vw;padding-bottom:2.66667vw}.components_billing-detail-item__1lkL3 .components_content__Yh-PJ span:first-child{padding-left:4vw}.components_billing-detail-item__1lkL3 .components_content__Yh-PJ .components_content-child__P5FOa{display:flex;align-items:center}.components_billing-detail-item__1lkL3 .components_content__Yh-PJ .components_content-left__vWz7h{padding-left:1.6vw;font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000}.components_billing-detail-item__1lkL3 .components_content-bottom__Ia3oL{padding-bottom:1.33333vw;padding-top:1.33333vw}.components_billing-detail-item__1lkL3 .components_content-last-child__k9oLz{padding-left:2.66667vw}.components_receive-fail__4aVpO{width:66.66667vw;height:74.66667vw;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.components_receive-fail-bg__AXWHK{overflow:hidden;border-radius:2.13333vw}.components_receive__9Hbu0{width:66.66667vw;height:105.06667vw;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:#fff;border-radius:2.13333vw}.components_receive-bg__\+5QBU{border-radius:2.13333vw;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;width:69.33333vw;height:89.06667vw;padding:0px;display:flex;flex-direction:column;align-items:center;overflow-y:scroll}.components_receive-bg__\+5QBU img{width:100% !important;height:calc(100% - 16vw) !important;position:absolute;left:0;top:0;z-index:-1}.components_receive-bg__\+5QBU .components_title__VJ7Z3{padding-top:28.8vw;display:flex;justify-content:center;font-size:4.26667vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#2c2e32}.components_receive-bg__\+5QBU .components_qr__snCoF{width:39.33333vw;height:39.33333vw;margin:1.6vw;display:flex;justify-content:center;align-items:center}.components_receive-bg__\+5QBU .components_botton-title__e9RiE{padding-top:2.13333vw;font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#88909a;display:flex;justify-content:center}.components_receive-bg__\+5QBU .components_room-name__\+C10U{padding-top:2.13333vw;font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;display:flex;justify-content:center}.components_receive__9Hbu0 .components_extra-content__xhvf0{background-color:#fff;border-radius:2.13333vw;text-align:center;height:13.33333vw;overflow-y:scroll}.components_receive__9Hbu0 .components_extra-content__xhvf0 .components_charge-item__bmLJj{font-size:3.73333vw;margin-top:1.33333vw}.components_qr-footer__aObdY{padding-top:8vw;height:8vw;display:flex;justify-content:center}.components_qr-footer__aObdY img{width:8vw;height:8vw}.components_filter-action__J6e6I{box-sizing:border-box}.components_filter-action-top__bR8Ny{min-height:11.73333vw;position:-webkit-sticky;position:sticky;background-color:#fff;top:11.73333vw;display:flex;justify-content:flex-start;align-items:center;padding-left:4vw;padding-right:4vw}.components_filter-action-top-only-left__i78Qr{display:flex;justify-content:flex-start;align-items:center;width:100%}.components_filter-action-top-only-left__i78Qr img:first-child{width:4vw;height:3.46667vw}.components_filter-action-top-only-left__i78Qr img:last-child{padding-left:1.06667vw;width:3.73333vw;height:3.73333vw}.components_filter-action-top-only-left__i78Qr span{padding-left:1.6vw;word-break:break-all;white-space:nowrap;overflow:hidden}.components_filter-action-top-left__euKYr{display:flex;justify-content:flex-start;align-items:center;width:45%}.components_filter-action-top-left__euKYr img:first-child{width:4vw;height:3.46667vw}.components_filter-action-top-left__euKYr img:last-child{padding-left:1.06667vw;width:3.73333vw;height:3.73333vw}.components_filter-action-top-left__euKYr span{padding-left:1.6vw;word-break:break-all;white-space:nowrap;overflow:hidden}.components_filter-action-top-right__IzYTs{width:55%;display:flex;justify-content:flex-end}.components_filter-action-top-right__IzYTs .components_item__l6MJl .adm-capsule-tabs-header{padding:0.8vw 2.66667vw;border-bottom:none;border-radius:5.86667vw;background:#f8fafd}.components_filter-action-top-right__IzYTs .components_item__l6MJl .adm-capsule-tabs-tab-wrapper{padding:0px}.components_filter-action-top-right__IzYTs .components_item__l6MJl .adm-capsule-tabs-tab{font-size:3.2vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;padding:1.33333vw 2.66667vw;color:#88909a;background-color:#f8fafd}.components_filter-action-top-right__IzYTs .components_item__l6MJl .adm-capsule-tabs-tab-active{background:#fff;color:#0078e6}.components_filter-action__J6e6I .adm-center-popup-wrap{border-radius:2.13333vw}.components_filter-action__J6e6I .adm-list-item-content-main{font-size:4vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#2c2e32}.components_record-item__Yaau\+{background-color:#fff}.components_record-item-top__z1vi1{z-index:1;position:-webkit-sticky;position:sticky;left:0;right:0;top:23.46667vw}.components_record-item-content__1XQ-C{z-index:0;height:17.86667vw;display:flex;justify-content:space-between;align-items:flex-start;padding:4.26667vw 4vw 0px}.components_record-item-content-left__cJS6K{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.components_record-item-content-left-title__MI66t{padding-left:3.2vw;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.components_record-item-content-left-title__MI66t div{padding-top:1.06667vw;padding-bottom:1.06667vw;display:flex;justify-content:center;align-items:center}.components_record-item-content-left-title__MI66t div:first-child{font-size:4vw;font-family:Roboto-Regular,Roboto;font-weight:400;color:#2c2e32}.components_record-item-content-left-title__MI66t div:last-child{font-size:3.2vw;font-family:Roboto-Regular,Roboto;font-weight:400;color:#88909a}.components_record-item-content-right__VFSS6{font-size:4.8vw;font-family:Roboto-Regular,Roboto;font-weight:400;color:#2c2e32}.components_record-item__Yaau\+ img{width:7.46667vw;height:7.46667vw}.components_record-section-item__1i4tN{height:12.8vw;width:100%;background-color:#fff}.components_record-section-item-title__IxVRF{display:flex;justify-content:flex-start;flex-direction:row;padding-left:3.73333vw;padding-top:4.8vw;padding-bottom:1.6vw;align-items:center}.components_record-section-item-title__IxVRF .components_month__euAIK{font-size:6.93333vw;font-family:Roboto-Regular,Roboto;font-weight:400;color:#2c2e32}.components_record-section-item-title__IxVRF .components_unit__AqlPI{padding-left:1.06667vw;font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#2c2e32}.components_record-section-item-title__IxVRF img{padding-left:1.6vw;width:3.73333vw;height:3.73333vw}.components_padding-left-right-15__liLvq{padding-left:4vw;padding-right:4vw;margin:0}.components_meter-reading-detail-model-content__N-YFn{padding:4vw 0px;background:#fff}.components_meter-reading-detail-model-content__N-YFn .components_meter-detail-section__wWJbq{display:flex;flex-direction:column}.components_meter-reading-detail-model-content__N-YFn .components_meter-detail-section__wWJbq span{display:flex;justify-content:space-between;padding:2vw 0px;align-items:center}.components_meter-reading-detail-model-content__N-YFn .components_meter-detail-section__wWJbq span div:first-child{font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#88909a;width:50%}.components_meter-reading-detail-model-content__N-YFn .components_meter-detail-section__wWJbq span div:last-child{font-size:3.73333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#2c2e32;white-space:nowrap;text-align:right}.components_pop-content__gSZqr{padding:0 4vw}.components_pop-title__lVQi2{display:flex;align-items:center;justify-content:center;height:16vw;background:#fff}.components_pop-title__lVQi2 span{font-size:4.26667vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;line-height:6.93333vw;font-size:4.8vw;color:#333}.work-picker .adm-picker-header-button{color:#0078e6}
.pop-content{padding:0 4vw}.pop-title-y{display:flex;align-items:center;justify-content:space-between;height:16vw;background:#fff;text-align:center}.pop-title-y span{font-size:4.8vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;line-height:6.93333vw;color:#333}.pop-content{--adm-color-primary: #0078e6}

/*# sourceMappingURL=main.f3a956d6.css.map*/