:root {
  --adm-radius-s: 1.06666vw;
  --adm-radius-m: 2.13333vw;
  --adm-radius-l: 3.2vw;
  --adm-font-size-1: 2.4vw;
  --adm-font-size-2: 2.66666vw;
  --adm-font-size-3: 2.93333vw;
  --adm-font-size-4: 3.2vw;
  --adm-font-size-5: 3.46666vw;
  --adm-font-size-6: 3.73333vw;
  --adm-font-size-7: 4vw;
  --adm-font-size-8: 4.26666vw;
  --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: var(--adm-color-text);
  font-size: var(--adm-font-size-main);
  font-family: var(--adm-font-family);
}
a,
button {
  cursor: pointer;
}
a {
  color: var(--adm-color-primary);
  transition: opacity ease-in-out 0.2s;
}
a:active {
  opacity: 0.8;
}
.adm-plain-anchor {
  color: unset;
  transition: none;
}
.adm-plain-anchor:active {
  opacity: unset;
}
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;
          -moz-user-select: none;
       user-select: none;
  pointer-events: none;
}

/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 0.26666vw; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  a {
    color: var(--primary);
  }
  svg {
    display: inline-block;
  }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
.\!container {
  width: 100% !important;
}
@media (min-width: 640px) {

  .container {
    max-width: 170.66666vw;
  }

  .\!container {
    max-width: 170.66666vw !important;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 204.8vw;
  }

  .\!container {
    max-width: 204.8vw !important;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 273.06666vw;
  }

  .\!container {
    max-width: 273.06666vw !important;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 341.33333vw;
  }

  .\!container {
    max-width: 341.33333vw !important;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 409.6vw;
  }

  .\!container {
    max-width: 409.6vw !important;
  }
}
.feature-dialog.adm-center-popup-body {
    border-radius: 6.4vw;
    background: url(https://webcdn.wujieai.com/shenyin-10.0.15/_next/static/media/dialog-bg@2x.8582f028.png) center center;
    background-size: cover;
    background-color: #afa397;
  }
.feature-dialog.adm-center-popup-body .adm-dialog-title {
      font-size: 5.33333vw;
      line-height: 8.53333vw;
      color: var(--primary);
      margin-bottom: 3.2vw;
    }
.feature-dialog.adm-center-popup-body .adm-dialog-content {
      padding: 0 4.26666vw 4.26666vw 4.26666vw;
      font-size: 4.26666vw;
      line-height: 6.4vw;
      color: #5c4017;
    }
.feature-dialog.adm-center-popup-body .adm-dialog-footer .adm-dialog-action-row {
      border-top: 0;
      padding: 0 4.26666vw 4.26666vw 4.26666vw;
      display: block;
    }
.feature-dialog.adm-center-popup-body .adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button {
        height: 12.8vw;
        font-size: 5.33333vw;
        border-right: none;
        color: #fdecb6;
        padding: 1.6vw 2.66666vw 2.66666vw;
      }
.feature-dialog.adm-center-popup-body .adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button > span {
          font-family: XinYiJiXiangSong, sans-serif;
        }
.feature-dialog.adm-center-popup-body .adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button + .adm-dialog-button {
          margin-top: 2.13333vw;
        }
.feature-dialog.adm-center-popup-body .adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button.dialog-btn--primary {
          background: url(https://webcdn.wujieai.com/shenyin-10.0.15/_next/static/media/btn-primary-bg@2x.84d4db14.png) center center;
          background-size: cover;
        }
.feature-dialog.adm-center-popup-body .adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button.dialog-btn--default {
          background: url(https://webcdn.wujieai.com/shenyin-10.0.15/_next/static/media/btn-default-bg@2x.dd55080a.png) center center;
          background-size: cover;
        }
.feature-form ::-moz-placeholder {
      color: rgba(255, 255, 255, 0.24);
    }
.feature-form ::placeholder {
      color: rgba(255, 255, 255, 0.24);
    }
.feature-form .adm-list-body {
      border-top: none !important;
      border-bottom: none !important;
      background: none !important;
    }
.feature-form .adm-list-body-inner {
      margin-top: 0;
    }
.feature-form .adm-list-item {
      border: 0.53333vw solid transparent;
    }
.feature-form .adm-list-item.adm-form-item-has-error {
        border-color: var(--error) !important;
      }
.feature-form .adm-list-item.adm-form-item-has-error .adm-list-item-description {
          display: none;
        }
.feature-form .adm-list-item + .adm-list-item {
      border-top: 0.53333vw solid transparent;
    }
.feature-form .adm-form-item-required-asterisk {
      display: none;
    }
.feature-form .adm-input-element {
      font-size: 3.2vw;
      line-height: 5.33333vw;
      color: #fff;
    }
.feature-form .adm-list-item-content {
      border: none;
    }
.feature-form .adm-list-item {
      background: #5c4017;
      border-radius: 12.8vw;
      margin-bottom: 4.26666vw;
    }
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.\!visible {
  visibility: visible !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-\[56px\] {
  top: 14.93333vw;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-2\.5 {
  right: 0.625rem;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.right-2 {
  right: 0.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.top-0 {
  top: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.top-\[0\.5px\] {
  top: 0.13333vw;
}
.left-4 {
  left: 1rem;
}
.right-4 {
  right: 1rem;
}
.bottom-0 {
  bottom: 0px;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1 {
  top: 0.25rem;
}
.right-1 {
  right: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.bottom-\[2px\] {
  bottom: 0.53333vw;
}
.top-2 {
  top: 0.5rem;
}
.left-2 {
  left: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.right-3 {
  right: 0.75rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[1000\] {
  z-index: 1000;
}
.float-right {
  float: right;
}
.m-auto {
  margin: auto;
}
.-m-2 {
  margin: -0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.-mr-\[1px\] {
  margin-right: -0.26666vw;
}
.mt-8 {
  margin-top: 2rem;
}
.-mt-\[10px\] {
  margin-top: -2.66666vw;
}
.mb-4 {
  margin-bottom: 1rem;
}
.-mt-\[2px\] {
  margin-top: -0.53333vw;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-auto {
  height: auto;
}
.h-\[408px\] {
  height: 108.8vw;
}
.h-full {
  height: 100%;
}
.h-\[32px\] {
  height: 8.53333vw;
}
.h-\[64px\] {
  height: 17.06666vw;
}
.h-8 {
  height: 2rem;
}
.h-\[20px\] {
  height: 5.33333vw;
}
.h-5 {
  height: 1.25rem;
}
.h-12 {
  height: 3rem;
}
.h-\[1px\] {
  height: 0.26666vw;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-\[56px\] {
  height: 14.93333vw;
}
.h-\[108px\] {
  height: 28.8vw;
}
.h-\[55px\] {
  height: 14.66666vw;
}
.h-\[48px\] {
  height: 12.8vw;
}
.h-\[28px\] {
  height: 7.46666vw;
}
.h-2 {
  height: 0.5rem;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.\!h-0 {
  height: 0px !important;
}
.h-screen {
  height: 100vh;
}
.h-\[80px\] {
  height: 21.33333vw;
}
.h-\[78px\] {
  height: 20.8vw;
}
.h-\[46px\] {
  height: 12.26666vw;
}
.h-\[355px\] {
  height: 94.66666vw;
}
.h-\[54px\] {
  height: 14.4vw;
}
.\!h-full {
  height: 100% !important;
}
.h-\[12px\] {
  height: 3.2vw;
}
.h-\[524px\] {
  height: 139.73333vw;
}
.\!h-\[32px\] {
  height: 8.53333vw !important;
}
.h-\[218px\] {
  height: 58.13333vw;
}
.h-\[192px\] {
  height: 51.2vw;
}
.h-\[100\%\] {
  height: 100%;
}
.min-h-\[48px\] {
  min-height: 12.8vw;
}
.min-h-\[400px\] {
  min-height: 106.66666vw;
}
.w-auto {
  width: auto;
}
.w-\[84px\] {
  width: 22.4vw;
}
.w-\[280px\] {
  width: 74.66666vw;
}
.w-\[300px\] {
  width: 80vw;
}
.w-\[16px\] {
  width: 4.26666vw;
}
.w-full {
  width: 100%;
}
.w-\[94px\] {
  width: 25.06666vw;
}
.w-\[344px\] {
  width: 91.73333vw;
}
.w-\[20px\] {
  width: 5.33333vw;
}
.w-5 {
  width: 1.25rem;
}
.w-12 {
  width: 3rem;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[108px\] {
  width: 28.8vw;
}
.w-\[326px\] {
  width: 86.93333vw;
}
.w-\[284px\] {
  width: 75.73333vw;
}
.w-\[101px\] {
  width: 26.93333vw;
}
.w-\[100px\] {
  width: 26.66666vw;
}
.w-2 {
  width: 0.5rem;
}
.w-8 {
  width: 2rem;
}
.\!w-8 {
  width: 2rem !important;
}
.w-\[56px\] {
  width: 14.93333vw;
}
.w-screen {
  width: 100vw;
}
.w-\[175px\] {
  width: 46.66666vw;
}
.w-\[80px\] {
  width: 21.33333vw;
}
.w-\[78px\] {
  width: 20.8vw;
}
.w-\[58px\] {
  width: 15.46666vw;
}
.w-\[144px\] {
  width: 38.4vw;
}
.w-\[244px\] {
  width: 65.06666vw;
}
.w-\[72px\] {
  width: 19.2vw;
}
.w-\[54px\] {
  width: 14.4vw;
}
.\!w-full {
  width: 100% !important;
}
.w-\[12px\] {
  width: 3.2vw;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[60px\] {
  width: 16vw;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-\[32px\] {
  max-width: 8.53333vw;
}
.max-w-\[68px\] {
  max-width: 18.13333vw;
}
.flex-1 {
  flex: 1 1 0%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-4 {
  gap: 1rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 2666.4vw;
}
.rounded-\[32px\] {
  border-radius: 8.53333vw;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-\[8px\] {
  border-radius: 2.13333vw;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-l-full {
  border-top-left-radius: 2666.4vw;
  border-bottom-left-radius: 2666.4vw;
}
.rounded-b-\[8px\] {
  border-bottom-right-radius: 2.13333vw;
  border-bottom-left-radius: 2.13333vw;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.\!border-0 {
  border-width: 0px !important;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#fdecb6\] {
  --tw-border-opacity: 1;
  border-color: rgb(253 236 182 / var(--tw-border-opacity));
}
.\!border-\[\#A88964\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 137 100 / var(--tw-border-opacity)) !important;
}
.border-\[\#A88964\] {
  --tw-border-opacity: 1;
  border-color: rgb(168 137 100 / var(--tw-border-opacity));
}
.border-\[\#F9EDDE\] {
  --tw-border-opacity: 1;
  border-color: rgb(249 237 222 / var(--tw-border-opacity));
}
.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--neutral-800-raw) / var(--tw-border-opacity));
}
.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--neutral-400-raw) / var(--tw-border-opacity));
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--neutral-300-raw) / var(--tw-border-opacity));
}
.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--neutral-600-raw) / var(--tw-border-opacity));
}
.bg-\[rgba\(255\2c 255\2c 255\2c \.64\)\] {
  background-color: rgba(255,255,255,.64);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[rgba\(92\2c 64\2c 23\2c \.32\)\] {
  background-color: rgba(92,64,23,.32);
}
.bg-\[\#F9EDDE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 237 222 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#A88964\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 137 100 / var(--tw-bg-opacity));
}
.bg-\[\#f9edde\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 237 222 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--primary-raw) / var(--tw-bg-opacity));
}
.bg-neutral-50\/50 {
  background-color: rgb(var(--neutral-50-raw) / 0.5);
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--neutral-200-raw) / var(--tw-bg-opacity));
}
.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--neutral-800-raw) / var(--tw-bg-opacity));
}
.\!bg-neutral-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--neutral-300-raw) / var(--tw-bg-opacity)) !important;
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--neutral-100-raw) / var(--tw-bg-opacity));
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--neutral-300-raw) / var(--tw-bg-opacity));
}
.bg-neutral-900\/80 {
  background-color: rgb(var(--neutral-900-raw) / 0.8);
}
.bg-transparent {
  background-color: transparent;
}
.\!bg-\[\#FAEDBC\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 237 188 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#F7EDE0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 237 224 / var(--tw-bg-opacity));
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--neutral-900-raw) / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c \.32\)\] {
  background-color: rgba(0,0,0,.32);
}
.bg-\[\#5c4017\]\/\[0\.56\] {
  background-color: rgb(92 64 23 / 0.56);
}
.bg-opacity-\[0\.64\] {
  --tw-bg-opacity: 0.64;
}
.bg-opacity-\[0\.32\] {
  --tw-bg-opacity: 0.32;
}
.bg-cover {
  background-size: cover;
}
.bg-\[100\%\2c 100\%\] {
  background-size: 100%,100%;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-\[2px\] {
  padding: 0.53333vw;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[1px\] {
  padding: 0.26666vw;
}
.p-2 {
  padding: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[2px\] {
  padding-top: 0.53333vw;
  padding-bottom: 0.53333vw;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-\[3px\] {
  padding-top: 0.8vw;
}
.pb-\[5px\] {
  padding-bottom: 1.33333vw;
}
.pt-4 {
  padding-top: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-\[100px\] {
  padding-top: 26.66666vw;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-\[1px\] {
  padding-top: 0.26666vw;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-\[126px\] {
  padding-bottom: 33.6vw;
}
.pb-4 {
  padding-bottom: 1rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[12px\] {
  font-size: 3.2vw;
}
.text-\[16px\] {
  font-size: 4.26666vw;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.text-\[14px\] {
  font-size: 3.73333vw;
}
.text-\[20px\] {
  font-size: 5.33333vw;
}
.text-\[32px\] {
  font-size: 8.53333vw;
}
.text-\[24px\] {
  font-size: 6.4vw;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1.25rem !important;
}
.text-\[10px\] {
  font-size: 2.66666vw;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.\!font-normal {
  font-weight: 400 !important;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-6 {
  line-height: 1.5rem;
}
.\!leading-none {
  line-height: 1 !important;
}
.text-\[\#5C4017\] {
  --tw-text-opacity: 1;
  color: rgb(92 64 23 / var(--tw-text-opacity));
}
.text-\[\#FDECB6\] {
  --tw-text-opacity: 1;
  color: rgb(253 236 182 / var(--tw-text-opacity));
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(var(--neutral-900-raw) / var(--tw-text-opacity));
}
.text-error {
  --tw-text-opacity: 1;
  color: rgb(var(--error-raw) / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#5c4017\] {
  --tw-text-opacity: 1;
  color: rgb(92 64 23 / var(--tw-text-opacity));
}
.text-\[\#fdecb6\] {
  --tw-text-opacity: 1;
  color: rgb(253 236 182 / var(--tw-text-opacity));
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(var(--neutral-800-raw) / var(--tw-text-opacity));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--neutral-500-raw) / var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-\[\#a88984\] {
  --tw-text-opacity: 1;
  color: rgb(168 137 132 / var(--tw-text-opacity));
}
.text-\[\#8F6006\] {
  --tw-text-opacity: 1;
  color: rgb(143 96 6 / var(--tw-text-opacity));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(var(--neutral-400-raw) / var(--tw-text-opacity));
}
.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(var(--neutral-100-raw) / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--primary-raw) / var(--tw-text-opacity));
}
.text-\[\#EC5151\] {
  --tw-text-opacity: 1;
  color: rgb(236 81 81 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-\[0\.32\] {
  opacity: 0.32;
}
.blur {
  --tw-blur: blur(2.13333vw);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(3.2vw);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.transition-all {
    transition: all 0.3s ease;
  }
.last\:mr-0:last-child {
  margin-right: 0px;
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--primary-raw) / var(--tw-text-opacity));
}

:root {
  /* normal */
  --primary-raw: 143 96 6;
  --primary: #8f6006;
  --error-raw: 239 70 111;
  --error: #ef466f;
  --success-raw: 69 179 107;
  --success: #45b36b;
  --secondary-raw: 53 57 69;
  --secondary: rgb(53, 57, 69);
  --secondary-300-raw: 255 214 0;
  --secondary-300: #ffd600;

  /* palette */
  --neutral-50-raw: 0 0 0;
  --neutral-50: #000000;
  --neutral-100-raw: 20 20 22;
  --neutral-100: #141416;
  --neutral-200-raw: 35 38 47;
  --neutral-200: #23262f;
  --neutral-300-raw: 53 57 69;
  --neutral-300: #353945;
  --neutral-400-raw: 119 126 144;
  --neutral-400: #777e90;
  --neutral-500-raw: 177 181 196;
  --neutral-500: #b1b5c4;
  --neutral-600-raw: 230 232 236;
  --neutral-600: #e6e8ec;
  --neutral-700-raw: 244 245 246;
  --neutral-700: #f4f5f6;
  --neutral-800-raw: 252 252 253;
  --neutral-800: #fcfcfd;
  --neutral-900-raw: 255 255 255;
  --neutral-900: #ffffff;

  /* component */
  --color-divider-primary: var(--neutral-600);
  --color-divider-secondary: var(--neutral-400);
  --adm-color-primary: var(--primary);
  --adm-color-success: var(--success);
  /* --adm-color-warning: var(--error); */
  --adm-color-danger: var(--error);
  --adm-border-color: var(--neutral-600);
  --adm-color-weak: var(--neutral-500); /* 用于placeholder */
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: var(--primary);

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 0.53333vw;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 26.66666vw;
  height: 100%;
  box-shadow: 0 0 2.66666vw var(--primary), 0 0 1.33333vw var(--primary);
  opacity: 1;
  transform: rotate(3deg) translate(0px, -1.06666vw);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 4vw;
  right: 4vw;
}

#nprogress .spinner-icon {
  width: 4.8vw;
  height: 4.8vw;
  box-sizing: border-box;

  border: solid 0.53333vw transparent;
  border-top-color: var(--primary);
  border-left-color: var(--primary);
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

html,
body {
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  position: relative;
  margin: 0;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Roboto,
    'Helvetica Neue', Helvetica, SimSun, sans-serif;
  /* background-color: var(--neutral-100);
  color: var(--neutral-400); */
  /* 阻止滚动到底部或者顶部的回弹 */
  overscroll-behavior-y: none;
  background: #f9edde url(https://webcdn.wujieai.com/shenyin-10.0.15/_next/static/media/bg.e459403d.png) no-repeat center center /
    100% 100%;
}

@font-face {
  font-family: XinYiJiXiangSong;
  src: url(https://webcdn.wujieai.com/shenyin-10.0.15/_next/static/media/Font.dfa88378.ttf);
}

.font-song {
  font-family: XinYiJiXiangSong, sans-serif;
}

html {
  font-size: 4.26666vw;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/** 两行省略 **/
.text-overflow-line-2 {
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
/** 三行省略 **/
.text-overflow-line-3 {
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
/** 盒子支持滚动 **/
.box-scroll {
  display: inline-flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.box-scroll::-webkit-scrollbar {
  display: none;
}

/** 谷歌内核下：隐藏滚动条 **/
.no-scroll-bar::-webkit-scrollbar {
  display: none;
}

.adm-slider {
  height: 4.8vw;
  padding: 1.06666vw 2.66666vw !important;
}

.adm-slider .adm-slider-track-container {
    padding: 0;
  }

.adm-slider .adm-slider-track {
    background: var(--neutral-300) !important;
    height: 2.13333vw;
    border-radius: 26.66666vw;
  }

.adm-slider .adm-slider-fill {
    background: var(--primary) !important;
    height: 2.13333vw;
    border-radius: 26.66666vw;
  }

.adm-slider .adm-slider-thumb-container {
    height: 4.26666vw;
    width: 4.26666vw;
  }

.adm-slider .adm-slider-thumb {
    border: 0.8vw solid var(--neutral-800) !important;
    background: var(--primary) !important;
    width: 4.26666vw;
    height: 4.26666vw;
    margin: 0;
  }

.adm-slider .adm-slider-thumb svg {
      display: none;
    }

.adm-checkbox.adm-checkbox {
  --font-size: 3.2vw;
}

.adm-checkbox.adm-checkbox .adm-checkbox-icon {
    border: 0.53333vw solid #a88964;
    width: 4.26666vw;
    height: 4.26666vw;
  }

.adm-checkbox.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon {
    border-color: var(--primary);
  }

.adm-tabs .adm-tabs-header {
    border-bottom: 0.26666vw solid var(--neutral-300) !important;
  }

.adm-tabs .adm-tabs-tab-wrapper {
    padding: 0 4.26666vw;
  }

.adm-tabs .adm-tabs-tab {
    padding-top: 4.26666vw;
    padding-bottom: 2.13333vw;
    font-size: 3.73333vw;
    line-height: 6.4vw;
    color: var(--neutral-400);
    font-weight: 600;
  }

.adm-tabs .adm-tabs-tab.adm-tabs-tab-active {
      color: var(--neutral-900);
    }

.adm-radio .adm-radio-icon {
    width: 4.26666vw !important;
    height: 4.26666vw !important;
    border: 0.53333vw solid var(--neutral-300) !important;
  }

.adm-center-popup,
.adm-center-popup-wrap {
  --max-width: 83.2vw !important;
  width: 83.2vw !important;
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none;
  }

.scrollbar-hidden::-webkit-scrollbar-thumb {
    display: none;
  }

.scrollbar-hidden::-webkit-scrollbar-track {
    display: 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.06666vw);
  --border-width: var(--adm-button-border-width, 0.26666vw);
  --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.86666vw 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;
          -moz-user-select: none;
       user-select: none;
}
.adm-button:focus {
  outline: none;
}
.adm-button::before {
  position: absolute;
  top: 0;
  left: 0;
  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.66666vw;
}
.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-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.66666vw);
  --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);
  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.06666vw;
  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.86666vw;
  --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: 0.26666vw 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-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.66666vw;
  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;
          -moz-user-select: none;
       user-select: none;
}
.adm-dialog-footer .adm-dialog-action-row {
  display: flex;
  align-items: stretch;
  border-top: 0.13333vw solid var(--adm-color-border);
}
.adm-dialog-footer .adm-dialog-action-row > * {
  flex: 1;
}
.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button {
  padding: 2.66666vw;
  font-size: var(--adm-font-size-10);
  line-height: 6.66666vw;
  border-radius: 0;
  border-right: solid 0.13333vw 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%;
  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-form {
  --border-inner: solid 0.26666vw var(--adm-border-color);
  --border-top: solid 0.26666vw var(--adm-border-color);
  --border-bottom: solid 0.26666vw var(--adm-border-color);
  --prefix-width: 6.8em;
  ---border-inner: var(--border-inner);
  ---border-top: var(--border-top);
  ---border-bottom: var(--border-bottom);
  ---prefix-width: var(--prefix-width);
}
.adm-form .adm-list.adm-list {
  --padding-left: 4.26666vw;
  --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 .adm-form-item-horizontal.adm-list-item {
  --prefix-width: var(---prefix-width);
}
.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;
          -moz-user-select: none;
       user-select: none;
}
.adm-form-item-label .adm-form-item-required-text {
  margin-left: 1.06666vw;
  color: var(--adm-color-weak);
}
.adm-form-item-label-help {
  margin-left: 1.06666vw;
  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.06666vw;
}
.adm-form-item-feedback-warning {
  color: var(--adm-color-warning);
  margin-top: 1.06666vw;
}
.adm-form-item.adm-form-item-hidden {
  display: none;
}
.adm-form-item.adm-form-item-horizontal.adm-list-item {
  --align-items: stretch;
}
.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.06666vw;
}

.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 0.26666vw var(--adm-color-border);
  --border-top: solid 0.26666vw var(--adm-color-border);
  --border-bottom: solid 0.26666vw 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: -0.26666vw;
}
.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.06666vw;
  color: var(--adm-color-light);
  font-size: 5.06666vw;
}
.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: -0.26666vw;
  left: 0;
  border-bottom: var(--border-inner);
}

.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;
          -moz-user-select: text;
       user-select: text;
  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: -moz-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%;
  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: -0.26666vw;
}
.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 0.26666vw 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: -0.26666vw;
  left: 0;
  border-bottom: solid 0.26666vw var(--border-color);
}
.adm-popover.adm-popover-dark.adm-popover-menu {
  --border-color: #333333;
  --background: rgba(0, 0, 0, 0.9);
}

.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;
          -moz-appearance: none;
       appearance: none;
  min-height: 1.5em;
  text-align: var(--text-align);
}
.adm-input-element::-moz-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:-moz-read-only {
  cursor: default;
}
.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.06666vw;
  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-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.06666vw;
  font-size: 4.8vw;
  line-height: 1;
  color: var(--adm-color-weak);
}

.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%;
  animation: adm-spin-loading-rotate 0.8s infinite linear;
}
.adm-spin-loading-svg > .adm-spin-loading-fill {
  stroke: var(--color);
}
@keyframes adm-spin-loading-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.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: 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: unset;
  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%;
  transform: translateX(-50%);
}
.adm-swiper-horizontal .adm-swiper-track {
  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%;
  transform: translateY(-50%);
}
.adm-swiper-vertical .adm-swiper-track {
  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.46666vw;
  --dot-border-radius: 0.26666vw;
  --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 {
  --dot-color: rgba(255, 255, 255, 0.5);
  --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-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%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 54.4vw;
  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;
  min-width: 0px;
}
.adm-toast-mask .adm-toast-main-icon {
  padding: 9.33333vw 3.2vw;
  min-width: 40vw;
}
.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;
}


/*# sourceMappingURL=637b4cb08552ccc2.css.map*/