:root {
  --adm-radius-s: 0.08rem;
  --adm-radius-m: 0.16rem;
  --adm-radius-l: 0.24rem;
  --adm-font-size-1: 0.18rem;
  --adm-font-size-2: 0.2rem;
  --adm-font-size-3: 0.22rem;
  --adm-font-size-4: 0.24rem;
  --adm-font-size-5: 0.26rem;
  --adm-font-size-6: 0.28rem;
  --adm-font-size-7: 0.3rem;
  --adm-font-size-8: 0.32rem;
  --adm-font-size-9: 0.34rem;
  --adm-font-size-10: 0.36rem;
  --adm-color-primary: #1677ff;
  --adm-color-success: #00b578;
  --adm-color-warning: #ff8f1f;
  --adm-color-danger: #ff3141;
  --adm-color-yellow: #ff9f18;
  --adm-color-orange: #ff6430;
  --adm-color-wathet: #e7f1ff;
  --adm-color-text: #333333;
  --adm-color-text-secondary: #666666;
  --adm-color-weak: #999999;
  --adm-color-light: #cccccc;
  --adm-color-border: #eeeeee;
  --adm-color-background: #ffffff;
  --adm-color-highlight: var(--adm-color-danger);
  --adm-color-white: #ffffff;
  --adm-color-box: #f5f5f5;
  --adm-color-text-light-solid: var(--adm-color-white);
  --adm-color-text-dark-solid: #000000;
  --adm-color-fill-content: var(--adm-color-box);
  --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-yellow: #ffa930;
  --adm-color-orange: #e65a2b;
  --adm-color-wathet: #0d2543;
  --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-color-background-body: var(--adm-color-background);
  --adm-border-color: var(--adm-color-border);
}

:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  background-color: var(--adm-color-background-body);
}

body {
  color: #333333;
  color: var(--adm-color-text);
  font-size: 0.26rem;
  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: 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.04rem);
  width: 0;
  position: fixed;
  left: -100vw;
  top: -100vh;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  pointer-events: none;
}
.adm-action-sheet-popup > .adm-popup-body {
  border-top-left-radius: 0.16rem;
  border-top-right-radius: 0.16rem;
  overflow: hidden;
}

.adm-action-sheet-extra {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--adm-color-weak);
  font-size: var(--adm-font-size-7);
  padding: 0.36rem 0.24rem;
  border-bottom: 0.02rem solid var(--adm-color-border);
}

.adm-action-sheet-button-list {
  border-bottom: 0.02rem solid var(--adm-color-border);
}

.adm-action-sheet-button-item-wrapper {
  border-bottom: 0.02rem solid var(--adm-color-border);
}

.adm-action-sheet-button-item-wrapper:last-child {
  border-bottom: none;
}

.adm-action-sheet-button-item {
  text-align: center;
  display: block;
  background-color: var(--adm-color-background);
  padding: 0.32rem;
}

.adm-action-sheet-button-item:active {
  background-color: var(--adm-color-border);
}

.adm-action-sheet-button-item-disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}

.adm-action-sheet-button-item-name {
  color: var(--adm-color-text);
  font-size: var(--adm-font-size-10);
}

.adm-action-sheet-button-item-description {
  font-size: var(--adm-font-size-6);
  color: var(--adm-color-weak);
  padding-top: 0.08rem;
}

.adm-action-sheet-button-item-danger .adm-action-sheet-button-item-name {
  color: var(--adm-color-danger);
}

.adm-action-sheet-button-item-bold .adm-action-sheet-button-item-name {
  font-weight: bold;
}

.adm-action-sheet-cancel {
  background-color: var(--adm-color-fill-content);
  padding-top: 0.16rem;
}
.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: 0.16rem;
  top: 0.16rem;
}

.adm-popup-body-position-top {
  width: 100%;
  top: 0;
  left: 0;
}

.adm-popup-body-position-top .adm-popup-close-icon {
  right: 0.16rem;
  bottom: 0.16rem;
}

.adm-popup-body-position-left {
  height: 100%;
  top: 0;
  left: 0;
}

.adm-popup-body-position-left .adm-popup-close-icon {
  right: 0.16rem;
  top: 0.16rem;
}

.adm-popup-body-position-right {
  height: 100%;
  top: 0;
  right: 0;
}

.adm-popup-body-position-right .adm-popup-close-icon {
  left: 0.16rem;
  top: 0.16rem;
}

.adm-popup-close-icon {
  cursor: pointer;
  padding: 0.08rem;
  font-size: 0.36rem;
  line-height: 1;
  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-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-button {
  --color: var(--adm-color-text-light-solid);
  --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, 0.08rem);
  --border-width: var(--adm-button-border-width, 0.02rem);
  --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: 0.14rem 0.24rem;
  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;
   -ms-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));
      -ms-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: var(--adm-color-text-dark-solid);
  border: var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);
  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: 0;
}

.adm-button:not(.adm-button-default) {
  --text-color: var(--adm-color-text-light-solid);
  --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: 0;
}

.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.06rem;
  padding-bottom: 0.06rem;
  font-size: var(--adm-font-size-main);
}

.adm-button.adm-button-mini.adm-button-shape-rounded {
  padding-left: 0.18rem;
  padding-right: 0.18rem;
}

.adm-button.adm-button-small {
  padding-top: 0.06rem;
  padding-bottom: 0.06rem;
  font-size: var(--adm-font-size-7);
}

.adm-button.adm-button-large {
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  font-size: var(--adm-font-size-10);
}

.adm-button.adm-button-shape-rounded {
  --border-radius: 20rem;
}

.adm-button.adm-button-shape-rectangular {
  --border-radius: 0;
}

.adm-button-loading {
  vertical-align: bottom;
}

.adm-button-loading-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.4em;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adm-button-loading-wrapper > .adm-loading {
  opacity: 0.6;
}
.adm-dot-loading {
  display: inline-block;
}
.adm-card {
  background: var(--adm-color-background);
  border-radius: 0.16rem;
  border-radius: var(--adm-card-border-radius, 0.16rem);
  padding: 0 0.24rem;
  padding: 0 var(--adm-card-padding-inline, 0.24rem);
}

.adm-card-header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.16rem;
  gap: 0.16rem;
  grid-gap: var(--adm-card-header-gap, 0.16rem);
  gap: var(--adm-card-header-gap, 0.16rem);
  box-sizing: border-box;
  padding: 0.24rem 0;
  padding: var(--adm-card-header-padding-block, 0.24rem) 0;
}

.adm-card-header:not(:last-child) {
  border-bottom: solid 1px var(--adm-color-border);
  border-bottom: solid var(--adm-card-header-border-width, 1px) var(--adm-card-header-border-color, var(--adm-color-border));
}

.adm-card-header-title {
  font-size: var(--adm-font-size-7);
  line-height: 1.4;
  font-weight: bold;
}

.adm-card-body {
  padding: 0.24rem 0;
  padding: var(--adm-card-body-padding-block, 0.24rem) 0;
}
.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: 1.68rem;
  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: 0.32rem 0.24rem;
}

.adm-cascader-view-skeleton .adm-skeleton {
  margin-bottom: 0.32rem;
  --height: 0.36rem;
  --width: 80%;
  --border-radius: 0.04rem;
}

.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: 0.24rem;
  --active-line-height: 0.04rem;
  --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 0.02rem var(--adm-color-border);
}

.adm-tabs-tab-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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 0.24rem;
}

.adm-tabs-tab-wrapper-stretch {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}

.adm-tabs-tab {
  white-space: nowrap;
  padding: 0.16rem 0 0.2rem;
  width: -webkit-min-content;
  width: -moz-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: 0.6rem;
  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: 0.64rem;
  --border-radius: 0.04rem;
  margin-bottom: 0.32rem;
  margin-top: 0.32rem;
}

.adm-skeleton.adm-skeleton-paragraph-line {
  --height: 0.36rem;
  --border-radius: 0.04rem;
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
}

.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: unset;
}
.adm-list {
  --header-font-size: var(--adm-font-size-7);
  --prefix-width: 'auto';
  --prefix-padding-right: 0.24rem;
  --align-items: center;
  --active-background-color: var(--adm-color-border);
  --border-inner: solid 0.02rem var(--adm-color-border);
  --border-top: solid 0.02rem var(--adm-color-border);
  --border-bottom: solid 0.02rem var(--adm-color-border);
  --padding-left: 0.24rem;
  --padding-right: 0.24rem;
  --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: 0.16rem var(--padding-right) 0.16rem 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.02rem;
}

.adm-list-default .adm-list-body {
  border-top: var(--border-top);
  border-bottom: var(--border-bottom);
}

.adm-list-card {
  margin: 0.24rem;
}

.adm-list-card .adm-list-body {
  border-radius: 0.16rem;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: var(--align-items);
      -ms-flex-align: var(--align-items);
          align-items: var(--align-items);
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: var(--border-inner);
  padding-right: var(--padding-right);
}

.adm-list-item-content-prefix {
  width: var(--prefix-width);
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-right: var(--prefix-padding-right);
}

.adm-list-item-content-main {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  padding: 0.24rem 0;
}

.adm-list-item-content-extra {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-left: 0.24rem;
  font-size: var(--adm-font-size-7);
  color: var(--adm-color-weak);
  max-width: var(--extra-max-width);
}

.adm-list-item-content-arrow {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.08rem;
  color: var(--adm-color-light);
  font-size: 0.38rem;
}

.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.02rem;
  left: 0;
  border-bottom: var(--border-inner);
}
.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.adm-dialog-body > * {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.adm-dialog-body > .adm-dialog-content {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}

.adm-dialog-body:not(.adm-dialog-with-image) {
  padding-top: 0.4rem;
}

.adm-dialog-image-container {
  margin-bottom: 0.24rem;
  max-height: 40vh;
}

.adm-dialog-header {
  margin-bottom: 0.16rem;
  padding: 0 0.24rem;
}

.adm-dialog-title {
  margin-bottom: 0.16rem;
  padding: 0 0.24rem;
  font-weight: bold;
  font-size: var(--adm-font-size-10);
  line-height: 0.5rem;
  text-align: center;
}

.adm-dialog-content {
  padding: 0 0.24rem 0.4rem;
  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: 0.24rem;
}

.adm-dialog-footer {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.adm-dialog-footer .adm-dialog-action-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid var(--adm-color-border);
}

.adm-dialog-footer .adm-dialog-action-row > * {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button {
  padding: 0.2rem;
  font-size: var(--adm-font-size-10);
  line-height: 0.5rem;
  border-radius: 0;
  border-right: solid 1px 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-fill-content);
  height: 100%;
  min-height: 0.48rem;
  min-width: 0.48rem;
}

.adm-image-tip > svg {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--adm-color-weak);
}
.adm-auto-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adm-auto-center-content {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          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, 0.16rem);
  --max-width: var(--adm-center-popup-max-width, 75vw);
  --min-width: var(--adm-center-popup-min-width, 5.6rem);
  --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%);
      -ms-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: 0.16rem;
  top: 0.16rem;
  cursor: pointer;
  padding: 0.08rem;
  font-size: 0.36rem;
  color: var(--adm-color-weak);
}
.adm-error-block {
  --color: var(--adm-color-text);
  --image-height: var(--adm-error-block-image-height, 2rem);
  --image-height-full-page: var(--adm-error-block-image-height-full-page, 4rem);
  --image-width: var(--adm-error-block-image-width, auto);
  --image-width-full-page: var(--adm-error-block-image-width-full-page, auto);
  box-sizing: border-box;
  text-align: center;
}

.adm-error-block-image {
  height: var(--image-height);
  width: var(--image-width);
  max-width: 100%;
}

.adm-error-block-image svg,
.adm-error-block-image img {
  height: 100%;
}

.adm-error-block-description {
  font-size: var(--adm-font-size-4);
  color: var(--adm-color-weak);
  line-height: 1.4;
  margin-top: 0.24rem;
}

.adm-error-block-description-title {
  font-size: var(--adm-font-size-7);
}

.adm-error-block-description-subtitle {
  margin-top: 0.16rem;
}

.adm-error-block-content {
  margin-top: 0.24rem;
}

.adm-error-block-full-page {
  padding-top: calc(50vh - var(--image-height-full-page));
}

.adm-error-block-full-page .adm-error-block-image {
  height: var(--image-height-full-page);
  width: var(--image-width-full-page);
}

.adm-error-block-full-page .adm-error-block-description {
  margin-top: 0.4rem;
  font-size: var(--adm-font-size-main);
}

.adm-error-block-full-page .adm-error-block-description-title {
  font-size: 0.4rem;
  color: var(--adm-color-text);
}
.adm-form {
  --border-inner: solid 0.02rem var(--adm-border-color);
  --border-top: solid 0.02rem var(--adm-border-color);
  --border-bottom: solid 0.02rem 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: 0.32rem;
  --padding-right: 0.24rem;
  --border-inner: var(---border-inner);
  --border-top: var(---border-top);
  --border-bottom: var(---border-bottom);
}

.adm-form .adm-form-footer {
  padding: 0.4rem 0.24rem;
}

.adm-form .adm-form-item-horizontal.adm-list-item {
  --prefix-width: var(---prefix-width);
}

.adm-form-list-operation {
  text-align: center;
  color: var(--adm-color-primary);
}

.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;
   -ms-user-select: none;
       user-select: none;
}

.adm-form-item-label .adm-form-item-required-text {
  margin-left: 0.08rem;
  color: var(--adm-color-weak);
}

.adm-form-item-label-help {
  margin-left: 0.08rem;
  cursor: pointer;
}

.adm-form-item-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.adm-form-item-child-position-normal {
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.adm-form-item-child-position-normal > * {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}

.adm-form-item-child-position-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.adm-form-item-child-position-right > * {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.adm-form-item-feedback-error {
  color: var(--adm-color-danger);
  margin-top: 0.08rem;
}

.adm-form-item-feedback-warning {
  color: var(--adm-color-warning);
  margin-top: 0.08rem;
}

.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: 0.24rem;
  padding-bottom: 0.24rem;
}

.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.adm-form-item.adm-form-item-vertical .adm-form-item-label {
  font-size: var(--adm-font-size-7);
  margin-bottom: 0.08rem;
}
.adm-popover {
  --z-index: var(--adm-popover-z-index, 1030);
  --background: #ffffff;
  --arrow-size: 0.16rem;
  --content-padding: 0.16rem 0.24rem;
  color: var(--adm-color-text);
  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;
   -ms-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: 0.16rem;
  box-shadow: 0 0 0.6rem 0 rgba(51, 51, 51, 0.2);
  font-size: var(--adm-font-size-7);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 0.64rem;
  max-width: calc(100vw - 0.48rem);
  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: calc(var(--arrow-size) / 8 * 15);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(var(--arrow-icon-rotate));
      -ms-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: var(--adm-color-border);
}

.adm-popover-menu.adm-popover {
  --content-padding: 0;
}

.adm-popover-menu-list {
  overflow: hidden;
  min-width: 2.4rem;
}

.adm-popover-menu-list-inner {
  margin-top: -0.02rem;
}

.adm-popover-menu-list-scroll {
  padding-right: 0.04rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: auto;
}

.adm-popover-menu-list-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.08rem;
}

.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.08rem;
  background-color: #ddd;
}

.adm-popover-menu-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.4rem;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.adm-popover-menu-item-icon {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-right: 0.16rem;
  font-size: 0.4rem;
}

.adm-popover-menu-item-text {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  padding: 0.28rem 0.4rem 0.28rem 0;
  border-top: solid 0.02rem 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.02rem;
  left: 0;
  border-bottom: solid 0.02rem var(--border-color);
}

.adm-popover.adm-popover-dark.adm-popover-menu {
  --border-color: var(--adm-color-text);
  --background: rgba(0, 0, 0, 0.9);
}
.adm-image-uploader {
  --cell-size: 1.6rem;
  --gap: 0.24rem;
  ---gap: var(--gap);
  ---gap-horizontal: var(--gap);
  ---gap-horizontal: var(--gap-horizontal, var(--gap));
  ---gap-vertical: var(--gap);
  ---gap-vertical: var(--gap-vertical, var(--gap));
}

.adm-image-uploader-grid,
.adm-image-uploader-space {
  --gap: var(---gap);
  --gap-horizontal: var(---gap-horizontal);
  --gap-vertical: var(---gap-vertical);
}

.adm-image-uploader-cell {
  position: relative;
  width: var(--cell-size);
  height: var(--cell-size);
  border-radius: 0.08rem;
  overflow: hidden;
}

.adm-image-uploader-cell-fail {
  border: red solid 0.02rem;
  box-sizing: border-box;
}

.adm-image-uploader-cell-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.28rem;
  height: 0.28rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 0 0.24rem;
  font-size: 0.16rem;
  color: var(--adm-color-white);
  cursor: pointer;
}

.adm-image-uploader-cell-delete-icon {
  position: absolute;
  left: 0.08rem;
  top: 0.06rem;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.16rem;
}

.adm-image-uploader-cell-mask-message {
  display: inline-block;
  padding: 0.12rem 0.08rem;
  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: var(--adm-color-weak);
  font-size: 0.64rem;
}

.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: 0.08rem;
}

.adm-image-uploader .adm-image-uploader-gap-measure {
  position: absolute;
  left: 0;
  top: 0;
  height: var(--gap-horizontal);
  width: 0;
}
.adm-image-viewer-content {
  width: 100vw;
  height: 100vh;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-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;
  -ms-touch-action: none;
      touch-action: none;
}

.adm-image-viewer-slides-inner {
  height: 100%;
  white-space: nowrap;
}

.adm-image-viewer-slides-inner > * {
  margin-right: 0.32rem;
}

.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;
  -ms-touch-action: none;
      touch-action: none;
}

.adm-image-viewer-image-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: 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: 0.24rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--adm-color-border);
  font-size: var(--adm-font-size-6);
}
.adm-spin-loading {
  --color: var(--adm-color-weak);
  --size: 0.64rem;
  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-grid {
  --gap: 0;
  --gap-horizontal: var(--gap);
  --gap-vertical: var(--gap);
  display: grid;
  grid-gap: 0.2rem;
  -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));
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.adm-grid-item {
  grid-column-end: span var(--item-span);
}
.adm-space-item {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.adm-space {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --gap: 0.16rem;
  --gap-vertical: var(--gap);
  --gap-horizontal: var(--gap);
}

.adm-space-vertical {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          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 {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          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 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.adm-space-align-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.adm-space-align-start {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.adm-space-align-end {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.adm-space-align-baseline {
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.adm-space-justify-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adm-space-justify-start {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.adm-space-justify-end {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.adm-space-justify-between {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.adm-space-justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.adm-space-justify-evenly {
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.adm-space-justify-stretch {
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 0.48rem;
  background-color: var(--background-color);
}

.adm-input-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.adm-input-element {
  -webkit-flex: auto;
      -ms-flex: auto;
          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::-webkit-input-placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}

.adm-input-element:-ms-input-placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}

.adm-input-element::-ms-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:-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 {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-left: 0.16rem;
  color: var(--adm-color-light);
  padding: 0.08rem;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.adm-modal-body > * {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.adm-modal-body > .adm-modal-content {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}

.adm-modal-body:not(.adm-modal-with-image) {
  padding-top: 0.4rem;
}

.adm-modal-image-container {
  margin-bottom: 0.24rem;
  max-height: 40vh;
  overflow-y: scroll;
}

.adm-modal-header {
  margin-bottom: 0.16rem;
  padding: 0 0.24rem;
}

.adm-modal-title {
  margin-bottom: 0.16rem;
  padding: 0 0.24rem;
  font-weight: bold;
  font-size: var(--adm-font-size-10);
  line-height: 0.5rem;
  text-align: center;
}

.adm-modal-content {
  padding: 0 0.24rem 0.24rem;
  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;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  padding: 0.16rem 0.24rem 0.24rem;
}

.adm-modal-footer-empty {
  padding: 0;
  height: 0.16rem;
}

.adm-modal-footer.adm-space {
  --gap-vertical: 0.4rem;
}

.adm-modal-footer .adm-modal-button {
  font-size: var(--adm-font-size-10);
  line-height: 0.5rem;
}

.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-nav-bar {
  --height: 0.9rem;
  --border-bottom: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--height);
  border-bottom: var(--border-bottom);
  padding: 0 0.24rem;
  white-space: nowrap;
}

.adm-nav-bar-left,
.adm-nav-bar-right {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.adm-nav-bar-title {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adm-nav-bar-back {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.32rem;
  padding: 0.12rem 0;
  cursor: pointer;
}

.adm-nav-bar-back-arrow {
  font-size: 0.48rem;
  margin-right: 0.08rem;
}

.adm-nav-bar-left {
  font-size: var(--adm-font-size-7);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.adm-nav-bar-title {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  font-size: var(--adm-font-size-10);
  padding: 0 0.24rem;
}

.adm-nav-bar-right {
  text-align: right;
}
.adm-number-keyboard-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.adm-number-keyboard-main.adm-number-keyboard-main-confirmed-style .adm-number-keyboard-key-sign {
  background-color: var(--adm-color-background);
}

.adm-number-keyboard-popup.adm-popup {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  z-index: 1050;
}

.adm-number-keyboard-popup.adm-popup .adm-popup-body {
  background-color: var(--adm-color-box);
}

.adm-number-keyboard-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.adm-number-keyboard-header {
  height: 0.68rem;
  line-height: 0.68rem;
  border-top: solid 0.02rem var(--adm-color-border);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.24rem;
  color: var(--adm-color-weak);
  background-color: var(--adm-color-background);
}

.adm-number-keyboard-header-close-button {
  padding: 0 0.24rem;
  font-size: 0.32rem;
}

.adm-number-keyboard-header.adm-number-keyboard-header-with-title {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.adm-number-keyboard-header.adm-number-keyboard-header-with-title .adm-number-keyboard-header-close-button {
  padding-right: 0;
}

.adm-number-keyboard-footer {
  background: var(--adm-color-white);
}

.adm-number-keyboard-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adm-number-keyboard-confirm {
  width: 25%;
}

.adm-number-keyboard-key {
  -webkit-flex: 1 1 33.33%;
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.96rem;
  font-size: 0.44rem;
  box-sizing: border-box;
  border: solid 0.02rem var(--adm-color-border);
  border-bottom: none;
  border-left: none;
}

.adm-number-keyboard-key:nth-child(3n),
.adm-number-keyboard-key:last-child {
  border-right: none;
}

.adm-number-keyboard-key::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--adm-color-text-dark-solid);
  border: inherit;
  border-color: var(--adm-color-text-dark-solid);
  border-radius: inherit;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  content: ' ';
  box-sizing: content-box;
}

.adm-number-keyboard-key.adm-number-keyboard-key-mid {
  -webkit-flex-basis: 66.67%;
      -ms-flex-preferred-size: 66.67%;
          flex-basis: 66.67%;
}

.adm-number-keyboard-key.adm-number-keyboard-key-sign:active::before {
  opacity: 0.1;
}

.adm-number-keyboard-key.adm-number-keyboard-key-extra {
  border-left: solid 0.02rem var(--adm-color-border);
  border-right: none;
}

.adm-number-keyboard-key.adm-number-keyboard-key-extra,
.adm-number-keyboard-key.adm-number-keyboard-key-number {
  background-color: var(--adm-color-background);
}

.adm-number-keyboard-key.adm-number-keyboard-key-extra:active::before,
.adm-number-keyboard-key.adm-number-keyboard-key-number:active::before {
  opacity: 0.1;
}

.adm-number-keyboard-key.adm-number-keyboard-key-ok {
  background-color: var(--adm-color-primary);
  color: var(--adm-color-white);
  height: 2.88rem;
  font-size: 0.32rem;
  border: none;
}
.adm-passcode-input {
  position: relative;
  display: inline-block;
  --cell-size: 0.8rem;
  --cell-gap: 0.12rem;
  --dot-size: 0.2rem;
  --border-color: var(--adm-color-border);
  --border-radius: 0.16rem;
}

.adm-passcode-input-cell-container {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
}

.adm-passcode-input-cell {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  font-size: var(--adm-font-size-10);
  width: var(--cell-size);
  height: var(--cell-size);
  background: var(--adm-color-background);
}

.adm-passcode-input:not(.adm-passcode-input-seperated) {
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 0.02rem solid var(--border-color);
}

.adm-passcode-input:not(.adm-passcode-input-seperated) .adm-passcode-input-cell:not(:last-child) {
  border-right: 0.02rem solid var(--border-color);
}

.adm-passcode-input:not(.adm-passcode-input-seperated).adm-passcode-input-focused {
  border-color: var(--adm-color-primary);
  box-shadow: 0 0 0.04rem 0 var(--adm-color-primary);
  outline: none;
}

.adm-passcode-input:not(.adm-passcode-input-seperated).adm-passcode-input-error {
  border-color: var(--adm-color-danger);
  box-shadow: 0 0 0.04rem 0 var(--adm-color-danger);
  -webkit-animation: 100ms ease-in-out 0s 3 normal none running adm-shake-horizontal;
          animation: 100ms ease-in-out 0s 3 normal none running adm-shake-horizontal;
}

.adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell {
  border-radius: var(--border-radius);
  border: 0.02rem solid var(--border-color);
}

.adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell:not(:last-child) {
  margin-right: var(--cell-gap);
}

.adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell-focused {
  border-color: var(--adm-color-primary);
  box-shadow: 0 0 0.04rem 0 var(--adm-color-primary);
}

.adm-passcode-input-seperated.adm-passcode-input-focused {
  outline: none;
}

.adm-passcode-input.adm-passcode-input-seperated.adm-passcode-input-error {
  -webkit-animation: 100ms ease-in-out 0s 3 normal none running adm-shake-horizontal;
          animation: 100ms ease-in-out 0s 3 normal none running adm-shake-horizontal;
}

.adm-passcode-input.adm-passcode-input-seperated.adm-passcode-input-error .adm-passcode-input-cell {
  border-color: var(--adm-color-danger);
  box-shadow: 0 0 0.04rem 0 var(--adm-color-danger);
}

.adm-passcode-input-cell-dot::before {
  content: '';
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 100%;
  background: var(--adm-color-text);
}

.adm-passcode-input-cell-caret::after {
  content: '';
  width: 0.04rem;
  height: 1.1em;
  margin-left: 0.02rem;
  background: var(--adm-color-primary);
  -webkit-animation: 1s linear infinite adm-caret-blink;
          animation: 1s linear infinite adm-caret-blink;
}

.adm-passcode-input > .adm-passcode-input-native-input {
  position: absolute;
  left: -200vw;
  top: 0;
  display: block;
  width: 1rem;
  height: 0.4rem;
  opacity: 0.5;
}

@-webkit-keyframes adm-shake-horizontal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(-0.08rem);
            transform: translateX(-0.08rem);
  }

  20% {
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }

  30% {
    -webkit-transform: translateX(-0.02rem);
            transform: translateX(-0.02rem);
  }

  40% {
    -webkit-transform: translateX(0.16rem);
            transform: translateX(0.16rem);
  }

  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  60% {
    -webkit-transform: translateX(-0.16rem);
            transform: translateX(-0.16rem);
  }

  70% {
    -webkit-transform: translateX(0.02rem);
            transform: translateX(0.02rem);
  }

  80% {
    -webkit-transform: translateX(-0.1rem);
            transform: translateX(-0.1rem);
  }

  90% {
    -webkit-transform: translateX(0.08rem);
            transform: translateX(0.08rem);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes adm-shake-horizontal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(-0.08rem);
            transform: translateX(-0.08rem);
  }

  20% {
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }

  30% {
    -webkit-transform: translateX(-0.02rem);
            transform: translateX(-0.02rem);
  }

  40% {
    -webkit-transform: translateX(0.16rem);
            transform: translateX(0.16rem);
  }

  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  60% {
    -webkit-transform: translateX(-0.16rem);
            transform: translateX(-0.16rem);
  }

  70% {
    -webkit-transform: translateX(0.02rem);
            transform: translateX(0.02rem);
  }

  80% {
    -webkit-transform: translateX(-0.1rem);
            transform: translateX(-0.1rem);
  }

  90% {
    -webkit-transform: translateX(0.08rem);
            transform: translateX(0.08rem);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes adm-caret-blink {
  from {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

@keyframes adm-caret-blink {
  from {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}
.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: 0.68rem;
  width: 100%;
  height: 6rem;
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          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 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-bottom: solid 0.02rem var(--adm-color-border);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.08rem 0.08rem;
}

.adm-picker-header-button {
  font-size: var(--header-button-font-size);
  display: inline-block;
  padding: 0.16rem 0.16rem;
}

.adm-picker-header-button-disabled,
.adm-picker-header-button-disabled:active {
  opacity: 0.4;
  cursor: not-allowed;
}

.adm-picker-header-title {
  padding: 0.08rem 0.08rem;
  font-size: var(--title-font-size);
  color: var(--adm-color-text);
  text-align: center;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.adm-picker-body {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 100%;
  height: 100%;
}

.adm-picker-body > .adm-picker-view {
  --height: 100%;
}

.adm-picker-popup .adm-popup-body {
  border-top-left-radius: 0.16rem;
  border-top-right-radius: 0.16rem;
}
.adm-picker-view {
  --height: 4.8rem;
  --item-height: 0.68rem;
  --item-font-size: var(--adm-font-size-8);
  height: var(--height);
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background: var(--adm-color-background);
}

.adm-picker-view-column {
  height: 100%;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -ms-touch-action: 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 0.12rem;
  height: var(--item-height);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: calc(var(--item-height) * -1);
  z-index: 0;
  padding-bottom: 0.02rem;
}

.adm-picker-view-column-accessible > * {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}

.adm-picker-view-mask-top,
.adm-picker-view-mask-bottom {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}

.adm-picker-view-mask-middle {
  height: var(--item-height);
  box-sizing: border-box;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  border-top: solid 0.02rem var(--adm-color-border);
  border-bottom: solid 0.02rem 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.adm-picker-view-item-height-measure {
  position: relative;
  left: 0;
  top: 0;
  height: var(--item-height);
  width: 0;
  pointer-events: none;
}
.adm-toast-mask .adm-toast-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.adm-toast-mask .adm-toast-main {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  max-width: 4.08rem;
  max-height: 70%;
  overflow: auto;
  color: white;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.16rem;
  pointer-events: all;
  font-size: var(--adm-font-size-7);
  line-height: 1.5;
  box-sizing: border-box;
  text-align: left;
  text-align: initial;
}

.adm-toast-mask .adm-toast-main-text {
  padding: 0.24rem;
  min-width: 0;
}

.adm-toast-mask .adm-toast-main-icon {
  padding: 0.7rem 0.24rem;
  min-width: 3rem;
}

.adm-toast-mask .adm-toast-main-icon .adm-toast-icon {
  text-align: center;
  margin-bottom: 0.16rem;
  font-size: 0.72rem;
  line-height: 1;
}

.adm-toast-loading {
  --size: 0.96rem;
  margin: 0 auto 0.16rem;
}
.loading {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/** color.scss **/
/* 背景色(主要用于页面背景) */
/* 边框颜色 */
/* 白色 */
/* 黑色 */
/* 天蓝色 */
/* 红色 */
/* 黄色 */
/* 绿色 */
/* 橘黄 */
/* 紫色 */
/* @color-default */
/* 微信绿 */
/**
覆盖antd-mobile一些样式
**/
.adm-modal-wrap {
  max-width: 80vw !important;
}
.adm-auto-center-content {
  white-space: break-spaces;
}

/* reset css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-family: 'PingFang SC', 'STHeitiSC-Light', 'Helvetica-Light', arial, sans-serif, 'Droid Sans Fallback';
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* iphonex 兼容方案
https://aotu.io/notes/2017/11/27/iphonex/index.html */
html,
body,
#root {
  height: 100%;
}
/* iphonex 安全区域 */
body {
  margin: 0;
  overflow-x: hidden;
  background-color: #fff !important;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  font-size: 0.12rem;
}
/* iphonex fix底部元素适配 */
:global(.fixed_bottom) {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  z-index: 10;
  background-color: #fff;
}
a:hover {
  color: #fff;
}
a:active {
  color: #fff;
}
:global(.clearfix:after) {
  content: '';
  display: table;
  clear: both;
}
/** color.scss **/
/* 背景色(主要用于页面背景) */
/* 边框颜色 */
/* 白色 */
/* 黑色 */
/* 天蓝色 */
/* 红色 */
/* 黄色 */
/* 绿色 */
/* 橘黄 */
/* 紫色 */
/* @color-default */
/* 微信绿 */
/**
覆盖antd-mobile一些样式
**/
.adm-modal-wrap {
  max-width: 80vw !important;
}
.adm-auto-center-content {
  white-space: break-spaces;
}


/*# sourceMappingURL=umi.be0f9693.css.map*/