
/*! 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 0.80rem;
}
/**
 * 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"],
[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: 0.02rem 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.04rem;
  /* 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,
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;
}
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  -webkit-animation-name: amFadeIn;
          animation-name: amFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  -webkit-animation-name: amFadeOut;
          animation-name: amFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  -webkit-animation-name: amSlideUpIn;
          animation-name: amSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  -webkit-animation-name: amSlideUpOut;
          animation-name: amSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes amSlideUpIn {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes amSlideUpIn {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes amSlideUpOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@keyframes amSlideUpOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
          animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  -webkit-animation-name: amZoomIn;
          animation-name: amZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  -webkit-animation-name: amZoomOut;
          animation-name: amZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes amZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes amZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  -webkit-animation-name: amSlideDownIn;
          animation-name: amSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  -webkit-animation-name: amSlideDownOut;
          animation-name: amSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes amSlideDownIn {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes amSlideDownIn {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes amSlideDownOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@keyframes amSlideDownOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f5;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  line-height: 1.2;
}
body {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.32rem;
  font-family: PingFang SC, Helvetica Neue;
  background: transparent;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.a-page {
  min-height: 100vh;
}
.a-page-result {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
}
.a-page-result-pic-error {
  width: 1rem;
  height: 1rem;
  margin: 4rem auto 0;
  background-size: 1rem 1rem;
  background-image: url(https://gw.alipayobjects.com/mdn/miniapp_de/afts/img/A*2kqdqo8mia0aaaaaaaaaaabkarqnaq);
  background-repeat: no-repeat;
}
.a-page-result-pic-error-dd {
  width: 5.34rem;
  height: 2.76rem;
  margin: 0 auto;
  background: url(https://img.alicdn.com/tfs/TB1SOiNTgTqK1RjSZPhXXXfOFXa-543-276.png);
  background-size: 5.34rem 2.76rem;
}
.a-page-result-title {
  margin-top: 0.40rem;
  font-size: 0.40rem;
  color: #333;
}
.a-page-result-brief {
  margin: 0.24rem auto;
  font-size: 0.28rem;
  line-height: 0.38rem;
  color: #999;
  max-width: 5.32rem;
  text-align: center;
}
.a-page-result-button-group {
  display: block;
  margin: 0;
  padding: 0 0 1rem;
}
.a-page-result-button {
  display: block;
  margin-top: 0.52rem;
  font-size: 0.40rem;
  color: #108ee9;
}
.a-component-permission {
  background-color: #f5f5f5 !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
}
.a-component-permission div {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAMAAADyQNAxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURZmZmUdwTJmZmZmZmZycnJycnJqampubm5qampqamq7t2fMAAAAKdFJOU/4A644QKa1vSszQfyflAAABFUlEQVQ4y42UW6LDIAhEkZe6/w3f0SaRpPEWfmrICRQZoBKtiXcm7i6m0U/raMIEY/78iL1QKnjldcZQq44n0SfVkKjGLFrhaXeqxi9D9BopX5/dimHyRVViK29m/Ik2qLaDJtY+lBK1sjNE0EkJSdnbfEvFJr01ZTJQcpa7sYpgVPi6fnGX76MSF2rHlcDQv34cOxp5uh1MSLihkJKc7AdlYDqtCrXo2xEMc/llQ3ApKhcr/q/N7YMJNe50AebRIMMUudijRWTr7sGMoRjmgUO20UcNCsbFeh+D1krsY9CEndM1p85umlj6Ur4iNF7Oqa+cVged0H1uhv6bx77mcdSUmO3knkjunOT+Su7CSxHHXr35/wD5yQjIzCfxhgAAAABJRU5ErkJggg==');
  font-size: 0.32rem;
  height: 0.40rem;
  line-height: 0.40rem;
  background-repeat: no-repeat;
  padding-left: 0.60rem;
  background-size: 0.38rem;
  color: #d8d8d8;
  overflow: hidden;
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-button {
  display: block;
  outline: 0 none;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 0.36rem;
  height: 0.94rem;
  line-height: 0.94rem;
  border-radius: 0.04rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  color: #000;
  background-color: #fff;
  border: 0.02rem solid #eee;
}
.a-button.a-button-active {
  background-color: #ddd;
  color: rgba(0, 0, 0, 0.3);
}
.a-button.a-button-disabled {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.6);
}
.a-button-primary {
  color: #fff;
  background-color: #108ee9;
  border-color: #108ee9;
}
.a-button-primary.a-button-active {
  background-color: #0b71ba;
  color: rgba(255, 255, 255, 0.3);
}
.a-button-primary.a-button-disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: #9fd2f6;
  border: 0;
}
.a-button-warn {
  color: #fff;
  background-color: #e94f4f;
  border-color: #e94f4f;
}
.a-button-warn.a-button-active {
  background-color: #ea3c3c;
  color: rgba(255, 255, 255, 0.3);
  border-color: #e94f4f;
}
.a-button-warn.a-button-disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(233, 79, 79, 0.4);
  border-width: 0;
}
.a-button-ghost {
  color: #108ee9;
  background-color: transparent;
  border-color: #108ee9;
}
.a-button-ghost.a-button-active {
  color: #fff;
  background-color: #0b71ba;
}
.a-button-ghost.a-button-disabled {
  color: #ccc;
  background-color: #ddd;
  border: 0;
}
.a-button .a-loading-indicator {
  margin-right: 0.20rem;
}
.a-button-small {
  display: inline-block;
  font-size: 0.28rem;
  min-width: 0.96rem;
  height: 0.52rem;
  line-height: 0.48rem;
  padding: 0 0.08rem;
}
.a-button-small .a-loading-indicator {
  margin-right: 0.08rem;
}
.a-button-small .a-loading-indicator .a-loading-item {
  height: 0.12rem;
  width: 0.12rem;
}
.a-button-small .a-loading-indicator .a-loading-item::before {
  width: 0.16rem;
  height: 0.20rem;
  margin-left: -0.07rem;
  margin-top: -0.11rem;
}
.inline {
  display: inline-block;
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-loading-indicator {
  display: inline-block;
}
.a-loading-indicator.white .a-loading-item:before {
  background-color: #fff;
}
.a-loading-item {
  width: 0.20rem;
  height: 0.20rem;
  display: inline-block;
  position: relative;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation: AULoadingScaleColorBoth 0.766s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
          animation: AULoadingScaleColorBoth 0.766s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.a-loading-item:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.13rem;
  margin-top: -0.19rem;
  width: 0.26rem;
  height: 0.38rem;
  -webkit-transform: skew(-0.46rad) scale(0.5);
          transform: skew(-0.46rad) scale(0.5);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-radius: 0.02rem 0.04rem 0.04rem 0.06rem;
  background-color: #108ee9;
}
.a-loading-item:nth-child(1) {
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
}
.a-loading-item:nth-child(2) {
  -webkit-animation-delay: -1.966s;
          animation-delay: -1.966s;
}
.a-loading-item:nth-child(3) {
  -webkit-animation-delay: -1.666s;
          animation-delay: -1.666s;
}
@-webkit-keyframes AULoadingScaleColorBoth {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  35% {
    -webkit-transform: scale(0.12);
            transform: scale(0.12);
    opacity: 0.001;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes AULoadingScaleColorBoth {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  35% {
    -webkit-transform: scale(0.12);
            transform: scale(0.12);
    opacity: 0.001;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-shared-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  border: 0.02rem solid #c9c9c9;
  border-radius: 0.04rem;
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.08rem;
  box-sizing: border-box;
}
.a-shared-checkbox-disabled {
  background: #d8d8d8;
}
.a-shared-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: none;
}
.a-shared-checkbox .a-icon-svg {
  position: absolute;
  top: 0;
  left: 0;
}
.a-checkbox .a-icon-success_no_circle {
  position: absolute;
  top: 0.04rem;
  left: 0.04rem;
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-shared-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  border: 0.02rem solid #c9c9c9;
  border-radius: 0.04rem;
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.08rem;
  box-sizing: border-box;
}
.a-shared-checkbox-disabled {
  background: #d8d8d8;
}
.a-shared-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: none;
}
.a-shared-checkbox .a-icon-svg {
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-icon {
  display: inline-block;
  font-size: 0;
}
.a-icon-svg {
  background-size: cover;
}
.a-icon-success {
  fill: #108ee9;
}
.a-icon-success_no_circle {
  fill: #108ee9;
}
.a-icon-info {
  fill: #108ee9;
}
.a-icon-download {
  fill: #108ee9;
}
.a-icon-warn {
  fill: #e8a010;
}
.a-icon-cancel {
  fill: #f4333c;
}
.a-icon-waiting {
  fill: #0ba194;
}
.a-icon-clear {
  fill: #ccc;
}
.a-icon-search {
  fill: #ababab;
}
.a-icon-success_dd {
  fill: #3296fa;
}
.a-icon-warn_dd {
  fill: #fee151;
}
.a-icon-cancel_dd {
  fill: #f25643;
}
.a-icon-waiting_dd {
  fill: #15bc83;
}
.a-icon-clear_dd {
  fill: #bfc0c1;
}
.a-icon-success_no_circle_dd {
  fill: #3296fa;
}
.a-icon-info_dd {
  fill: #3296fa;
}
.a-icon-search_dd {
  fill: #bfc0c1;
}
.a-icon-download_dd {
  fill: #3296fa;
}

.a-cover-image {
  z-index: 999;
  display: inline-block;
  width: 6rem;
  height: 4.50rem;
  overflow: hidden;
  pointer-events: auto;
}
.a-cover-image[hidden] {
  display: none;
}

.a-image {
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  width: 6rem;
  height: 4.50rem;
}
.a-image-lazy-load {
  background-color: rgba(255,255,255,0.01176);
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-cover-view {
  z-index: 999;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: auto;
  background-color: #fff;
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-input {
  display: inline-block;
  background-color: #fff;
  padding: 0.04rem 0.10rem;
  color: #000;
  font-size: 0.34rem;
  height: 0.50rem;
  box-sizing: content-box;
}
.a-input input:disabled {
  opacity: 0.4;
}
.a-input-wrap {
  position: relative;
  text-overflow: inherit;
  border: none;
  height: 100%;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  background: inherit;
  padding: 0;
  margin: 0;
  outline: none;
  text-align: inherit;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}
.a-input-wrap form {
  height: inherit;
}
.a-input-content {
  position: relative;
  border: none;
  height: inherit;
  width: 100%;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  background: transparent;
  display: inherit;
  padding: 0;
  margin: 0;
  outline: none;
  vertical-align: middle;
  text-align: inherit;
  overflow: inherit;
  white-space: inherit;
  text-overflow: inherit;
  -webkit-tap-highlight-color: transparent;
  left: 0;
  top: 0;
}
.a-input-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: inherit;
  white-space: nowrap;
  text-align: inherit;
  overflow: hidden;
  color: #ccc;
  font-family: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  justify-items: flex-start;
  -webkit-user-select: none;
}
.a-input-placeholder span {
  -webkit-flex: 1;
          flex: 1;
  padding-left: 0.06rem;
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-label {
  display: inline-block;
  line-height: 1.8;
}

.a-movable-area {
  position: relative;
  width: 0.20rem;
  height: 0.20rem;
}
.a-movable-area[hidden] {
  display: none;
}

.a-movable-view {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.20rem;
  height: 0.20rem;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.a-movable-view[hidden] {
  display: none;
}

.am-picker-popup {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding-bottom: env(safe-area-inset-bottom);
}
.am-picker-popup-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  -webkit-transform: translateZ(0.02rem);
          transform: translateZ(0.02rem);
}
.am-picker-popup-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 1000;
  -webkit-transform: translateZ(0.02rem);
          transform: translateZ(0.02rem);
}
.am-picker-popup-mask-hidden {
  display: none;
}
.am-picker-popup-header {
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7, transparent, transparent);
  background-position: bottom;
  background-size: 100% 0.02rem;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  border-bottom: 0.02rem solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-popup-header {
    border-bottom: none;
  }
  html:not([data-scale]) .am-picker-popup-header::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.02rem;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-popup-header::after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-picker-popup-header .am-picker-popup-header-right {
  text-align: right;
}
.am-picker-popup-item {
  color: #108ee9;
  font-size: 0.34rem;
  padding: 0.18rem 0.30rem;
  height: 0.84rem;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.am-picker-popup-item-active {
  background-color: #ddd;
}
.am-picker-popup-title {
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
  color: #000;
}
.am-picker-popup .am-picker-popup-close {
  display: none;
}
.am-picker-col {
  -webkit-flex: 1;
          flex: 1;
}

.am-picker-col {
  display: block;
  position: relative;
  height: 4.76rem;
  overflow: hidden;
  width: 100%;
}
.am-picker-col-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 2.04rem 0;
}
.am-picker-col-item {
  touch-action: manipulation;
  text-align: center;
  font-size: 0.32rem;
  height: 0.68rem;
  line-height: 0.68rem;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.am-picker-col-item-selected {
  font-size: 0.34rem;
}
.am-picker-col-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 2.04rem;
  background-repeat: no-repeat;
}
.am-picker-col-indicator {
  box-sizing: border-box;
  width: 100%;
  height: 0.68rem;
  position: absolute;
  left: 0;
  top: 2.04rem;
  z-index: 3;
  border-top: 0.02rem solid #ddd;
  border-bottom: 0.02rem solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-col-indicator {
    border-top: none;
  }
  html:not([data-scale]) .am-picker-col-indicator::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 0.02rem;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-col-indicator::before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-col-indicator {
    border-bottom: none;
  }
  html:not([data-scale]) .am-picker-col-indicator::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.02rem;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-col-indicator::after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-picker {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.am-picker-item {
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-picker-view {
  display: -webkit-flex;
  display: flex;
  height: 4.76rem;
  -webkit-align-items: center;
          align-items: center;
}
.a-picker-view-picker {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
}
.a-picker-view-picker-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 2.04rem;
  background-repeat: no-repeat;
}
.a-picker-view-picker-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.a-picker-view-picker-item {
  touch-action: manipulation;
  text-align: center;
  font-size: 0.32rem;
  height: 0.68rem;
  line-height: 0.68rem;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.a-picker-view-picker-indicator {
  box-sizing: border-box;
  width: 100%;
  height: 0.68rem;
  position: absolute;
  left: 0;
  top: 2.04rem;
  z-index: 3;
}
.a-picker-view-picker-indicator:before,
.a-picker-view-picker-indicator:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.a-picker-view-picker-indicator:before {
  top: 0;
  border-top: 0.02rem solid #e5e5e5;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.a-picker-view-picker-indicator:after {
  bottom: 0;
  border-bottom: 0.02rem solid #e5e5e5;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-progress {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.a-progress-container {
  -webkit-flex: 1;
          flex: 1;
}
.a-progress-outer {
  display: block;
  background-color: #eee;
}
.a-progress-bar {
  height: 0;
  border-bottom: 0.08rem solid #108ee9;
  transition: all 0.3s linear 0s;
}
.a-progress-info {
  margin-left: 0.20rem;
}

.a-shared-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  border: 0.02rem solid #c9c9c9;
  border-radius: 0.04rem;
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.08rem;
  box-sizing: border-box;
}
.a-shared-checkbox-disabled {
  background: #d8d8d8;
}
.a-shared-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: none;
}
.a-shared-checkbox .a-icon-svg {
  position: absolute;
  top: 0;
  left: 0;
}
/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-radio {
  border-radius: 100vh;
}
.a-radio-checked {
  border-width: 0;
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-slider {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.a-slider-wrapper {
  -webkit-flex: 1;
          flex: 1;
  padding: 0;
}
.a-slider-content {
  position: relative;
  margin: 0;
  padding: 0.20rem 0;
}
.a-slider-rail {
  position: absolute;
  width: 100%;
  height: 0.04rem;
  background-color: #ddd;
  box-sizing: border-box;
}
.a-slider-track {
  position: absolute;
  visibility: visible;
  left: 0;
  height: 0.04rem;
  border-radius: 0.04rem;
  background-color: #108ee9;
}
.a-slider-handle {
  position: absolute;
  margin-left: -0.24rem;
  margin-top: -0.24rem;
  width: 0.44rem;
  height: 0.44rem;
  cursor: pointer;
  border-radius: 100vh;
  border: 0.04rem solid #108ee9;
  background-color: #fff;
  box-sizing: border-box;
}
.a-slider-handle:active {
  background-color: #40a5ed;
  box-shadow: 0 0 0.04rem #40a5ed;
}
.a-slider-disabled {
  opacity: 0.3;
}
.a-slider-disabled .a-slider-track {
  height: 0.04rem;
}
.a-slider-disabled .a-slider-handle {
  cursor: not-allowed;
  box-shadow: none;
}
.a-slider-presentation {
  min-width: 0.10rem;
  font-size: 0.28rem;
  color: #999;
  margin-left: 0.16rem;
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-switch {
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-align-self: center;
          align-self: center;
}
.a-switch .checkbox {
  width: 1.02rem;
  height: 0.62rem;
  border-radius: 100vh;
  box-sizing: border-box;
  background: #e5e5e5;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  transition: all 300ms;
}
.a-switch .checkbox:before {
  content: ' ';
  position: absolute;
  left: 0.02rem;
  top: 0.02rem;
  width: 0.96rem;
  height: 0.56rem;
  border-radius: 100vh;
  box-sizing: border-box;
  background: #fff;
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 200ms;
}
.a-switch .checkbox:after {
  content: ' ';
  height: 0.56rem;
  width: 0.56rem;
  border-radius: 100vh;
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 0.02rem;
  top: 0.02rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 200ms;
  box-shadow: 0.04rem 0.04rem 0.08rem rgba(0, 0, 0, 0.21);
}
.a-switch .checkbox.checkbox-disabled {
  z-index: 3;
}
.a-switch input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0 none;
}
.a-switch input[type='checkbox']:checked + .checkbox {
  background: #108ee9;
}
.a-switch input[type='checkbox']:checked + .checkbox:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.a-switch input[type='checkbox']:checked + .checkbox:after {
  -webkit-transform: translateX(0.40rem);
          transform: translateX(0.40rem);
}
.a-switch input[type='checkbox']:disabled + .checkbox {
  opacity: 0.3;
}
.a-switch.a-switch-android .checkbox {
  width: 1.44rem;
  height: 0.46rem;
  border-radius: 0.06rem;
  background: #a7aaa6;
}
.a-switch.a-switch-android .checkbox:before {
  display: none;
}
.a-switch.a-switch-android .checkbox:after {
  width: 0.70rem;
  height: 0.42rem;
  border-radius: 0.04rem;
  box-shadow: none;
  left: 0.02rem;
  top: 0.02rem;
}
.a-switch.a-switch-android input[type='checkbox']:checked + .checkbox {
  background: #108ee9;
}
.a-switch.a-switch-android input[type='checkbox']:checked + .checkbox:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.a-switch.a-switch-android input[type='checkbox']:checked + .checkbox:after {
  -webkit-transform: translateX(0.70rem);
          transform: translateX(0.70rem);
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-textarea {
  position: relative;
  background-color: #fff;
  padding: 0.04rem 0.10rem;
  color: #000;
  font-size: 0.34rem;
  height: 0.84rem;
  line-height: 1.4;
}
.a-textarea-wrap {
  position: relative;
  height: 100%;
  width: inherit;
  line-height: inherit;
  font-family: inherit;
  min-height: inherit;
}
.a-textarea-placeholder {
  position: absolute;
  left: 0.06rem;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: inherit;
  word-break: break-all;
  word-wrap: break-word;
  text-align: inherit;
  vertical-align: middle;
  color: #ccc;
}
.a-textarea-content {
  position: relative;
  height: inherit;
  line-height: inherit;
  min-height: inherit;
  width: 100%;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background: transparent;
  display: inherit;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  vertical-align: middle;
  text-align: inherit;
  overflow: inherit;
  text-overflow: inherit;
  -webkit-tap-highlight-color: transparent;
  resize: none;
  z-index: 2;
}
.a-textarea-show-count {
  padding-bottom: 0.32rem;
}
.a-textarea-count-wrap {
  position: absolute;
  bottom: 0;
  right: 0.10rem;
  color: #b2b2b2;
  font-size: 0.28rem;
  margin: 0;
}

.a-video {
  width: 6rem;
  height: 4.50rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.a-video-poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://gw.alipayobjects.com/zos/rmsportal/yFeFExbGpDxvDYnKHcrs.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.a-video-play {
  z-index: 1;
  width: 1rem;
  height: 1rem;
  background-image: url(https://gw.alipayobjects.com/mdn/miniapp_de/afts/img/A*DBiWS4fIefQAAAAAAAAAAABkARQnAQ);
  background-size: 1rem 1rem;
}
.a-video-wrap,
.a-video-con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.a-canvas {
  width: 6rem;
  height: 4.50rem;
}

/**
 * 变量定义区
 */
/** 全局变量 **/
/* 背景色 */
/* 文字色 */
/* 业务色 */
/* 透明度 */
/* 尺寸 */
/* 圆角 */
/* 字体尺寸 */
/* 字体行高 */
/** 组件变量 **/
/* label */
/* line-height | 行高 */
/* radio */
/* corner-radius | 圆角 */
/* size | 边框大小 */
/* swiper */
/* size | swiper 宽度 */
/* size | swiper 高度 */
/* size | swiper 中的 slides 宽度 */
/* size | swiper 中的 slides 高度 */
/* size | swiper 中的 item 宽度 */
/* size | swiper 中的 item 高度 */
/* size | swiper 中的 indicator 宽度 */
/* size | swiper 中的 indicator 高度 */
/* size | swiper 中的 dot 宽度 */
/* size | swiper 中的 dot 高度 */
/* color | swiper 中的 dot 颜色 */
/* size | swiper 中的 dot active 时的宽度 */
/* color | swiper 中的 dot active 时的颜色 */
/* checkbox */
/* size | 边框宽度 */
/* color | 边框颜色 */
/* corner-radius | 边框圆角 */
/* size | 宽度 */
/* size | 高度 */
/* color | 禁用时的颜色 */
/* icon */
/* color | 成功 */
/* color | 成功没圆圈 */
/* color | 信息 */
/* color | 下载 */
/* color | 警告 */
/* color | 取消 */
/* color | 等待 */
/* color | 清除图标 */
/* color | 搜索图标 */
/* button */
/* font-size | 按钮字体大小 */
/* size | 高度 */
/* size | 行高 */
/* corner-radius | 默认边框圆角 */
/* color | 默认字体颜色 */
/* color | 默认背景色 */
/* size | 默认边框宽度 */
/* color | active态背景 */
/* color | active态字体颜色 */
/* color | disable态背景 */
/* color | disable态字体颜色 */
/* color | primary态背景 */
/* color | primary态字体颜色 */
/* color | primary态边框颜色 */
/* color | primary态active时背景 */
/* color | primary态active时文字颜色 */
/* color | primary态disabled时背景 */
/* color | primary态disabled时文字颜色 */
/* color | warn态背景 */
/* color | warn态字体颜色 */
/* color | warn态边框颜色 */
/* color | warn态active时背景 */
/* color | warn态active时文字颜色 */
/* color | warn态active时边框颜色 */
/* color | warn态disabled时背景 */
/* color | warn态disabled时文字颜色 */
/* size | warn态disabled时边框宽度 */
/* color | ghost态背景 */
/* color | ghost态字体颜色 */
/* color | ghost态边框颜色 */
/* color | ghost态active时背景 */
/* color | ghost态active时文字颜色 */
/* color | ghost态disabled时背景 */
/* color | ghost态disabled时文字颜色 */
/* font-size | small态字体大小 */
/* size | small态高度 */
/* size | small态行高 */
/* size | small态最小宽度 */
/* switch */
/* color | 背景 */
/* size | 宽度 */
/* size | 高度 */
/* corner-radius | 圆角 */
/* size | 浮标背景宽度 */
/* size | 浮标高度 */
/* corner-radius | 浮标圆角 */
/* color | 浮标背景 */
/* size | 浮标宽度 */
/* picker-view */
/* font-size | 字体大小 */
/* color | 字体颜色 */
/* slider */
/* color | 背景色 */
/* size | 线条高度 */
/* corner-radius | 线条圆角 */
/* color | 选中区背景色 */
/* size | 浮标size */
/* corner-radius | 浮标圆角 */
/* color | 浮标边框颜色 */
/* color | 浮标填充颜色 */
/* color | 浮标选中填充颜色 */
/* color | 浮标文字色 */
/* font-size | 浮标文字大小 */
/* progress */
/* color | 背景色 */
/* size | 高度 */
/* color | 进度条颜色 */
/* input */
/* color | 背景色 */
/* color | 文字色 */
/* color | placeholder文字色 */
.a-swiper {
  position: relative;
  display: block;
  visibility: visible;
  overflow: hidden;
  width: 100%;
  height: 3rem;
  box-sizing: border-box;
}
.a-swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.a-swiper-slides {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0, 0);
          transform: translate(0, 0, 0);
  transition-timing-function: ease-out;
}
.a-swiper-item {
  position: absolute;
  will-change: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.a-swiper-vertical .a-swiper-slides {
  -webkit-flex-direction: column;
          flex-direction: column;
}
.a-swiper-indicator {
  position: absolute;
  bottom: 0px;
  height: 0.28rem;
  width: 100%;
  text-align: center;
  -webkit-justify-content: center;
          justify-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.a-swiper-dot {
  display: inline-block;
  zoom: 1;
  width: 0.08rem;
  height: 0.06rem;
  margin: 0 0.04rem;
  background: #e8e8e8;
}
.a-swiper-dot-active {
  width: 0.22rem;
  background: #108ee9;
}

.a-web-view-mini {
  width: 100%;
  height: 4rem;
}
.remix-web-view {
  width: 100%;
  min-height: 100vh;
}

.a-map {
  width: 100vw;
  height: 100vh;
}

.remix-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);
}

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

.remix-textarea {
  position: relative;
  background-color: rgb(255, 255, 255);
  /* prettier-ignore */
  padding: 0.02rem 0.05rem;
  color: rgb(0, 0, 0);
  /* prettier-ignore */
  font-size: 0.17rem;
  /* prettier-ignore */
  height: 0.42rem;
  line-height: 1.4;
}

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

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

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

.remix-page.with-tab-bar {
  padding-bottom: 0.96rem;
}

.remix-page {
  min-height: 100vh;
  box-sizing: border-box;
  font-size: 0.32rem;
}

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

.rmc-pull-to-refresh-indicator {
  margin-top: -1rem;
}

.remix-pull-to-refresh-loading {
  width: 1rem;
  height: 1rem;
}

.remix-tab-bar {
  height: 0.96rem;
  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;
}

.remix-tab-bar .remix-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%;
}

.remix-tab-bar .remix-tab-item .remix-tab-item-image {
  height: 0.34rem;
  width: 0.34rem;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.remix-tab-bar .remix-tab-item .remix-tab-item-title {
}

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

.default-errorpage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 0.44rem;
  text-align: center;
}
.default-errorpage .desc-container .pic {
  width: 4.40rem;
  height: 4.40rem;
  margin: 0 auto;
  line-height: 4.40rem;
  background: url('https://gw.alipayobjects.com/zos/rmsportal/gZpdwdhrWJZSlYtvjkgw.png');
  background-size: 4.40rem 4.40rem;
}
.default-errorpage .desc-container .desc-text {
  margin-top: 0.40rem;
  color: #333;
  font-size: 0.40rem;
  line-height: 0.56rem;
}
.default-errorpage .btn-container {
  margin: 0;
  padding: 0 0 1rem;
}
.default-errorpage .btn-container .btn {
  margin: 0.52rem 0 0;
  padding: 0;
  color: #108ee9;
  font-size: 0.40rem;
  text-align: center;
}

.image___26-eH {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.title___aj50o {
  font-weight: 700;
  font-size: 0.36rem;
  text-align: center;
  line-height: 1.5;
}
.text___3LVpw {
  font-size: 0.28rem;
  line-height: 1.5;
}

