/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 5.33333vw;
}

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

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

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

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

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

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

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

.remax-button {
  /* prettier-ignore */
  font-size: 18PX;
  /* prettier-ignore */
  height: 47PX;
  /* prettier-ignore */
  line-height: 47PX;
  /* prettier-ignore */
  border-radius: 2PX;
  display: block;
  outline: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  /* prettier-ignore */
  border-radius: 2PX;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  /* prettier-ignore */
  border: 1PX solid rgb(238, 238, 238);
  width: 100%;
}

.remax-input {
  /* prettier-ignore */
  font-size: 17PX;
  /* prettier-ignore */
  height: 25PX;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  /* prettier-ignore */
  padding: 0.26667vw 0.66667vw;
  color: rgb(0, 0, 0);
  box-sizing: content-box;
}

.remax-textarea {
  position: relative;
  background-color: rgb(255, 255, 255);
  /* prettier-ignore */
  padding: 0.26667vw 0.66667vw;
  color: rgb(0, 0, 0);
  /* prettier-ignore */
  font-size: 2.26667vw;
  /* prettier-ignore */
  height: 5.6vw;
  line-height: 1.4;
}

.remax-image {
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  /* prettier-ignore */
  width: 300PX;
  /* prettier-ignore */
  height: 225PX;
}

.remax-text-selectable {
  -webkit-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.remax-web-view {
  width: 100%;
  min-height: 100vh;
}

.remax-page.with-tab-bar {
  padding-bottom: 12.8vw;
}

.remax-page {
  min-height: 100vh;
  box-sizing: border-box;
  font-size: 4.26667vw;
}

.remax-page.disable-scroll {
  overflow: hidden;
}

.rmc-pull-to-refresh-transition {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.rmc-pull-to-refresh-wrapper {
  overflow: hidden;
}

.rmc-pull-to-refresh-indicator {
  color: grey;
  text-align: center;
  height: 13.33333vw;
}

.rmc-pull-to-refresh-indicator {
  margin-top: -13.33333vw;
}

.remax-pull-to-refresh-loading {
  width: 13.33333vw;
  height: 13.33333vw;
}

.remax-tab-bar {
  height: 12.8vw;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  z-index: 999999;
}

.remax-tab-bar .remax-tab-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}

.remax-tab-bar .remax-tab-item .remax-tab-item-image {
  height: 4.53333vw;
  width: 4.53333vw;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.remax-tab-bar .remax-tab-item .remax-tab-item-title {
  font-size: 1.6vw;
  color: #333;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.remax-tab-bar .remax-tab-item .remax-tab-item-title.active {
  color: #108ee9;
}

.adm-toast-mask .adm-toast-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.adm-toast-mask .adm-toast-main {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  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: 0;
}

.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;
}
.adm-spin-loading {
  --color: var(--adm-color-weak);
  --size: 8.53333vw;
  width: var(--size);
  height: var(--size);
}

.adm-spin-loading-svg {
  width: 100%;
  height: 100%;
  -webkit-animation: adm-spin-loading-rotate 0.8s infinite linear;
          animation: adm-spin-loading-rotate 0.8s infinite linear;
}

.adm-spin-loading-svg > .adm-spin-loading-fill {
  stroke: var(--color);
}

@-webkit-keyframes adm-spin-loading-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes adm-spin-loading-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.adm-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-auto-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.adm-auto-center-content {
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
}
.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: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

.adm-dialog-header {
  margin-bottom: 2.13333vw;
  padding: 0 3.2vw;
}

.adm-dialog-title {
  margin-bottom: 2.13333vw;
  padding: 0 3.2vw;
  font-weight: bold;
  font-size: var(--adm-font-size-10);
  line-height: 6.66667vw;
  text-align: center;
}

.adm-dialog-content {
  padding: 0 3.2vw 5.33333vw;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: var(--adm-font-size-7);
  line-height: 1.4;
  color: var(--adm-color-text);
}

.adm-dialog-content-empty {
  padding: 0;
  height: 3.2vw;
}

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

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

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

.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button {
  padding: 2.66667vw;
  font-size: var(--adm-font-size-10);
  line-height: 6.66667vw;
  border-radius: 0;
  border-right: solid 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-box);
  height: 100%;
  min-height: 6.4vw;
  min-width: 6.4vw;
}

.adm-image-tip > svg {
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--adm-color-weak);
}
.adm-button {
  --color: var(--adm-color-white);
  --text-color: var(--adm-button-text-color, var(--adm-color-text));
  --background-color: var(--adm-button-background-color, var(--adm-color-background));
  --border-radius: var(--adm-button-border-radius, 1.06667vw);
  --border-width: var(--adm-button-border-width, 0.26667vw);
  --border-style: var(--adm-button-border-style, solid);
  --border-color: var(--adm-button-border-color, var(--adm-color-border));
  color: var(--text-color);
  background-color: var(--background-color);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  padding: 1.86667vw 3.2vw;
  margin: 0;
  font-size: var(--adm-font-size-9);
  line-height: 1.4;
  text-align: center;
  border: var(--border-width) var(--border-style) var(--border-color);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: opacity ease 0.15s;
  -webkit-user-select: none;
  -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));
          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: 0;
}

.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: 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.8vw;
  padding-bottom: 0.8vw;
  font-size: var(--adm-font-size-main);
}

.adm-button.adm-button-mini.adm-button-shape-rounded {
  padding-left: 2.4vw;
  padding-right: 2.4vw;
}

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

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

.adm-button.adm-button-shape-rounded {
  --border-radius: 266.66667vw;
}

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

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

.adm-button-loading-wrapper {
  display: -webkit-flex;
  display: flex;
  height: 1.4em;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: 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.66667vw);
  --z-index: var(--adm-center-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}

.adm-center-popup .adm-center-popup-mask {
  z-index: 0;
}

.adm-center-popup-wrap {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: var(--min-width);
  max-width: var(--max-width);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.adm-center-popup-body {
  background-color: var(--background-color);
  border-radius: var(--border-radius);
}

.adm-center-popup-close {
  position: absolute;
  z-index: 100;
  right: 2.13333vw;
  top: 2.13333vw;
  cursor: pointer;
  padding: 1.06667vw;
  font-size: 4.8vw;
  color: var(--adm-color-weak);
}
body,
page {
  font-size: 3.46667vw !important;
  background-color: #fff !important;
}
body image,
page image {
  height: auto;
}
body {
  padding: 0;
}
.comm-box-shadow {
  box-shadow: 0.26667vw 0.26667vw 2.66667vw rgba(39, 128, 217, 0.15);
}
page,
.root-common {
  --project-primary-color: #2780d9;
  --project-primary-bg-color: #d4e6f7;
  --project-hot-panel-bg-color: #ddf1ff;
  --adm-color-primary: #2780d9;
}
page,
.root-songshan {
  --project-primary-color: #be2720;
  --project-primary-bg-color: #fef1f1;
  --project-hot-panel-bg-color: #fff2f3;
  --adm-color-primary: #be2720;
}
page,
.root-zhongxianrenmin {
  --project-primary-color: #1ab3a6;
  --project-primary-bg-color: #afe7e2;
  --project-hot-panel-bg-color: #d8f2ff;
  --adm-color-primary: #1ab3a6;
}
page,
.root-shanghai {
  --project-primary-color: #64ba85;
  --project-primary-bg-color: #edf7f1;
  --project-hot-panel-bg-color: #e5ffec;
  --adm-color-primary: #64ba85;
}
page,
.root-emergency-center {
  --project-primary-color: #278263;
  --project-primary-bg-color: #fef1f1;
  --project-hot-panel-bg-color: rgba(35, 189, 136, 0.59);
  --adm-color-primary: #278263;
}
page,
.root-wushengrenmin {
  --project-primary-color: #1ab3a6;
  --project-primary-bg-color: #afe7e2;
  --project-hot-panel-bg-color: #d8f2ff;
  --adm-color-primary: #1ab3a6;
}
.btnwarp {
  padding: 2.66667vw;
}
.ghost-btn {
  color: var(--project-primary-color) !important;
  border: 1px solid var(--project-primary-color) !important;
}

:root {
  --adm-radius-s: 1.06667vw;
  --adm-radius-m: 2.13333vw;
  --adm-radius-l: 3.2vw;
  --adm-font-size-1: 2.4vw;
  --adm-font-size-2: 2.66667vw;
  --adm-font-size-3: 2.93333vw;
  --adm-font-size-4: 3.2vw;
  --adm-font-size-5: 3.46667vw;
  --adm-font-size-6: 3.73333vw;
  --adm-font-size-7: 4vw;
  --adm-font-size-8: 4.26667vw;
  --adm-font-size-9: 4.53333vw;
  --adm-font-size-10: 4.8vw;
  --adm-color-primary: #1677ff;
  --adm-color-success: #00b578;
  --adm-color-warning: #ff8f1f;
  --adm-color-danger: #ff3141;
  --adm-color-white: #ffffff;
  --adm-color-text: #333333;
  --adm-color-text-secondary: #666666;
  --adm-color-weak: #999999;
  --adm-color-light: #cccccc;
  --adm-color-border: #eeeeee;
  --adm-color-box: #f5f5f5;
  --adm-color-background: #ffffff;
  --adm-font-size-main: var(--adm-font-size-5);
  --adm-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  --adm-border-color: var(--adm-color-border);
}

html[data-prefers-color-scheme='dark'] {
  --adm-color-primary: #3086ff;
  --adm-color-success: #34b368;
  --adm-color-warning: #ffa930;
  --adm-color-danger: #ff4a58;
  --adm-color-text: #e6e6e6;
  --adm-color-text-secondary: #b3b3b3;
  --adm-color-weak: #808080;
  --adm-color-light: #4d4d4d;
  --adm-color-border: #2b2b2b;
  --adm-color-box: #0a0a0a;
  --adm-color-background: #1a1a1a;
  --adm-border-color: var(--adm-color-border);
}

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

body {
  color: #333333;
  color: var(--adm-color-text);
  font-size: 3.46667vw;
  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.53333vw);
  width: 0;
  position: fixed;
  right: -100vw;
  bottom: -100vh;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  pointer-events: none;
}
html {
  touch-action: manipulation;
}
:root:root {
  --adm-font-size-main: initial;
}
body {
  font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue', helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif !important;
}

.space___GruUh {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}

:root:root {
  --adm-color-primary: #2780d9;
}
.button___J5GBD {
  max-height: 13.06667vw;
  min-height: 13.06667vw;
  border: 1px solid;
  border-radius: 2.66667vw;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 4.8vw;
  color: #ffffff;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  line-height: 4.8vw;
  padding: 0 1.46667vw;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.button___J5GBD:active {
  opacity: 0.7;
}
.bold___3Mlcl {
  font-weight: bold;
}
.block___3yvjH {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex: 1;
          flex: 1;
}
.ghost___3qZC7 {
  background-color: transparent;
}
.round___2L0cw {
  border-radius: 7.86667vw;
}
.loading___1wcrz {
  pointer-events: none;
}
.disable___y068B {
  pointer-events: none;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #fff !important;
}
.small___1aLKF {
  max-height: 10.4vw;
  min-height: 10.4vw;
  font-size: 4vw;
  padding: 0 3.6vw;
}
.tiny___2gm5d {
  max-height: 9.33333vw;
  min-height: 9.33333vw;
  font-size: 4.26667vw;
  padding: 0 3.6vw;
}
.action___1akMV {
  min-width: 20.26667vw;
  max-height: 9.86667vw;
  min-height: 9.86667vw;
  border-radius: 1.33333vw;
  font-size: 3.46667vw;
  width: auto;
  -webkit-flex: none;
          flex: none;
}
.default___3q5js {
  background-color: #fff !important;
  border: 1px solid #e2e2e2 !important;
  color: #999999 !important;
}
.ghost___3qZC7.default___3q5js {
  background-color: transparent;
}
.noBorder___gpLqq {
  border: none;
}
.elderly___3bTTF.button___J5GBD {
  font-size: 5.46667vw;
}
.elderly___3bTTF.action___1akMV {
  max-height: 15.46667vw;
  background: #00b8a9 !important;
  border-radius: 2.66667vw;
  font-size: 4.8vw;
  font-weight: bold;
  color: #ffffff !important;
  border-color: #00b8a9 !important;
}
.group___34EkR .button___J5GBD {
  width: auto;
  -webkit-flex: initial;
          flex: initial;
}
.group___34EkR .button___J5GBD:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.group___34EkR .button___J5GBD:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.group___34EkR .button___J5GBD:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.wrap___1uKth {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.icon___1I9KV {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes loading-rotate___2Igjb {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading-rotate___2Igjb {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate___2Ssxm {
  -webkit-animation: loading-rotate___2Igjb 1s linear infinite;
          animation: loading-rotate___2Igjb 1s linear infinite;
}

.error___3Tg4k {
  position: relative;
  padding: 14.66667vw 2.66667vw 0 2.66667vw;
  height: 100vh;
}
.errorText___1Svvt {
  color: #999;
  margin-top: -2.66667vw;
}
.buttons___qEtnY {
  position: absolute;
  bottom: 13.33333vw;
  width: calc(100% - 5.33333vw);
}

