/*! 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 40px;
}

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

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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;
     -moz-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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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: -2px; /* 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;
}

/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  -webkit-animation-duration: .2s;
          animation-duration: .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: .2s;
          animation-duration: .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%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  -webkit-animation-duration: .2s;
          animation-duration: .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: .2s;
          animation-duration: .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: .2s;
          animation-duration: .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%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  -webkit-animation-duration: .2s;
          animation-duration: .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: #f5f5f9;
  font-size: 14px;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}

.am-tabs {
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          -moz-box-flex: 1;
       flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.am-tabs * {
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.am-tabs-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          -moz-box-flex: 1;
       flex: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.am-tabs-content-wrap-animated {
  -webkit-transition: left 0.3s cubic-bezier(0.35, 0, 0.25, 1), top 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: left 0.3s cubic-bezier(0.35, 0, 0.25, 1), top 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), top 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), top 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform, left, top;
}
.am-tabs-pane-wrap {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow-y: auto;
}
.am-tabs-tab-bar-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.am-tabs-horizontal .am-tabs-pane-wrap-active {
  height: auto;
}
.am-tabs-horizontal .am-tabs-pane-wrap-inactive {
  height: 0;
  overflow: visible;
}
.am-tabs-vertical .am-tabs-content-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
       flex-direction: column;
}
.am-tabs-vertical .am-tabs-tab-bar-wrap {
  height: 100%;
}
.am-tabs-vertical .am-tabs-pane-wrap {
  height: 100%;
}
.am-tabs-vertical .am-tabs-pane-wrap-active {
  overflow: auto;
}
.am-tabs-vertical .am-tabs-pane-wrap-inactive {
  overflow: hidden;
}
.am-tabs-top,
.am-tabs-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
       flex-direction: column;
}
.am-tabs-left,
.am-tabs-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
       flex-direction: row;
}
.am-tabs-default-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
       flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.am-tabs-default-bar-tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          -moz-box-align: center;
       align-items: center;
  font-size: 15px;
  height: 43.5px;
  line-height: 43.5px;
}
.am-tabs-default-bar-tab .am-badge .am-badge-text {
  top: -13px;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
.am-tabs-default-bar-tab .am-badge .am-badge-dot {
  top: -6px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.am-tabs-default-bar-tab-active {
  color: #108ee9;
}
.am-tabs-default-bar-underline {
  position: absolute;
  border: 1px #108ee9 solid;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.am-tabs-default-bar-animated .am-tabs-default-bar-content {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform;
}
.am-tabs-default-bar-animated .am-tabs-default-bar-underline {
  -webkit-transition: top 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), color 0.3s cubic-bezier(0.35, 0, 0.25, 1), width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: top 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), color 0.3s cubic-bezier(0.35, 0, 0.25, 1), width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: top, left, width, color;
}
.am-tabs-default-bar-top,
.am-tabs-default-bar-bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
       flex-direction: row;
}
.am-tabs-default-bar-top .am-tabs-default-bar-content,
.am-tabs-default-bar-bottom .am-tabs-default-bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
       flex-direction: row;
}
.am-tabs-default-bar-top .am-tabs-default-bar-prevpage,
.am-tabs-default-bar-bottom .am-tabs-default-bar-prevpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 59px;
  height: 100%;
  content: ' ';
  z-index: 999;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.am-tabs-default-bar-top .am-tabs-default-bar-nextpage,
.am-tabs-default-bar-bottom .am-tabs-default-bar-nextpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 59px;
  height: 100%;
  content: ' ';
  z-index: 999;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab,
.am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
  padding: 8px 0;
}
.am-tabs-default-bar-top .am-tabs-default-bar-underline,
.am-tabs-default-bar-bottom .am-tabs-default-bar-underline {
  bottom: 0;
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab {
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab {
    border-bottom: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
        -ms-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-tabs-default-bar-top .am-tabs-default-bar-tab::after {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
  border-top: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
    border-top: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
        -ms-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-tabs-default-bar-bottom .am-tabs-default-bar-tab::before {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-tabs-default-bar-left,
.am-tabs-default-bar-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
       flex-direction: column;
}
.am-tabs-default-bar-left .am-tabs-default-bar-content,
.am-tabs-default-bar-right .am-tabs-default-bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
       flex-direction: column;
}
.am-tabs-default-bar-left .am-tabs-default-bar-tab,
.am-tabs-default-bar-right .am-tabs-default-bar-tab {
  padding: 0 8px;
}
.am-tabs-default-bar-left .am-tabs-default-bar-underline {
  right: 0;
}
.am-tabs-default-bar-left .am-tabs-default-bar-tab {
  border-right: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab {
    border-right: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1PX;
    height: 100%;
    background: #ddd;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(0.5);
        -ms-transform: scaleX(0.5);
            transform: scaleX(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-tabs-default-bar-left .am-tabs-default-bar-tab::after {
    -webkit-transform: scaleX(0.33);
        -ms-transform: scaleX(0.33);
            transform: scaleX(0.33);
  }
}
.am-tabs-default-bar-right .am-tabs-default-bar-underline {
  left: 0;
}
.am-tabs-default-bar-right .am-tabs-default-bar-tab {
  border-left: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab {
    border-left: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(0.5);
        -ms-transform: scaleX(0.5);
            transform: scaleX(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-tabs-default-bar-right .am-tabs-default-bar-tab::before {
    -webkit-transform: scaleX(0.33);
        -ms-transform: scaleX(0.33);
            transform: scaleX(0.33);
  }
}

.am-icon {
  fill: currentColor;
  background-size: cover;
  width: 22px;
  height: 22px;
}
.am-icon-xxs {
  width: 15px;
  height: 15px;
}
.am-icon-xs {
  width: 18px;
  height: 18px;
}
.am-icon-sm {
  width: 21px;
  height: 21px;
}
.am-icon-md {
  width: 22px;
  height: 22px;
}
.am-icon-lg {
  width: 36px;
  height: 36px;
}
.am-icon-loading {
  -webkit-animation: cirle-anim 1s linear infinite;
          animation: cirle-anim 1s linear infinite;
}
@-webkit-keyframes cirle-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes cirle-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.am-toast {
  position: fixed;
  width: 100%;
  z-index: 1999;
  font-size: 14px;
  text-align: center;
}
.am-toast > span {
  max-width: 50%;
}
.am-toast.am-toast-mask {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          -moz-box-align: center;
       align-items: center;
  left: 0;
  top: 0;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.am-toast.am-toast-nomask {
  position: fixed;
  max-width: 50%;
  width: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.am-toast.am-toast-nomask .am-toast-notice {
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.am-toast-notice-content .am-toast-text {
  min-width: 60px;
  border-radius: 3px;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  line-height: 1.5;
  padding: 9px 15px;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
  border-radius: 5px;
  padding: 15px 15px;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
  margin-top: 6px;
}

.am-modal {
  position: relative;
}
.am-modal:not(.am-modal-transparent):not(.am-modal-popup) {
  width: 100%;
  height: 100%;
}
.am-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.am-modal-mask-hidden {
  display: none;
}
.am-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          -moz-box-pack: center;
       justify-content: center;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.am-modal-wrap-popup {
  display: block;
}
.am-modal-transparent {
  width: 270px;
}
.am-modal-transparent .am-modal-content {
  border-radius: 7px;
  padding-top: 15px;
}
.am-modal-transparent .am-modal-content .am-modal-body {
  padding: 0 15px 15px;
}
.am-modal-popup {
  position: fixed;
  left: 0;
  width: 100%;
}
.am-modal-popup-slide-down {
  top: 0;
}
.am-modal-popup-slide-up {
  bottom: 0;
}
.am-modal-popup .am-modal-content {
  padding-bottom: env(safe-area-inset-bottom);
}
.am-modal-title {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-align: center;
}
.am-modal-header {
  padding: 6px 15px 15px;
}
.am-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.am-modal-close {
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 15px;
  z-index: 999;
  height: 21px;
  width: 21px;
}
.am-modal-close-x {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'30'%20height%3D'30'%20viewBox%3D'0%200%2030%2030'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D'ALL-ICON'%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%20%3Cg%20id%3D'Rectangle-283-%2B-Rectangle-283'%20fill%3D'%23888888'%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20scale(-1%2C%201)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
.am-modal-body {
  font-size: 15px;
  color: #888;
  height: 100%;
  line-height: 1.5;
  overflow: auto;
}
.am-modal-button-group-h {
  position: relative;
  border-top: 1PX solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-h {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-button-group-h::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
        -ms-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-modal-button-group-h::before {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-modal-button-group-h .am-modal-button {
  -webkit-touch-callout: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          -moz-box-flex: 1;
       flex: 1;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #108ee9;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-modal-button-group-h .am-modal-button:first-child {
  color: #000;
}
.am-modal-button-group-h .am-modal-button:last-child {
  position: relative;
  border-left: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child {
    border-left: none;
  }
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(0.5);
        -ms-transform: scaleX(0.5);
            transform: scaleX(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-modal-button-group-h .am-modal-button:last-child::before {
    -webkit-transform: scaleX(0.33);
        -ms-transform: scaleX(0.33);
            transform: scaleX(0.33);
  }
}
.am-modal-button-group-v .am-modal-button {
  -webkit-touch-callout: none;
  position: relative;
  border-top: 1PX solid #ddd;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #108ee9;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
        -ms-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-modal-button-group-v .am-modal-button::before {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-modal-button-active {
  background-color: #ddd;
}
.am-modal-input-container {
  margin-top: 9px;
  border: 1PX solid #ddd;
  border-radius: 3px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-input-container {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-modal-input-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 6px;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    pointer-events: none;
  }
}
.am-modal-input {
  height: 36px;
  line-height: 1;
}
.am-modal-input:nth-child(2) {
  position: relative;
  border-top: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-input:nth-child(2) {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-input:nth-child(2)::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
        -ms-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-modal-input:nth-child(2)::before {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-modal-input input {
  position: relative;
  border: 0;
  width: 98%;
  height: 34px;
  top: 1PX;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0;
}
.am-modal-input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #ccc;
  padding-left: 8px;
}
.am-modal-input input::-moz-placeholder {
  font-size: 14px;
  color: #ccc;
  padding-left: 8px;
}
.am-modal-input input::-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
  padding-left: 8px;
}
.am-modal-input input:-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
  padding-left: 8px;
}
.am-modal-input input::placeholder {
  font-size: 14px;
  color: #ccc;
  padding-left: 8px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content {
  border-radius: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header {
  padding: 9px 24px 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header .am-modal-title {
  text-align: left;
  font-size: 21px;
  color: #000;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body {
  color: #000;
  text-align: left;
  padding: 0 24px 15px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
  border: 0;
  border-bottom: 1PX solid #ddd;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:before {
  display: none !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
    border-bottom: none;
  }
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
        -ms-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-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container::after {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child {
  border-top: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer {
  padding-bottom: 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h {
  overflow: hidden;
  border-top: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          -moz-box-pack: end;
       justify-content: flex-end;
  padding: 0 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
      -ms-flex: initial;
          -moz-box-flex: initial;
       flex: initial;
  margin-left: 3px;
  padding: 0 15px;
  height: 48px;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:first-child {
  color: #777;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child {
  border-left: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          -moz-box-pack: end;
       justify-content: flex-end;
  overflow: hidden;
  padding: 0 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button {
  border-top: 0;
  padding: 0 15px;
  margin-left: 3px;
  height: 48px;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-operation .am-modal-button {
  text-align: start;
  padding-left: 15px;
}
.am-modal.am-modal-operation .am-modal-content {
  border-radius: 7px;
  height: auto;
  padding-top: 0;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-body {
  padding: 0!important;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-button {
  color: #000;
  text-align: left;
  padding-left: 15px;
}
.am-modal-alert-content,
.am-modal-propmt-content {
  zoom: 1;
  overflow: hidden;
}

@charset "UTF-8";
/*弹层动画（放大）*/
@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translate3d(0, 0, 1px); } }

@keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translate3d(0, 0, 1px); } }

/*弹层动画（从上往下）*/
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

/*弹层动画（从下往上）*/
@-webkit-keyframes fadelogIn {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 1px); }
  100% {
    -webkit-transform: translate3d(0, 0, 2px);
    transform: translate3d(0, 0, 1px); } }
@keyframes fadelogIn {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 1px); }
  100% {
    -webkit-transform: translate3d(0, 0, 2px);
    transform: translate3d(0, 0, 1px); } }

.c-login-alert {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  z-index: 9999999;
  -webkit-animation: fadeleftIn .4s;
  animation: fadeleftIn .4s;
  -webkit-animation-name: popIn;
  animation-name: popIn;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px); }
  .c-login-alert div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding: 20px 25px;
    height: 25px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6); }

@charset "UTF-8";
/*弹层动画（放大）*/
@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translate3d(0, 0, 1px); } }

@keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translate3d(0, 0, 1px); } }

/*弹层动画（从上往下）*/
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

/*弹层动画（从下往上）*/
@-webkit-keyframes fadelogIn {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 1px); }
  100% {
    -webkit-transform: translate3d(0, 0, 2px);
    transform: translate3d(0, 0, 1px); } }
@keyframes fadelogIn {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 1px); }
  100% {
    -webkit-transform: translate3d(0, 0, 2px);
    transform: translate3d(0, 0, 1px); } }

.cLogin_privacy_modal {
  height: 80vh;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.26667rem;
  background-color: #fff;
  z-index: 9999999999;
  -webkit-animation: fadelogIn .4s;
  animation: fadelogIn .4s;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px); }
  .cLogin_privacy_modal .clogin-privacy {
    width: 100%;
    border-top-left-radius: 0.16rem;
    border-top-right-radius: 0.16rem;
    position: relative;
    border: 0;
    background-clip: padding-box;
    text-align: center;
    height: 100%;
    overflow: hidden; }
    .cLogin_privacy_modal .clogin-privacy .head {
      padding: 0.4rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 0.42667rem;
      font-weight: bold;
      color: #333333;
      border-bottom: 1px solid lightgray; }
      .cLogin_privacy_modal .clogin-privacy .head .clogin-bottom-shot.down-arrow {
        display: inline-block;
        position: relative;
        width: 0.53333rem;
        height: 0.53333rem;
        margin-right: 0.26667rem;
        margin-top: -0.2rem; }
      .cLogin_privacy_modal .clogin-privacy .head .clogin-bottom-shot.down-arrow:after {
        display: inline-block;
        content: "";
        height: 0.26667rem;
        width: 0.26667rem;
        border-width: 0 2px 2px 0;
        border-color: #999999;
        border-style: solid;
        -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
            -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
                transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        position: absolute;
        top: 45%;
        right: 0.13333rem;
        margin-top: -0.13333rem; }
    .cLogin_privacy_modal .clogin-privacy .clogin-context {
      font-size: 0.32rem;
      color: #888;
      height: 100%;
      line-height: 1.5;
      overflow: auto;
      overflow-x: hidden !important;
      overflow-y: auto;
      text-indent: 0.06667rem;
      padding: 0.29333rem 0.34667rem 1.5rem;
      color: #333333;
      line-height: 2;
      text-align: left; }
      .cLogin_privacy_modal .clogin-privacy .clogin-context p {
        word-break: break-all; }
      .cLogin_privacy_modal .clogin-privacy .clogin-context h3 {
        margin-top: 0.2rem;
        font-size: 0.34667rem; }

@charset "UTF-8";
/*弹层动画（放大）*/
@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translate3d(0, 0, 1px); } }

@keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translate3d(0, 0, 1px); } }

/*弹层动画（从上往下）*/
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

/*弹层动画（从下往上）*/
@-webkit-keyframes fadelogIn {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 1px); }
  100% {
    -webkit-transform: translate3d(0, 0, 2px);
    transform: translate3d(0, 0, 1px); } }
@keyframes fadelogIn {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 1px); }
  100% {
    -webkit-transform: translate3d(0, 0, 2px);
    transform: translate3d(0, 0, 1px); } }

.customer-modal-001 {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  background-color: rgba(0, 0, 0, 0.4); }
  .customer-modal-001 #customer-container-mobile, .customer-modal-001 #customer-container-pc {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    padding: 15px 0 30px;
    position: relative;
    background-color: #fff;
    border: 0;
    background-clip: padding-box;
    text-align: center;
    overflow: hidden;
    -webkit-animation: fadeleftIn .4s;
    animation: fadeleftIn .4s;
    -webkit-animation-name: popIn;
    animation-name: popIn; }

#customer-container-pc {
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #customer-container-pc .customer-close-icon {
    width: 100%;
    height: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    #customer-container-pc .customer-close-icon .customer-close-inner {
      position: relative;
      width: 30px;
      height: 20px;
      margin-right: 20px; }
      #customer-container-pc .customer-close-icon .customer-close-inner:before, #customer-container-pc .customer-close-icon .customer-close-inner:after {
        position: absolute;
        content: ' ';
        right: 15px;
        width: 1px;
        height: 20px;
        background-color: gray; }
      #customer-container-pc .customer-close-icon .customer-close-inner:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      #customer-container-pc .customer-close-icon .customer-close-inner:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  #customer-container-pc .head {
    text-align: center;
    font-size: 18px; }
    #customer-container-pc .head p {
      margin: 0; }
    #customer-container-pc .head .head-text1 {
      font-weight: bold; }
    #customer-container-pc .head .head-text2 {
      margin-top: 10px;
      font-size: 16px;
      color: #646464; }
  #customer-container-pc .input-area {
    width: 360px;
    border-top: 1px solid #F2F2F2;
    height: auto;
    margin: 20px auto;
    font-size: 16px; }
    #customer-container-pc .input-area .number span {
      width: 65px; }
    #customer-container-pc .input-area > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 15px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-bottom: 1px solid #F2F2F2; }
      #customer-container-pc .input-area > div span {
        font-size: 16px;
        color: #666666; }
      #customer-container-pc .input-area > div input {
        height: 38px;
        border: none;
        margin-left: 20px;
        outline: none; }
        #customer-container-pc .input-area > div input:-webkit-input-placeholder {
          color: #000000 !important; }
        #customer-container-pc .input-area > div input:d-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #000000; }
        #customer-container-pc .input-area > div input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #000000; }
        #customer-container-pc .input-area > div input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #000000; }
        #customer-container-pc .input-area > div input.input-phoneNumber {
          width: 270px; }
      #customer-container-pc .input-area > div.verifyCode .text1 {
        width: 65px; }
      #customer-container-pc .input-area > div.verifyCode .input-verifyCode {
        width: 155px; }
      #customer-container-pc .input-area > div.verifyCode .customer-get-code {
        background: #1890FF;
        color: white;
        padding: 8px 18px;
        margin-left: 10px;
        cursor: pointer;
        font-size: 14px;
        border-radius: 2px; }
        #customer-container-pc .input-area > div.verifyCode .customer-get-code.customer-sendSms {
          color: #999999;
          width: 125px;
          cursor: default;
          background: transparent !important;
          padding: 0;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
      #customer-container-pc .input-area > div.verifyCode .customer-code-time {
        display: none; }
    #customer-container-pc .input-area .privacy {
      border-bottom: none; }
      #customer-container-pc .input-area .privacy .customer-select-circle {
        background: #FFFFFF;
        border: 1px solid #e3e3e3;
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #customer-container-pc .input-area .privacy .customer-select-circle.customer-icon-selected {
          border: none; }
          #customer-container-pc .input-area .privacy .customer-select-circle.customer-icon-selected i {
            width: 6px;
            height: 10px;
            border-color: white;
            border-style: solid;
            border-width: 0 2px 2px 0;
            display: inline-block;
            margin-top: -2px;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
      #customer-container-pc .input-area .privacy .privacy-agree {
        margin-left: 10px;
        color: #A6A6A6;
        font-size: 14px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        text-align: left; }
      #customer-container-pc .input-area .privacy .customer-privacy-btn, #customer-container-pc .input-area .privacy .customer-authorize-btn {
        color: #1890FF;
        cursor: pointer;
        font-size: 14px; }
  #customer-container-pc .customer-button .customer-login-btn {
    background: #1890FF;
    color: white;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    outline: none;
    width: 240px;
    height: 45px;
    cursor: pointer;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(183, 183, 183, 0.4);
            box-shadow: 0px 6px 10px 0px rgba(183, 183, 183, 0.4); }

#customer-container-mobile {
  width: 9.2rem;
  padding-bottom: 0.53333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto; }
  #customer-container-mobile .customer-close-icon {
    width: 100%;
    height: 0.53333rem;
    padding-right: 0.26667rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    #customer-container-mobile .customer-close-icon .customer-close-inner {
      width: 0.53333rem;
      height: 0.53333rem;
      position: relative; }
      #customer-container-mobile .customer-close-icon .customer-close-inner:before, #customer-container-mobile .customer-close-icon .customer-close-inner:after {
        position: absolute;
        content: ' ';
        right: 0.26667rem;
        top: 0.13333rem;
        width: 0.02667rem;
        height: 0.4rem;
        background-color: gray; }
      #customer-container-mobile .customer-close-icon .customer-close-inner:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      #customer-container-mobile .customer-close-icon .customer-close-inner:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  #customer-container-mobile .head {
    text-align: center;
    font-size: 0.50667rem; }
    #customer-container-mobile .head p {
      margin: 0; }
    #customer-container-mobile .head .head-text1 {
      font-weight: bold; }
    #customer-container-mobile .head .head-text2 {
      margin-top: 0.13333rem;
      font-size: 0.37333rem;
      color: #646464; }
  #customer-container-mobile .input-area {
    width: 8.66667rem;
    border-top: 1px solid #F2F2F2;
    height: auto;
    margin: 0.53333rem auto;
    font-size: 0.37333rem; }
    #customer-container-mobile .input-area .number span {
      width: 1.84rem; }
    #customer-container-mobile .input-area > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-bottom: 1px solid #F2F2F2; }
      #customer-container-mobile .input-area > div span {
        font-size: 0.37333rem;
        color: #666666; }
      #customer-container-mobile .input-area > div input {
        height: 1.44rem;
        border: none;
        margin-left: 0.26667rem;
        font-size: 0.37333rem;
        outline: none; }
        #customer-container-mobile .input-area > div input:-webkit-input-placeholder {
          color: #000000 !important;
          font-size: 0.37333rem; }
        #customer-container-mobile .input-area > div input:d-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #000000;
          font-size: 0.37333rem; }
        #customer-container-mobile .input-area > div input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #000000;
          font-size: 0.37333rem; }
        #customer-container-mobile .input-area > div input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #000000;
          font-size: 0.37333rem; }
        #customer-container-mobile .input-area > div input.input-phoneNumber {
          width: 6.53333rem; }
      #customer-container-mobile .input-area > div.verifyCode .text1 {
        width: 2.13333rem; }
      #customer-container-mobile .input-area > div.verifyCode .input-verifyCode {
        width: 3.73333rem; }
      #customer-container-mobile .input-area > div.verifyCode .customer-get-code {
        background: #1890FF;
        color: white;
        margin-left: 0.13333rem;
        cursor: pointer;
        font-size: 0.37333rem;
        width: 3.09333rem;
        height: 0.8rem;
        border-radius: 2px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #customer-container-mobile .input-area > div.verifyCode .customer-get-code.customer-sendSms {
          color: #999999;
          cursor: default;
          background: transparent !important;
          padding: 0;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
      #customer-container-mobile .input-area > div.verifyCode .customer-code-time {
        display: none; }
    #customer-container-mobile .input-area .privacy {
      border-bottom: none;
      margin-top: 0.26667rem;
      padding-left: 0.4rem; }
      #customer-container-mobile .input-area .privacy .customer-select-circle {
        background: #FFFFFF;
        border: 1px solid #e3e3e3;
        width: 0.5rem;
        height: 0.5rem;
        display: inline-block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 50%; }
        #customer-container-mobile .input-area .privacy .customer-select-circle.customer-icon-selected {
          border: none; }
          #customer-container-mobile .input-area .privacy .customer-select-circle.customer-icon-selected i {
            height: 0.26rem;
            width: 0.14933rem;
            border-color: white;
            margin-top: -0.02rem;
            border-style: solid;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
      #customer-container-mobile .input-area .privacy .privacy-agree {
        margin-left: 0.13333rem;
        color: #A6A6A6;
        font-size: 0.32rem;
        text-align: left; }
      #customer-container-mobile .input-area .privacy .customer-privacy-btn, #customer-container-mobile .input-area .privacy .customer-authorize-btn {
        color: #1890FF;
        cursor: pointer;
        font-size: 0.32rem; }
  #customer-container-mobile .customer-button .customer-login-btn {
    background: #1890FF;
    color: white;
    font-size: 0.48rem;
    border-radius: 4px;
    border: none;
    outline: none;
    width: 8.4rem;
    height: 1.25333rem;
    cursor: pointer;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(183, 183, 183, 0.4);
            box-shadow: 0px 6px 10px 0px rgba(183, 183, 183, 0.4); }

.rc-rate {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  outline: none;
}
.rc-rate-rtl {
  direction: rtl;
}
.rc-rate-disabled .rc-rate-star {
  cursor: default;
}
.rc-rate-disabled .rc-rate-star:before,
.rc-rate-disabled .rc-rate-star-content:before {
  cursor: default;
}
.rc-rate-disabled .rc-rate-star:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.rc-rate-star {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #e9e9e9;
  cursor: pointer;
  line-height: 1.5;
}
.rc-rate-rtl .rc-rate-star {
  margin-right: 0;
  margin-left: 8px;
  float: right;
}
.rc-rate-star-first,
.rc-rate-star-second {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rc-rate-star-focused,
.rc-rate-star:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.rc-rate-star-first {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.rc-rate-rtl .rc-rate-star-first {
  right: 0;
  left: auto;
}
.rc-rate-star-half .rc-rate-star-first,
.rc-rate-star-half .rc-rate-star-second {
  opacity: 1;
}
.rc-rate-star-half .rc-rate-star-first,
.rc-rate-star-full .rc-rate-star-second {
  color: #f5a623;
}
.rc-rate-star-half:hover .rc-rate-star-first,
.rc-rate-star-full:hover .rc-rate-star-second {
  color: #f8c165;
}
@font-face {
  font-family: 'anticon';
  src: url('//at.alicdn.com/t/font_r5u29ls31bgldi.eot');
  /* IE9*/
  src: url('//at.alicdn.com/t/font_r5u29ls31bgldi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/font_r5u29ls31bgldi.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/font_r5u29ls31bgldi.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/font_r5u29ls31bgldi.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.anticon {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon:before {
  display: block;
  font-family: "anticon" !important;
}
.anticon-star:before {
  content: "\E660";
}

@charset "UTF-8";
/* 媒体查询 */
.player-box .prism-player .operators {
  display: none; }

.player-box .prism-player .prism-big-play-btn {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(https://res.qixin18.com/node-qixin-cps-v3/_next/static/images/play-big-0592b383e5ed648946c0530beaa78046.png);
  z-index: 1;
  z-index: 1;
  background-position: center;
  background-size: contain;
  top: 40%;
  left: 40%;
  position: absolute; }
  .player-box .prism-player .prism-big-play-btn .outter {
    display: none; }

.player-box .prism-player .prism-controlbar {
  z-index: 1;
  display: none; }

.player-box .prism-player .prism-cover {
  z-index: 0; }

.player-box .prism-player.mini .prism-big-play-btn {
  width: 0.66667rem;
  height: 0.66667rem; }

.player-box .prism-player.mini .prism-controlbar {
  height: 100%; }
  .player-box .prism-player.mini .prism-controlbar .prism-controlbar-bg {
    height: 100%; }
  .player-box .prism-player.mini .prism-controlbar .prism-progress,
  .player-box .prism-player.mini .prism-controlbar .prism-time-display {
    display: none; }

.player-box .prism-player.mini .prism-play-btn {
  position: absolute;
  left: 50%;
  bottom: 0.26667rem;
  width: 0.32rem;
  height: 0.32rem;
  float: none !important;
  margin-left: -0.16rem !important;
  margin-top: 0 !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAYCAYAAAD3Va0xAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAEqADAAQAAAABAAAAGAAAAADz0YjOAAABIklEQVQ4EWP4//+/ERBfAOLXQDwRiDkZyAFAjReBGBlcBXJ0STYLqOkfsilQ9ncgnUOSYVgMQRbaBOSIEGUgsi4c7KdAcSeChuHQjC78FyjQDsQsOA1E10GAfxIor4zVMAIasUl/AgrGYBiGTSWRYouA6njhBhKpCZeyO0AJU5BhjCAVcFPJY/wGaoukhkEg6x8wkecIDF1M1HDRX6CxsQy4QpFI8YdAdTZg9xGpAZuy1UBBAbgnsakgIPYVKJ8CNwDGIKAJXfo8UEADpheFRleJgw8qs/qBmB1FMzIHh0Zk4ZdAjieyHqxsZB1Y2DuBYhJYNaILAhViK2p/AsVLgJgRXT1OPlAxeuF/CyhmjFMDLgmgJlh1BAqLyUDMg0stPnEAB+hgPW/8OOgAAAAASUVORK5CYII=);
  background-position: center; }
  .player-box .prism-player.mini .prism-play-btn.playing {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAYCAYAAAD6S912AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAGAAAAAB3LR38AAAAjklEQVQ4Ee2VQQqAIBREJaKNl7RL1G0TqU3tXQiBzYAL+UhFtcuBF36Z+cEQpGKMPbBgAwsY1U3RmzLMWmAUHg7kChi6q530AHpzuQZBLcJc1oq70kiPfLHmwk9VF76vs3ZYO3zQQP1sHpQmIj/t0IsaAuZd3JVGeujN5fnXM2ACK5jBkDvOzvSmDLPcYQ6PY32MUebq2AAAAABJRU5ErkJggg==); }

.player-box .prism-player.mini .icon-restore,
.player-box .prism-player.mini .icon-close {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  top: 0;
  background-position: center;
  background-size: 0.21333rem 0.21333rem;
  background-repeat: no-repeat;
  z-index: 15; }

.player-box .prism-player.mini .icon-restore {
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEKADAAQAAAABAAAAEAAAAAA0VXHyAAAAXElEQVQ4EWP4////ViBGB1sZiARMQHVeWNT+xyKGVYgFJsoIBDA2KTTIBRQBig0AeWEbEBPtZ4qcO0w1kxX3oLAAJl1waqXEAHDMUZwO6GcAyM/IWRaWJih1wS4AYMgyfVdF1XIAAAAASUVORK5CYII=); }

.player-box .prism-player.mini .icon-close {
  right: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEKADAAQAAAABAAAAEAAAAAA0VXHyAAAAvklEQVQ4EZWSQQ6EIAxFwbVxPW7mMu7Hwzh7b+UVvM9coPO/oaaQQLFJLbR9vwYIIhLh7/DQyJAN+Kxw2rdXg70XIfKhwAg/U8IVQZ/CZMZrKBYT3BUp4Cn740Jky4rYoL7BaRyUw9rMQmpAkFuEayZgdbgmAqgfrog0Jw8K2Rhj/GF/mNyRcibVWGKkvSr3djKpAuah2oNtv5MSVuUukRrcJeLBTRHAC5zmPxIooc+eycLEDN9Z0EleZG9iXn+ZOYCALYRsqwAAAABJRU5ErkJggg==); }

@charset "UTF-8";
/* reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea, p, blockquote, th, td,
header, hgroup, nav, section, article, aside, footer, figure, figcaption, menu, button {
  margin: 0;
  padding: 0; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0 auto !important;
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  color: #4a4a4a;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  background: #efeff4;
  -webkit-overflow-scrolling: touch; }
  body::webkit-scrollbar {
    width: 0;
    height: 0; }

/* 一致的 del 样式 */
del {
  text-decoration: line-through; }

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500; }

/* 只允许垂直调整尺寸 */
textarea {
  resize: vertical; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* 更好的hr样式 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* 移除选中阴影 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none; }

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400; }

q:before,
q:after {
  content: ''; }

ins,
a {
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none; }

input,
textarea,
button {
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  color: #666;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* variable.css */
/*Color*/
/* 媒体查询 */
/* variable.css */
/*Color*/
.am-checkbox-inner {
  width: 0.58667rem !important;
  height: 0.58667rem !important; }
  .am-checkbox-inner:after {
    width: 0.13333rem;
    height: 0.26667rem;
    border-width: 0 2px 2px 0;
    top: 0.05333rem;
    right: 0.17333rem; }

.am-checkbox.am-checkbox-checked .am-checkbox-inner {
  background: #00a2ff !important;
  border-color: #00a2ff !important; }

.am-modal .am-modal-button-group-h .am-modal-button:last-child {
  color: #00a2ff; }

.am-modal .am-modal-button-group-v .am-modal-button {
  color: #00a2ff;
  font-size: 0.49333rem; }

.am-modal .am-modal-content {
  border-radius: 4px !important; }

.am-modal .am-modal-footer .am-modal-button:first-child {
  color: #999999; }

.am-modal-popup .am-modal-close {
  height: 0.53333rem;
  width: 0.53333rem;
  top: 0.4rem;
  right: 0.4rem; }
  .am-modal-popup .am-modal-close-x {
    background-image: none;
    font-size: 0.4rem;
    color: #000; }
    .am-modal-popup .am-modal-close-x::after {
      content: '\E61F';
      font-family: 'iconfont'; }

.am-modal-popup .am-modal-content {
  border-top-left-radius: 0.16rem;
  border-top-right-radius: 0.16rem; }

.am-modal-popup .am-modal-header {
  padding: 0.4rem 1.04rem 0.4rem 0.4rem;
  position: relative; }
  .am-modal-popup .am-modal-header .am-modal-title {
    font-size: 0.42667rem;
    font-weight: bold;
    color: #333333;
    text-align: left; }
  .am-modal-popup .am-modal-header::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0.4rem;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
        transform: scaleY(0.5); }

.am-modal-popup .am-modal-body {
  overflow-x: hidden !important; }

.am-modal-transparent {
  width: 8.26667rem !important; }

.am-button {
  height: 1.14667rem !important;
  line-height: 1.14667rem !important;
  font-size: 0.4rem !important;
  color: #00a2ff !important; }
  .am-button-primary {
    color: #ffffff !important;
    background-color: #00a2ff !important;
    border: 1px solid #00a2ff !important; }
    .am-button-primary::before {
      border: 1px solid #00a2ff !important; }
    .am-button-primary.am-button-active {
      background-color: #00a2ff !important;
      opacity: 0.8; }

.am-action-sheet-button-list .am-action-sheet-button-list-item {
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.42667rem; }

.am-switch .checkbox {
  width: 1.17333rem !important;
  height: 0.61333rem !important;
  border-radius: 0.61333rem !important; }
  .am-switch .checkbox::before {
    width: 0.56rem !important; }
  .am-switch .checkbox::before, .am-switch .checkbox::after {
    width: 0.56rem !important;
    height: 0.56rem !important;
    border-radius: 0.56rem !important;
    top: 0.02667rem !important;
    left: 0.04rem !important; }

.am-switch input[type='checkbox']:checked + .checkbox {
  background: #00a2ff !important; }
  .am-switch input[type='checkbox']:checked + .checkbox:after {
    -webkit-transform: translateX(0.53333rem) !important;
        -ms-transform: translateX(0.53333rem) !important;
            transform: translateX(0.53333rem) !important; }

.am-accordion::before {
  display: none !important; }

.am-accordion-item i {
  width: 0.32rem !important;
  height: 0.32rem !important;
  background-size: contain !important;
  right: 0.4rem !important; }

.am-list-header {
  font-size: 0.4rem !important;
  font-weight: bold;
  color: #333333 !important;
  background: #ffffff; }
  .am-list-header::before {
    content: '';
    display: inline-block;
    width: 0.05333rem;
    height: 2ex;
    margin-right: 0.21333rem;
    background: #00a2ff;
    vertical-align: text-bottom; }

.am-list-body::after {
  display: none !important; }

.am-list-item {
  padding-left: 0.4rem !important;
  min-height: 1.17333rem !important; }
  .am-list-item.has-value .am-list-extra {
    color: #333333 !important; }
  .am-list-item .am-textarea-label {
    color: #333333 !important;
    font-size: 0.4rem !important; }
  .am-list-item .am-textarea-control textarea {
    font-size: 0.4rem !important; }
    .am-list-item .am-textarea-control textarea::-webkit-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-textarea-control textarea::-moz-placeholder {
      color: #999999 !important; }
    .am-list-item .am-textarea-control textarea:-ms-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-textarea-control textarea::-ms-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-textarea-control textarea::placeholder {
      color: #999999 !important; }
  .am-list-item .am-input-clear-active {
    background-color: #00a2ff; }
  .am-list-item .am-list-extra {
    font-size: 0.4rem !important;
    color: #999999 !important; }
  .am-list-item .am-list-line .am-input-label,
  .am-list-item .am-list-line .am-input-control {
    font-size: 0.4rem !important; }
  .am-list-item .am-list-line .am-input-control input {
    font-size: 0.4rem !important;
    color: #333333 !important; }
    .am-list-item .am-list-line .am-input-control input::-webkit-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-list-line .am-input-control input::-moz-placeholder {
      color: #999999 !important; }
    .am-list-item .am-list-line .am-input-control input:-ms-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-list-line .am-input-control input::-ms-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-list-line .am-input-control input::placeholder {
      color: #999999 !important; }
  .am-list-item .am-list-line .am-list-content {
    font-size: 0.4rem !important; }
  .am-list-item .am-list-line .am-list-arrow {
    width: 0.4rem !important;
    height: 0.4rem !important; }
  .am-list-item .am-list-line .am-list-extra,
  .am-list-item .am-list-line .am-list-content {
    padding-top: 0.18667rem !important;
    padding-bottom: 0.18667rem !important; }
  .am-list-item.am-input-item {
    padding-right: 0.4rem !important; }
    .am-list-item.am-input-item .am-list-line {
      padding-right: 0 !important; }
      .am-list-item.am-input-item .am-list-line .am-input-extra {
        color: #333333 !important; }
  .am-list-item::after {
    left: 0.4rem !important; }

.am-navbar {
  height: 1.33333rem !important; }
  .am-navbar-dark {
    background-color: #00a2ff !important; }
  .am-navbar-title {
    font-size: 0.48rem !important; }
  .am-navbar .am-icon-lg {
    width: 0.93333rem !important;
    height: 0.93333rem !important; }

#videoInfoTabs .am-tabs .am-tabs-default-bar-tab {
  width: 1.6rem !important;
  margin-left: 0.53333rem;
  font-size: 0.37333rem;
  border-bottom: none !important; }
  #videoInfoTabs .am-tabs .am-tabs-default-bar-tab::after {
    content: none !important; }

#videoInfoTabs .am-tabs .am-tabs-default-bar-content {
  border-bottom: 1px solid #d8d8d8 !important; }

#videoInfoTabs .am-tabs .am-tabs-pane-wrap {
  margin-top: 10px; }

#videoInfoTabs .am-tabs .am-tabs-default-bar-underline {
  width: 0.8rem !important;
  background: #1272ff;
  border-color: #1272ff; }

#videoInfoTabs .am-tabs .am-tabs-default-bar-tab-active {
  color: #333333;
  font-weight: bold; }

.college-videoMain .prism-big-play-btn {
  left: calc(50% - 32px) !important;
  top: calc(50% - 32px) !important; }

.college-videoMain .prism-volume {
  background: none !important; }
  .college-videoMain .prism-volume .short-horizontal {
    right: 13px !important; }
  .college-videoMain .prism-volume .long-horizontal {
    right: 6px !important; }

@font-face {
  font-family: "iconfont";
  src: url("/static/fonts/iconfont.eot?t=1605149549458");
  /* IE9 */
  src: url("/static/fonts/iconfont.eot?t=1605149549458#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("/static/fonts/iconfont.woff?t=1605149549458") format("woff"), url("/static/fonts/iconfont.ttf?t=1605149549458") format("truetype"), url("/static/fonts/iconfont.svg?t=1605149549458#iconfont") format("svg");
  /* iOS 4.1- */ }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-baodanguanli3:before {
  content: "\E623"; }

.icon-Customer_service:before {
  content: "\E612"; }

.icon-underwriting:before {
  content: "\E614"; }

.icon-claims:before {
  content: "\E622"; }

.icon-fanhui:before {
  content: "\E601"; }

.icon-fail:before {
  content: "\E644"; }

.icon-rengonghebao1:before {
  content: "\E643"; }

.icon-delete:before {
  content: "\E642"; }

.icon-huodepeikuan:before {
  content: "\E641"; }

.icon-jisuheshen:before {
  content: "\E640"; }

.icon-tijiaocailiao:before {
  content: "\E63F"; }

.icon-shenqinglipei:before {
  content: "\E63E"; }

.icon-front:before {
  content: "\E60F"; }

.icon-reverse:before {
  content: "\E611"; }

.icon-ocr_camera:before {
  content: "\E60A"; }

.icon-ocr_pic:before {
  content: "\E60D"; }

.icon-zhinenghebao:before {
  content: "\E63D"; }

.icon-rengonghebao:before {
  content: "\E63C"; }

.icon-zengxian:before {
  content: "\E63B"; }

.icon-dunpai:before {
  content: "\E63A"; }

.icon-check:before {
  content: "\E639"; }

.icon-ss_close:before {
  content: "\E600"; }

.icon-shouji:before {
  content: "\E747"; }

.icon-weixin2:before {
  content: "\E748"; }

.icon-get-giftinsurance-success:before {
  content: "\E605"; }

.icon-shibai:before {
  content: "\E603"; }

.icon-chenggong:before {
  content: "\E602"; }

.icon-stepper-increase:before {
  content: "\E637"; }

.icon-stepper-decrease:before {
  content: "\E638"; }

.icon-checked:before {
  content: "\E636"; }

.icon-more-down-arrow:before {
  content: "\E635"; }

.icon-up-arrow:before {
  content: "\E632"; }

.icon-right-triangle:before {
  content: "\E633"; }

.icon-down-arrow:before {
  content: "\E634"; }

.icon-index-3:before {
  content: "\E62C"; }

.icon-index-4:before {
  content: "\E62F"; }

.icon-index-1:before {
  content: "\E630"; }

.icon-index-2:before {
  content: "\E631"; }

.icon-index-1-dash:before {
  content: "\E629"; }

.icon-index-3-dash:before {
  content: "\E62B"; }

.icon-index-4-dash:before {
  content: "\E62D"; }

.icon-index-2-dash:before {
  content: "\E62E"; }

.icon-index-5-dash:before {
  content: "\E625"; }

.icon-index-5:before {
  content: "\E627"; }

.icon-down:before {
  content: "\E620"; }

.icon-up:before {
  content: "\E621"; }

.icon-edit-trial:before {
  content: "\E61C"; }

.icon-scroll-top:before {
  content: "\E61B"; }

.icon-artificial-underwriting:before {
  content: "\E61A"; }

.icon-wechat:before {
  content: "\E61D"; }

.icon-ai:before {
  content: "\E61E"; }

.icon-help:before {
  content: "\E619"; }

.icon-shouye:before {
  content: "\E618"; }

.icon-kefu:before {
  content: "\E617"; }

.icon-dianhua:before {
  content: "\E616"; }

.icon-Artboard:before {
  content: "\E610"; }

.icon-remind:before {
  content: "\E60E"; }

.icon-import:before {
  content: "\E60C"; }

.icon-add-policy:before {
  content: "\E60B"; }

.icon-upload:before {
  content: "\E609"; }

.icon-cancel:before {
  content: "\E608"; }

.icon-daixubaodan:before {
  content: "\E607"; }

.icon-camera:before {
  content: "\E606"; }

.icon-my-policy:before {
  content: "\E604"; }

.icon-refresh:before {
  content: "\E615"; }

.icon-web-icon-:before {
  content: "\E6E9"; }

.icon-CombinedShape:before {
  content: "\E71C"; }

.icon-Fill:before {
  content: "\E71B"; }

.icon-09:before {
  content: "\E61F"; }

.icon-icon8:before {
  content: "\E6DC"; }

.icon-GroupCopy:before {
  content: "\E71A"; }

.icon-iconcopy3:before {
  content: "\E719"; }

.icon-iconcopy:before {
  content: "\E716"; }

.icon-iconcopy1:before {
  content: "\E717"; }

.icon-iconcopy2:before {
  content: "\E718"; }

.icon-icon:before {
  content: "\E70E"; }

.icon-add:before {
  content: "\E70F"; }

.icon-icon1:before {
  content: "\E710"; }

.icon-icon2:before {
  content: "\E711"; }

.icon-icon3:before {
  content: "\E712"; }

.icon-icon4:before {
  content: "\E713"; }

.icon-icon5:before {
  content: "\E714"; }

.icon-icon6:before {
  content: "\E715"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font: 0.24rem/1.5 "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", sans-serif;
  color: #333; }

.w-750 {
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.nofloat {
  float: none; }

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

.strong {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.border-radius {
  border: 0; }

.cursor-pointer {
  cursor: pointer; }

a {
  text-decoration: none;
  color: #333; }

.overflow-y {
  overflow-x: hidden;
  overflow-y: auto; }

.button {
  background-color: #666;
  color: #fff;
  border-color: transparent;
  cursor: pointer; }

.hidden {
  display: none; }

.none {
  display: none !important; }

.show {
  display: block; }

.fn-hide {
  display: none; }

.fn-show {
  display: block !important; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.ovh {
  overflow: hidden; }

.ova {
  overflow: auto; }

.img-center {
  display: block;
  margin: 0 auto; }

.vis-hide {
  visibility: hidden; }

.no-selected {
  -moz-user-select: none;
  /* firefox */
  -webkit-user-select: none;
  /* webkit */
  -ms-user-select: none;
  /* IE10 */
  /* old */
  user-select: none; }

.tac {
  text-align: center; }

.tal {
  text-align: left !important; }

.tar {
  text-align: right; }

.taj {
  text-align: justify; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

/*常用字体大小*/
.f12 {
  font-size: 0.16rem; }

.f13 {
  font-size: 0.17333rem; }

.f14 {
  font-size: 0.18667rem; }

.f15 {
  font-size: 0.2rem; }

.f16 {
  font-size: 0.21333rem; }

.f17 {
  font-size: 0.22667rem; }

.f18 {
  font-size: 0.24rem; }

.f19 {
  font-size: 0.25333rem; }

.f20 {
  font-size: 0.26667rem; }

.f21 {
  font-size: 0.28rem; }

.f22 {
  font-size: 0.29333rem; }

.f23 {
  font-size: 0.30667rem; }

.f24 {
  font-size: 0.32rem; }

.f25 {
  font-size: 0.33333rem; }

.f26 {
  font-size: 0.34667rem; }

.f27 {
  font-size: 0.36rem; }

.f28 {
  font-size: 0.37333rem; }

.f29 {
  font-size: 0.38667rem; }

.f30 {
  font-size: 0.4rem; }

.f31 {
  font-size: 0.41333rem; }

.f32 {
  font-size: 0.42667rem; }

.f33 {
  font-size: 0.44rem; }

.f34 {
  font-size: 0.45333rem; }

.f35 {
  font-size: 0.46667rem; }

.f36 {
  font-size: 0.48rem; }

.f37 {
  font-size: 0.49333rem; }

.f38 {
  font-size: 0.50667rem; }

.f39 {
  font-size: 0.52rem; }

.f40 {
  font-size: 0.53333rem; }

.f41 {
  font-size: 0.54667rem; }

.f42 {
  font-size: 0.56rem; }

.f43 {
  font-size: 0.57333rem; }

.f44 {
  font-size: 0.58667rem; }

.f45 {
  font-size: 0.6rem; }

.f46 {
  font-size: 0.61333rem; }

.f47 {
  font-size: 0.62667rem; }

.f48 {
  font-size: 0.64rem; }

.f55 {
  font-size: 0.73333rem; }

/*常用行高*/
.lh10 {
  line-height: 1; }

.lh15 {
  line-height: 1.5; }

.lh18 {
  line-height: 1.8; }

.lh20 {
  line-height: 2; }

.lh22 {
  line-height: 2.2; }

.lh24 {
  line-height: 2.4; }

.lh28 {
  line-height: 2.8; }

.lh30 {
  line-height: 3; }

/*文字修饰*/
.fb {
  font-weight: bold; }

.tdl {
  text-decoration: underline !important; }

.tdt {
  text-decoration: line-through; }

/*常用颜色*/
.fc0 {
  color: #000 !important; }

.fcw {
  color: #fff !important; }

.fc3 {
  color: #333 !important; }

.fc6 {
  color: #666 !important; }

.fc8 {
  color: #888; }

.fc9 {
  color: #999 !important; }

.fcc {
  color: #ccc; }

.fcd {
  color: #ddd; }

.fc-b8 {
  color: #b8b8b8; }

.fc-a6 {
  color: #a6a6a6 !important; }

.diy_color {
  color: #00a2ff !important; }

.err_color {
  color: #FF5F5A !important; }

.success_color {
  color: #00a2ff !important; }

.gift_insurance_color {
  color: #00a2ff !important; }

.color-price {
  color: #00a2ff !important; }

.base-color {
  color: #1d50a2; }

.fcred {
  color: red !important; }

.fcsc {
  color: #ff5b00 !important; }

.fc9d {
  color: #9d9d9d; }

.fc9b {
  color: #9b9b9b; }

/*常用背景*/
.bgf0 {
  background: #f0f0f0 !important; }

.bgf9 {
  background: #f9f9f9 !important; }

.bgf8 {
  background: #f8fbff !important; }

.bgf7 {
  background: #f7f7f7 !important; }

.bgf5 {
  background: #f5f5f5 !important; }

.bgf3 {
  background: #f3f3f3 !important; }

.bgfc {
  background: #fcfcfc !important; }

.bgfw {
  background: #fff !important; }

.bgfb {
  background: #fbfbfb !important; }

.bgfa {
  background: #fafafa !important; }

.bg999 {
  background: #999 !important; }

.bg666 {
  background-color: #666 !important; }

.diy_background {
  background-color: #00a2ff !important; }

/* 常用数值 */
.mt0 {
  margin-top: 0rem; }

.mr0 {
  margin-right: 0rem; }

.mb0 {
  margin-bottom: 0rem; }

.ml0 {
  margin-left: 0rem; }

.pt0 {
  padding-top: 0rem !important; }

.pr0 {
  padding-right: 0rem !important; }

.pb0 {
  padding-bottom: 0rem; }

.pl0 {
  padding-left: 0rem !important; }

.mt5 {
  margin-top: 0.06667rem; }

.mr5 {
  margin-right: 0.06667rem; }

.mb5 {
  margin-bottom: 0.06667rem; }

.ml5 {
  margin-left: 0.06667rem; }

.pt5 {
  padding-top: 0.06667rem !important; }

.pr5 {
  padding-right: 0.06667rem !important; }

.pb5 {
  padding-bottom: 0.06667rem; }

.pl5 {
  padding-left: 0.06667rem !important; }

.mt10 {
  margin-top: 0.13333rem; }

.mr10 {
  margin-right: 0.13333rem; }

.mb10 {
  margin-bottom: 0.13333rem; }

.ml10 {
  margin-left: 0.13333rem; }

.pt10 {
  padding-top: 0.13333rem !important; }

.pr10 {
  padding-right: 0.13333rem !important; }

.pb10 {
  padding-bottom: 0.13333rem; }

.pl10 {
  padding-left: 0.13333rem !important; }

.mt15 {
  margin-top: 0.2rem; }

.mr15 {
  margin-right: 0.2rem; }

.mb15 {
  margin-bottom: 0.2rem; }

.ml15 {
  margin-left: 0.2rem; }

.pt15 {
  padding-top: 0.2rem !important; }

.pr15 {
  padding-right: 0.2rem !important; }

.pb15 {
  padding-bottom: 0.2rem; }

.pl15 {
  padding-left: 0.2rem !important; }

.mt20 {
  margin-top: 0.26667rem; }

.mr20 {
  margin-right: 0.26667rem; }

.mb20 {
  margin-bottom: 0.26667rem; }

.ml20 {
  margin-left: 0.26667rem; }

.pt20 {
  padding-top: 0.26667rem !important; }

.pr20 {
  padding-right: 0.26667rem !important; }

.pb20 {
  padding-bottom: 0.26667rem; }

.pl20 {
  padding-left: 0.26667rem !important; }

.mt25 {
  margin-top: 0.33333rem; }

.mr25 {
  margin-right: 0.33333rem; }

.mb25 {
  margin-bottom: 0.33333rem; }

.ml25 {
  margin-left: 0.33333rem; }

.pt25 {
  padding-top: 0.33333rem !important; }

.pr25 {
  padding-right: 0.33333rem !important; }

.pb25 {
  padding-bottom: 0.33333rem; }

.pl25 {
  padding-left: 0.33333rem !important; }

.mt30 {
  margin-top: 0.4rem; }

.mr30 {
  margin-right: 0.4rem; }

.mb30 {
  margin-bottom: 0.4rem; }

.ml30 {
  margin-left: 0.4rem; }

.pt30 {
  padding-top: 0.4rem !important; }

.pr30 {
  padding-right: 0.4rem !important; }

.pb30 {
  padding-bottom: 0.4rem; }

.pl30 {
  padding-left: 0.4rem !important; }

.mt35 {
  margin-top: 0.46667rem; }

.mr35 {
  margin-right: 0.46667rem; }

.mb35 {
  margin-bottom: 0.46667rem; }

.ml35 {
  margin-left: 0.46667rem; }

.pt35 {
  padding-top: 0.46667rem !important; }

.pr35 {
  padding-right: 0.46667rem !important; }

.pb35 {
  padding-bottom: 0.46667rem; }

.pl35 {
  padding-left: 0.46667rem !important; }

.mt40 {
  margin-top: 0.53333rem; }

.mr40 {
  margin-right: 0.53333rem; }

.mb40 {
  margin-bottom: 0.53333rem; }

.ml40 {
  margin-left: 0.53333rem; }

.pt40 {
  padding-top: 0.53333rem !important; }

.pr40 {
  padding-right: 0.53333rem !important; }

.pb40 {
  padding-bottom: 0.53333rem; }

.pl40 {
  padding-left: 0.53333rem !important; }

.mt45 {
  margin-top: 0.6rem; }

.mr45 {
  margin-right: 0.6rem; }

.mb45 {
  margin-bottom: 0.6rem; }

.ml45 {
  margin-left: 0.6rem; }

.pt45 {
  padding-top: 0.6rem !important; }

.pr45 {
  padding-right: 0.6rem !important; }

.pb45 {
  padding-bottom: 0.6rem; }

.pl45 {
  padding-left: 0.6rem !important; }

.mt50 {
  margin-top: 0.66667rem; }

.mr50 {
  margin-right: 0.66667rem; }

.mb50 {
  margin-bottom: 0.66667rem; }

.ml50 {
  margin-left: 0.66667rem; }

.pt50 {
  padding-top: 0.66667rem !important; }

.pr50 {
  padding-right: 0.66667rem !important; }

.pb50 {
  padding-bottom: 0.66667rem; }

.pl50 {
  padding-left: 0.66667rem !important; }

.mt60 {
  margin-top: 0.8rem; }

.mb60 {
  margin-bottom: 0.8rem; }

.pt60 {
  padding-top: 0.8rem; }

.pb60 {
  padding-bottom: 0.8rem; }

/* 边框线 */
.bor-bottom:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 0 solid #d8d8d8;
  border-width: 1px 0; }

.bor-bottom-dashed {
  border-bottom: 0.01333rem dashed #d8d8d8 !important; }

.bor-top {
  border-top: 0.01333rem solid #d8d8d8; }

.bor-left {
  border-left: 0.01333rem solid #d8d8d8; }

.bor-right {
  border-right: 0.01333rem solid #d8d8d8; }

.bor-none {
  border: none !important; }

.border {
  border: 0.01333rem solid #d8d8d8; }

.diy_border {
  border: 0.01333rem solid #00a2ff !important; }

.diy_border-bottom-color {
  border-bottom-color: #00a2ff !important; }

.of-hidden {
  height: 100%;
  overflow: hidden; }

.btn-code-disabled {
  background: #999 !important;
  cursor: not-allowed !important;
  color: #fff !important; }

.layer-mask {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0; }

.vm {
  vertical-align: middle; }

.ti {
  text-indent: 0.46rem; }

.fix-bottom-btn {
  border-radius: 0 !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important; }

.pannel-content-box {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: 80vh;
  min-height: 30vh; }

.am-toast-text-info {
  word-break: break-all; }

.tipsColor {
  color: #fa7311; }

.addMemberWarp {
  background-color: #f6f7f9; }
  .addMemberWarp .topHead {
    background-size: 100% 2.61333rem;
    background-image: url(https://res.qixin18.com/node-qixin-cps-v3/_next/static/images/bk-203b49ea823619a2c414cc1acdd45273.png);
    background-repeat: no-repeat;
    padding-top: 0.32rem;
    min-height: 1.52rem;
    position: relative; }
  .addMemberWarp .bigAvatar {
    width: 2.4rem;
    position: absolute;
    height: 2.4rem;
    border: 0.08rem solid #1272ff;
    border-radius: 50%;
    top: 0.29333rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .addMemberWarp .bigAvatar img {
      width: 2.24rem;
      height: 2.2rem;
      border-radius: 50%; }
  .addMemberWarp .memberMainWarp1 {
    padding-top: 0.69333rem !important; }
  .addMemberWarp .memberMainWarp {
    margin-top: 1.22667rem;
    width: calc(100% - 0.64rem);
    margin-left: 0.32rem;
    background-color: #fff;
    border-radius: 0.21333rem;
    padding: 2rem 0.42667rem 2.53333rem 0; }
  .addMemberWarp .blackTitlesss {
    font-size: 0.42667rem;
    padding-left: 0.42667rem;
    font-weight: bold; }
  .addMemberWarp .rolesWarp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.32rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    padding-left: 0.13333rem;
    margin-bottom: 0.10667rem; }
    .addMemberWarp .rolesWarp .rolesActive {
      color: #ffffff !important;
      background-color: #1272ff !important; }
    .addMemberWarp .rolesWarp .roles {
      width: 2.64rem;
      height: 1.04rem;
      margin: 0.32rem 0 0 0.29333rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #1272ff;
      background-color: #ffffff;
      font-size: 0.37333rem;
      border: 0.01333rem solid #1272ff;
      border-radius: 0.52rem; }
  .addMemberWarp .roleInfoTiny {
    margin-top: 0.53333rem;
    margin-left: 0.42667rem;
    padding-bottom: 0.29333rem;
    border-bottom: 0.01333rem solid #f1f2f4; }
    .addMemberWarp .roleInfoTiny .label {
      font-size: 0.42667rem;
      font-weight: bold; }
    .addMemberWarp .roleInfoTiny input {
      margin-top: 0.42667rem;
      width: 100%;
      height: 0.46667rem; }
  .addMemberWarp .memberAddFinall {
    width: 4.37333rem;
    height: 1.04rem;
    background-color: #f3f8ff;
    color: #aecfff;
    border-radius: 0.52rem;
    font-size: 0.4rem;
    margin: 0.53333rem auto 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .addMemberWarp .memberEditeFinall {
    width: 6.4rem;
    height: 1.04rem;
    background-color: #1272ff;
    color: #fff;
    border-radius: 0.52rem;
    font-size: 0.4rem;
    margin: 0.53333rem auto 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .addMemberWarp .memberMoveFinall {
    width: 6.4rem;
    height: 1.04rem;
    background-color: #ffffff;
    color: #1272ff;
    font-size: 0.4rem;
    margin: 0.53333rem auto 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .addMemberWarp .memberRemoveFinall {
    width: 6.4rem;
    height: 1.04rem;
    background-color: #ffffff;
    color: #1272ff;
    border-radius: 0.52rem;
    font-size: 0.4rem;
    margin: 0.53333rem auto 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .addMemberWarp .activeSubmit {
    background-color: #1272ff !important;
    color: #fff !important; }

.activeName {
  font-weight: bold; }

.activeNum {
  color: #1272ff; }

.memberWarp {
  margin-left: 0.64rem; }
  .memberWarp:first-child {
    margin-left: 0.49333rem !important; }
  .memberWarp .activeHead {
    border: 0.05333rem solid #007fff; }
    .memberWarp .activeHead .memberTypeText {
      background: -webkit-gradient(linear, right top, left top, color-stop(90%, #29abff), color-stop(25%, #1c8bff));
      background: linear-gradient(270deg, #29abff 90%, #1c8bff 25%); }
  .memberWarp .avatarHead {
    width: 1.26667rem;
    height: 1.26667rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative; }
    .memberWarp .avatarHead .plus {
      background-color: #f6f6f6;
      color: #ced5dd;
      width: 1.26667rem;
      height: 1.26667rem;
      font-size: 1.06667rem;
      line-height: 1.26667rem;
      text-align: center; }
    .memberWarp .avatarHead .trueHead {
      width: 1.26667rem;
      height: 1.26667rem;
      border-radius: 50%; }
    .memberWarp .avatarHead .memberTypeText {
      background-color: #c3cbd6;
      font-size: 0.16rem;
      color: #ffffff;
      position: absolute;
      bottom: 0;
      width: 1.26667rem;
      text-align: center;
      left: 0; }

.azureLine {
  height: 0.05333rem;
  width: 0.90667rem;
  background-color: #1272ff;
  margin: 0.26667rem auto 0 auto; }

.familyAvatarWarp {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  margin-top: 0.56rem;
  margin-bottom: 0.62667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: scroll; }
  .familyAvatarWarp::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */ }
  .familyAvatarWarp .nameText,
  .familyAvatarWarp .numberText {
    text-align: center; }
  .familyAvatarWarp .nameText {
    margin-top: 0.42667rem;
    color: #000;
    font-size: 0.34667rem; }
  .familyAvatarWarp .numberText {
    font-size: 0.32rem;
    color: #909399;
    margin-top: 0.21333rem; }

.transModalWarp .blackTitl {
  font-size: 0.48rem;
  margin-left: 0.42667rem; }
  .transModalWarp .blackTitl .tip {
    font-size: 0.32rem;
    color: #909399; }

.transModalWarp .greyy {
  font-size: 0.4rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #888888;
  margin-left: 0.32rem;
  margin-top: 0.4rem; }

.transModalWarp .morePlusWarp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.32rem;
  font-size: 0.4rem; }
  .transModalWarp .morePlusWarp .greyText {
    color: #888888;
    margin-right: 0.13333rem; }
  .transModalWarp .morePlusWarp .blues {
    color: #1272ff; }

.mt-10 {
  margin-top: 0.26667rem; }

.inviliadBut {
  width: 3.41333rem;
  height: 1.06667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1272ff;
  border: 0.01333rem solid #1272ff;
  border-radius: 0.53333rem; }

.icons {
  width: 0.6rem;
  position: absolute;
  top: 0.16rem;
  left: 0.2rem; }

.iconSmall {
  width: 0.6rem;
  position: absolute;
  top: 0.24rem;
  left: 0.2rem; }

.LoadingIcon {
  height: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.video-modal {
  width: 100% !important; }
  .video-modal .am-modal-content {
    background-color: transparent !important; }
    .video-modal .am-modal-content .am-modal-body {
      padding: 0 !important; }

.switchInvalidBtn {
  margin-left: 0.26667rem;
  margin-right: 0.26667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.09333rem;
  background: #ffffff;
  border-radius: 0.05333rem;
  font-size: 0.37333rem;
  color: #1272ff;
  border: 0.02667rem solid #d2e4ff;
  margin-top: 0.53333rem; }

.oboedeIntro {
  margin-left: 0.26667rem;
  margin-right: 0.26667rem;
  margin-top: 0.53333rem;
  border-radius: 0.05333rem;
  height: 1.09333rem;
  background-color: #f3f8ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.34667rem; }
  .oboedeIntro .iconNext {
    width: 0.56rem;
    margin-bottom: 0.13333rem;
    margin-right: 0.13333rem; }
  .oboedeIntro > div:first-child {
    font-family: PingFangSC-Regular;
    font-size: 0.37333rem;
    color: #333333;
    padding: 0 0.13333rem; }
  .oboedeIntro > div:last-child {
    font-family: PingFangSC-Regular;
    font-size: 0.37333rem;
    color: #1272ff; }

.accountMainWarp {
  height: 100vh;
  background-color: #ffffff;
  position: relative; }
  .accountMainWarp .lablesWarp {
    background-color: #ffffff; }
    .accountMainWarp .lablesWarp .accountItem {
      padding-left: 0.42667rem;
      padding-right: 0.93333rem;
      font-family: PingFangSC-Regular;
      font-size: 0.45333rem;
      color: #333333;
      height: 1.44rem;
      width: 100%;
      background-color: #ffffff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: 0.01333rem solid #eeeeee; }
      .accountMainWarp .lablesWarp .accountItem:first-child {
        height: 2.4rem !important; }
      .accountMainWarp .lablesWarp .accountItem .imageHead {
        width: 1.6rem; }
      .accountMainWarp .lablesWarp .accountItem .accountValue {
        color: #999999;
        font-size: 0.42667rem; }
  .accountMainWarp .bottomBtnWarp {
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.4rem;
    color: #1272ff; }
    .accountMainWarp .bottomBtnWarp .mt20 {
      margin-top: 0.4rem; }
    .accountMainWarp .bottomBtnWarp .changeBtn {
      width: 6.4rem;
      height: 1.04rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 0.52rem;
      border: 0.02667rem solid #1272ff; }
    .accountMainWarp .bottomBtnWarp .wanglaobannb {
      margin: 0.66667rem auto 0 auto;
      text-align: center; }
  .accountMainWarp .loginOutBtn {
    margin: 0.4rem 0.4rem 0 0.4rem;
    background-color: #ffffff;
    color: #1272ff;
    font-family: PingFangSC-Regular;
    font-size: 0.48rem;
    color: #1272ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 1.25333rem;
    background: #ffffff;
    border-radius: 0.10667rem; }

.bkfff {
  background-color: #f6f7f9 !important; }

.warrantyMyWarp {
  min-height: 100vh;
  background-color: #ffffff; }
  .warrantyMyWarp .viewingListWarp {
    border-radius: 0.21333rem;
    padding: 0.50667rem 0 0.42667rem 0;
    background-color: #fff;
    margin-left: 0.32rem;
    margin-right: 0.32rem; }
    .warrantyMyWarp .viewingListWarp .viewingEmpty {
      text-align: center;
      padding-top: 0.50667rem; }
      .warrantyMyWarp .viewingListWarp .viewingEmpty .biewText {
        font-size: 12px;
        font-weight: 400;
        color: #9ea5b0; }
        .warrantyMyWarp .viewingListWarp .viewingEmpty .biewText:first-child {
          margin-top: 0.16rem; }
      .warrantyMyWarp .viewingListWarp .viewingEmpty .viewBtn {
        width: 4.37333rem;
        height: 0.96rem;
        background: #1272ff;
        border-radius: 0.48rem;
        color: #ffffff;
        font-size: 0.34667rem;
        margin: 0.48rem auto 0 auto;
        line-height: 0.96rem;
        text-align: center; }
    .warrantyMyWarp .viewingListWarp .viewingListList {
      margin: 0 0.32rem; }
      .warrantyMyWarp .viewingListWarp .viewingListList .viewingTiny {
        margin-top: 0.32rem;
        background-color: #f7f8fa;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 1.01333rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-radius: 0 0 0.05333rem 0.05333rem;
        padding: 0 0.32rem; }
        .warrantyMyWarp .viewingListWarp .viewingListList .viewingTiny img {
          width: 0.37333rem;
          height: 0.37333rem;
          margin-right: 0.10667rem; }
        .warrantyMyWarp .viewingListWarp .viewingListList .viewingTiny .viewingTinyLift {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .warrantyMyWarp .viewingListWarp .viewingListList .viewingTiny .viewingTinyLift .viewStatus {
            width: 1.2rem;
            height: 0.50667rem;
            border-radius: 0.10667rem;
            text-align: center; }
          .warrantyMyWarp .viewingListWarp .viewingListList .viewingTiny .viewingTinyLift .viewStatusGreen {
            color: #04c377;
            background-color: #edfdf3; }
          .warrantyMyWarp .viewingListWarp .viewingListList .viewingTiny .viewingTinyLift .viewStatusGrey {
            color: #949ca8;
            background-color: #f4f5f6; }
        .warrantyMyWarp .viewingListWarp .viewingListList .viewingTiny .timeView {
          color: #330000; }
    .warrantyMyWarp .viewingListWarp .blackTitles {
      height: 0.4rem;
      color: #2b2d30;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-weight: bold;
      font-size: 0.42667rem;
      padding-left: 0.4rem;
      border-left: 0.08rem solid #007fff; }
      .warrantyMyWarp .viewingListWarp .blackTitles .rightText {
        color: #949ca8;
        font-size: 0.32rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0.32rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .warrantyMyWarp .viewingListWarp .blackTitles .rightText span {
          margin-right: 0.21333rem;
          font-weight: 400;
          color: #949ca8; }
        .warrantyMyWarp .viewingListWarp .blackTitles .rightText img {
          width: 0.18667rem;
          height: 0.32rem; }
  .warrantyMyWarp .questionWarp {
    position: relative;
    background-color: #f4f6f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.4rem 0.90667rem 0.4rem 1rem;
    border-top: 0.26667rem solid #ffffff; }
  .warrantyMyWarp .flashBackBtn {
    width: 2.53333rem;
    height: 1.04rem;
    background-image: linear-gradient(136deg, #4669fa 0%, #2999f7 100%);
    -webkit-box-shadow: 0 0.02667rem 0.05333rem 0 rgba(9, 109, 217, 0.4);
            box-shadow: 0 0.02667rem 0.05333rem 0 rgba(9, 109, 217, 0.4);
    border-radius: 1.33333rem 0 0 1.33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0.26667rem;
    color: #ffffff;
    font-size: 0.37333rem;
    position: fixed;
    right: 0;
    z-index: 10087;
    bottom: 2.66667rem; }
    .warrantyMyWarp .flashBackBtn .addCover {
      position: absolute;
      right: 0;
      width: 100%; }
  .warrantyMyWarp .addPolicyBtn {
    width: 2.53333rem;
    height: 1.04rem;
    background-image: linear-gradient(136deg, #4669fa 0%, #2999f7 100%);
    -webkit-box-shadow: 0 0.02667rem 0.05333rem 0 rgba(9, 109, 217, 0.4);
            box-shadow: 0 0.02667rem 0.05333rem 0 rgba(9, 109, 217, 0.4);
    border-radius: 1.33333rem 0 0 1.33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0.26667rem;
    color: #ffffff;
    font-size: 0.37333rem;
    position: fixed;
    right: 0;
    z-index: 10087;
    bottom: 1.33333rem; }
    .warrantyMyWarp .addPolicyBtn .addPlus {
      font-size: 0.6rem; }
    .warrantyMyWarp .addPolicyBtn .addText {
      margin-left: 0.13333rem; }
    .warrantyMyWarp .addPolicyBtn .addCover {
      position: absolute;
      right: 0;
      width: 100%; }
  .warrantyMyWarp .introduction {
    padding-bottom: 0;
    overflow: hidden; }
    .warrantyMyWarp .introduction::before, .warrantyMyWarp .introduction::after {
      display: none !important; }
    .warrantyMyWarp .introduction .am-card-header {
      height: 1.22667rem; }
    .warrantyMyWarp .introduction .am-card-header-content {
      font-size: 0.42667rem;
      color: #333333;
      font-weight: bold; }
    .warrantyMyWarp .introduction .am-card-body {
      padding: 0; }
      .warrantyMyWarp .introduction .am-card-body::before {
        left: 0.4rem !important; }
    .warrantyMyWarp .introduction img {
      width: 100%;
      height: auto; }
  .warrantyMyWarp .ulWarp {
    padding: 0 0.26667rem; }
    .warrantyMyWarp .ulWarp .orderCardWarp {
      padding-bottom: 0.26667rem;
      -webkit-box-flex: 2;
      -webkit-flex-grow: 2;
         -moz-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; }
  .warrantyMyWarp .topTips {
    margin: 0.26667rem;
    margin-top: 0;
    background-color: #f4f6f7; }
    .warrantyMyWarp .topTips .renewaltip {
      padding-left: 0.98667rem !important;
      margin-left: 0 !important; }
    .warrantyMyWarp .topTips .tipWarp {
      position: relative;
      border-bottom: 0.02667rem solid #d2e4ff;
      margin-left: 0.26667rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 0.26667rem 0 0;
      height: 1.09333rem; }
      .warrantyMyWarp .topTips .tipWarp .tipIntro {
        font-family: PingFangSC-Regular;
        font-size: 0.37333rem;
        color: #2b3e5e; }
        .warrantyMyWarp .topTips .tipWarp .tipIntro > span {
          color: #fe801a;
          padding: 0 0.13333rem; }
      .warrantyMyWarp .topTips .tipWarp .tipHandle {
        color: #1272ff; }
      .warrantyMyWarp .topTips .tipWarp .iconNext {
        width: 0.56rem;
        margin-bottom: 0.13333rem;
        margin-right: 0.13333rem; }
      .warrantyMyWarp .topTips .tipWarp .iconWarps {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
           -moz-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .warrantyMyWarp .topTips .tipWarp:last-child {
        border-bottom: none; }
  .warrantyMyWarp .widgetWarp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 0.08rem;
    margin: 0 0.26667rem; }
    .warrantyMyWarp .widgetWarp .widgetItem {
      -webkit-box-shadow: 0 0.05333rem 0.08rem 0 rgba(139, 139, 139, 0.15);
              box-shadow: 0 0.05333rem 0.08rem 0 rgba(139, 139, 139, 0.15);
      padding: 0.26667rem 0.26667rem;
      background-size: contain;
      background-repeat: no-repeat;
      width: 4.6rem;
      height: 2.05333rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-family: PingFangSC-Medium;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .warrantyMyWarp .widgetWarp .widgetItem:first-child {
        background-image: url(data:image/png;base64,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); }
      .warrantyMyWarp .widgetWarp .widgetItem:last-child {
        background-image: url(data:image/png;base64,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); }
      .warrantyMyWarp .widgetWarp .widgetItem .widgetIntro {
        font-family: PingFangSC-Medium;
        font-weight: bold;
        font-size: 0.4rem;
        color: #081e42;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 0.26667rem; }
      .warrantyMyWarp .widgetWarp .widgetItem .widgetTip {
        font-family: PingFangSC-Regular;
        font-size: 0.32rem;
        color: #fe801a; }
  .warrantyMyWarp .videoWarp {
    margin: 0.53333rem 0.26667rem 0.26667rem 0.26667rem;
    background-color: #e6f0fe;
    padding: 0.53333rem 0.86667rem;
    border-radius: 0.05333rem; }
    .warrantyMyWarp .videoWarp .videoTitle {
      font-family: PingFangSC-Medium;
      font-size: 0.42667rem;
      color: #081e42;
      margin-bottom: 0.16rem;
      font-weight: bold; }
    .warrantyMyWarp .videoWarp .videoIntro {
      font-family: PingFangSC-Regular;
      font-size: 0.32rem;
      color: rgba(8, 30, 66, 0.85);
      margin-bottom: 0.26667rem; }
  .warrantyMyWarp .emptyWarpSimple {
    padding-top: 50% !important; }
    .warrantyMyWarp .emptyWarpSimple .emptyPanel {
      border-bottom: none !important; }
  .warrantyMyWarp .invalidEmpty {
    border: none !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    height: 100vh; }
  .warrantyMyWarp .emptyWarp {
    border-top: 0.26667rem solid #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.33333rem; }
    .warrantyMyWarp .emptyWarp .noDataIntro {
      font-size: 0.37333rem;
      color: #666666;
      margin-bottom: 0.26667rem; }
    .warrantyMyWarp .emptyWarp .emptyPanel {
      width: 100%;
      padding-bottom: 0.53333rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .warrantyMyWarp .emptyWarp .emptyPanel .noData {
        width: 3.46667rem;
        margin-top: 0.53333rem;
        margin-bottom: 0.53333rem; }
      .warrantyMyWarp .emptyWarp .emptyPanel .mobileImport {
        width: 2.93333rem;
        height: 0.8rem;
        border: 1px solid #87b8fe;
        border-radius: 0.52rem;
        color: #1272ff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .warrantyMyWarp .emptyWarp .oboedeIntro {
      width: 100%;
      margin-top: 0.53333rem;
      border-radius: 0.05333rem;
      height: 1.09333rem;
      background-color: #f3f8ff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 0.34667rem; }
      .warrantyMyWarp .emptyWarp .oboedeIntro .iconNext {
        width: 0.56rem;
        margin-bottom: 0.13333rem;
        margin-right: 0.13333rem; }
      .warrantyMyWarp .emptyWarp .oboedeIntro > div:first-child {
        font-family: PingFangSC-Regular;
        font-size: 0.37333rem;
        color: #333333;
        padding: 0 0.13333rem; }
      .warrantyMyWarp .emptyWarp .oboedeIntro > div:last-child {
        font-family: PingFangSC-Regular;
        font-size: 0.37333rem;
        color: #1272ff; }
  .warrantyMyWarp .blackTitle {
    font-family: PingFangSC-Medium;
    font-size: 0.48rem;
    color: #333333;
    padding: 0.61333rem 0 0.26667rem 0.4rem;
    font-weight: bold; }
  .warrantyMyWarp .padding-lr {
    padding: 0 0.32rem; }

.ReactModal__Overlay {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.fuuuuuk {
  padding: 0.53333rem 0 0 0;
  margin: 0.32rem;
  border-radius: 0.18667rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff; }
  .fuuuuuk .tipsText {
    font-size: 0.48rem !important;
    font-family: PingFangSC-Medium, PingFang SC !important;
    font-weight: 500 !important;
    color: #000000 !important;
    line-height: 0.48rem !important;
    text-align: center !important;
    margin-bottom: 0.53333rem !important; }
  .fuuuuuk .tips {
    font-size: 15px !important;
    text-align: center !important; }
  .fuuuuuk .btnGroups {
    margin-top: 0.6rem;
    height: 1.33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 0.01333rem solid #ddd; }
    .fuuuuuk .btnGroups .btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 2;
      -webkit-flex-grow: 2;
         -moz-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      font-size: 0.48rem;
      color: #000;
      height: inherit; }
    .fuuuuuk .btnGroups .btn2 {
      color: #1272ff !important;
      border-left: 0.01333rem solid #ddd; }
  .fuuuuuk .changeMobileModal {
    text-align: center;
    font-size: 0.4rem; }
    .fuuuuuk .changeMobileModal .tipsText {
      margin-top: 0.53333rem; }
    .fuuuuuk .changeMobileModal .tips {
      margin-bottom: 0.53333rem; }
  .fuuuuuk .changeMobileWarp,
  .fuuuuuk .changeMobileModal {
    padding: 0 0.53333rem; }
    .fuuuuuk .changeMobileWarp .blackTitl,
    .fuuuuuk .changeMobileModal .blackTitl {
      font-size: 0.48rem;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-family: PingFangSC, PingFangSC-Regular; }
      .fuuuuuk .changeMobileWarp .blackTitl .fuuxuc,
      .fuuuuuk .changeMobileModal .blackTitl .fuuxuc {
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
           -moz-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }
    .fuuuuuk .changeMobileWarp .questions,
    .fuuuuuk .changeMobileModal .questions {
      text-align: left;
      font-size: 0.4rem;
      color: #888888;
      margin-top: 0.49333rem; }
    .fuuuuuk .changeMobileWarp .checksWarp,
    .fuuuuuk .changeMobileModal .checksWarp {
      margin-top: 0.4rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 0.37333rem;
      color: #333; }
      .fuuuuuk .changeMobileWarp .checksWarp .checkTiny,
      .fuuuuuk .changeMobileModal .checksWarp .checkTiny {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .fuuuuuk .changeMobileWarp .checksWarp .checkTiny .checkImg,
        .fuuuuuk .changeMobileModal .checksWarp .checkTiny .checkImg {
          width: 0.58667rem;
          height: 0.58667rem;
          margin-right: 0.10667rem; }
        .fuuuuuk .changeMobileWarp .checksWarp .checkTiny .dots,
        .fuuuuuk .changeMobileModal .checksWarp .checkTiny .dots {
          width: 0.58667rem;
          height: 0.58667rem;
          margin-right: 0.10667rem;
          border-radius: 50%;
          border: 0.01333rem solid #888;
          background-color: #fff; }
    .fuuuuuk .changeMobileWarp .change2Warp .warmTips,
    .fuuuuuk .changeMobileModal .change2Warp .warmTips {
      color: #f96c13;
      font-size: 0.37333rem;
      margin-top: 0.42667rem;
      padding-bottom: 0.42667rem;
      border-bottom: 0.01333rem dashed #979797; }
    .fuuuuuk .changeMobileWarp .change3Warp,
    .fuuuuuk .changeMobileModal .change3Warp {
      width: 100%;
      margin-top: 0.21333rem; }
      .fuuuuuk .changeMobileWarp .change3Warp .change3Text,
      .fuuuuuk .changeMobileModal .change3Warp .change3Text {
        width: 100%;
        height: 1.81333rem;
        border: 0.01333rem solid #dddddd;
        border-radius: 0.10667rem;
        font-size: 0.37333rem;
        padding: 0.29333rem 0.32rem; }
    .fuuuuuk .changeMobileWarp .changeMobileSmsWarp .changeMobileTiny,
    .fuuuuuk .changeMobileModal .changeMobileSmsWarp .changeMobileTiny {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0.32rem;
      font-size: 0.4rem;
      color: #888888;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .fuuuuuk .changeMobileWarp .changeMobileSmsWarp .changeMobileTiny a,
      .fuuuuuk .changeMobileModal .changeMobileSmsWarp .changeMobileTiny a {
        color: #1272ff; }
      .fuuuuuk .changeMobileWarp .changeMobileSmsWarp .changeMobileTiny .labels,
      .fuuuuuk .changeMobileModal .changeMobileSmsWarp .changeMobileTiny .labels {
        min-width: 1.6rem;
        margin-right: 0.32rem;
        text-align: right;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .fuuuuuk .changeMobileWarp .changeMobileSmsWarp .changeMobileTiny .value2,
      .fuuuuuk .changeMobileModal .changeMobileSmsWarp .changeMobileTiny .value2 {
        height: 0.96rem;
        border: 0.01333rem solid #dddddd;
        border-radius: 0.10667rem;
        padding-left: 0.32rem;
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
           -moz-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }
      .fuuuuuk .changeMobileWarp .changeMobileSmsWarp .changeMobileTiny .smsWarp,
      .fuuuuuk .changeMobileModal .changeMobileSmsWarp .changeMobileTiny .smsWarp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
           -moz-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }
        .fuuuuuk .changeMobileWarp .changeMobileSmsWarp .changeMobileTiny .smsWarp .value3,
        .fuuuuuk .changeMobileModal .changeMobileSmsWarp .changeMobileTiny .smsWarp .value3 {
          height: 0.96rem;
          border: 0.01333rem solid #dddddd;
          border-radius: 0.10667rem;
          padding-left: 0.32rem;
          width: 3.46667rem; }
        .fuuuuuk .changeMobileWarp .changeMobileSmsWarp .changeMobileTiny .smsWarp .getSms,
        .fuuuuuk .changeMobileModal .changeMobileSmsWarp .changeMobileTiny .smsWarp .getSms {
          font-size: 0.37333rem;
          color: #1272ff; }

.qr-modal .am-modal.am-modal-transparent {
  width: 8rem !important;
  height: 12rem !important;
  background: #ffffff;
  border-radius: 0.21333rem; }
  .qr-modal .am-modal.am-modal-transparent .maincModalWarp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.37333rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
    .qr-modal .am-modal.am-modal-transparent .maincModalWarp .warp {
      margin: 0 auto;
      height: 100%; }
      .qr-modal .am-modal.am-modal-transparent .maincModalWarp .warp .baseInfo {
        line-height: 0.64rem; }
        .qr-modal .am-modal.am-modal-transparent .maincModalWarp .warp .baseInfo .name {
          font-size: 0.48rem;
          font-family: PingFangSC-Semibold, PingFang SC;
          font-weight: 600;
          color: #000000;
          line-height: 0.66667rem; }
        .qr-modal .am-modal.am-modal-transparent .maincModalWarp .warp .baseInfo .baseInfo-text {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -webkit-justify-content: start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .qr-modal .am-modal.am-modal-transparent .maincModalWarp .warp .baseInfo .baseInfo-text .star-box {
            width: 2.93333rem;
            height: 0.34667rem;
            position: relative; }
          .qr-modal .am-modal.am-modal-transparent .maincModalWarp .warp .baseInfo .baseInfo-text .process {
            width: 0;
            height: 0.34667rem;
            background-color: #ffffff;
            position: absolute;
            z-index: 0; }
          .qr-modal .am-modal.am-modal-transparent .maincModalWarp .warp .baseInfo .baseInfo-text .star-img {
            width: 0.34667rem;
            height: 0.34667rem; }
          .qr-modal .am-modal.am-modal-transparent .maincModalWarp .warp .baseInfo .baseInfo-text .five {
            left: 0;
            height: inherit;
            line-height: 0.34667rem;
            position: relative; }
        .qr-modal .am-modal.am-modal-transparent .maincModalWarp .warp .baseInfo .name-top {
          width: 2.88rem;
          height: 0.45333rem;
          margin-left: 0.29333rem; }
      .qr-modal .am-modal.am-modal-transparent .maincModalWarp .warp .greyText {
        color: #70767e; }
      .qr-modal .am-modal.am-modal-transparent .maincModalWarp .warp .bottomBtn {
        width: 1.06667rem;
        height: 1.06667rem;
        position: fixed;
        bottom: 0.8rem;
        z-index: 999;
        left: 45%;
        border-radius: 0.66667rem; }
        .qr-modal .am-modal.am-modal-transparent .maincModalWarp .warp .bottomBtn .bottom-img {
          width: 1.06667rem !important;
          height: 1.06667rem !important; }

.account-change-page {
  background: #fff;
  height: 100vh; }
  .account-change-page .sureBnt {
    width: 6.4rem;
    height: 1.04rem;
    background: #1272ff;
    border-radius: 0.53333rem;
    position: fixed !important;
    bottom: 0.90667rem;
    left: 1.8rem; }
  .account-change-page .image-picker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.37333rem 0.42667rem; }
    .account-change-page .image-picker .title {
      color: #000;
      font-size: 0.42667rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      margin-right: 0.42667rem; }
    .account-change-page .image-picker .update {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .account-change-page .image-picker .update .update-img {
        width: 3.01333rem;
        height: 1.78667rem;
        background: #ffffff;
        border: 1px dashed #1272ff;
        text-align: center;
        color: #1272ff;
        margin-bottom: 0.42667rem;
        margin-right: 0.24rem; }
      .account-change-page .image-picker .update .img-border {
        width: 3.01333rem;
        height: 1.78667rem;
        border-radius: 1px; }
  .account-change-page .am-input-extra .extra-text {
    font-size: 0.45333rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1272ff; }

@charset "UTF-8";
/* reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea, p, blockquote, th, td,
header, hgroup, nav, section, article, aside, footer, figure, figcaption, menu, button {
  margin: 0;
  padding: 0; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0 auto !important;
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  color: #4a4a4a;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  background: #efeff4;
  -webkit-overflow-scrolling: touch; }
  body::webkit-scrollbar {
    width: 0;
    height: 0; }

/* 一致的 del 样式 */
del {
  text-decoration: line-through; }

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500; }

/* 只允许垂直调整尺寸 */
textarea {
  resize: vertical; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* 更好的hr样式 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* 移除选中阴影 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none; }

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400; }

q:before,
q:after {
  content: ''; }

ins,
a {
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none; }

input,
textarea,
button {
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  color: #666;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* variable.css */
/*Color*/
/* 媒体查询 */
/* variable.css */
/*Color*/
.am-checkbox-inner {
  width: 0.58667rem !important;
  height: 0.58667rem !important; }
  .am-checkbox-inner:after {
    width: 0.13333rem;
    height: 0.26667rem;
    border-width: 0 2px 2px 0;
    top: 0.05333rem;
    right: 0.17333rem; }

.am-checkbox.am-checkbox-checked .am-checkbox-inner {
  background: #00a2ff !important;
  border-color: #00a2ff !important; }

.am-modal .am-modal-button-group-h .am-modal-button:last-child {
  color: #00a2ff; }

.am-modal .am-modal-button-group-v .am-modal-button {
  color: #00a2ff;
  font-size: 0.49333rem; }

.am-modal .am-modal-content {
  border-radius: 4px !important; }

.am-modal .am-modal-footer .am-modal-button:first-child {
  color: #999999; }

.am-modal-popup .am-modal-close {
  height: 0.53333rem;
  width: 0.53333rem;
  top: 0.4rem;
  right: 0.4rem; }
  .am-modal-popup .am-modal-close-x {
    background-image: none;
    font-size: 0.4rem;
    color: #000; }
    .am-modal-popup .am-modal-close-x::after {
      content: '\E61F';
      font-family: 'iconfont'; }

.am-modal-popup .am-modal-content {
  border-top-left-radius: 0.16rem;
  border-top-right-radius: 0.16rem; }

.am-modal-popup .am-modal-header {
  padding: 0.4rem 1.04rem 0.4rem 0.4rem;
  position: relative; }
  .am-modal-popup .am-modal-header .am-modal-title {
    font-size: 0.42667rem;
    font-weight: bold;
    color: #333333;
    text-align: left; }
  .am-modal-popup .am-modal-header::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0.4rem;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
        transform: scaleY(0.5); }

.am-modal-popup .am-modal-body {
  overflow-x: hidden !important; }

.am-modal-transparent {
  width: 8.26667rem !important; }

.am-button {
  height: 1.14667rem !important;
  line-height: 1.14667rem !important;
  font-size: 0.4rem !important;
  color: #00a2ff !important; }
  .am-button-primary {
    color: #ffffff !important;
    background-color: #00a2ff !important;
    border: 1px solid #00a2ff !important; }
    .am-button-primary::before {
      border: 1px solid #00a2ff !important; }
    .am-button-primary.am-button-active {
      background-color: #00a2ff !important;
      opacity: 0.8; }

.am-action-sheet-button-list .am-action-sheet-button-list-item {
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.42667rem; }

.am-switch .checkbox {
  width: 1.17333rem !important;
  height: 0.61333rem !important;
  border-radius: 0.61333rem !important; }
  .am-switch .checkbox::before {
    width: 0.56rem !important; }
  .am-switch .checkbox::before, .am-switch .checkbox::after {
    width: 0.56rem !important;
    height: 0.56rem !important;
    border-radius: 0.56rem !important;
    top: 0.02667rem !important;
    left: 0.04rem !important; }

.am-switch input[type='checkbox']:checked + .checkbox {
  background: #00a2ff !important; }
  .am-switch input[type='checkbox']:checked + .checkbox:after {
    -webkit-transform: translateX(0.53333rem) !important;
        -ms-transform: translateX(0.53333rem) !important;
            transform: translateX(0.53333rem) !important; }

.am-accordion::before {
  display: none !important; }

.am-accordion-item i {
  width: 0.32rem !important;
  height: 0.32rem !important;
  background-size: contain !important;
  right: 0.4rem !important; }

.am-list-header {
  font-size: 0.4rem !important;
  font-weight: bold;
  color: #333333 !important;
  background: #ffffff; }
  .am-list-header::before {
    content: '';
    display: inline-block;
    width: 0.05333rem;
    height: 2ex;
    margin-right: 0.21333rem;
    background: #00a2ff;
    vertical-align: text-bottom; }

.am-list-body::after {
  display: none !important; }

.am-list-item {
  padding-left: 0.4rem !important;
  min-height: 1.17333rem !important; }
  .am-list-item.has-value .am-list-extra {
    color: #333333 !important; }
  .am-list-item .am-textarea-label {
    color: #333333 !important;
    font-size: 0.4rem !important; }
  .am-list-item .am-textarea-control textarea {
    font-size: 0.4rem !important; }
    .am-list-item .am-textarea-control textarea::-webkit-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-textarea-control textarea::-moz-placeholder {
      color: #999999 !important; }
    .am-list-item .am-textarea-control textarea:-ms-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-textarea-control textarea::-ms-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-textarea-control textarea::placeholder {
      color: #999999 !important; }
  .am-list-item .am-input-clear-active {
    background-color: #00a2ff; }
  .am-list-item .am-list-extra {
    font-size: 0.4rem !important;
    color: #999999 !important; }
  .am-list-item .am-list-line .am-input-label,
  .am-list-item .am-list-line .am-input-control {
    font-size: 0.4rem !important; }
  .am-list-item .am-list-line .am-input-control input {
    font-size: 0.4rem !important;
    color: #333333 !important; }
    .am-list-item .am-list-line .am-input-control input::-webkit-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-list-line .am-input-control input::-moz-placeholder {
      color: #999999 !important; }
    .am-list-item .am-list-line .am-input-control input:-ms-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-list-line .am-input-control input::-ms-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-list-line .am-input-control input::placeholder {
      color: #999999 !important; }
  .am-list-item .am-list-line .am-list-content {
    font-size: 0.4rem !important; }
  .am-list-item .am-list-line .am-list-arrow {
    width: 0.4rem !important;
    height: 0.4rem !important; }
  .am-list-item .am-list-line .am-list-extra,
  .am-list-item .am-list-line .am-list-content {
    padding-top: 0.18667rem !important;
    padding-bottom: 0.18667rem !important; }
  .am-list-item.am-input-item {
    padding-right: 0.4rem !important; }
    .am-list-item.am-input-item .am-list-line {
      padding-right: 0 !important; }
      .am-list-item.am-input-item .am-list-line .am-input-extra {
        color: #333333 !important; }
  .am-list-item::after {
    left: 0.4rem !important; }

.am-navbar {
  height: 1.33333rem !important; }
  .am-navbar-dark {
    background-color: #00a2ff !important; }
  .am-navbar-title {
    font-size: 0.48rem !important; }
  .am-navbar .am-icon-lg {
    width: 0.93333rem !important;
    height: 0.93333rem !important; }

#videoInfoTabs .am-tabs .am-tabs-default-bar-tab {
  width: 1.6rem !important;
  margin-left: 0.53333rem;
  font-size: 0.37333rem;
  border-bottom: none !important; }
  #videoInfoTabs .am-tabs .am-tabs-default-bar-tab::after {
    content: none !important; }

#videoInfoTabs .am-tabs .am-tabs-default-bar-content {
  border-bottom: 1px solid #d8d8d8 !important; }

#videoInfoTabs .am-tabs .am-tabs-pane-wrap {
  margin-top: 10px; }

#videoInfoTabs .am-tabs .am-tabs-default-bar-underline {
  width: 0.8rem !important;
  background: #1272ff;
  border-color: #1272ff; }

#videoInfoTabs .am-tabs .am-tabs-default-bar-tab-active {
  color: #333333;
  font-weight: bold; }

.college-videoMain .prism-big-play-btn {
  left: calc(50% - 32px) !important;
  top: calc(50% - 32px) !important; }

.college-videoMain .prism-volume {
  background: none !important; }
  .college-videoMain .prism-volume .short-horizontal {
    right: 13px !important; }
  .college-videoMain .prism-volume .long-horizontal {
    right: 6px !important; }

@font-face {
  font-family: "iconfont";
  src: url("/static/fonts/iconfont.eot?t=1605149549458");
  /* IE9 */
  src: url("/static/fonts/iconfont.eot?t=1605149549458#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("/static/fonts/iconfont.woff?t=1605149549458") format("woff"), url("/static/fonts/iconfont.ttf?t=1605149549458") format("truetype"), url("/static/fonts/iconfont.svg?t=1605149549458#iconfont") format("svg");
  /* iOS 4.1- */ }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-baodanguanli3:before {
  content: "\E623"; }

.icon-Customer_service:before {
  content: "\E612"; }

.icon-underwriting:before {
  content: "\E614"; }

.icon-claims:before {
  content: "\E622"; }

.icon-fanhui:before {
  content: "\E601"; }

.icon-fail:before {
  content: "\E644"; }

.icon-rengonghebao1:before {
  content: "\E643"; }

.icon-delete:before {
  content: "\E642"; }

.icon-huodepeikuan:before {
  content: "\E641"; }

.icon-jisuheshen:before {
  content: "\E640"; }

.icon-tijiaocailiao:before {
  content: "\E63F"; }

.icon-shenqinglipei:before {
  content: "\E63E"; }

.icon-front:before {
  content: "\E60F"; }

.icon-reverse:before {
  content: "\E611"; }

.icon-ocr_camera:before {
  content: "\E60A"; }

.icon-ocr_pic:before {
  content: "\E60D"; }

.icon-zhinenghebao:before {
  content: "\E63D"; }

.icon-rengonghebao:before {
  content: "\E63C"; }

.icon-zengxian:before {
  content: "\E63B"; }

.icon-dunpai:before {
  content: "\E63A"; }

.icon-check:before {
  content: "\E639"; }

.icon-ss_close:before {
  content: "\E600"; }

.icon-shouji:before {
  content: "\E747"; }

.icon-weixin2:before {
  content: "\E748"; }

.icon-get-giftinsurance-success:before {
  content: "\E605"; }

.icon-shibai:before {
  content: "\E603"; }

.icon-chenggong:before {
  content: "\E602"; }

.icon-stepper-increase:before {
  content: "\E637"; }

.icon-stepper-decrease:before {
  content: "\E638"; }

.icon-checked:before {
  content: "\E636"; }

.icon-more-down-arrow:before {
  content: "\E635"; }

.icon-up-arrow:before {
  content: "\E632"; }

.icon-right-triangle:before {
  content: "\E633"; }

.icon-down-arrow:before {
  content: "\E634"; }

.icon-index-3:before {
  content: "\E62C"; }

.icon-index-4:before {
  content: "\E62F"; }

.icon-index-1:before {
  content: "\E630"; }

.icon-index-2:before {
  content: "\E631"; }

.icon-index-1-dash:before {
  content: "\E629"; }

.icon-index-3-dash:before {
  content: "\E62B"; }

.icon-index-4-dash:before {
  content: "\E62D"; }

.icon-index-2-dash:before {
  content: "\E62E"; }

.icon-index-5-dash:before {
  content: "\E625"; }

.icon-index-5:before {
  content: "\E627"; }

.icon-down:before {
  content: "\E620"; }

.icon-up:before {
  content: "\E621"; }

.icon-edit-trial:before {
  content: "\E61C"; }

.icon-scroll-top:before {
  content: "\E61B"; }

.icon-artificial-underwriting:before {
  content: "\E61A"; }

.icon-wechat:before {
  content: "\E61D"; }

.icon-ai:before {
  content: "\E61E"; }

.icon-help:before {
  content: "\E619"; }

.icon-shouye:before {
  content: "\E618"; }

.icon-kefu:before {
  content: "\E617"; }

.icon-dianhua:before {
  content: "\E616"; }

.icon-Artboard:before {
  content: "\E610"; }

.icon-remind:before {
  content: "\E60E"; }

.icon-import:before {
  content: "\E60C"; }

.icon-add-policy:before {
  content: "\E60B"; }

.icon-upload:before {
  content: "\E609"; }

.icon-cancel:before {
  content: "\E608"; }

.icon-daixubaodan:before {
  content: "\E607"; }

.icon-camera:before {
  content: "\E606"; }

.icon-my-policy:before {
  content: "\E604"; }

.icon-refresh:before {
  content: "\E615"; }

.icon-web-icon-:before {
  content: "\E6E9"; }

.icon-CombinedShape:before {
  content: "\E71C"; }

.icon-Fill:before {
  content: "\E71B"; }

.icon-09:before {
  content: "\E61F"; }

.icon-icon8:before {
  content: "\E6DC"; }

.icon-GroupCopy:before {
  content: "\E71A"; }

.icon-iconcopy3:before {
  content: "\E719"; }

.icon-iconcopy:before {
  content: "\E716"; }

.icon-iconcopy1:before {
  content: "\E717"; }

.icon-iconcopy2:before {
  content: "\E718"; }

.icon-icon:before {
  content: "\E70E"; }

.icon-add:before {
  content: "\E70F"; }

.icon-icon1:before {
  content: "\E710"; }

.icon-icon2:before {
  content: "\E711"; }

.icon-icon3:before {
  content: "\E712"; }

.icon-icon4:before {
  content: "\E713"; }

.icon-icon5:before {
  content: "\E714"; }

.icon-icon6:before {
  content: "\E715"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font: 0.24rem/1.5 "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", sans-serif;
  color: #333; }

.w-750 {
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.nofloat {
  float: none; }

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

.strong {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.border-radius {
  border: 0; }

.cursor-pointer {
  cursor: pointer; }

a {
  text-decoration: none;
  color: #333; }

.overflow-y {
  overflow-x: hidden;
  overflow-y: auto; }

.button {
  background-color: #666;
  color: #fff;
  border-color: transparent;
  cursor: pointer; }

.hidden {
  display: none; }

.none {
  display: none !important; }

.show {
  display: block; }

.fn-hide {
  display: none; }

.fn-show {
  display: block !important; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.ovh {
  overflow: hidden; }

.ova {
  overflow: auto; }

.img-center {
  display: block;
  margin: 0 auto; }

.vis-hide {
  visibility: hidden; }

.no-selected {
  -moz-user-select: none;
  /* firefox */
  -webkit-user-select: none;
  /* webkit */
  -ms-user-select: none;
  /* IE10 */
  /* old */
  user-select: none; }

.tac {
  text-align: center; }

.tal {
  text-align: left !important; }

.tar {
  text-align: right; }

.taj {
  text-align: justify; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

/*常用字体大小*/
.f12 {
  font-size: 0.16rem; }

.f13 {
  font-size: 0.17333rem; }

.f14 {
  font-size: 0.18667rem; }

.f15 {
  font-size: 0.2rem; }

.f16 {
  font-size: 0.21333rem; }

.f17 {
  font-size: 0.22667rem; }

.f18 {
  font-size: 0.24rem; }

.f19 {
  font-size: 0.25333rem; }

.f20 {
  font-size: 0.26667rem; }

.f21 {
  font-size: 0.28rem; }

.f22 {
  font-size: 0.29333rem; }

.f23 {
  font-size: 0.30667rem; }

.f24 {
  font-size: 0.32rem; }

.f25 {
  font-size: 0.33333rem; }

.f26 {
  font-size: 0.34667rem; }

.f27 {
  font-size: 0.36rem; }

.f28 {
  font-size: 0.37333rem; }

.f29 {
  font-size: 0.38667rem; }

.f30 {
  font-size: 0.4rem; }

.f31 {
  font-size: 0.41333rem; }

.f32 {
  font-size: 0.42667rem; }

.f33 {
  font-size: 0.44rem; }

.f34 {
  font-size: 0.45333rem; }

.f35 {
  font-size: 0.46667rem; }

.f36 {
  font-size: 0.48rem; }

.f37 {
  font-size: 0.49333rem; }

.f38 {
  font-size: 0.50667rem; }

.f39 {
  font-size: 0.52rem; }

.f40 {
  font-size: 0.53333rem; }

.f41 {
  font-size: 0.54667rem; }

.f42 {
  font-size: 0.56rem; }

.f43 {
  font-size: 0.57333rem; }

.f44 {
  font-size: 0.58667rem; }

.f45 {
  font-size: 0.6rem; }

.f46 {
  font-size: 0.61333rem; }

.f47 {
  font-size: 0.62667rem; }

.f48 {
  font-size: 0.64rem; }

.f55 {
  font-size: 0.73333rem; }

/*常用行高*/
.lh10 {
  line-height: 1; }

.lh15 {
  line-height: 1.5; }

.lh18 {
  line-height: 1.8; }

.lh20 {
  line-height: 2; }

.lh22 {
  line-height: 2.2; }

.lh24 {
  line-height: 2.4; }

.lh28 {
  line-height: 2.8; }

.lh30 {
  line-height: 3; }

/*文字修饰*/
.fb {
  font-weight: bold; }

.tdl {
  text-decoration: underline !important; }

.tdt {
  text-decoration: line-through; }

/*常用颜色*/
.fc0 {
  color: #000 !important; }

.fcw {
  color: #fff !important; }

.fc3 {
  color: #333 !important; }

.fc6 {
  color: #666 !important; }

.fc8 {
  color: #888; }

.fc9 {
  color: #999 !important; }

.fcc {
  color: #ccc; }

.fcd {
  color: #ddd; }

.fc-b8 {
  color: #b8b8b8; }

.fc-a6 {
  color: #a6a6a6 !important; }

.diy_color {
  color: #00a2ff !important; }

.err_color {
  color: #FF5F5A !important; }

.success_color {
  color: #00a2ff !important; }

.gift_insurance_color {
  color: #00a2ff !important; }

.color-price {
  color: #00a2ff !important; }

.base-color {
  color: #1d50a2; }

.fcred {
  color: red !important; }

.fcsc {
  color: #ff5b00 !important; }

.fc9d {
  color: #9d9d9d; }

.fc9b {
  color: #9b9b9b; }

/*常用背景*/
.bgf0 {
  background: #f0f0f0 !important; }

.bgf9 {
  background: #f9f9f9 !important; }

.bgf8 {
  background: #f8fbff !important; }

.bgf7 {
  background: #f7f7f7 !important; }

.bgf5 {
  background: #f5f5f5 !important; }

.bgf3 {
  background: #f3f3f3 !important; }

.bgfc {
  background: #fcfcfc !important; }

.bgfw {
  background: #fff !important; }

.bgfb {
  background: #fbfbfb !important; }

.bgfa {
  background: #fafafa !important; }

.bg999 {
  background: #999 !important; }

.bg666 {
  background-color: #666 !important; }

.diy_background {
  background-color: #00a2ff !important; }

/* 常用数值 */
.mt0 {
  margin-top: 0rem; }

.mr0 {
  margin-right: 0rem; }

.mb0 {
  margin-bottom: 0rem; }

.ml0 {
  margin-left: 0rem; }

.pt0 {
  padding-top: 0rem !important; }

.pr0 {
  padding-right: 0rem !important; }

.pb0 {
  padding-bottom: 0rem; }

.pl0 {
  padding-left: 0rem !important; }

.mt5 {
  margin-top: 0.06667rem; }

.mr5 {
  margin-right: 0.06667rem; }

.mb5 {
  margin-bottom: 0.06667rem; }

.ml5 {
  margin-left: 0.06667rem; }

.pt5 {
  padding-top: 0.06667rem !important; }

.pr5 {
  padding-right: 0.06667rem !important; }

.pb5 {
  padding-bottom: 0.06667rem; }

.pl5 {
  padding-left: 0.06667rem !important; }

.mt10 {
  margin-top: 0.13333rem; }

.mr10 {
  margin-right: 0.13333rem; }

.mb10 {
  margin-bottom: 0.13333rem; }

.ml10 {
  margin-left: 0.13333rem; }

.pt10 {
  padding-top: 0.13333rem !important; }

.pr10 {
  padding-right: 0.13333rem !important; }

.pb10 {
  padding-bottom: 0.13333rem; }

.pl10 {
  padding-left: 0.13333rem !important; }

.mt15 {
  margin-top: 0.2rem; }

.mr15 {
  margin-right: 0.2rem; }

.mb15 {
  margin-bottom: 0.2rem; }

.ml15 {
  margin-left: 0.2rem; }

.pt15 {
  padding-top: 0.2rem !important; }

.pr15 {
  padding-right: 0.2rem !important; }

.pb15 {
  padding-bottom: 0.2rem; }

.pl15 {
  padding-left: 0.2rem !important; }

.mt20 {
  margin-top: 0.26667rem; }

.mr20 {
  margin-right: 0.26667rem; }

.mb20 {
  margin-bottom: 0.26667rem; }

.ml20 {
  margin-left: 0.26667rem; }

.pt20 {
  padding-top: 0.26667rem !important; }

.pr20 {
  padding-right: 0.26667rem !important; }

.pb20 {
  padding-bottom: 0.26667rem; }

.pl20 {
  padding-left: 0.26667rem !important; }

.mt25 {
  margin-top: 0.33333rem; }

.mr25 {
  margin-right: 0.33333rem; }

.mb25 {
  margin-bottom: 0.33333rem; }

.ml25 {
  margin-left: 0.33333rem; }

.pt25 {
  padding-top: 0.33333rem !important; }

.pr25 {
  padding-right: 0.33333rem !important; }

.pb25 {
  padding-bottom: 0.33333rem; }

.pl25 {
  padding-left: 0.33333rem !important; }

.mt30 {
  margin-top: 0.4rem; }

.mr30 {
  margin-right: 0.4rem; }

.mb30 {
  margin-bottom: 0.4rem; }

.ml30 {
  margin-left: 0.4rem; }

.pt30 {
  padding-top: 0.4rem !important; }

.pr30 {
  padding-right: 0.4rem !important; }

.pb30 {
  padding-bottom: 0.4rem; }

.pl30 {
  padding-left: 0.4rem !important; }

.mt35 {
  margin-top: 0.46667rem; }

.mr35 {
  margin-right: 0.46667rem; }

.mb35 {
  margin-bottom: 0.46667rem; }

.ml35 {
  margin-left: 0.46667rem; }

.pt35 {
  padding-top: 0.46667rem !important; }

.pr35 {
  padding-right: 0.46667rem !important; }

.pb35 {
  padding-bottom: 0.46667rem; }

.pl35 {
  padding-left: 0.46667rem !important; }

.mt40 {
  margin-top: 0.53333rem; }

.mr40 {
  margin-right: 0.53333rem; }

.mb40 {
  margin-bottom: 0.53333rem; }

.ml40 {
  margin-left: 0.53333rem; }

.pt40 {
  padding-top: 0.53333rem !important; }

.pr40 {
  padding-right: 0.53333rem !important; }

.pb40 {
  padding-bottom: 0.53333rem; }

.pl40 {
  padding-left: 0.53333rem !important; }

.mt45 {
  margin-top: 0.6rem; }

.mr45 {
  margin-right: 0.6rem; }

.mb45 {
  margin-bottom: 0.6rem; }

.ml45 {
  margin-left: 0.6rem; }

.pt45 {
  padding-top: 0.6rem !important; }

.pr45 {
  padding-right: 0.6rem !important; }

.pb45 {
  padding-bottom: 0.6rem; }

.pl45 {
  padding-left: 0.6rem !important; }

.mt50 {
  margin-top: 0.66667rem; }

.mr50 {
  margin-right: 0.66667rem; }

.mb50 {
  margin-bottom: 0.66667rem; }

.ml50 {
  margin-left: 0.66667rem; }

.pt50 {
  padding-top: 0.66667rem !important; }

.pr50 {
  padding-right: 0.66667rem !important; }

.pb50 {
  padding-bottom: 0.66667rem; }

.pl50 {
  padding-left: 0.66667rem !important; }

.mt60 {
  margin-top: 0.8rem; }

.mb60 {
  margin-bottom: 0.8rem; }

.pt60 {
  padding-top: 0.8rem; }

.pb60 {
  padding-bottom: 0.8rem; }

/* 边框线 */
.bor-bottom:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 0 solid #d8d8d8;
  border-width: 1px 0; }

.bor-bottom-dashed {
  border-bottom: 0.01333rem dashed #d8d8d8 !important; }

.bor-top {
  border-top: 0.01333rem solid #d8d8d8; }

.bor-left {
  border-left: 0.01333rem solid #d8d8d8; }

.bor-right {
  border-right: 0.01333rem solid #d8d8d8; }

.bor-none {
  border: none !important; }

.border {
  border: 0.01333rem solid #d8d8d8; }

.diy_border {
  border: 0.01333rem solid #00a2ff !important; }

.diy_border-bottom-color {
  border-bottom-color: #00a2ff !important; }

.of-hidden {
  height: 100%;
  overflow: hidden; }

.btn-code-disabled {
  background: #999 !important;
  cursor: not-allowed !important;
  color: #fff !important; }

.layer-mask {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0; }

.vm {
  vertical-align: middle; }

.ti {
  text-indent: 0.46rem; }

.fix-bottom-btn {
  border-radius: 0 !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important; }

.pannel-content-box {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: 80vh;
  min-height: 30vh; }

.am-toast-text-info {
  word-break: break-all; }

.tipsColor {
  color: #fa7311; }

.am-button {
  display: block;
  outline: 0 none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 18px;
  height: 47px;
  line-height: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  color: #000;
  background-color: #fff;
  border: 1PX solid #ddd;
  border-radius: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 10px;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-borderfix:before {
  -webkit-transform: scale(0.49) !important;
      -ms-transform: scale(0.49) !important;
          transform: scale(0.49) !important;
}
.am-button.am-button-active {
  background-color: #ddd;
}
.am-button.am-button-disabled {
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.6;
}
.am-button-primary {
  color: #fff;
  background-color: #108ee9;
  border: 1PX solid #108ee9;
  border-radius: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-primary {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-primary::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #108ee9;
    border-radius: 10px;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-primary.am-button-active {
  color: rgba(255, 255, 255, 0.3);
  background-color: #0e80d2;
}
.am-button-primary.am-button-disabled {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.4;
}
.am-button-ghost {
  color: #108ee9;
  background-color: transparent;
  border: 1PX solid #108ee9;
  border-radius: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-ghost::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #108ee9;
    border-radius: 10px;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-ghost.am-button-active {
  color: rgba(16, 142, 233, 0.6);
  background-color: transparent;
  border: 1PX solid rgba(16, 142, 233, 0.6);
  border-radius: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost.am-button-active {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-ghost.am-button-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid rgba(16, 142, 233, 0.6);
    border-radius: 10px;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-ghost.am-button-disabled {
  color: rgba(0, 0, 0, 0.1);
  border: 1PX solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  opacity: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost.am-button-disabled {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-ghost.am-button-disabled::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-warning {
  color: #fff;
  background-color: #e94f4f;
}
.am-button-warning.am-button-active {
  color: rgba(255, 255, 255, 0.3);
  background-color: #d24747;
}
.am-button-warning.am-button-disabled {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.4;
}
.am-button-inline {
  display: inline-block;
  padding: 0 15px;
}
.am-button-inline.am-button-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex;
}
.am-button-small {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.am-button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          -moz-box-pack: center;
       justify-content: center;
}
.am-button > .am-button-icon {
  margin-right: 0.5em;
}

@charset "UTF-8";
/* reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea, p, blockquote, th, td,
header, hgroup, nav, section, article, aside, footer, figure, figcaption, menu, button {
  margin: 0;
  padding: 0; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0 auto !important;
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  color: #4a4a4a;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  background: #efeff4;
  -webkit-overflow-scrolling: touch; }
  body::webkit-scrollbar {
    width: 0;
    height: 0; }

/* 一致的 del 样式 */
del {
  text-decoration: line-through; }

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500; }

/* 只允许垂直调整尺寸 */
textarea {
  resize: vertical; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* 更好的hr样式 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* 移除选中阴影 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none; }

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400; }

q:before,
q:after {
  content: ''; }

ins,
a {
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none; }

input,
textarea,
button {
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  color: #666;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* variable.css */
/*Color*/
/* 媒体查询 */
/* variable.css */
/*Color*/
.am-checkbox-inner {
  width: 0.58667rem !important;
  height: 0.58667rem !important; }
  .am-checkbox-inner:after {
    width: 0.13333rem;
    height: 0.26667rem;
    border-width: 0 2px 2px 0;
    top: 0.05333rem;
    right: 0.17333rem; }

.am-checkbox.am-checkbox-checked .am-checkbox-inner {
  background: #00a2ff !important;
  border-color: #00a2ff !important; }

.am-modal .am-modal-button-group-h .am-modal-button:last-child {
  color: #00a2ff; }

.am-modal .am-modal-button-group-v .am-modal-button {
  color: #00a2ff;
  font-size: 0.49333rem; }

.am-modal .am-modal-content {
  border-radius: 4px !important; }

.am-modal .am-modal-footer .am-modal-button:first-child {
  color: #999999; }

.am-modal-popup .am-modal-close {
  height: 0.53333rem;
  width: 0.53333rem;
  top: 0.4rem;
  right: 0.4rem; }
  .am-modal-popup .am-modal-close-x {
    background-image: none;
    font-size: 0.4rem;
    color: #000; }
    .am-modal-popup .am-modal-close-x::after {
      content: '\E61F';
      font-family: 'iconfont'; }

.am-modal-popup .am-modal-content {
  border-top-left-radius: 0.16rem;
  border-top-right-radius: 0.16rem; }

.am-modal-popup .am-modal-header {
  padding: 0.4rem 1.04rem 0.4rem 0.4rem;
  position: relative; }
  .am-modal-popup .am-modal-header .am-modal-title {
    font-size: 0.42667rem;
    font-weight: bold;
    color: #333333;
    text-align: left; }
  .am-modal-popup .am-modal-header::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0.4rem;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
        transform: scaleY(0.5); }

.am-modal-popup .am-modal-body {
  overflow-x: hidden !important; }

.am-modal-transparent {
  width: 8.26667rem !important; }

.am-button {
  height: 1.14667rem !important;
  line-height: 1.14667rem !important;
  font-size: 0.4rem !important;
  color: #00a2ff !important; }
  .am-button-primary {
    color: #ffffff !important;
    background-color: #00a2ff !important;
    border: 1px solid #00a2ff !important; }
    .am-button-primary::before {
      border: 1px solid #00a2ff !important; }
    .am-button-primary.am-button-active {
      background-color: #00a2ff !important;
      opacity: 0.8; }

.am-action-sheet-button-list .am-action-sheet-button-list-item {
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.42667rem; }

.am-switch .checkbox {
  width: 1.17333rem !important;
  height: 0.61333rem !important;
  border-radius: 0.61333rem !important; }
  .am-switch .checkbox::before {
    width: 0.56rem !important; }
  .am-switch .checkbox::before, .am-switch .checkbox::after {
    width: 0.56rem !important;
    height: 0.56rem !important;
    border-radius: 0.56rem !important;
    top: 0.02667rem !important;
    left: 0.04rem !important; }

.am-switch input[type='checkbox']:checked + .checkbox {
  background: #00a2ff !important; }
  .am-switch input[type='checkbox']:checked + .checkbox:after {
    -webkit-transform: translateX(0.53333rem) !important;
        -ms-transform: translateX(0.53333rem) !important;
            transform: translateX(0.53333rem) !important; }

.am-accordion::before {
  display: none !important; }

.am-accordion-item i {
  width: 0.32rem !important;
  height: 0.32rem !important;
  background-size: contain !important;
  right: 0.4rem !important; }

.am-list-header {
  font-size: 0.4rem !important;
  font-weight: bold;
  color: #333333 !important;
  background: #ffffff; }
  .am-list-header::before {
    content: '';
    display: inline-block;
    width: 0.05333rem;
    height: 2ex;
    margin-right: 0.21333rem;
    background: #00a2ff;
    vertical-align: text-bottom; }

.am-list-body::after {
  display: none !important; }

.am-list-item {
  padding-left: 0.4rem !important;
  min-height: 1.17333rem !important; }
  .am-list-item.has-value .am-list-extra {
    color: #333333 !important; }
  .am-list-item .am-textarea-label {
    color: #333333 !important;
    font-size: 0.4rem !important; }
  .am-list-item .am-textarea-control textarea {
    font-size: 0.4rem !important; }
    .am-list-item .am-textarea-control textarea::-webkit-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-textarea-control textarea::-moz-placeholder {
      color: #999999 !important; }
    .am-list-item .am-textarea-control textarea:-ms-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-textarea-control textarea::-ms-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-textarea-control textarea::placeholder {
      color: #999999 !important; }
  .am-list-item .am-input-clear-active {
    background-color: #00a2ff; }
  .am-list-item .am-list-extra {
    font-size: 0.4rem !important;
    color: #999999 !important; }
  .am-list-item .am-list-line .am-input-label,
  .am-list-item .am-list-line .am-input-control {
    font-size: 0.4rem !important; }
  .am-list-item .am-list-line .am-input-control input {
    font-size: 0.4rem !important;
    color: #333333 !important; }
    .am-list-item .am-list-line .am-input-control input::-webkit-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-list-line .am-input-control input::-moz-placeholder {
      color: #999999 !important; }
    .am-list-item .am-list-line .am-input-control input:-ms-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-list-line .am-input-control input::-ms-input-placeholder {
      color: #999999 !important; }
    .am-list-item .am-list-line .am-input-control input::placeholder {
      color: #999999 !important; }
  .am-list-item .am-list-line .am-list-content {
    font-size: 0.4rem !important; }
  .am-list-item .am-list-line .am-list-arrow {
    width: 0.4rem !important;
    height: 0.4rem !important; }
  .am-list-item .am-list-line .am-list-extra,
  .am-list-item .am-list-line .am-list-content {
    padding-top: 0.18667rem !important;
    padding-bottom: 0.18667rem !important; }
  .am-list-item.am-input-item {
    padding-right: 0.4rem !important; }
    .am-list-item.am-input-item .am-list-line {
      padding-right: 0 !important; }
      .am-list-item.am-input-item .am-list-line .am-input-extra {
        color: #333333 !important; }
  .am-list-item::after {
    left: 0.4rem !important; }

.am-navbar {
  height: 1.33333rem !important; }
  .am-navbar-dark {
    background-color: #00a2ff !important; }
  .am-navbar-title {
    font-size: 0.48rem !important; }
  .am-navbar .am-icon-lg {
    width: 0.93333rem !important;
    height: 0.93333rem !important; }

#videoInfoTabs .am-tabs .am-tabs-default-bar-tab {
  width: 1.6rem !important;
  margin-left: 0.53333rem;
  font-size: 0.37333rem;
  border-bottom: none !important; }
  #videoInfoTabs .am-tabs .am-tabs-default-bar-tab::after {
    content: none !important; }

#videoInfoTabs .am-tabs .am-tabs-default-bar-content {
  border-bottom: 1px solid #d8d8d8 !important; }

#videoInfoTabs .am-tabs .am-tabs-pane-wrap {
  margin-top: 10px; }

#videoInfoTabs .am-tabs .am-tabs-default-bar-underline {
  width: 0.8rem !important;
  background: #1272ff;
  border-color: #1272ff; }

#videoInfoTabs .am-tabs .am-tabs-default-bar-tab-active {
  color: #333333;
  font-weight: bold; }

.college-videoMain .prism-big-play-btn {
  left: calc(50% - 32px) !important;
  top: calc(50% - 32px) !important; }

.college-videoMain .prism-volume {
  background: none !important; }
  .college-videoMain .prism-volume .short-horizontal {
    right: 13px !important; }
  .college-videoMain .prism-volume .long-horizontal {
    right: 6px !important; }

@font-face {
  font-family: "iconfont";
  src: url("/static/fonts/iconfont.eot?t=1605149549458");
  /* IE9 */
  src: url("/static/fonts/iconfont.eot?t=1605149549458#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("/static/fonts/iconfont.woff?t=1605149549458") format("woff"), url("/static/fonts/iconfont.ttf?t=1605149549458") format("truetype"), url("/static/fonts/iconfont.svg?t=1605149549458#iconfont") format("svg");
  /* iOS 4.1- */ }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-baodanguanli3:before {
  content: "\E623"; }

.icon-Customer_service:before {
  content: "\E612"; }

.icon-underwriting:before {
  content: "\E614"; }

.icon-claims:before {
  content: "\E622"; }

.icon-fanhui:before {
  content: "\E601"; }

.icon-fail:before {
  content: "\E644"; }

.icon-rengonghebao1:before {
  content: "\E643"; }

.icon-delete:before {
  content: "\E642"; }

.icon-huodepeikuan:before {
  content: "\E641"; }

.icon-jisuheshen:before {
  content: "\E640"; }

.icon-tijiaocailiao:before {
  content: "\E63F"; }

.icon-shenqinglipei:before {
  content: "\E63E"; }

.icon-front:before {
  content: "\E60F"; }

.icon-reverse:before {
  content: "\E611"; }

.icon-ocr_camera:before {
  content: "\E60A"; }

.icon-ocr_pic:before {
  content: "\E60D"; }

.icon-zhinenghebao:before {
  content: "\E63D"; }

.icon-rengonghebao:before {
  content: "\E63C"; }

.icon-zengxian:before {
  content: "\E63B"; }

.icon-dunpai:before {
  content: "\E63A"; }

.icon-check:before {
  content: "\E639"; }

.icon-ss_close:before {
  content: "\E600"; }

.icon-shouji:before {
  content: "\E747"; }

.icon-weixin2:before {
  content: "\E748"; }

.icon-get-giftinsurance-success:before {
  content: "\E605"; }

.icon-shibai:before {
  content: "\E603"; }

.icon-chenggong:before {
  content: "\E602"; }

.icon-stepper-increase:before {
  content: "\E637"; }

.icon-stepper-decrease:before {
  content: "\E638"; }

.icon-checked:before {
  content: "\E636"; }

.icon-more-down-arrow:before {
  content: "\E635"; }

.icon-up-arrow:before {
  content: "\E632"; }

.icon-right-triangle:before {
  content: "\E633"; }

.icon-down-arrow:before {
  content: "\E634"; }

.icon-index-3:before {
  content: "\E62C"; }

.icon-index-4:before {
  content: "\E62F"; }

.icon-index-1:before {
  content: "\E630"; }

.icon-index-2:before {
  content: "\E631"; }

.icon-index-1-dash:before {
  content: "\E629"; }

.icon-index-3-dash:before {
  content: "\E62B"; }

.icon-index-4-dash:before {
  content: "\E62D"; }

.icon-index-2-dash:before {
  content: "\E62E"; }

.icon-index-5-dash:before {
  content: "\E625"; }

.icon-index-5:before {
  content: "\E627"; }

.icon-down:before {
  content: "\E620"; }

.icon-up:before {
  content: "\E621"; }

.icon-edit-trial:before {
  content: "\E61C"; }

.icon-scroll-top:before {
  content: "\E61B"; }

.icon-artificial-underwriting:before {
  content: "\E61A"; }

.icon-wechat:before {
  content: "\E61D"; }

.icon-ai:before {
  content: "\E61E"; }

.icon-help:before {
  content: "\E619"; }

.icon-shouye:before {
  content: "\E618"; }

.icon-kefu:before {
  content: "\E617"; }

.icon-dianhua:before {
  content: "\E616"; }

.icon-Artboard:before {
  content: "\E610"; }

.icon-remind:before {
  content: "\E60E"; }

.icon-import:before {
  content: "\E60C"; }

.icon-add-policy:before {
  content: "\E60B"; }

.icon-upload:before {
  content: "\E609"; }

.icon-cancel:before {
  content: "\E608"; }

.icon-daixubaodan:before {
  content: "\E607"; }

.icon-camera:before {
  content: "\E606"; }

.icon-my-policy:before {
  content: "\E604"; }

.icon-refresh:before {
  content: "\E615"; }

.icon-web-icon-:before {
  content: "\E6E9"; }

.icon-CombinedShape:before {
  content: "\E71C"; }

.icon-Fill:before {
  content: "\E71B"; }

.icon-09:before {
  content: "\E61F"; }

.icon-icon8:before {
  content: "\E6DC"; }

.icon-GroupCopy:before {
  content: "\E71A"; }

.icon-iconcopy3:before {
  content: "\E719"; }

.icon-iconcopy:before {
  content: "\E716"; }

.icon-iconcopy1:before {
  content: "\E717"; }

.icon-iconcopy2:before {
  content: "\E718"; }

.icon-icon:before {
  content: "\E70E"; }

.icon-add:before {
  content: "\E70F"; }

.icon-icon1:before {
  content: "\E710"; }

.icon-icon2:before {
  content: "\E711"; }

.icon-icon3:before {
  content: "\E712"; }

.icon-icon4:before {
  content: "\E713"; }

.icon-icon5:before {
  content: "\E714"; }

.icon-icon6:before {
  content: "\E715"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font: 0.24rem/1.5 "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", sans-serif;
  color: #333; }

.w-750 {
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.nofloat {
  float: none; }

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

.strong {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.border-radius {
  border: 0; }

.cursor-pointer {
  cursor: pointer; }

a {
  text-decoration: none;
  color: #333; }

.overflow-y {
  overflow-x: hidden;
  overflow-y: auto; }

.button {
  background-color: #666;
  color: #fff;
  border-color: transparent;
  cursor: pointer; }

.hidden {
  display: none; }

.none {
  display: none !important; }

.show {
  display: block; }

.fn-hide {
  display: none; }

.fn-show {
  display: block !important; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.ovh {
  overflow: hidden; }

.ova {
  overflow: auto; }

.img-center {
  display: block;
  margin: 0 auto; }

.vis-hide {
  visibility: hidden; }

.no-selected {
  -moz-user-select: none;
  /* firefox */
  -webkit-user-select: none;
  /* webkit */
  -ms-user-select: none;
  /* IE10 */
  /* old */
  user-select: none; }

.tac {
  text-align: center; }

.tal {
  text-align: left !important; }

.tar {
  text-align: right; }

.taj {
  text-align: justify; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

/*常用字体大小*/
.f12 {
  font-size: 0.16rem; }

.f13 {
  font-size: 0.17333rem; }

.f14 {
  font-size: 0.18667rem; }

.f15 {
  font-size: 0.2rem; }

.f16 {
  font-size: 0.21333rem; }

.f17 {
  font-size: 0.22667rem; }

.f18 {
  font-size: 0.24rem; }

.f19 {
  font-size: 0.25333rem; }

.f20 {
  font-size: 0.26667rem; }

.f21 {
  font-size: 0.28rem; }

.f22 {
  font-size: 0.29333rem; }

.f23 {
  font-size: 0.30667rem; }

.f24 {
  font-size: 0.32rem; }

.f25 {
  font-size: 0.33333rem; }

.f26 {
  font-size: 0.34667rem; }

.f27 {
  font-size: 0.36rem; }

.f28 {
  font-size: 0.37333rem; }

.f29 {
  font-size: 0.38667rem; }

.f30 {
  font-size: 0.4rem; }

.f31 {
  font-size: 0.41333rem; }

.f32 {
  font-size: 0.42667rem; }

.f33 {
  font-size: 0.44rem; }

.f34 {
  font-size: 0.45333rem; }

.f35 {
  font-size: 0.46667rem; }

.f36 {
  font-size: 0.48rem; }

.f37 {
  font-size: 0.49333rem; }

.f38 {
  font-size: 0.50667rem; }

.f39 {
  font-size: 0.52rem; }

.f40 {
  font-size: 0.53333rem; }

.f41 {
  font-size: 0.54667rem; }

.f42 {
  font-size: 0.56rem; }

.f43 {
  font-size: 0.57333rem; }

.f44 {
  font-size: 0.58667rem; }

.f45 {
  font-size: 0.6rem; }

.f46 {
  font-size: 0.61333rem; }

.f47 {
  font-size: 0.62667rem; }

.f48 {
  font-size: 0.64rem; }

.f55 {
  font-size: 0.73333rem; }

/*常用行高*/
.lh10 {
  line-height: 1; }

.lh15 {
  line-height: 1.5; }

.lh18 {
  line-height: 1.8; }

.lh20 {
  line-height: 2; }

.lh22 {
  line-height: 2.2; }

.lh24 {
  line-height: 2.4; }

.lh28 {
  line-height: 2.8; }

.lh30 {
  line-height: 3; }

/*文字修饰*/
.fb {
  font-weight: bold; }

.tdl {
  text-decoration: underline !important; }

.tdt {
  text-decoration: line-through; }

/*常用颜色*/
.fc0 {
  color: #000 !important; }

.fcw {
  color: #fff !important; }

.fc3 {
  color: #333 !important; }

.fc6 {
  color: #666 !important; }

.fc8 {
  color: #888; }

.fc9 {
  color: #999 !important; }

.fcc {
  color: #ccc; }

.fcd {
  color: #ddd; }

.fc-b8 {
  color: #b8b8b8; }

.fc-a6 {
  color: #a6a6a6 !important; }

.diy_color {
  color: #00a2ff !important; }

.err_color {
  color: #FF5F5A !important; }

.success_color {
  color: #00a2ff !important; }

.gift_insurance_color {
  color: #00a2ff !important; }

.color-price {
  color: #00a2ff !important; }

.base-color {
  color: #1d50a2; }

.fcred {
  color: red !important; }

.fcsc {
  color: #ff5b00 !important; }

.fc9d {
  color: #9d9d9d; }

.fc9b {
  color: #9b9b9b; }

/*常用背景*/
.bgf0 {
  background: #f0f0f0 !important; }

.bgf9 {
  background: #f9f9f9 !important; }

.bgf8 {
  background: #f8fbff !important; }

.bgf7 {
  background: #f7f7f7 !important; }

.bgf5 {
  background: #f5f5f5 !important; }

.bgf3 {
  background: #f3f3f3 !important; }

.bgfc {
  background: #fcfcfc !important; }

.bgfw {
  background: #fff !important; }

.bgfb {
  background: #fbfbfb !important; }

.bgfa {
  background: #fafafa !important; }

.bg999 {
  background: #999 !important; }

.bg666 {
  background-color: #666 !important; }

.diy_background {
  background-color: #00a2ff !important; }

/* 常用数值 */
.mt0 {
  margin-top: 0rem; }

.mr0 {
  margin-right: 0rem; }

.mb0 {
  margin-bottom: 0rem; }

.ml0 {
  margin-left: 0rem; }

.pt0 {
  padding-top: 0rem !important; }

.pr0 {
  padding-right: 0rem !important; }

.pb0 {
  padding-bottom: 0rem; }

.pl0 {
  padding-left: 0rem !important; }

.mt5 {
  margin-top: 0.06667rem; }

.mr5 {
  margin-right: 0.06667rem; }

.mb5 {
  margin-bottom: 0.06667rem; }

.ml5 {
  margin-left: 0.06667rem; }

.pt5 {
  padding-top: 0.06667rem !important; }

.pr5 {
  padding-right: 0.06667rem !important; }

.pb5 {
  padding-bottom: 0.06667rem; }

.pl5 {
  padding-left: 0.06667rem !important; }

.mt10 {
  margin-top: 0.13333rem; }

.mr10 {
  margin-right: 0.13333rem; }

.mb10 {
  margin-bottom: 0.13333rem; }

.ml10 {
  margin-left: 0.13333rem; }

.pt10 {
  padding-top: 0.13333rem !important; }

.pr10 {
  padding-right: 0.13333rem !important; }

.pb10 {
  padding-bottom: 0.13333rem; }

.pl10 {
  padding-left: 0.13333rem !important; }

.mt15 {
  margin-top: 0.2rem; }

.mr15 {
  margin-right: 0.2rem; }

.mb15 {
  margin-bottom: 0.2rem; }

.ml15 {
  margin-left: 0.2rem; }

.pt15 {
  padding-top: 0.2rem !important; }

.pr15 {
  padding-right: 0.2rem !important; }

.pb15 {
  padding-bottom: 0.2rem; }

.pl15 {
  padding-left: 0.2rem !important; }

.mt20 {
  margin-top: 0.26667rem; }

.mr20 {
  margin-right: 0.26667rem; }

.mb20 {
  margin-bottom: 0.26667rem; }

.ml20 {
  margin-left: 0.26667rem; }

.pt20 {
  padding-top: 0.26667rem !important; }

.pr20 {
  padding-right: 0.26667rem !important; }

.pb20 {
  padding-bottom: 0.26667rem; }

.pl20 {
  padding-left: 0.26667rem !important; }

.mt25 {
  margin-top: 0.33333rem; }

.mr25 {
  margin-right: 0.33333rem; }

.mb25 {
  margin-bottom: 0.33333rem; }

.ml25 {
  margin-left: 0.33333rem; }

.pt25 {
  padding-top: 0.33333rem !important; }

.pr25 {
  padding-right: 0.33333rem !important; }

.pb25 {
  padding-bottom: 0.33333rem; }

.pl25 {
  padding-left: 0.33333rem !important; }

.mt30 {
  margin-top: 0.4rem; }

.mr30 {
  margin-right: 0.4rem; }

.mb30 {
  margin-bottom: 0.4rem; }

.ml30 {
  margin-left: 0.4rem; }

.pt30 {
  padding-top: 0.4rem !important; }

.pr30 {
  padding-right: 0.4rem !important; }

.pb30 {
  padding-bottom: 0.4rem; }

.pl30 {
  padding-left: 0.4rem !important; }

.mt35 {
  margin-top: 0.46667rem; }

.mr35 {
  margin-right: 0.46667rem; }

.mb35 {
  margin-bottom: 0.46667rem; }

.ml35 {
  margin-left: 0.46667rem; }

.pt35 {
  padding-top: 0.46667rem !important; }

.pr35 {
  padding-right: 0.46667rem !important; }

.pb35 {
  padding-bottom: 0.46667rem; }

.pl35 {
  padding-left: 0.46667rem !important; }

.mt40 {
  margin-top: 0.53333rem; }

.mr40 {
  margin-right: 0.53333rem; }

.mb40 {
  margin-bottom: 0.53333rem; }

.ml40 {
  margin-left: 0.53333rem; }

.pt40 {
  padding-top: 0.53333rem !important; }

.pr40 {
  padding-right: 0.53333rem !important; }

.pb40 {
  padding-bottom: 0.53333rem; }

.pl40 {
  padding-left: 0.53333rem !important; }

.mt45 {
  margin-top: 0.6rem; }

.mr45 {
  margin-right: 0.6rem; }

.mb45 {
  margin-bottom: 0.6rem; }

.ml45 {
  margin-left: 0.6rem; }

.pt45 {
  padding-top: 0.6rem !important; }

.pr45 {
  padding-right: 0.6rem !important; }

.pb45 {
  padding-bottom: 0.6rem; }

.pl45 {
  padding-left: 0.6rem !important; }

.mt50 {
  margin-top: 0.66667rem; }

.mr50 {
  margin-right: 0.66667rem; }

.mb50 {
  margin-bottom: 0.66667rem; }

.ml50 {
  margin-left: 0.66667rem; }

.pt50 {
  padding-top: 0.66667rem !important; }

.pr50 {
  padding-right: 0.66667rem !important; }

.pb50 {
  padding-bottom: 0.66667rem; }

.pl50 {
  padding-left: 0.66667rem !important; }

.mt60 {
  margin-top: 0.8rem; }

.mb60 {
  margin-bottom: 0.8rem; }

.pt60 {
  padding-top: 0.8rem; }

.pb60 {
  padding-bottom: 0.8rem; }

/* 边框线 */
.bor-bottom:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 0 solid #d8d8d8;
  border-width: 1px 0; }

.bor-bottom-dashed {
  border-bottom: 0.01333rem dashed #d8d8d8 !important; }

.bor-top {
  border-top: 0.01333rem solid #d8d8d8; }

.bor-left {
  border-left: 0.01333rem solid #d8d8d8; }

.bor-right {
  border-right: 0.01333rem solid #d8d8d8; }

.bor-none {
  border: none !important; }

.border {
  border: 0.01333rem solid #d8d8d8; }

.diy_border {
  border: 0.01333rem solid #00a2ff !important; }

.diy_border-bottom-color {
  border-bottom-color: #00a2ff !important; }

.of-hidden {
  height: 100%;
  overflow: hidden; }

.btn-code-disabled {
  background: #999 !important;
  cursor: not-allowed !important;
  color: #fff !important; }

.layer-mask {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0; }

.vm {
  vertical-align: middle; }

.ti {
  text-indent: 0.46rem; }

.fix-bottom-btn {
  border-radius: 0 !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important; }

.pannel-content-box {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: 80vh;
  min-height: 30vh; }

.am-toast-text-info {
  word-break: break-all; }

.tipsColor {
  color: #fa7311; }

.guideMainWarp {
  position: absolute;
  z-index: 10086;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }
  .guideMainWarp .skip {
    font-size: 0.37333rem;
    color: #FFFFFF;
    position: absolute;
    right: 0.53333rem;
    top: 0.53333rem; }
  .guideMainWarp .step1 {
    margin-top: 2.33333rem;
    margin-left: 0.13333rem;
    margin-right: 0.13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .guideMainWarp .step2 {
    margin-top: 10.33333rem;
    margin-left: 0.13333rem;
    margin-right: 0.13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .guideMainWarp .step3 {
    margin-top: 12rem;
    margin-left: 0.13333rem;
    margin-right: 0.13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .guideMainWarp .stepPng {
    width: 100%; }
  .guideMainWarp .stepPngReserve {
    width: 100%;
    margin-top: 0.53333rem; }
  .guideMainWarp .stepIntro {
    font-family: PingFangSC-Semibold;
    font-size: 0.37333rem;
    color: #FFFFFF;
    text-align: center;
    padding: 0 0.6rem;
    margin-top: 0.53333rem; }
  .guideMainWarp .stepIntroReserve {
    font-family: PingFangSC-Semibold;
    font-size: 0.37333rem;
    color: #FFFFFF;
    text-align: center;
    padding: 0 0.6rem; }
  .guideMainWarp .stepBtn {
    width: 3.73333rem;
    height: 1.17333rem;
    border: 0.02667rem solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    border-radius: 0.58667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.53333rem;
    font-size: 0.37333rem;
    font-weight: bold; }

.am-list-header {
  padding: 15px 15px 9px 15px;
  font-size: 14px;
  color: #888;
  width: 100%;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.am-list-footer {
  padding: 9px 15px 15px 15px;
  font-size: 14px;
  color: #888;
}
.am-list-body {
  position: relative;
  background-color: #fff;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body {
    border-top: none;
  }
  html:not([data-scale]) .am-list-body::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
        -ms-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-list-body::before {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list-body::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
        -ms-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-list-body::after {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-list-body div:not(:last-child) .am-list-line {
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
        -ms-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-list-body div:not(:last-child) .am-list-line::after {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding-left: 15px;
  min-height: 44px;
  background-color: #fff;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          -moz-box-align: center;
       align-items: center;
  /* list左图片显示*/
}
.am-list-item .am-list-ripple {
  position: absolute;
  background: transparent;
  display: inline-block;
  overflow: hidden;
  will-change: box-shadow, transform;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  outline: none;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.am-list-item .am-list-ripple.am-list-ripple-animate {
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-animation: ripple 1s linear;
          animation: ripple 1s linear;
}
.am-list-item.am-list-item-top .am-list-line {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          -moz-box-align: start;
       align-items: flex-start;
}
.am-list-item.am-list-item-top .am-list-line .am-list-arrow {
  margin-top: 2px;
}
.am-list-item.am-list-item-middle .am-list-line {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          -moz-box-align: center;
       align-items: center;
}
.am-list-item.am-list-item-bottom .am-list-line {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          -moz-box-align: end;
       align-items: flex-end;
}
.am-list-item.am-list-item-error .am-list-line .am-list-extra {
  color: #f50;
}
.am-list-item.am-list-item-error .am-list-line .am-list-extra .am-list-brief {
  color: #f50;
}
.am-list-item.am-list-item-active {
  background-color: #ddd;
}
.am-list-item.am-list-item-disabled .am-list-line .am-list-content,
.am-list-item.am-list-item-disabled .am-list-line .am-list-extra {
  color: #bbb;
}
.am-list-item img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.am-list-item .am-list-thumb:first-child {
  margin-right: 15px;
}
.am-list-item .am-list-thumb:last-child {
  margin-left: 8px;
}
.am-list-item .am-list-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          -moz-box-flex: 1;
       flex: 1;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  padding-right: 15px;
  overflow: hidden;
  /* list左侧主内容*/
  /* list右补充内容*/
  /* 辅助性文字*/
  /* list右侧箭头*/
}
.am-list-item .am-list-line .am-list-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          -moz-box-flex: 1;
       flex: 1;
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 7px;
  padding-bottom: 7px;
}
.am-list-item .am-list-line .am-list-extra {
  -webkit-flex-basis: 36%;
      -ms-flex-preferred-size: 36%;
          flex-basis: 36%;
  color: #888;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 7px;
  padding-bottom: 7px;
}
.am-list-item .am-list-line .am-list-title {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-list-line .am-list-brief {
  color: #888;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 6px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-list-line .am-list-arrow {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate(-5809.000000%2C%20-8482.000000)%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  visibility: hidden;
}
.am-list-item .am-list-line .am-list-arrow-horizontal {
  visibility: visible;
}
.am-list-item .am-list-line .am-list-arrow-vertical {
  visibility: visible;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.am-list-item .am-list-line .am-list-arrow-vertical-up {
  visibility: visible;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.am-list-item .am-list-line-multiple {
  padding: 12.5px 15px 12.5px 0;
}
.am-list-item .am-list-line-multiple .am-list-content {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list-item .am-list-line-multiple .am-list-extra {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list-item .am-list-line-wrap .am-list-content {
  white-space: normal;
}
.am-list-item .am-list-line-wrap .am-list-extra {
  white-space: normal;
}
.am-list-item select {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: 17px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

.am-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
}
.am-checkbox-inner {
  position: absolute;
  right: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.am-checkbox-inner:after {
  position: absolute;
  display: none;
  top: 1.5px;
  right: 6px;
  z-index: 999;
  width: 5px;
  height: 11px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: ' ';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.am-checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.am-checkbox.am-checkbox-checked .am-checkbox-inner {
  border-color: #108ee9;
  background: #108ee9;
}
.am-checkbox.am-checkbox-checked .am-checkbox-inner:after {
  display: block;
  border-color: #fff;
}
.am-checkbox.am-checkbox-disabled {
  opacity: 0.3;
}
.am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner {
  border-color: #888;
  background: none;
}
.am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner:after {
  border-color: #888;
}
.am-list .am-list-item.am-checkbox-item .am-list-thumb {
  width: 21px;
  height: 21px;
}
.am-list .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
}
.am-list .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox-inner {
  left: 15px;
  top: 12px;
}
.am-list .am-list-item.am-checkbox-item.am-checkbox-item-disabled .am-list-content {
  color: #bbb;
}
.am-checkbox-agree {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          -moz-box-align: stretch;
       align-items: stretch;
  margin-left: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.am-checkbox-agree .am-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
}
.am-checkbox-agree .am-checkbox-inner {
  left: 0;
  top: 12px;
}
.am-checkbox-agree .am-checkbox-agree-label {
  display: inline-block;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  margin-left: 30px;
  margin-top: 1PX;
}

@charset "UTF-8";
/* 媒体查询 */
/* variable.css */
/*Color*/
.agree {
  padding: 0 0.4rem;
  background: #f5f5f5; }
  .agree-checkbox {
    margin: 0;
    -webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.12); }
    .agree-checkbox a {
      color: #007fff; }
  .agree .am-checkbox {
    width: 0.72rem; }

.declare-modal {
  min-height: 70% !important; }
  .declare-modal .am-modal-popup > .am-modal-content {
    border-radius: 12px 12px 0px 0px !important; }
  .declare-modal .am-modal-title {
    text-align: center !important;
    font-family: PingFangSC-Medium, PingFang SC !important;
    font-weight: 500 !important;
    color: #2b2d30 !important;
    font-size: 17px !important; }
  .declare-modal .am-modal-popup > .am-modal-close-x {
    width: 10px !important;
    height: 10px !important;
    font-size: 5px !important; }
  .declare-modal .am-modal-popup .am-modal-close-x::after {
    color: #bfbfbf !important;
    width: 10px !important;
    height: 10px !important; }
  .declare-modal .pannel-content-box {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6b7179;
    padding: 0.42667rem;
    text-align: left;
    font-size: 0.34667rem;
    line-height: 0.58667rem;
    max-height: 35vh; }
    .declare-modal .pannel-content-box a {
      font-size: inherit; }
  .declare-modal .gray-block {
    height: 0.16rem !important;
    background: #f5f6f9; }
  .declare-modal .footer-bth {
    padding: 0.16rem 0.42667rem;
    display: block; }
    .declare-modal .footer-bth .btn {
      height: 1.33333rem;
      background: #007fff;
      border-radius: 8px;
      text-align: center;
      color: #fff;
      margin: 0 auto;
      line-height: 1.33333rem; }
  .declare-modal .am-checkbox-agree .am-checkbox-wrapper {
    font-size: 13px !important;
    font-family: PingFangSC-Regular, PingFang SC !important;
    font-weight: 400 !important;
    color: #949ca8 !important; }
  .declare-modal .agree-checkbox .am-checkbox-agree-label {
    font-size: 13px !important;
    font-family: PingFangSC-Regular, PingFang SC !important;
    font-weight: 400 !important;
    color: #949ca8 !important;
    font-size: 0.34667rem;
    padding-left: 0.08rem; }
    .declare-modal .agree-checkbox .am-checkbox-agree-label a {
      font-size: 13px !important;
      font-family: PingFangSC-Regular, PingFang SC !important;
      font-weight: 400 !important;
      color: #1272ff !important; }
  .declare-modal .am-checkbox .am-checkbox-inner {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    width: 0.42667rem !important;
    height: 0.42667rem !important;
    left: 0.32rem; }
  .declare-modal .am-checkbox.am-checkbox-checked .am-checkbox-inner {
    color: #007fff !important;
    background-color: #007fff !important;
    border-color: #007fff !important; }
  .declare-modal .am-checkbox-inner:after {
    top: 1px !important;
    right: 0.1rem !important;
    color: #007fff;
    width: 0.10667rem !important;
    height: 0.18667rem !important; }

