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

@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); }

.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-list-item .am-input-control .fake-input-container {
  height: 30px;
  line-height: 30px;
  position: relative;
}
.am-list-item .am-input-control .fake-input-container .fake-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-right: 5px;
  -webkit-text-decoration: rtl;
          -moz-text-decoration: rtl;
       text-decoration: rtl;
  text-align: right;
  color: #000;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-input-control .fake-input-container .fake-input.fake-input-disabled {
  color: #bbb;
}
.am-list-item .am-input-control .fake-input-container .fake-input.focus {
  -webkit-transition: color .2s;
  transition: color .2s;
}
.am-list-item .am-input-control .fake-input-container .fake-input.focus:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  border-right: 1.5px solid #108ee9;
  -webkit-animation: keyboard-cursor infinite 1s step-start;
          animation: keyboard-cursor infinite 1s step-start;
}
.am-list-item .am-input-control .fake-input-container .fake-input-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #bbb;
  text-align: right;
}
.am-list-item .am-input-control .fake-input-container-left .fake-input {
  text-align: left;
}
.am-list-item .am-input-control .fake-input-container-left .fake-input.focus:after {
  position: relative;
}
.am-list-item .am-input-control .fake-input-container-left .fake-input-placeholder {
  text-align: left;
}
.am-number-keyboard-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  font-family: 'PingFang SC';
  background-color: #f6f6f7;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform display;
  transition-property: -webkit-transform display;
  transition-property: transform display;
  transition-property: transform display, -webkit-transform display;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  padding-bottom: env(safe-area-inset-bottom);
}
.am-number-keyboard-wrapper.am-number-keyboard-wrapper-hide {
  bottom: -500px;
}
.am-number-keyboard-wrapper table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-top: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table {
    border-top: none;
  }
  html:not([data-scale]) .am-number-keyboard-wrapper table::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-number-keyboard-wrapper table::before {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-number-keyboard-wrapper table tr {
  width: 100%;
  padding: 0;
  margin: 0;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item {
  width: 25%;
  padding: 0;
  margin: 0;
  height: 50px;
  text-align: center;
  font-size: 25.5px;
  color: #2a2b2c;
  position: relative;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm) {
  border-left: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm) {
    border-left: none;
  }
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm)::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-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm)::before {
    -webkit-transform: scaleX(0.33);
        -ms-transform: scaleX(0.33);
            transform: scaleX(0.33);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm) {
    border-bottom: none;
  }
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm)::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-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm)::after {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.am-number-keyboard-item-active {
  background-color: #ddd;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm {
  color: #fff;
  font-size: 21px;
  background-color: #108ee9;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm {
    border-bottom: none;
  }
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm::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-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm::after {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm.am-number-keyboard-item-active {
  background-color: #0e80d2;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm.am-number-keyboard-item-disabled {
  background-color: #0e80d2;
  color: rgba(255, 255, 255, 0.45);
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-delete {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22204%22%20height%3D%22148%22%20viewBox%3D%220%200%20153.000000%20111.000000%22%3E%3Cpath%20d%3D%22M46.9%204.7c-2.5%202.6-14.1%2015.5-25.8%2028.6L-.1%2057l25.6%2027%2025.7%2027.1%2047.4-.3%2047.4-.3%203.2-3.3%203.3-3.2V7l-3.3-3.2L146%20.5%2098.7.2%2051.5-.1l-4.6%204.8zm97.9%203.5c1.7%201.7%201.7%2092.9%200%2094.6-.9.9-12.6%201.2-46.3%201.2H53.4L31.2%2080.4%209%2056.9l5.1-5.7c2.8-3.1%2012.8-14.4%2022.2-24.9L53.5%207h45c33.8%200%2045.4.3%2046.3%201.2z%22%2F%3E%3Cpath%20d%3D%22M69.5%2031c-1.9%202.1-1.7%202.2%209.3%2013.3L90%2055.5%2078.8%2066.7%2067.5%2078l2.3%202.2%202.2%202.3%2011.3-11.3L94.5%2060l11.2%2011.2L117%2082.5l2.2-2.3%202.3-2.2-11.3-11.3L99%2055.5l11.2-11.2L121.5%2033l-2.3-2.2-2.2-2.3-11.3%2011.3L94.5%2051l-11-11c-6-6-11.2-11-11.6-11-.3%200-1.4.9-2.4%202z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 25.5px 18.5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-hide {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22260%22%20height%3D%22188%22%20viewBox%3D%220%200%20195.000000%20141.000000%22%3E%3Cpath%20d%3D%22M0%2057v57h195V0H0v57zm183%200v45H12V12h171v45z%22%2F%3E%3Cpath%20d%3D%22M21%2031.5V39h15V24H21v7.5zM48%2031.5V39h15V24H48v7.5zM75%2031.5V39h15V24H75v7.5zM102%2031.5V39h15V24h-15v7.5zM129%2031.5V39h15V24h-15v7.5zM156%2031.5V39h15V24h-15v7.5zM36%2055.5V63h15V48H36v7.5zM63%2055.5V63h15V48H63v7.5zM90%2055.5V63h15V48H90v7.5zM117%2055.5V63h15V48h-15v7.5zM144%2055.5V63h15V48h-15v7.5zM27%2079.5V87h15V72H27v7.5zM48%2079.5V87h96V72H48v7.5zM150%2079.5V87h15V72h-15v7.5zM81%20124.5c0%20.8.7%201.5%201.5%201.5s1.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5c0-1.3-2.5-1.5-16.5-1.5s-16.5.2-16.5%201.5z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 32.5px 23.5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item-disabled {
  color: #bbb;
}
@-webkit-keyframes keyboard-cursor {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes keyboard-cursor {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.am-list-item.am-input-item {
  height: 44px;
  padding-left: 15px;
}
.am-list-item: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-item:not(:last-child) .am-list-line {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list-item: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-item:not(:last-child) .am-list-line::after {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-list-item .am-input-label {
  color: #000;
  font-size: 17px;
  margin-left: 0;
  margin-right: 5px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  padding: 2px 0;
}
.am-list-item .am-input-label.am-input-label-2 {
  width: 34px;
}
.am-list-item .am-input-label.am-input-label-3 {
  width: 51px;
}
.am-list-item .am-input-label.am-input-label-4 {
  width: 68px;
}
.am-list-item .am-input-label.am-input-label-5 {
  width: 85px;
}
.am-list-item .am-input-label.am-input-label-6 {
  width: 102px;
}
.am-list-item .am-input-label.am-input-label-7 {
  width: 119px;
}
.am-list-item .am-input-control {
  font-size: 17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          -moz-box-flex: 1;
       flex: 1;
}
.am-list-item .am-input-control input {
  color: #000;
  font-size: 17px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 2px 0;
  border: 0;
  background-color: transparent;
  line-height: 1;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.am-list-item .am-input-control input::-webkit-input-placeholder {
  color: #bbb;
  line-height: 1.2;
}
.am-list-item .am-input-control input::-moz-placeholder {
  color: #bbb;
  line-height: 1.2;
}
.am-list-item .am-input-control input::-ms-input-placeholder {
  color: #bbb;
  line-height: 1.2;
}
.am-list-item .am-input-control input:-ms-input-placeholder {
  color: #bbb;
  line-height: 1.2;
}
.am-list-item .am-input-control input::placeholder {
  color: #bbb;
  line-height: 1.2;
}
.am-list-item .am-input-control input:disabled {
  color: #bbb;
  background-color: #fff;
}
.am-list-item .am-input-clear {
  display: none;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  overflow: hidden;
  font-style: normal;
  color: #fff;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23fff'%20viewBox%3D'0%200%2030%2030'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
  background-size: 21px auto;
  background-position: 2px 2px;
}
.am-list-item .am-input-clear-active {
  background-color: #108ee9;
}
.am-list-item.am-input-focus .am-input-clear {
  display: block;
}
.am-list-item .am-input-extra {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
      -ms-flex: initial;
          -moz-box-flex: initial;
       flex: initial;
  min-width: 0;
  max-height: 21px;
  overflow: hidden;
  padding-right: 0;
  line-height: 1;
  color: #888;
  font-size: 15px;
  margin-left: 5px;
}
.am-list-item.am-input-error .am-input-control input {
  color: #f50;
}
.am-list-item.am-input-error .am-input-error-extra {
  height: 21px;
  width: 21px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'18'%20height%3D'18'%20viewBox%3D'0%200%2018%2018'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Cg%20transform%3D'translate(-300.000000%2C%20-1207.000000)'%20fill%3D'%23FF5500'%3E%3Cg%20id%3D'exclamation-circle-o'%20transform%3D'translate(300.000000%2C%201207.000000)'%3E%3Cpath%20d%3D'M9%2C16.734375%20C10.0441406%2C16.734375%2011.0566406%2C16.5304688%2012.009375%2C16.1279297%20C12.9304688%2C15.7376953%2013.7566406%2C15.1804687%2014.4685547%2C14.4703125%20C15.1787109%2C13.7601563%2015.7376953%2C12.9322266%2016.1261719%2C12.0111328%20C16.5304688%2C11.0566406%2016.734375%2C10.0441406%2016.734375%2C9%20C16.734375%2C7.95585938%2016.5304688%2C6.94335938%2016.1279297%2C5.990625%20C15.7376953%2C5.06953125%2015.1804687%2C4.24335938%2014.4703125%2C3.53144531%20C13.7601563%2C2.82128906%2012.9322266%2C2.26230469%2012.0111328%2C1.87382813%20C11.0566406%2C1.46953125%2010.0441406%2C1.265625%209%2C1.265625%20C7.95585938%2C1.265625%206.94335938%2C1.46953125%205.990625%2C1.87207031%20C5.06953125%2C2.26230469%204.24335938%2C2.81953125%203.53144531%2C3.5296875%20C2.82128906%2C4.23984375%202.26230469%2C5.06777344%201.87382813%2C5.98886719%20C1.46953125%2C6.94335938%201.265625%2C7.95585938%201.265625%2C9%20C1.265625%2C10.0441406%201.46953125%2C11.0566406%201.87207031%2C12.009375%20C2.26230469%2C12.9304688%202.81953125%2C13.7566406%203.5296875%2C14.4685547%20C4.23984375%2C15.1787109%205.06777344%2C15.7376953%205.98886719%2C16.1261719%20C6.94335938%2C16.5304688%207.95585938%2C16.734375%209%2C16.734375%20L9%2C16.734375%20Z%20M9%2C18%20C4.02890625%2C18%200%2C13.9710937%200%2C9%20C0%2C4.02890625%204.02890625%2C0%209%2C0%20C13.9710937%2C0%2018%2C4.02890625%2018%2C9%20C18%2C13.9710937%2013.9710937%2C18%209%2C18%20L9%2C18%20L9%2C18%20Z%20M9%2C6.75%20C8.61152344%2C6.75%208.296875%2C7.06464844%208.296875%2C7.453125%20L8.296875%2C13.9394531%20C8.296875%2C14.3279297%208.61152344%2C14.6425781%209%2C14.6425781%20C9.38847656%2C14.6425781%209.703125%2C14.3279297%209.703125%2C13.9394531%20L9.703125%2C7.453125%20C9.703125%2C7.06464844%209.38847656%2C6.75%209%2C6.75%20L9%2C6.75%20Z%20M8.20898438%2C4.83398438%20C8.20898438%2C5.27085024%208.56313413%2C5.625%209%2C5.625%20C9.43686587%2C5.625%209.79101562%2C5.27085024%209.79101562%2C4.83398438%20C9.79101562%2C4.39711851%209.43686587%2C4.04296875%209%2C4.04296875%20C8.56313413%2C4.04296875%208.20898438%2C4.39711851%208.20898438%2C4.83398438%20L8.20898438%2C4.83398438%20Z'%20id%3D'Shape'%20transform%3D'translate(9.000000%2C%209.000000)%20scale(1%2C%20-1)%20translate(-9.000000%2C%20-9.000000)%20'%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 21px auto;
}
.am-list-item.am-input-disabled .am-input-label {
  color: #bbb;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@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,d09GMgABAAAAACuUAAsAAAAAW7AAACtEAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCMNAqBllj0QAE2AiQDglALgSoABCAFhG0Hh2EbI0lVBDYOAES2bzlRlJKZQfb/twRph22cTxW2wC6yY3WuyuRNC0BVmHE6FWf4Mow+uad+SJCbdIm7cIXzi2XhcAmjex5/W/0TriP2AMx2SFI0ef75Ndr5MyuGiq5pyHilFPFSyOk+pEKUKmvWZztOIIAoaJAoGormpa++eb9+Ll+Ad3+SI+bxJSnYVQhxujA8P7f/c+/dWNS9GzDojYGFIDHAicKaaNlG9SRKQsIaFiP0TUFlGKDNjA/YYMxoMBJFFO3n++IsfM8Xa0DKQqLw8d2oNOBEA6vCZNvw6IDwLLn3Zv6A3O36vdOyu11leWEGxHutsOs8jd7TSt/W7MkaZSRt42E4CAXABLDM+05TMuUi2YHyHQ+IcgP+6nWWfASBIedH/pXe9iVIuBBsRwCBeXX2WmOl100QaDlwUIKpbyc4guQKAJ/s1V6BAgtJ8iEEPoOB58kbvP9NtyntLqE8SCzjWYPzQh5xEBHw96rqCgrudTPPl/7Sh6nNuT1TlvH/D0rEB0iJIC1ZINVIV5IuhEqOoEvvY3oHSBdCli+EO+MUMq0rThtbLcOc85RWtmxTW+YxUNNMxi5/lsNJL6n1n7HZ3sfYLsHCQmQO0HlROciuTnyyC5zYVJunYcxHi/T0NVIBRnR8bQ3tHS3IAiOKRx9o26z8aahzIC99A7zVfcEP+Cof/PYPl5sJndGDb9HSC1kueBjUDWEmtT9omE5GVBc9zoIBuofGXu02lCp8luLYu+YGmgDbeRQzgfDilqmZHum7+8//b6pCzWaChBasezvRr2PiNZuXhRfBfhD3Tv6/ydO8JezssrWxtuL6teCZYz+Epvy5YWJspK+na2Do7JwOVXy1VNUU1TWUlFXk5BVkZaSkhYUEBfjIxWG3bKZ/j82Zt2DRkmUrVk2bMWvKpKee2CEGbQhUcwL6/xiwSpAC2yESMEhkYA9EAXZDVOAh0YBdEB14ADGA+xATuAexgLsQG9hAHOAOhIDbEAY2QgRwC+IC64gH3IT4wHoSADoSAnoSBh6RCHADEgWuQ2LANUgcuApJAJcgSeAiJAVcgKSBy5AMcAWSBZ6RHHAOkgfOQwrAACkCjZSBM5AqcBZSF+iOJoCTkJbA39GGwM7RAXAa0gWOQnqCORx9AMchA+AgZAgcgowEx9UxhuC0OSYA9kOmwF7IDNgHmQPbIAtgK2QJbIGsgM2QNbAJsgEmyBYYJztgjOyBUXIARsgRGCYnYIjcgefkH3hMCWCOcoF5ygMWKB9YpALAEhUElqkQsEKFgVUqAkxTUWCGigGzVByYohLAJJUEnlIpCj3qCsFUjhso9MJavp5fQHu1Ycd79v/E87vHtKpDuqE9kgWnYdujRfJmCKKVljZEK0YUNNEwxJYWLFfxzMWCeumeNKd0timdsyEeYs1KNGdFzn0yMuhrVoyIGvtSAZ+okRqhmG0TLXymoFZb3WCO2MQsYmPVU3OCLDsp7JhgzyuseDohIjOWsZO9QMAhelKrxqYjNeTJrdPaSpYatSx/zKCnkFBinSCliSnsBt2N+Rs02YPoT13BIsiWcDhyPfEtXGJS6W5QIWhC2TbgeShY1Zhd5vGqk3ScpVlv1plzZmd1dTZ7IpkMkq89hoCHM69L3kfnvPlk9uIrZy7ft+MUqpJX70wm5+f2mbR2+Z6TzO3adU5236LndtDV/5yZ5FKyiA1C8i7u4sLtJ4Uq2LbNtj2MzbLje2cXR/K2OS/xYpyYu46XhEUAM1s2hSknaO1U2Oc2dWOHPTOI+NJUgFhAFIs+T50jqG36UTJD68/O/3nNh5XVQkh76wAuTk9iHMvCodTpnVpzHHLZYWF5I/XyHUZ2WPT6luEE1UgK0FnNgGrfGOZhbb0Ep0kYW9lz339kpm4DGDuGpTwBg4MwtimSJgbKQtgpOVqNanBXZC2sPBwS5bY61ZPArYfoiYo4Gd9FdcAwQUThS/HlmhUhYV1fwM5A1eykHuExY5A/rVT02Dg0IXoB/SHFnLUWR5Ho9/CgWemxKDKUlP6FyiZScJos0+6MnkSc0vvt6xJSzpRoHoYEFqJitjxpqtFPMf4rp70+acIH/umbtCx8WPucaBwaQuW6LJlfeFCppr0ANe7zkd4nRNxUACGZhCrJFUAYIWGKJF2OJqPyhExhKaAvSoHHTC5VQLTMxqlMh6uiiJ21WJb+OOW5WISaXGAuTvWOqZs+jfu/3SVUweA/EebtmtS5YjHxeMfcD2XGqoo/dIeQ/sgcCOJLcobwgo0MrhLL5/2e1MJygJpvwufflm42viaYvpL5aPBUoj18O/th/0mv0fvfyyZeSfUGObc9LGNVQYmRk3aRbmCa4W7/SafSW/I/eui08Sgg+PABt3E/W8Ikk8DA158epRGRPy87v/SnpDAAks+2RFp3l4NlGPreEy5MIafR+5qDK5UMHAqcl3/4UFIwgMrsUV6iE2DHgvGafvzmKeUpFosUYed/wGIliaaB4GmNj3H0pFMzTKAOzeks6VXuhLpG740ZrCyuZbb04FYq8HIznv46QAkjZFwiX88BiJPs+s6tlht9ymok/QmVj9DUTJzH3B/byyk7HicHV3niybWqkhUqzHCN6lGJi7uRBuD3q1vwo72xPtdZjeo5VxwmUJbNjFsrRLxD37tI9vV5L9mCT7COMJF+iYoNeASRQPyBf2IQ1Bm+Lxsg0X7ETuaBn9X4bnstiNcGJOJNeVlKjUXGIESpXKc0lKdenXqWpaD8/SdcNtIQeOKtRireclWvTfooy52eahlMaYP/RTxvXpEq6ofNsYWF/yBD4PpB0UQTU9mNavmYaohAVGLhhAFd0FHjXgnpDuS9TOMCRYQMKwAMCVZthPvDfPuiP29hBIhRgR9mEC+EEqJaScNfOpWtokKiy7CAj0chDAEI/ow23+DAcJkBJRDOwM3jf7PVpND467mFtxJoaOOxlSyaOchILF0FVB/t0f/zFwCGGTzOH0Jw/ZEMG3bboDBwZZ4FyiJP6e1G1OUbaKE3trmdj182bGt8a0eEKNpeFWxrdDj67VzdnAiAf2phQoJ93jTQJRexWHmfNZaijN/oXPYJDpr2BFVs9hR9uRi+8JQyQo0Wtc5VEhhN6ppxfFRhsKcs2BYsTn1w38FrPvBLf/zIOdF6WNuTj+rTKTddFkWhx8MlDKMPY4oot8A0KjsXONZOKi/kh+O/Msx4iI/TqYROk20lyKYAfY6VEQ1U+p3emOFBwT7BoBJCMrg8gxptjkdOXjQ0xi8hkhdswspnAC3b1AcsL6S3kvC2iOyn0a0YjZelSohi9yp0Ret5VRfGEvp2bAeH8DlXBQosY7uqHYiwFKPFVC5NZ+ZBHj9h0pLy0qZUa2y/GtDSS/g2ZZ2KK9KaAlDDLknT8dqmDbXqtJiXugRnejLvxuFBBuZK4TIrxzGJcEys9mmjy8T1ammY2L1xZkthm7cfkHlydhucaxXtel0cIXESboB4/fiqopdqVv+j/7D5PmAcch/EO0PLRBou1erqYddCqivRQzynm/kjbw/fFjbzoYaFChFg5pR9sEEXpgP39LQ1B2GhVPBAf6yuiFn9UUiPH0OmIPMIMLeeH8QpZXm/s001emCcNipY/NKi8LLs6CPxdl/UCh98ITsyUCPO5N+8g2nZ6vis/rQJ2wI35pTb6tBaTgfdNnlzqlvbLW2Weo2T4qcrSrgcfvRGZ32j/HGlf1QvDEZaOdiE6bY9XHnC056p52lmlwdsTWo/7JLhaOxh6bPJ3vrGHhLzvxbIq9B8J+YFY9eC1dRPi+R0fEqofmTOiNExlcdbdGt6qV/uIxHffQhYdOcBme8fS6oDZipG3Wg5Ge6AOCFhC58rIZcsqgeIF2Ol9tM/t6MxmES6EFA2SdRfNNluP+tVeoXHsz+Hl1hP5JkfxPHWYjNLl0YUxmtTzPaZhFx6MuuLUC84oxnPpCSxkXqpuD1LmnHM/89NxWEWSgsHuLENH0+DFMEARc91niK30ui2MHfktnyuXJMljzuU7YeVTqi1Nq9tdAPqxpLosRaD7ZmSGLjDpiOWTtH+AxRujYc1efGTqrpWbF6YDkIolUsrWmMRTcfMK813yPDIOGHRxUekiVE9b9jFUKmV3L4QSJwekOjmyuHJjIsvHERkAj9O3YexH2iMIIA7h/AnlGB5Bf5Y6iflgDrUPcoS30PbMM1RciEtDPQxuqmNLxIwPuoskkvoJaSMOtwJqwTCYYRFeBxaTjATojBCsYYKYWEpIQYD2Kiic3okxdUXkujiG0GKFe/unLxpeNEVnN4K4UX/B4qnHiirA/Z1ypugCg/WNk+VRTfw6VeJkwdam4Jl0U/7+RqHnVpWtX20bZ//cRPldz/80wk/H0QZXWYaJaoLP6xha0wjmibr/1dFslOm8+qHZ1bxYhjN7+gtd5LdiD2FIBaOZsP33uORQmevwoiPOCRsDd5C0IQgGYphggAEYztOG9N7lTFqfKo9Ar9gRP2Pw7E0LctBQTeaqIyl5QQA+pNc5LUI57hn/B5nzhiWauq29vNLyEHCqy5JhvO7m3rOyv6LlnOXRMPiA7FqGn8B/b7MSdwprMWCz1Oepg/K73QHUz1ELYIZx7ZN6Pdkzo6/BAykT0soosRLPq0AcVO10HtgJNQQDxLFyDQy/wPN/ps4/iTEFPKX04oBswwHvIdGifSIv5n/N/CFM/KzZZXlV/85vtASjsBTNxmC4N7U7dR9a5hvPfQPS0lCXUCZTQdBolLy/yq8kMHUwK01WWnLGC2oegbkLQHeJABB2fidFq5EKFVDeJyEm8VOPHcuhEupSy8wTvzWh3nkpozy2K8IlqqakV5RdRkX82SWRr1iTEmsgNe4dDwtq7rFPfJprEw/0jABnVCpb1pr08UXytJviHX4sqG0tkDauBbffKIZW6lY+etnav+WfT2gel4lmk4IL/3DWuwNhQbCv1qGRZowNYPEf0RGk7qA4MJkjP/IFCwAW2SsB8ZWVFHNBmBsBj6IiDhSD/3yrJ2iGizC2nbuvSR8QVPYutt82wHM4V/kVdnMAGXicJCp1IuQ0zRGW9RvNqaIsrCkKW7bDov6G8DU6IeVte+Fp4DBOPg3UcCb1UL0qgl8qPEn0UyicPSU6yYVVdn1SAO3sihSE0xedtbL+NrrY32UFUOQiAcww3uKz+2eSGuizcsu+CWOlIQKSagbBpQqWsk3SIprrtwRHXJSjZz4GCFopZ1WhTmCbXQITjNQBELhY23+cUe3EhtNFDZSRtfy0wT/n5YYJWBPNJ74OB6puI0PgYCmdIF0bXq/PpIvDOu93bFifrA7aORLxU1teFAsT2d5CcBSX4jRlIyE9EVCZ1xuOdsAEY9fTBuL2j1HE6AetjLpFA5lhx52zAiKZmz0V2p3/dEPz7RleVhA0kzmdchYx7iKbNwV5ICVV2ElFIdxrAECnSSj2Piv+6F6uCg+NoHs4E/eSL4JbfOZZEhZ/id1UQoHYystSKmtMk5/AClQKNBlxjOakP5mZ9qitGj3pa9zAmFymgyjjaAR+HhDT3VJrzBG/lC6RBF6sGtMugOqX/VpCmMI50hPr8xzR4ajZR18aXJPJgYCfu0YpuKhYv8kH7C2sKLTUP83qHacwIu+wZKCqmOU89jkNpqgK/9yAgpbaFrqeKbVXNxs/FBJSNxm40UoA1voRDO623zsEq6s2NjC4LnpfSA/J7Ei5xWWJ3VB4rlwVFZKiwZoen4x/TvfFmOkyDwZzxNygcye/A7OX0CXylQJRPoppdvy9K7HPk5564k/RxKuxQldoa7q61r45U+37Ofs+6noHWtDo68e/pKRptQ2jDWVV3gSdOufbkljcn9oAZ6gunLs7Ktxqh1Ps7iQL+eLpw6UisuFcjAxRqg/Eyp+jZVZOYfkAPiRhewipfpWUsrlH5OxXoBBJHDOBA3DIRcPEbLMsY8hDJ1DJREUBV1+OE3t/14whgh8p1IKsCfmByPldNILxgjPHjkUwwtohgAbt6pWoWSjkJbzWswNDWUf2F7cajA5eCuJcuFjKP+wYNyDt5PozvCUb8dpAhgz4cJX4qfuMjQ8HUdTZu89C+EbQsJhAU5z2pWqUCUHOgRravbze8on0nvqROwnuyFCTBHlExmmPO/WSqZxZ9XxZm4KtWvQDZO3T3OVWqfPu/o4OdBqqpgA1c4gDevWh9juq8YW+UjlRCHUQmoti+PH8pf/Zq/1khIVfjky0w0neXK2Cs19LWcMjud9LcmmTOBfdDvnB7q6lPIJf7v7OvrQAD7rD+Hhpfv2LW0eXojU8Am7iTl0fbCenkPcnYCH81ta8iG5Wlqeo/ar/bvJY1Zj5BxKvjCFk93SvRzMJo915+jGSD4kfWdJh5aWQfHeNvNjweO3CJoPhaqNX6jeEx5RS5+83Aj8sXzmXmgNc2qAQ+uKDv/v7m+M6xYHvPV+bhfWdv5QCInHp/xncaf3FRXHNlC9vn/ujgO9ExYvesGHz9WW1emtvvGI7hNpGmUi818yHQ7DN8xSVUOzNV4hhG4mwS8LdBdsVTsHZLAtKBPs/6gh4rqrvZVX3x0sfyyrgeTe1InuWGSt76pza7Je4RtD/xvP5IrFWvzLrDULC0EYd7ggRFZSvHEDKOY8uNBbO0RWAISQBveEw3mCk8ThZHaKmqd7irtBo92AxzmGnW3CH16MOqtatJbebFnH8FlGd7EXYznJbH+dcLcxzS6FK3H/I5SoJ4YQiuddGSCESKCkmHvnk6CaGjgZeStghliPeY5ZhzAFbxEoPCcnvHnIEaPrV8PJNTUOPwgGwhQyQ2/BhLUtiwUi40Q9mFfx/DBQuihBXLtlnBgFpjlCi/YiTO2iHnrN2G8CXkR6e1xb91cg58qBmVJxVcDXnqkCb4GKp8beYmocFmJvmtfNkhrYN/QGtlvX7Rw+hOwJPrTz1q2pUqDGPJhqnprpgakPz1gBVFsSVuz5sa4VWCGDFWjQf+T6uhP1uSYej5XMGYOT4TGOrAi4fyA5kgO/2EqDycCYBD2mVSaps2wfcNIwudjk58w3GfSASYbh8w+yyewCsynUBcMs2DjOd+a/JL/E7Wb8RvXWw/LgqhWj4xKRBXXABM7eXwakjDlDcxhSrW+/6QBwAQdMQyYFV4kO8fqAAFVylOhscKDlPXXmanljY9Upo8rJgKYB/FE9EgiUmBZTvm7gWTbR19Ymh6Qby+nU/vaFh5cUVxxu76fSy9ONifIb6+axd1Em06O7w+dcab22NmxOVFf6pKL7yEVqAaZCa7FzPClWi6pAlK9mtghSqSDR8VxFpRJBihJcjAGDYHbqPC61ntd9dA33gOKKi+OahxzxeKi88F8SXuRSEMlQcKSMftzZMQUaFbXU9zj9Qdm8jDfOQCQCQCi6sPu2ScaRmdh6/c71fOFz/Ew9Jj8Of+VZPyMHcryaCIRMQrEREh9JCCnKhAQgNgIRDC4mgwNAYBoERjBoEuz5DRfvmi5b3jQRSheV/3XD9vGUJiiWdHm4SFxSLSDXaX6ahFK4Hu5aTBdCpYlfMriSxNnnQbCOyJZ4pQMjhFnPDGH8RAOgeigAHaMFBUY3UTM0ncsjPGhLlqFKrorLNEr6suGVq6BcKGfQEylixSo4B85dkdlrRFBCItS8GCoKu6gSITEiC0AkrNlvXTYxae1IH76z/84wzcnq50RZ4OvDDCndieHL2J+m5MTgMwJ408ZlTvqxUYOTYWTkgMN7ewznzl66tN+rHGUYJidbWgxOMgfDnr09jj0MhkVJ1Vs4YgkTg3JkE4x5/frsoUVetr0cYfQyTOsBoYA3rg1qCtIHdTi8hoQL3a9LMcVrG46WgEmr97XPiTMgH0fpPb3FngqlR+niTFGlKvO4E8rpgOnNY6zwVLi+HkqBUudvKRWajv/B5BFISOvAwPxPjMz9B18w7ReGSXbwmKYunWbRunWLdMpDLzCou0Eg2clhmrsGSV1TFSmwdl35hM3Yu3sBOf2S/BLNJnTVlprBizTm2P/qbMw7v1rKLUQW1BjciCnV6UKOVqjlMj935XaNMyGOVtQImC/AfFvISMXjPvV8Y553jPOA81vXFRNYRQS/fUL5Ho5xvbh3haFLKxE81Qjpr6++s3N2D2IWPgI8jGcg7BxfdV3fiKXlbJzWRjNQzL0/RAWUHtrK8k25adgWOdtBXbSYwE4q5UGxJWXxeFSBt1sFiuWVJk0lKWG2XNijEqiAOb/tS07Tc0LSKeNBsD2RKJcT2hTb8bGnCElNz7/kMF8r0eZZqq0txqlK3LB3Lak47ZHJSyN5JS0z0+fIjIHBlYKDAzjerWUDtnb9eq01Zq0deIhQqwkbnYv+5/fu0XM5T3FGAIw4SQBk9maNwAvRgN4mMp/c1CtVzItDsUPuQzPTzP/eAYYB4ItlVmLn1aa9u+DjyPdhZFtS8vq42e4Nm8Nr5NRpVl7PPJH1w8bwWtshHzGpCssiu2KfYpbC0OwdKbjV93s3wdvg4V5kNbJqrsA2BAipPxcJOUVir/hlb5djTS5aoLnmcv1hNb4f7hJWNvqPa2m/aFpnf2f5gWp1sbR4dHIJ6oVt7YxeiPljC6OtOtEaeQ26pD6mAfiDhpj2n6OlxYCDaGawNRW1CZ36aJLXKevV+pyqlKns3PQlU1199WpcnEIBXAhcbROXgP33n0wGYYRVpO0vOkYHoKfoUIylTxX2dxpGEwaaQhoGnL/lDOFQBm63HUJRL46BNllhMPyz5DLpHen+/VJUWqNgKCoqGAwJXVajpAH/vo/oPuayZ0LB0SD7m26U6g2w/F9sKGjmqMvN4JmDvM0uo84oB715GzJBJAbqIQ2rAD1jH3zGFVoHQZc1NujncdPlphUPujQeFxuV5k2XRmBePoLncPAjJnE4ZG+iaG19p3A/f+LgTzmGnaW97kila9tul+nngiXsGV5Sp60h1nQrOqWMNT7Y7WSv+/Slmk+MC1sd7OgR7oJ5Ykf2is/W1p4L43gzmQiT9oPpWnt0d/D6/k1uzkHf67f8CXDifdYYo2SSE2av+fPMlDUnBdh7bsF0m2Cb6SXYKP9a6K2Q6Z6Jl9xxlDiCaYzB6c8Zcz1cnT/PDAPXcQrpaSYuhVxkQrWpM6X2UrdZ02f6eEj41vcsrV/YKhXZqqlXm7d1S6ykPOHzwjkSqeCbI5ibOet/FnIfQvnOfNQFJ/7fT3EelH7tkk3kySOLDEalo2Gg82X61icD0YfjPMsfEpzUeFbQk5G10b9NpG053VOC7B6jJpVRd9+2I/FtXXDzTXwnCYqxRA14cSVuPnm+jX3fmlPn5Q6G67uephsGBtLPlgctf/fBc40FK+jDu3VB5beiDIOGktedrw32/v0nN56nECV2OHOGyGpFpeURouzzZFd1zH4z4n+vkbuqEzlvtWPX/gXQs+a6+Ge4x+2qdyzXisjHHoffLAeLJbC35QyxHWQrc59mH5oY6jzdoUfy5JbBo7ZGpG8d9HtnJbafM08SyH63S7WBwrLx5D2Rv2bfdhA5nLm7WWBY6bbG5nFgDc4Lun3JgOzbDWS0ORjEhobiAb4LYqsVBro+eK7Jt9y3dFxLf0DXjjPltPseBD3hQeosRer6k1dmX9E1dc3u8i0M6A7AAsrLF5WVlU+rMTM1iSk1FRU1QIjEw1rOXk7HlI48A9r/CjkdrF+03Sk2EUepv1jawZtuN2NizvAMvGfR0cOuEbQVNRwT/YzXCQ//2p6bbsDXhHOrOPThbSmLZAzjCgdxV+Dk2rpkSK66uk6pknghN6fjLqmE9ePDtpwaKV0qFP7LcFioyZbNgJ4/BzpPnTk2TPtYYKHNpGd6r99IEfzllkT6a8qf/qyGqkAoUq2OhIcckWpgVQMLcxXb61189CJ7N7RSIZY47t9f2RQrEFoFN8HZaLMwPOxILgRQyOmXqpqaW2EZEiIPqbRUOOSx5UphsDx47gjf5smICCy3w6eqRlrz4nm+dIE2IhyamDZRvejT9DEQEVFtTLyfU9n+/oQkWoUbtJqJ5mzP8bBqmUGOEjoI/vkisiieoCWsIjQR3p/DFe8YV7hiVhXv5nDjX3JrxW7ox8Up27/1CjIzBdQbbrpX/Zsh0b0uMasvMFMgyOi9bS0JCfdq/tDuyG+PjWTLqUBcLh+V3PSbmmGJ1Bzrb2G5Npi6uuEB5Oc93FYg9KoaHvOipe0T6IGrkoHUXuxqhxdBA6WuievRM/3wUmtXQlxgzrerTRKL/vLkVCqlbXFg5vAXlPtxxlqtZyjQlKV4t9tEFP62i1Ak+AkHZ9XCO1+kmc7ZtbIeroN3rUayLB1E+kOW3vccCBNe/5FiwppN+G9WhUqn2ZM+ctjx8IjTkzziyQs62zxrY5NpEPRF98VFZKGlai1ELh523KzsdgprcAquAIsSlpWlp3twoUGUu/oNgYHop+kRBvvBalvxixzFFzKzs0oiDWNd27OyO9Igr49Ldt/Tb5EpHLDKtMDbDHwTkbmro8sZXqMdmRejPDrsTZXS9cJz4WBVjUCpWjKT0C3TT6Mh+dF6t4T6LWrLovFz0cKA6prG0hbSDFdyvQXu6AxlSZo9gOiJ98sbxSzDpUfHookBd7q7Jx3Zg58eTqXF+dIpO6up5QP2EUB4UzThfvyL7JpPZ1FMh96q2ecZE1wLZXzY7rD9A8NiwnPC78Vd4naeKmTI6EH2/JB/8wIh+tjL8Wc0VOrMZ0ARanUUJJd6QWeS6CX6pzEDH8TwBfNAKGGi3CvzPwKRef5ZXd4+6eb6vCEjsAiU2USFr99RV7HNTyvgJwqIah48lTaSZxuN+nJ9UUo4WDe17PUXeteLBzuRPciLEerOaOU6YueA9qp0xXIy3HryZCvSgkw6SCvl7s6vSzAfrg+mJ90dmkiAqqvgJEhVtYjVD2hRJZSE9/P4CN/rCvYIosPV27pq4Rpo2za4FoRLavZmcleuZ+V5/PWNSJ/lwS7vXb0cYL7YLAleeuKujdPIkohMutynHhK+/unMVKUtAi8cj58+Umm8cNttKyk0eq7d2jZOYJhbcvl9CwqVgOeO23tODVmQUrIs1UP78SgvY03eLJ58ZLpbUlNTklvqlFw4BxyNkMskUrd2Pcgj2ZVv6LEesu6ZU2arg3OPRUglMnnEUXDtlranfW48nAeSPNu3bg2blaRWzN1YVb0xKB5WbAqqqHAK50SBvUEbH9TG4sVQ5JPZZ3H//otr/qxj2Jsk2u8J9LdzHCQ2DC/6LIb+doFAuE3qW42n/0kvGapJiNc+EO3kgt/kZYD7/fsilXLzUBT9T7JtlcQXqOP/cNxsS7tHE2x2HDlbz5b6KG1ZNufvEV1s7OIlPrMcbT7AhRvXl8Il8Pp1cBH0gZTGbqMYySiKkcfx37LIA0bjABl+QL5o24h/Sdepo4JCFsxSUjLI431I9//JZEV8m9cdT4/4SEE1if7VslHqN38DSWH3iYJ0j1PJ6UDq6Lgo7qsjDdgCmqMtZrso5Qw+UmffGqmPmmvcI/b1N9pA7Np+j8vG2G/29fdpM4GFlvFA5r/qTpTrGZ3EE71EA8NA7O0hdDL0mT29BCWaQD79COfoiHsEGtcjPAiKDxFK0HX55cvho9xg7MIBYZjw0FEwPkYTgpttZsMgGknIRfr++NiLO4j8/pJsKLJq2glVwJoDBxvgDlGHt4onlfASsngqqfSVZW9ysDMi5FeNYRr+uuX83By+JoSXlfttXgQkdVQ7hsQ4ymvlDtP+E+GKcb9tODu3N3+NDvz5sLkDeHCoUFPH5mZAhe+gm5uaNwMjh/blpNPRDDxgozPga7KqSAeYB4hVDaQB5oCmoYGodCU1VGmSkJxP2i1g2Hf74i7h8Zd6AA6Px13aS5qh4FW8LUuvTJuifoRzcMDR9qGDIzkTroeHs50S+91lO3c+9VtBCG1Ew3IFsuSl/wDBq2sRXiea5p2/YtKCY9b2tVe8wjCRCAqCKEVpaHV9/B2tjX3VHI0Ln6oJNymwIFRpogEZIwjIsMjMsKmIvXE8aZco+1qp/bsRN11fbCyFWkl7jTGxDqiaq2LAaUuWpkFCQ6Ew2ZIl4N9ishRKTYWk2yCZBaVgQgaUJLJR4mnWEGkUloi5E1inBW+DJBKUrLnJGvr0hkU+zRrUsXSDrNMkPItMIrnrIVmE9YHMIg2xbt4eI+XVL1ZjY5i6qHBwQLtogfbmTSUI+KIBpcV9Kd5pAsKGVM5KjYCTMp29oTJieuIGKAVe1v2/xXRAe9shGzRCG2a832kNICDciJ6/D3eAstK+VK9Vs4kbUrkrGmZzUn2Y9DbJbSBnOQOZsceADzi3KX+ZHccgNJh0y/I338lVMbybbZJyxI7cpgTml/otyw8jGlADMSx/mV9p7ZzyJrSpJWA9r0AuOmTnUle5Hu0kbs5fpjMZhD3OZb5zyVDeP0R6XMQhCO7ilhAkszcbs903sjLSzYI96vH/7k8eo+C/5SP2lhGl8wj+Cd7ZmfgR16Lt6jmOfPuGnECOGz0e4gYDkc0/xnNjWb/HgRn9716/eecyeForgZAexqGDrLFnL8bHvA68ePyouKigiDt4xtgUp08RaVQwAeyt//x4pKgIBJ/X4B87Oj5ucrOb6DGLmgdGcNfJ5OuLx/lMuOu0nRvwUqqUH64SspT8iEzjOSm1icoH5rJ7ODYbd09o4WwkNondtX4kpJBtVVg01t72sG8hMKeYhEIAqocJSIXXgXLzmUmUmoVj3YlA/+NheAMv4M3oPACChSgavMj1yEzFmqDK6e8iStbMWr/aa+lcQuUMXvYcqG7Z1WL+ynSP4gOTTypL+F/dQN0ckK8HmEfcHzx80APmzZcfhIaHgOa3bvLa9+9Dx44CF1+GIfTYpjvHY1IOlfOVC3AhQ5+btShgTriGI5FwzV9zjJGaEHYW988/jwRoY2ZnSsbV7Tbbnz7FUgBz5JUixUs7SocPrFxlSE0B7B+9MTEOrTDcev5yUagVOVecCFVVQZtP8NoT4VajktoKJ1ZVlQT3xsZQbZr2xaLtDhQ/NhNC40hAPCixusr6tUtvTKx9iG/0LgqluNHaVkMJHaoTIVwTNIulEMlTiiPOBo0jAaTOKNj9+Wk2fj7+6d2GVE3q/8XvjUrKU3T0ej2vhXf9D/QpRWn8szBS52z+7TWHmXPAiq8vR7Mt4vHP7qwoTy5I/n2Ut9dn6OjJJW6trtdHsVGq0vjLQnBha9OhxtUr8sAz+tmfYlqXrd2EXUC0aDVeh9rZ2WK6CR1me/dHdUhuvCR99WdnRReSsvhgyd//rnz55efy92YTrot0wr8DYP7Wp8Cj0vpRC/ze+kw+/LO7Jm2IhgXWBmZkuXWtnUh+eIe9SIapbR+yurSxpbbsM582Gmqva7B1q/NI7lE3a0QKrA3dj5T5NBbAujZ3kMp2272qAgBSDLPQTgWresFt8IQqZ8EiOqHLkb+RFRQapkF8kXtaLBpCJfocOw65KoK9G17nHFLKfN+QChP7xdrkJ1JjXekvpK64pZ7w5gg/JpGG4y4SbLzbYwl8Xon9RN/NLViyAMKHu9E17sgy6yr/IEusOiak3HrGMCIJGwDE3db7CHafwy8ICQM1DVnQ4D5PkCRYjliigvccRgQID+pC+HKh7UgA1QAAOQpP/r/B6gBhVi4rgzH3B5Hyc9G+o/cuFTN8Ouh9ecSsBgAQAQx4CQTAfxfI+H1m9Oz+/TxQxcHkQTqlDfrIaIEvb4obPTYtAHjh0MT71Gl4PM23A9PhKJrhPbuazbE8PN4zSHAcuHO3u+hDXgWCMgBbzATwXw7lAf8uA2fYmuSUqNii3WQEjrspiFwtasOZu2ko+FQ3NQzezebubcMOFrEN6juAhl/YDYL6vRuM7hxF0PAPxaHh393wrP3nLWgZu5GpEkyRYkqu5ihQCaadrlrS7PssSk159C8YslNCecHafkAisW/Pxjoc9AYPmcIgzofzlPq2Fx7b10USOMdtEJ5Bp4llYLg/mXuZxkTzuNGQEKAkYLSmVvnBica8fvFJoz3wX8AgcxQZGO3ewX8AEdGpb52ZOLWwvInearTHRR3NDc4lknttGhRsrJyvTAYnwqwVzIlmQEsmrEcwuHdCk+ttxcn8zvEuQMSVb4w8iw9AOJWekZktK3uOXHLNmVvueQCIMPnU9A7IhVTaWOeDMIqTNMuLsqqbtuuHcZqXdduP87qf9/s/7r8XSKQyeUhoWHhEZFR0TGzc/HiFMuINnio2yg9ZeUcXx085Jh4h7xEyJ4397A1kIZTID4V2isZY9MrbTDsnityBwA+cksUUJs4KA4eEfZvZIIA+JoxqZhSzRVxqf5BoRoq1Dy6Egy79ubYpOSpnbrcX9qkUzCERDWt51woItyq/hg2k99eWPAaZZL9PqVr/qA9LUr4w2QdFu9pCf1QxvmvHEUW0nGdULkBL8uefB6RuoD6Rj1mU1+hi1hoxlgrSVFFd1+2Hji/+OCaEAOnIa4GK+NPCQCz72TyYo5EFneGF75QIL6ocPvQOhQabuiSkkJwJTf4wJXmDZXfx3vCy4Vnh+f7vgZ1R0R4OcXGIy0Ocs1cNS2FnuOpbOTQwBIUp10Qt7FyXOHxSkqgnfWPSjs/rWUBblbYU7Vi4QMA4K+x8oM+lIeYbqOpB0pSVmEIw9nRJChoDS2qUMV1gR3pV5OBYmUKTuLrbM4qWWdYcBWNL63FV7sorBb0g2nqBaUeafXfwxOOUPMxXqwJ2Xsm5rdP57u24t/WbcA5PHFb1meqPootqa/9bcLZsdr5Dt6Himopnr+w5e8Feslfe6w0=") 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; }

.questions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }
  .questions .item {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.14667rem;
    margin-bottom: 0.26667rem;
    margin-right: 0.26667rem;
    background: #f6f6f6;
    border-radius: 0.08rem;
    color: #333333; }

.am-list .am-list-item.am-textarea-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          -moz-box-align: start;
       align-items: flex-start;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list .am-list-item.am-textarea-item {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list .am-list-item.am-textarea-item::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 .am-list-item.am-textarea-item::after {
    -webkit-transform: scaleY(0.33);
        -ms-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          -moz-box-align: center;
       align-items: center;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-label {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-control {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-control textarea {
  line-height: 25.5px;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-clear {
  margin-top: 0;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line.am-textarea-error .am-textarea-error-extra {
  margin-top: 0;
}
.am-textarea-label {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  color: #000;
  text-align: left;
  min-height: 44px;
  font-size: 17px;
  line-height: 44px;
  margin-left: 0;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
}
.am-textarea-label.am-textarea-label-2 {
  width: 34px;
}
.am-textarea-label.am-textarea-label-3 {
  width: 51px;
}
.am-textarea-label.am-textarea-label-4 {
  width: 68px;
}
.am-textarea-label.am-textarea-label-5 {
  width: 85px;
}
.am-textarea-label.am-textarea-label-6 {
  width: 102px;
}
.am-textarea-label.am-textarea-label-7 {
  width: 119px;
}
.am-textarea-control {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          -moz-box-flex: 1;
       flex: 1;
  padding-top: 10px;
  padding-bottom: 9px;
}
.am-textarea-control textarea {
  color: #000;
  font-size: 17px;
  line-height: 25.5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  overflow: visible;
  display: block;
  resize: none;
  word-break: break-word;
  word-wrap: break-word;
}
.am-textarea-control textarea::-webkit-input-placeholder {
  color: #bbb;
}
.am-textarea-control textarea::-moz-placeholder {
  color: #bbb;
}
.am-textarea-control textarea::-ms-input-placeholder {
  color: #bbb;
}
.am-textarea-control textarea:-ms-input-placeholder {
  color: #bbb;
}
.am-textarea-control textarea::placeholder {
  color: #bbb;
}
.am-textarea-control textarea:disabled {
  color: #bbb;
  background-color: #fff;
}
.am-textarea-clear {
  display: none;
  width: 21px;
  height: 21px;
  margin-top: 12px;
  border-radius: 50%;
  overflow: hidden;
  font-style: normal;
  color: #fff;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23fff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.am-textarea-clear-active {
  background-color: #108ee9;
}
.am-textarea-focus .am-textarea-clear {
  display: block;
}
.am-textarea-has-count {
  padding-bottom: 14px;
}
.am-textarea-count {
  position: absolute;
  bottom: 6px;
  right: 5px;
  color: #bbb;
  font-size: 14px;
}
.am-textarea-count span {
  color: #000;
}
.am-textarea-error .am-textarea-control textarea {
  color: #f50;
}
.am-textarea-error .am-textarea-error-extra {
  margin-top: 12px;
  width: 21px;
  height: 21px;
  margin-left: 8px;
  background-size: 21px 21px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'18'%20height%3D'18'%20viewBox%3D'0%200%2018%2018'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Cg%20transform%3D'translate(-300.000000%2C%20-1207.000000)'%20fill%3D'%23FF5500'%3E%3Cg%20id%3D'exclamation-circle-o'%20transform%3D'translate(300.000000%2C%201207.000000)'%3E%3Cpath%20d%3D'M9%2C16.734375%20C10.0441406%2C16.734375%2011.0566406%2C16.5304688%2012.009375%2C16.1279297%20C12.9304688%2C15.7376953%2013.7566406%2C15.1804687%2014.4685547%2C14.4703125%20C15.1787109%2C13.7601563%2015.7376953%2C12.9322266%2016.1261719%2C12.0111328%20C16.5304688%2C11.0566406%2016.734375%2C10.0441406%2016.734375%2C9%20C16.734375%2C7.95585938%2016.5304688%2C6.94335938%2016.1279297%2C5.990625%20C15.7376953%2C5.06953125%2015.1804687%2C4.24335938%2014.4703125%2C3.53144531%20C13.7601563%2C2.82128906%2012.9322266%2C2.26230469%2012.0111328%2C1.87382813%20C11.0566406%2C1.46953125%2010.0441406%2C1.265625%209%2C1.265625%20C7.95585938%2C1.265625%206.94335938%2C1.46953125%205.990625%2C1.87207031%20C5.06953125%2C2.26230469%204.24335938%2C2.81953125%203.53144531%2C3.5296875%20C2.82128906%2C4.23984375%202.26230469%2C5.06777344%201.87382813%2C5.98886719%20C1.46953125%2C6.94335938%201.265625%2C7.95585938%201.265625%2C9%20C1.265625%2C10.0441406%201.46953125%2C11.0566406%201.87207031%2C12.009375%20C2.26230469%2C12.9304688%202.81953125%2C13.7566406%203.5296875%2C14.4685547%20C4.23984375%2C15.1787109%205.06777344%2C15.7376953%205.98886719%2C16.1261719%20C6.94335938%2C16.5304688%207.95585938%2C16.734375%209%2C16.734375%20L9%2C16.734375%20Z%20M9%2C18%20C4.02890625%2C18%200%2C13.9710937%200%2C9%20C0%2C4.02890625%204.02890625%2C0%209%2C0%20C13.9710937%2C0%2018%2C4.02890625%2018%2C9%20C18%2C13.9710937%2013.9710937%2C18%209%2C18%20L9%2C18%20L9%2C18%20Z%20M9%2C6.75%20C8.61152344%2C6.75%208.296875%2C7.06464844%208.296875%2C7.453125%20L8.296875%2C13.9394531%20C8.296875%2C14.3279297%208.61152344%2C14.6425781%209%2C14.6425781%20C9.38847656%2C14.6425781%209.703125%2C14.3279297%209.703125%2C13.9394531%20L9.703125%2C7.453125%20C9.703125%2C7.06464844%209.38847656%2C6.75%209%2C6.75%20L9%2C6.75%20Z%20M8.20898438%2C4.83398438%20C8.20898438%2C5.27085024%208.56313413%2C5.625%209%2C5.625%20C9.43686587%2C5.625%209.79101562%2C5.27085024%209.79101562%2C4.83398438%20C9.79101562%2C4.39711851%209.43686587%2C4.04296875%209%2C4.04296875%20C8.56313413%2C4.04296875%208.20898438%2C4.39711851%208.20898438%2C4.83398438%20L8.20898438%2C4.83398438%20Z'%20id%3D'Shape'%20transform%3D'translate(9.000000%2C%209.000000)%20scale(1%2C%20-1)%20translate(-9.000000%2C%20-9.000000)%20'%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.am-textarea-disabled .am-textarea-label {
  color: #bbb;
}
.am-list-body .am-list-item:last-child {
  border-bottom: 0;
}
.am-list-body .am-list-item:last-child:after {
  display: none !important;
}

@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,d09GMgABAAAAACuUAAsAAAAAW7AAACtEAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCMNAqBllj0QAE2AiQDglALgSoABCAFhG0Hh2EbI0lVBDYOAES2bzlRlJKZQfb/twRph22cTxW2wC6yY3WuyuRNC0BVmHE6FWf4Mow+uad+SJCbdIm7cIXzi2XhcAmjex5/W/0TriP2AMx2SFI0ef75Ndr5MyuGiq5pyHilFPFSyOk+pEKUKmvWZztOIIAoaJAoGormpa++eb9+Ll+Ad3+SI+bxJSnYVQhxujA8P7f/c+/dWNS9GzDojYGFIDHAicKaaNlG9SRKQsIaFiP0TUFlGKDNjA/YYMxoMBJFFO3n++IsfM8Xa0DKQqLw8d2oNOBEA6vCZNvw6IDwLLn3Zv6A3O36vdOyu11leWEGxHutsOs8jd7TSt/W7MkaZSRt42E4CAXABLDM+05TMuUi2YHyHQ+IcgP+6nWWfASBIedH/pXe9iVIuBBsRwCBeXX2WmOl100QaDlwUIKpbyc4guQKAJ/s1V6BAgtJ8iEEPoOB58kbvP9NtyntLqE8SCzjWYPzQh5xEBHw96rqCgrudTPPl/7Sh6nNuT1TlvH/D0rEB0iJIC1ZINVIV5IuhEqOoEvvY3oHSBdCli+EO+MUMq0rThtbLcOc85RWtmxTW+YxUNNMxi5/lsNJL6n1n7HZ3sfYLsHCQmQO0HlROciuTnyyC5zYVJunYcxHi/T0NVIBRnR8bQ3tHS3IAiOKRx9o26z8aahzIC99A7zVfcEP+Cof/PYPl5sJndGDb9HSC1kueBjUDWEmtT9omE5GVBc9zoIBuofGXu02lCp8luLYu+YGmgDbeRQzgfDilqmZHum7+8//b6pCzWaChBasezvRr2PiNZuXhRfBfhD3Tv6/ydO8JezssrWxtuL6teCZYz+Epvy5YWJspK+na2Do7JwOVXy1VNUU1TWUlFXk5BVkZaSkhYUEBfjIxWG3bKZ/j82Zt2DRkmUrVk2bMWvKpKee2CEGbQhUcwL6/xiwSpAC2yESMEhkYA9EAXZDVOAh0YBdEB14ADGA+xATuAexgLsQG9hAHOAOhIDbEAY2QgRwC+IC64gH3IT4wHoSADoSAnoSBh6RCHADEgWuQ2LANUgcuApJAJcgSeAiJAVcgKSBy5AMcAWSBZ6RHHAOkgfOQwrAACkCjZSBM5AqcBZSF+iOJoCTkJbA39GGwM7RAXAa0gWOQnqCORx9AMchA+AgZAgcgowEx9UxhuC0OSYA9kOmwF7IDNgHmQPbIAtgK2QJbIGsgM2QNbAJsgEmyBYYJztgjOyBUXIARsgRGCYnYIjcgefkH3hMCWCOcoF5ygMWKB9YpALAEhUElqkQsEKFgVUqAkxTUWCGigGzVByYohLAJJUEnlIpCj3qCsFUjhso9MJavp5fQHu1Ycd79v/E87vHtKpDuqE9kgWnYdujRfJmCKKVljZEK0YUNNEwxJYWLFfxzMWCeumeNKd0timdsyEeYs1KNGdFzn0yMuhrVoyIGvtSAZ+okRqhmG0TLXymoFZb3WCO2MQsYmPVU3OCLDsp7JhgzyuseDohIjOWsZO9QMAhelKrxqYjNeTJrdPaSpYatSx/zKCnkFBinSCliSnsBt2N+Rs02YPoT13BIsiWcDhyPfEtXGJS6W5QIWhC2TbgeShY1Zhd5vGqk3ScpVlv1plzZmd1dTZ7IpkMkq89hoCHM69L3kfnvPlk9uIrZy7ft+MUqpJX70wm5+f2mbR2+Z6TzO3adU5236LndtDV/5yZ5FKyiA1C8i7u4sLtJ4Uq2LbNtj2MzbLje2cXR/K2OS/xYpyYu46XhEUAM1s2hSknaO1U2Oc2dWOHPTOI+NJUgFhAFIs+T50jqG36UTJD68/O/3nNh5XVQkh76wAuTk9iHMvCodTpnVpzHHLZYWF5I/XyHUZ2WPT6luEE1UgK0FnNgGrfGOZhbb0Ep0kYW9lz339kpm4DGDuGpTwBg4MwtimSJgbKQtgpOVqNanBXZC2sPBwS5bY61ZPArYfoiYo4Gd9FdcAwQUThS/HlmhUhYV1fwM5A1eykHuExY5A/rVT02Dg0IXoB/SHFnLUWR5Ho9/CgWemxKDKUlP6FyiZScJos0+6MnkSc0vvt6xJSzpRoHoYEFqJitjxpqtFPMf4rp70+acIH/umbtCx8WPucaBwaQuW6LJlfeFCppr0ANe7zkd4nRNxUACGZhCrJFUAYIWGKJF2OJqPyhExhKaAvSoHHTC5VQLTMxqlMh6uiiJ21WJb+OOW5WISaXGAuTvWOqZs+jfu/3SVUweA/EebtmtS5YjHxeMfcD2XGqoo/dIeQ/sgcCOJLcobwgo0MrhLL5/2e1MJygJpvwufflm42viaYvpL5aPBUoj18O/th/0mv0fvfyyZeSfUGObc9LGNVQYmRk3aRbmCa4W7/SafSW/I/eui08Sgg+PABt3E/W8Ikk8DA158epRGRPy87v/SnpDAAks+2RFp3l4NlGPreEy5MIafR+5qDK5UMHAqcl3/4UFIwgMrsUV6iE2DHgvGafvzmKeUpFosUYed/wGIliaaB4GmNj3H0pFMzTKAOzeks6VXuhLpG740ZrCyuZbb04FYq8HIznv46QAkjZFwiX88BiJPs+s6tlht9ymok/QmVj9DUTJzH3B/byyk7HicHV3niybWqkhUqzHCN6lGJi7uRBuD3q1vwo72xPtdZjeo5VxwmUJbNjFsrRLxD37tI9vV5L9mCT7COMJF+iYoNeASRQPyBf2IQ1Bm+Lxsg0X7ETuaBn9X4bnstiNcGJOJNeVlKjUXGIESpXKc0lKdenXqWpaD8/SdcNtIQeOKtRireclWvTfooy52eahlMaYP/RTxvXpEq6ofNsYWF/yBD4PpB0UQTU9mNavmYaohAVGLhhAFd0FHjXgnpDuS9TOMCRYQMKwAMCVZthPvDfPuiP29hBIhRgR9mEC+EEqJaScNfOpWtokKiy7CAj0chDAEI/ow23+DAcJkBJRDOwM3jf7PVpND467mFtxJoaOOxlSyaOchILF0FVB/t0f/zFwCGGTzOH0Jw/ZEMG3bboDBwZZ4FyiJP6e1G1OUbaKE3trmdj182bGt8a0eEKNpeFWxrdDj67VzdnAiAf2phQoJ93jTQJRexWHmfNZaijN/oXPYJDpr2BFVs9hR9uRi+8JQyQo0Wtc5VEhhN6ppxfFRhsKcs2BYsTn1w38FrPvBLf/zIOdF6WNuTj+rTKTddFkWhx8MlDKMPY4oot8A0KjsXONZOKi/kh+O/Msx4iI/TqYROk20lyKYAfY6VEQ1U+p3emOFBwT7BoBJCMrg8gxptjkdOXjQ0xi8hkhdswspnAC3b1AcsL6S3kvC2iOyn0a0YjZelSohi9yp0Ret5VRfGEvp2bAeH8DlXBQosY7uqHYiwFKPFVC5NZ+ZBHj9h0pLy0qZUa2y/GtDSS/g2ZZ2KK9KaAlDDLknT8dqmDbXqtJiXugRnejLvxuFBBuZK4TIrxzGJcEys9mmjy8T1ammY2L1xZkthm7cfkHlydhucaxXtel0cIXESboB4/fiqopdqVv+j/7D5PmAcch/EO0PLRBou1erqYddCqivRQzynm/kjbw/fFjbzoYaFChFg5pR9sEEXpgP39LQ1B2GhVPBAf6yuiFn9UUiPH0OmIPMIMLeeH8QpZXm/s001emCcNipY/NKi8LLs6CPxdl/UCh98ITsyUCPO5N+8g2nZ6vis/rQJ2wI35pTb6tBaTgfdNnlzqlvbLW2Weo2T4qcrSrgcfvRGZ32j/HGlf1QvDEZaOdiE6bY9XHnC056p52lmlwdsTWo/7JLhaOxh6bPJ3vrGHhLzvxbIq9B8J+YFY9eC1dRPi+R0fEqofmTOiNExlcdbdGt6qV/uIxHffQhYdOcBme8fS6oDZipG3Wg5Ge6AOCFhC58rIZcsqgeIF2Ol9tM/t6MxmES6EFA2SdRfNNluP+tVeoXHsz+Hl1hP5JkfxPHWYjNLl0YUxmtTzPaZhFx6MuuLUC84oxnPpCSxkXqpuD1LmnHM/89NxWEWSgsHuLENH0+DFMEARc91niK30ui2MHfktnyuXJMljzuU7YeVTqi1Nq9tdAPqxpLosRaD7ZmSGLjDpiOWTtH+AxRujYc1efGTqrpWbF6YDkIolUsrWmMRTcfMK813yPDIOGHRxUekiVE9b9jFUKmV3L4QSJwekOjmyuHJjIsvHERkAj9O3YexH2iMIIA7h/AnlGB5Bf5Y6iflgDrUPcoS30PbMM1RciEtDPQxuqmNLxIwPuoskkvoJaSMOtwJqwTCYYRFeBxaTjATojBCsYYKYWEpIQYD2Kiic3okxdUXkujiG0GKFe/unLxpeNEVnN4K4UX/B4qnHiirA/Z1ypugCg/WNk+VRTfw6VeJkwdam4Jl0U/7+RqHnVpWtX20bZ//cRPldz/80wk/H0QZXWYaJaoLP6xha0wjmibr/1dFslOm8+qHZ1bxYhjN7+gtd5LdiD2FIBaOZsP33uORQmevwoiPOCRsDd5C0IQgGYphggAEYztOG9N7lTFqfKo9Ar9gRP2Pw7E0LctBQTeaqIyl5QQA+pNc5LUI57hn/B5nzhiWauq29vNLyEHCqy5JhvO7m3rOyv6LlnOXRMPiA7FqGn8B/b7MSdwprMWCz1Oepg/K73QHUz1ELYIZx7ZN6Pdkzo6/BAykT0soosRLPq0AcVO10HtgJNQQDxLFyDQy/wPN/ps4/iTEFPKX04oBswwHvIdGifSIv5n/N/CFM/KzZZXlV/85vtASjsBTNxmC4N7U7dR9a5hvPfQPS0lCXUCZTQdBolLy/yq8kMHUwK01WWnLGC2oegbkLQHeJABB2fidFq5EKFVDeJyEm8VOPHcuhEupSy8wTvzWh3nkpozy2K8IlqqakV5RdRkX82SWRr1iTEmsgNe4dDwtq7rFPfJprEw/0jABnVCpb1pr08UXytJviHX4sqG0tkDauBbffKIZW6lY+etnav+WfT2gel4lmk4IL/3DWuwNhQbCv1qGRZowNYPEf0RGk7qA4MJkjP/IFCwAW2SsB8ZWVFHNBmBsBj6IiDhSD/3yrJ2iGizC2nbuvSR8QVPYutt82wHM4V/kVdnMAGXicJCp1IuQ0zRGW9RvNqaIsrCkKW7bDov6G8DU6IeVte+Fp4DBOPg3UcCb1UL0qgl8qPEn0UyicPSU6yYVVdn1SAO3sihSE0xedtbL+NrrY32UFUOQiAcww3uKz+2eSGuizcsu+CWOlIQKSagbBpQqWsk3SIprrtwRHXJSjZz4GCFopZ1WhTmCbXQITjNQBELhY23+cUe3EhtNFDZSRtfy0wT/n5YYJWBPNJ74OB6puI0PgYCmdIF0bXq/PpIvDOu93bFifrA7aORLxU1teFAsT2d5CcBSX4jRlIyE9EVCZ1xuOdsAEY9fTBuL2j1HE6AetjLpFA5lhx52zAiKZmz0V2p3/dEPz7RleVhA0kzmdchYx7iKbNwV5ICVV2ElFIdxrAECnSSj2Piv+6F6uCg+NoHs4E/eSL4JbfOZZEhZ/id1UQoHYystSKmtMk5/AClQKNBlxjOakP5mZ9qitGj3pa9zAmFymgyjjaAR+HhDT3VJrzBG/lC6RBF6sGtMugOqX/VpCmMI50hPr8xzR4ajZR18aXJPJgYCfu0YpuKhYv8kH7C2sKLTUP83qHacwIu+wZKCqmOU89jkNpqgK/9yAgpbaFrqeKbVXNxs/FBJSNxm40UoA1voRDO623zsEq6s2NjC4LnpfSA/J7Ei5xWWJ3VB4rlwVFZKiwZoen4x/TvfFmOkyDwZzxNygcye/A7OX0CXylQJRPoppdvy9K7HPk5564k/RxKuxQldoa7q61r45U+37Ofs+6noHWtDo68e/pKRptQ2jDWVV3gSdOufbkljcn9oAZ6gunLs7Ktxqh1Ps7iQL+eLpw6UisuFcjAxRqg/Eyp+jZVZOYfkAPiRhewipfpWUsrlH5OxXoBBJHDOBA3DIRcPEbLMsY8hDJ1DJREUBV1+OE3t/14whgh8p1IKsCfmByPldNILxgjPHjkUwwtohgAbt6pWoWSjkJbzWswNDWUf2F7cajA5eCuJcuFjKP+wYNyDt5PozvCUb8dpAhgz4cJX4qfuMjQ8HUdTZu89C+EbQsJhAU5z2pWqUCUHOgRravbze8on0nvqROwnuyFCTBHlExmmPO/WSqZxZ9XxZm4KtWvQDZO3T3OVWqfPu/o4OdBqqpgA1c4gDevWh9juq8YW+UjlRCHUQmoti+PH8pf/Zq/1khIVfjky0w0neXK2Cs19LWcMjud9LcmmTOBfdDvnB7q6lPIJf7v7OvrQAD7rD+Hhpfv2LW0eXojU8Am7iTl0fbCenkPcnYCH81ta8iG5Wlqeo/ar/bvJY1Zj5BxKvjCFk93SvRzMJo915+jGSD4kfWdJh5aWQfHeNvNjweO3CJoPhaqNX6jeEx5RS5+83Aj8sXzmXmgNc2qAQ+uKDv/v7m+M6xYHvPV+bhfWdv5QCInHp/xncaf3FRXHNlC9vn/ujgO9ExYvesGHz9WW1emtvvGI7hNpGmUi818yHQ7DN8xSVUOzNV4hhG4mwS8LdBdsVTsHZLAtKBPs/6gh4rqrvZVX3x0sfyyrgeTe1InuWGSt76pza7Je4RtD/xvP5IrFWvzLrDULC0EYd7ggRFZSvHEDKOY8uNBbO0RWAISQBveEw3mCk8ThZHaKmqd7irtBo92AxzmGnW3CH16MOqtatJbebFnH8FlGd7EXYznJbH+dcLcxzS6FK3H/I5SoJ4YQiuddGSCESKCkmHvnk6CaGjgZeStghliPeY5ZhzAFbxEoPCcnvHnIEaPrV8PJNTUOPwgGwhQyQ2/BhLUtiwUi40Q9mFfx/DBQuihBXLtlnBgFpjlCi/YiTO2iHnrN2G8CXkR6e1xb91cg58qBmVJxVcDXnqkCb4GKp8beYmocFmJvmtfNkhrYN/QGtlvX7Rw+hOwJPrTz1q2pUqDGPJhqnprpgakPz1gBVFsSVuz5sa4VWCGDFWjQf+T6uhP1uSYej5XMGYOT4TGOrAi4fyA5kgO/2EqDycCYBD2mVSaps2wfcNIwudjk58w3GfSASYbh8w+yyewCsynUBcMs2DjOd+a/JL/E7Wb8RvXWw/LgqhWj4xKRBXXABM7eXwakjDlDcxhSrW+/6QBwAQdMQyYFV4kO8fqAAFVylOhscKDlPXXmanljY9Upo8rJgKYB/FE9EgiUmBZTvm7gWTbR19Ymh6Qby+nU/vaFh5cUVxxu76fSy9ONifIb6+axd1Em06O7w+dcab22NmxOVFf6pKL7yEVqAaZCa7FzPClWi6pAlK9mtghSqSDR8VxFpRJBihJcjAGDYHbqPC61ntd9dA33gOKKi+OahxzxeKi88F8SXuRSEMlQcKSMftzZMQUaFbXU9zj9Qdm8jDfOQCQCQCi6sPu2ScaRmdh6/c71fOFz/Ew9Jj8Of+VZPyMHcryaCIRMQrEREh9JCCnKhAQgNgIRDC4mgwNAYBoERjBoEuz5DRfvmi5b3jQRSheV/3XD9vGUJiiWdHm4SFxSLSDXaX6ahFK4Hu5aTBdCpYlfMriSxNnnQbCOyJZ4pQMjhFnPDGH8RAOgeigAHaMFBUY3UTM0ncsjPGhLlqFKrorLNEr6suGVq6BcKGfQEylixSo4B85dkdlrRFBCItS8GCoKu6gSITEiC0AkrNlvXTYxae1IH76z/84wzcnq50RZ4OvDDCndieHL2J+m5MTgMwJ408ZlTvqxUYOTYWTkgMN7ewznzl66tN+rHGUYJidbWgxOMgfDnr09jj0MhkVJ1Vs4YgkTg3JkE4x5/frsoUVetr0cYfQyTOsBoYA3rg1qCtIHdTi8hoQL3a9LMcVrG46WgEmr97XPiTMgH0fpPb3FngqlR+niTFGlKvO4E8rpgOnNY6zwVLi+HkqBUudvKRWajv/B5BFISOvAwPxPjMz9B18w7ReGSXbwmKYunWbRunWLdMpDLzCou0Eg2clhmrsGSV1TFSmwdl35hM3Yu3sBOf2S/BLNJnTVlprBizTm2P/qbMw7v1rKLUQW1BjciCnV6UKOVqjlMj935XaNMyGOVtQImC/AfFvISMXjPvV8Y553jPOA81vXFRNYRQS/fUL5Ho5xvbh3haFLKxE81Qjpr6++s3N2D2IWPgI8jGcg7BxfdV3fiKXlbJzWRjNQzL0/RAWUHtrK8k25adgWOdtBXbSYwE4q5UGxJWXxeFSBt1sFiuWVJk0lKWG2XNijEqiAOb/tS07Tc0LSKeNBsD2RKJcT2hTb8bGnCElNz7/kMF8r0eZZqq0txqlK3LB3Lak47ZHJSyN5JS0z0+fIjIHBlYKDAzjerWUDtnb9eq01Zq0deIhQqwkbnYv+5/fu0XM5T3FGAIw4SQBk9maNwAvRgN4mMp/c1CtVzItDsUPuQzPTzP/eAYYB4ItlVmLn1aa9u+DjyPdhZFtS8vq42e4Nm8Nr5NRpVl7PPJH1w8bwWtshHzGpCssiu2KfYpbC0OwdKbjV93s3wdvg4V5kNbJqrsA2BAipPxcJOUVir/hlb5djTS5aoLnmcv1hNb4f7hJWNvqPa2m/aFpnf2f5gWp1sbR4dHIJ6oVt7YxeiPljC6OtOtEaeQ26pD6mAfiDhpj2n6OlxYCDaGawNRW1CZ36aJLXKevV+pyqlKns3PQlU1199WpcnEIBXAhcbROXgP33n0wGYYRVpO0vOkYHoKfoUIylTxX2dxpGEwaaQhoGnL/lDOFQBm63HUJRL46BNllhMPyz5DLpHen+/VJUWqNgKCoqGAwJXVajpAH/vo/oPuayZ0LB0SD7m26U6g2w/F9sKGjmqMvN4JmDvM0uo84oB715GzJBJAbqIQ2rAD1jH3zGFVoHQZc1NujncdPlphUPujQeFxuV5k2XRmBePoLncPAjJnE4ZG+iaG19p3A/f+LgTzmGnaW97kila9tul+nngiXsGV5Sp60h1nQrOqWMNT7Y7WSv+/Slmk+MC1sd7OgR7oJ5Ykf2is/W1p4L43gzmQiT9oPpWnt0d/D6/k1uzkHf67f8CXDifdYYo2SSE2av+fPMlDUnBdh7bsF0m2Cb6SXYKP9a6K2Q6Z6Jl9xxlDiCaYzB6c8Zcz1cnT/PDAPXcQrpaSYuhVxkQrWpM6X2UrdZ02f6eEj41vcsrV/YKhXZqqlXm7d1S6ykPOHzwjkSqeCbI5ibOet/FnIfQvnOfNQFJ/7fT3EelH7tkk3kySOLDEalo2Gg82X61icD0YfjPMsfEpzUeFbQk5G10b9NpG053VOC7B6jJpVRd9+2I/FtXXDzTXwnCYqxRA14cSVuPnm+jX3fmlPn5Q6G67uephsGBtLPlgctf/fBc40FK+jDu3VB5beiDIOGktedrw32/v0nN56nECV2OHOGyGpFpeURouzzZFd1zH4z4n+vkbuqEzlvtWPX/gXQs+a6+Ge4x+2qdyzXisjHHoffLAeLJbC35QyxHWQrc59mH5oY6jzdoUfy5JbBo7ZGpG8d9HtnJbafM08SyH63S7WBwrLx5D2Rv2bfdhA5nLm7WWBY6bbG5nFgDc4Lun3JgOzbDWS0ORjEhobiAb4LYqsVBro+eK7Jt9y3dFxLf0DXjjPltPseBD3hQeosRer6k1dmX9E1dc3u8i0M6A7AAsrLF5WVlU+rMTM1iSk1FRU1QIjEw1rOXk7HlI48A9r/CjkdrF+03Sk2EUepv1jawZtuN2NizvAMvGfR0cOuEbQVNRwT/YzXCQ//2p6bbsDXhHOrOPThbSmLZAzjCgdxV+Dk2rpkSK66uk6pknghN6fjLqmE9ePDtpwaKV0qFP7LcFioyZbNgJ4/BzpPnTk2TPtYYKHNpGd6r99IEfzllkT6a8qf/qyGqkAoUq2OhIcckWpgVQMLcxXb61189CJ7N7RSIZY47t9f2RQrEFoFN8HZaLMwPOxILgRQyOmXqpqaW2EZEiIPqbRUOOSx5UphsDx47gjf5smICCy3w6eqRlrz4nm+dIE2IhyamDZRvejT9DEQEVFtTLyfU9n+/oQkWoUbtJqJ5mzP8bBqmUGOEjoI/vkisiieoCWsIjQR3p/DFe8YV7hiVhXv5nDjX3JrxW7ox8Up27/1CjIzBdQbbrpX/Zsh0b0uMasvMFMgyOi9bS0JCfdq/tDuyG+PjWTLqUBcLh+V3PSbmmGJ1Bzrb2G5Npi6uuEB5Oc93FYg9KoaHvOipe0T6IGrkoHUXuxqhxdBA6WuievRM/3wUmtXQlxgzrerTRKL/vLkVCqlbXFg5vAXlPtxxlqtZyjQlKV4t9tEFP62i1Ak+AkHZ9XCO1+kmc7ZtbIeroN3rUayLB1E+kOW3vccCBNe/5FiwppN+G9WhUqn2ZM+ctjx8IjTkzziyQs62zxrY5NpEPRF98VFZKGlai1ELh523KzsdgprcAquAIsSlpWlp3twoUGUu/oNgYHop+kRBvvBalvxixzFFzKzs0oiDWNd27OyO9Igr49Ldt/Tb5EpHLDKtMDbDHwTkbmro8sZXqMdmRejPDrsTZXS9cJz4WBVjUCpWjKT0C3TT6Mh+dF6t4T6LWrLovFz0cKA6prG0hbSDFdyvQXu6AxlSZo9gOiJ98sbxSzDpUfHookBd7q7Jx3Zg58eTqXF+dIpO6up5QP2EUB4UzThfvyL7JpPZ1FMh96q2ecZE1wLZXzY7rD9A8NiwnPC78Vd4naeKmTI6EH2/JB/8wIh+tjL8Wc0VOrMZ0ARanUUJJd6QWeS6CX6pzEDH8TwBfNAKGGi3CvzPwKRef5ZXd4+6eb6vCEjsAiU2USFr99RV7HNTyvgJwqIah48lTaSZxuN+nJ9UUo4WDe17PUXeteLBzuRPciLEerOaOU6YueA9qp0xXIy3HryZCvSgkw6SCvl7s6vSzAfrg+mJ90dmkiAqqvgJEhVtYjVD2hRJZSE9/P4CN/rCvYIosPV27pq4Rpo2za4FoRLavZmcleuZ+V5/PWNSJ/lwS7vXb0cYL7YLAleeuKujdPIkohMutynHhK+/unMVKUtAi8cj58+Umm8cNttKyk0eq7d2jZOYJhbcvl9CwqVgOeO23tODVmQUrIs1UP78SgvY03eLJ58ZLpbUlNTklvqlFw4BxyNkMskUrd2Pcgj2ZVv6LEesu6ZU2arg3OPRUglMnnEUXDtlranfW48nAeSPNu3bg2blaRWzN1YVb0xKB5WbAqqqHAK50SBvUEbH9TG4sVQ5JPZZ3H//otr/qxj2Jsk2u8J9LdzHCQ2DC/6LIb+doFAuE3qW42n/0kvGapJiNc+EO3kgt/kZYD7/fsilXLzUBT9T7JtlcQXqOP/cNxsS7tHE2x2HDlbz5b6KG1ZNufvEV1s7OIlPrMcbT7AhRvXl8Il8Pp1cBH0gZTGbqMYySiKkcfx37LIA0bjABl+QL5o24h/Sdepo4JCFsxSUjLI431I9//JZEV8m9cdT4/4SEE1if7VslHqN38DSWH3iYJ0j1PJ6UDq6Lgo7qsjDdgCmqMtZrso5Qw+UmffGqmPmmvcI/b1N9pA7Np+j8vG2G/29fdpM4GFlvFA5r/qTpTrGZ3EE71EA8NA7O0hdDL0mT29BCWaQD79COfoiHsEGtcjPAiKDxFK0HX55cvho9xg7MIBYZjw0FEwPkYTgpttZsMgGknIRfr++NiLO4j8/pJsKLJq2glVwJoDBxvgDlGHt4onlfASsngqqfSVZW9ysDMi5FeNYRr+uuX83By+JoSXlfttXgQkdVQ7hsQ4ymvlDtP+E+GKcb9tODu3N3+NDvz5sLkDeHCoUFPH5mZAhe+gm5uaNwMjh/blpNPRDDxgozPga7KqSAeYB4hVDaQB5oCmoYGodCU1VGmSkJxP2i1g2Hf74i7h8Zd6AA6Px13aS5qh4FW8LUuvTJuifoRzcMDR9qGDIzkTroeHs50S+91lO3c+9VtBCG1Ew3IFsuSl/wDBq2sRXiea5p2/YtKCY9b2tVe8wjCRCAqCKEVpaHV9/B2tjX3VHI0Ln6oJNymwIFRpogEZIwjIsMjMsKmIvXE8aZco+1qp/bsRN11fbCyFWkl7jTGxDqiaq2LAaUuWpkFCQ6Ew2ZIl4N9ishRKTYWk2yCZBaVgQgaUJLJR4mnWEGkUloi5E1inBW+DJBKUrLnJGvr0hkU+zRrUsXSDrNMkPItMIrnrIVmE9YHMIg2xbt4eI+XVL1ZjY5i6qHBwQLtogfbmTSUI+KIBpcV9Kd5pAsKGVM5KjYCTMp29oTJieuIGKAVe1v2/xXRAe9shGzRCG2a832kNICDciJ6/D3eAstK+VK9Vs4kbUrkrGmZzUn2Y9DbJbSBnOQOZsceADzi3KX+ZHccgNJh0y/I338lVMbybbZJyxI7cpgTml/otyw8jGlADMSx/mV9p7ZzyJrSpJWA9r0AuOmTnUle5Hu0kbs5fpjMZhD3OZb5zyVDeP0R6XMQhCO7ilhAkszcbs903sjLSzYI96vH/7k8eo+C/5SP2lhGl8wj+Cd7ZmfgR16Lt6jmOfPuGnECOGz0e4gYDkc0/xnNjWb/HgRn9716/eecyeForgZAexqGDrLFnL8bHvA68ePyouKigiDt4xtgUp08RaVQwAeyt//x4pKgIBJ/X4B87Oj5ucrOb6DGLmgdGcNfJ5OuLx/lMuOu0nRvwUqqUH64SspT8iEzjOSm1icoH5rJ7ODYbd09o4WwkNondtX4kpJBtVVg01t72sG8hMKeYhEIAqocJSIXXgXLzmUmUmoVj3YlA/+NheAMv4M3oPACChSgavMj1yEzFmqDK6e8iStbMWr/aa+lcQuUMXvYcqG7Z1WL+ynSP4gOTTypL+F/dQN0ckK8HmEfcHzx80APmzZcfhIaHgOa3bvLa9+9Dx44CF1+GIfTYpjvHY1IOlfOVC3AhQ5+btShgTriGI5FwzV9zjJGaEHYW988/jwRoY2ZnSsbV7Tbbnz7FUgBz5JUixUs7SocPrFxlSE0B7B+9MTEOrTDcev5yUagVOVecCFVVQZtP8NoT4VajktoKJ1ZVlQT3xsZQbZr2xaLtDhQ/NhNC40hAPCixusr6tUtvTKx9iG/0LgqluNHaVkMJHaoTIVwTNIulEMlTiiPOBo0jAaTOKNj9+Wk2fj7+6d2GVE3q/8XvjUrKU3T0ej2vhXf9D/QpRWn8szBS52z+7TWHmXPAiq8vR7Mt4vHP7qwoTy5I/n2Ut9dn6OjJJW6trtdHsVGq0vjLQnBha9OhxtUr8sAz+tmfYlqXrd2EXUC0aDVeh9rZ2WK6CR1me/dHdUhuvCR99WdnRReSsvhgyd//rnz55efy92YTrot0wr8DYP7Wp8Cj0vpRC/ze+kw+/LO7Jm2IhgXWBmZkuXWtnUh+eIe9SIapbR+yurSxpbbsM582Gmqva7B1q/NI7lE3a0QKrA3dj5T5NBbAujZ3kMp2272qAgBSDLPQTgWresFt8IQqZ8EiOqHLkb+RFRQapkF8kXtaLBpCJfocOw65KoK9G17nHFLKfN+QChP7xdrkJ1JjXekvpK64pZ7w5gg/JpGG4y4SbLzbYwl8Xon9RN/NLViyAMKHu9E17sgy6yr/IEusOiak3HrGMCIJGwDE3db7CHafwy8ICQM1DVnQ4D5PkCRYjliigvccRgQID+pC+HKh7UgA1QAAOQpP/r/B6gBhVi4rgzH3B5Hyc9G+o/cuFTN8Ouh9ecSsBgAQAQx4CQTAfxfI+H1m9Oz+/TxQxcHkQTqlDfrIaIEvb4obPTYtAHjh0MT71Gl4PM23A9PhKJrhPbuazbE8PN4zSHAcuHO3u+hDXgWCMgBbzATwXw7lAf8uA2fYmuSUqNii3WQEjrspiFwtasOZu2ko+FQ3NQzezebubcMOFrEN6juAhl/YDYL6vRuM7hxF0PAPxaHh393wrP3nLWgZu5GpEkyRYkqu5ihQCaadrlrS7PssSk159C8YslNCecHafkAisW/Pxjoc9AYPmcIgzofzlPq2Fx7b10USOMdtEJ5Bp4llYLg/mXuZxkTzuNGQEKAkYLSmVvnBica8fvFJoz3wX8AgcxQZGO3ewX8AEdGpb52ZOLWwvInearTHRR3NDc4lknttGhRsrJyvTAYnwqwVzIlmQEsmrEcwuHdCk+ttxcn8zvEuQMSVb4w8iw9AOJWekZktK3uOXHLNmVvueQCIMPnU9A7IhVTaWOeDMIqTNMuLsqqbtuuHcZqXdduP87qf9/s/7r8XSKQyeUhoWHhEZFR0TGzc/HiFMuINnio2yg9ZeUcXx085Jh4h7xEyJ4397A1kIZTID4V2isZY9MrbTDsnityBwA+cksUUJs4KA4eEfZvZIIA+JoxqZhSzRVxqf5BoRoq1Dy6Egy79ubYpOSpnbrcX9qkUzCERDWt51woItyq/hg2k99eWPAaZZL9PqVr/qA9LUr4w2QdFu9pCf1QxvmvHEUW0nGdULkBL8uefB6RuoD6Rj1mU1+hi1hoxlgrSVFFd1+2Hji/+OCaEAOnIa4GK+NPCQCz72TyYo5EFneGF75QIL6ocPvQOhQabuiSkkJwJTf4wJXmDZXfx3vCy4Vnh+f7vgZ1R0R4OcXGIy0Ocs1cNS2FnuOpbOTQwBIUp10Qt7FyXOHxSkqgnfWPSjs/rWUBblbYU7Vi4QMA4K+x8oM+lIeYbqOpB0pSVmEIw9nRJChoDS2qUMV1gR3pV5OBYmUKTuLrbM4qWWdYcBWNL63FV7sorBb0g2nqBaUeafXfwxOOUPMxXqwJ2Xsm5rdP57u24t/WbcA5PHFb1meqPootqa/9bcLZsdr5Dt6Himopnr+w5e8Feslfe6w0=") 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; }

.remark-len {
  margin-right: 15px;
  color: #999999;
  text-align: right; }

.remark-div {
  padding-bottom: 5px; }

.remark-textarea {
  position: relative; }
  .remark-textarea::after {
    height: 0 !important; }
  .remark-textarea textarea {
    height: 2.26667rem;
    line-height: 0.56rem; }

@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; }

.list-tags span {
  display: inline-block;
  width: 1.57333rem;
  background: #f6f6f6;
  margin: 0.10667rem 0.21333rem 0.10667rem 0;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.08rem;
  font-size: 0.37333rem;
  color: #333; }
  .list-tags span.active {
    color: #fff; }
  .list-tags span:nth-child(4n) {
    margin-right: 0; }

@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; }

.temp-reservation-form .remark-div {
  background: #ffffff; }

@charset "UTF-8";
/* 媒体查询 */
.footer-brand-info {
  padding: 0.13333rem 0;
  text-align: center;
  font-size: 0.29333rem;
  color: #999999;
  line-height: 1;
  background: #F5F5F5; }
  .footer-brand-info .brand {
    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; }
    .footer-brand-info .brand img {
      height: 0.53333rem;
      width: auto; }
    .footer-brand-info .brand .line {
      display: block;
      width: 1px;
      height: 0.53333rem;
      margin: 0 0.26667rem;
      background: #979797; }
  .footer-brand-info .margin {
    margin: 0.26667rem 0; }

.product-detail {
  margin-bottom: 1.6rem !important; }

.reservation-form {
  margin-bottom: 2.29333rem !important; }

@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; }

.reservation-form {
  margin-bottom: 2.66667rem; }
  .reservation-form .btn {
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.08rem;
    text-align: center;
    display: inline-block;
    font-size: 0.37333rem;
    color: #333; }
    .reservation-form .btn.active {
      color: #Fff; }
  .reservation-form .fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0.32rem 0.4rem 0.72rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.05); }
  .reservation-form .submit-btn {
    height: 1.25333rem;
    line-height: 1.25333rem;
    text-align: center;
    color: #fff;
    border-radius: 0.05333rem;
    font-size: 0.45333rem; }
  .reservation-form .list-code {
    position: relative; }
    .reservation-form .list-code .button {
      position: absolute;
      right: 15px;
      top: 0.29333rem;
      display: block;
      width: 2.4rem;
      color: #fff; }
  .reservation-form .tags span {
    display: inline-block;
    width: 1.57333rem;
    background: #F6F6F6;
    margin: 0.10667rem 0.21333rem 0.10667rem 0;
    text-align: center; }
    .reservation-form .tags span:nth-child(4n) {
      margin-right: 0; }
  .reservation-form .change-sex .btn {
    width: 1.6rem;
    margin-right: 0.26667rem;
    background: #F6F6F6; }
  .reservation-form .list-hd {
    height: 0.96rem;
    line-height: 0.96rem;
    padding: 0 0.4rem;
    font-size: 0.32rem;
    color: #666;
    background: #f5f5f9;
    border-bottom: 1px solid #eee;
    position: relative; }
  .reservation-form .remark-len {
    margin-right: 15px;
    color: #999999;
    text-align: right; }
  .reservation-form .remark-div {
    padding-bottom: 5px; }
  .reservation-form .remark-textarea {
    position: relative; }
    .reservation-form .remark-textarea::after {
      height: 0 !important; }
    .reservation-form .remark-textarea textarea {
      height: 2.26667rem;
      line-height: 0.56rem; }

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

.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";
/* 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; }

.new-edit-reservation-info {
  position: relative;
  height: calc(100vh - rem(410px)); }
  .new-edit-reservation-info .fixed-btn-new {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0.32rem 0.4rem 0.72rem;
    margin: 0 0.42667rem; }
  .new-edit-reservation-info .submit-btn {
    height: 1.25333rem;
    line-height: 1.25333rem;
    text-align: center;
    color: #fff;
    border-radius: 0.05333rem;
    font-size: 0.45333rem;
    border-radius: 0.66667rem; }
  .new-edit-reservation-info .content-form {
    background-image: url(https://res.qixin18.com/node-qixin-cps-v3/_next/static/images/content-bj-185dedf9a1dee22d41bbb71615b12479.png);
    background-size: 100% 100%;
    padding: 0.4rem 0.4rem 2.29333rem; }
    .new-edit-reservation-info .content-form .produc-name {
      font-size: 0.4rem;
      font-family: Source Han Sans SC;
      font-weight: bold;
      color: #0d2652;
      line-height: 0.72rem;
      margin: 0 0.4rem 0.4rem; }
    .new-edit-reservation-info .content-form .tips {
      font-size: 0.24rem;
      font-family: Source Han Sans SC;
      font-weight: 400;
      color: #7e8da5;
      line-height: 0.4rem;
      padding-right: 0.4rem; }
    .new-edit-reservation-info .content-form .gray-text {
      color: #7e8da5; }
    .new-edit-reservation-info .content-form .block-text {
      color: #0d2652; }
  .new-edit-reservation-info .reservation-form {
    height: calc(100vh - 5.2rem);
    padding-top: 0.53333rem;
    border-radius: 0.26667rem 0.26667rem 0 0;
    background: #fff;
    margin-bottom: 0 !important; }
    .new-edit-reservation-info .reservation-form .btn {
      height: 0.8rem;
      line-height: 0.8rem;
      border-radius: 0.08rem;
      text-align: center;
      display: inline-block;
      font-size: 0.37333rem;
      color: #333; }
      .new-edit-reservation-info .reservation-form .btn.active {
        color: #fff; }
    .new-edit-reservation-info .reservation-form .list-code {
      position: relative; }
      .new-edit-reservation-info .reservation-form .list-code .button {
        position: absolute;
        top: 0.29333rem;
        display: block;
        width: 2.61333rem;
        color: #fff;
        height: 0.66667rem;
        line-height: 0.66667rem;
        background: #00a8f7;
        border-radius: 25px;
        font-size: 0.37333rem;
        white-space: nowrap;
        text-align: center; }
    .new-edit-reservation-info .reservation-form .not-bor-list .am-list-line-wrap {
      padding-right: 0 !important; }
    .new-edit-reservation-info .reservation-form .not-bor-list .am-list-content {
      height: 100% !important;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !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; }
    .new-edit-reservation-info .reservation-form .not-bor-list-show .am-list-line-wrap {
      padding-right: 0 !important; }
    .new-edit-reservation-info .reservation-form .not-bor-list-show .am-list-content {
      height: 100% !important;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !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; }
    .new-edit-reservation-info .reservation-form .common-list {
      height: 1.28rem;
      line-height: 1.28rem;
      margin-right: 15px; }
    .new-edit-reservation-info .reservation-form .list-name {
      position: relative; }
      .new-edit-reservation-info .reservation-form .list-name .change-sex {
        position: absolute;
        right: 15px; }
        .new-edit-reservation-info .reservation-form .list-name .change-sex .active {
          color: #fff !important;
          border-radius: 0.33333rem;
          border-style: none !important; }
        .new-edit-reservation-info .reservation-form .list-name .change-sex .btn {
          width: 1.25333rem;
          color: #7e8da5;
          height: 0.66667rem;
          line-height: 0.66667rem;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAAAyCAYAAADV5GxPAAAAAXNSR0IArs4c6QAABHtJREFUeF7tm1tTIkcUx6enexghoIIxVabA7Mawpc4ql+LJN7+EH9IP4KtvPlFcHbGKbLlZqLUqGxWBAMN0T6cOCS66sHIZhiLTvFE1c0737zTN6X+fgySbPuVyWX18fAxIkuQjhKwghDyEEMIYwza5cNQMxphRSinnvEsp7UiS1FpbW2tEo1HDjoGgWYwA7EajsaGqapAxtjKLrWV5F2PcMQzjIRAI3M0ShKnAp9Npn6qqW5ZlrSGEprKxLKBHjZNzzmVZfjQM4zaVSrUmnc9E0NLptKIoShghFJrU0f/5ec75vWma1VQqZY47z7HBX1xchLxe7zbGeCn37HGBTPscY4y12+1PR0dH9+PYeBU85xxdXV1FGGOb4xh0+zMY4y/7+/sVhBD/HovvgodtrFQq7VBKV90OdJL5E0Lqe3t7HxBC1qj3RoI/PT3Fu7u7UUmSfpjEqXj2icDf19fX5ZOTEzaMyVDwsL3k8/moLMuQl4vPlAQsy2rEYrHysG1nKPhMJvMLIeTHKf2J1wYIUEr/SiaTf7yE8g14XddDjLG3gp59BDDGN5qmPct2noGHPB1jrImU0T7oYAlSTcaYPpjnPwOfz+ffisORvdD71uCQFYvFbvrfn8CDDKAoyq5bJYD54P5qFSQG0zSv+/LCE/hisbjDOV+f9wDcbB8hVDs4OPgADHrgdV33UErfi9U+32UBq54QcqlpWrcHPpPJ/EwI2ZqvW2EdCFBKb5PJ5Oce+Fwup8my7Ao9fdHhtyyrE4/HdQSXGe12+/2iB+Qm/16v9xKVSqUN0zTfuGnii56roigfUTqd3vZ4PELydTAa3W73C8rlcu+EGOYgdUmSQDwDFRLSSNVZ1+72xjk3kK7r8WUtwVjW8EHpCKz4pDg4ORtCOEgJ8M4y73nrgc9ms3EhAztLHzRi8efqLPP+ijdEOrkA8L10slgsRjjnPy3Av2tdIoT+FJLBAsLfkwzOzs7UcDgsRDIHA1CtVi+FLOwgcHD1JAuLixBnyT+7CBFXf87A/+bqD9wWCoVfJUkKOjMEd3rpdru1VCr19bIbMIjyjvkuhpHlHeA2m82+wRhvzHcI7rTOGLtLJBIf+7N/Vkl2fn5ONjc3NcuyiDvxzGfWsizTTqdzNbKED9xCy43f7xdFqzbGoNls3rxs0Rlapq3r+rZovbGHPLTmaJr26aW1UR0hIBf/hjEWLTgz8GeM1ROJxO8gwY8LHsR6uVAoRBFC/hl8u/ZVznnz8PAQukGG9kG92nyWy+V2xMqfbP3ASo/H49M1n/VdiXbLyaDb0m456BKyndXV1YhINYcHAlLGer1esa3BeNAN5Pnr6+thWZZDojLhXzJwIrUs675Wq1WPj4/puL+PVzu7hxmqVCreh4eHLWhkcGsAepUCCNWCweBtJBJpjwt86Ml10pdB1Wy32xuEkJBbyrxBT6eU3nu93jtoMJiUmS3gB51CEJrNZsDn8/kwxiumaarwfyDLsrxsv4r/tg8L9m1FUQzGWKfVarX8fn9jFtiDvP4BGCYLWqW0x4cAAAAASUVORK5CYII=);
          background-size: contain;
          border-radius: 0.33333rem; }
          .new-edit-reservation-info .reservation-form .list-name .change-sex .btn:first-child {
            margin-right: 0.26667rem; }
    .new-edit-reservation-info .reservation-form .tags {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .new-edit-reservation-info .reservation-form .tags span {
        display: inline-block;
        width: 1.57333rem;
        background: #f6f6f6;
        margin: 0.10667rem 0.21333rem 0.10667rem 0;
        text-align: center; }
        .new-edit-reservation-info .reservation-form .tags span:nth-child(4n) {
          margin-right: 0; }
    .new-edit-reservation-info .reservation-form .list-hd {
      height: 0.96rem;
      line-height: 0.96rem;
      padding: 0 0.4rem;
      font-size: 0.32rem;
      color: #666;
      background: #f5f5f9;
      border-bottom: 1px solid #eee;
      position: relative; }
    .new-edit-reservation-info .reservation-form .remark-len {
      margin-right: 15px;
      color: #999999;
      text-align: right; }
    .new-edit-reservation-info .reservation-form .remark-div {
      padding-bottom: 5px; }
    .new-edit-reservation-info .reservation-form .remark-textarea {
      position: relative; }
      .new-edit-reservation-info .reservation-form .remark-textarea::after {
        height: 0 !important; }
      .new-edit-reservation-info .reservation-form .remark-textarea textarea {
        height: 2.26667rem;
        line-height: 0.56rem; }

.userAreaModal .am-list-header {
  text-align: center;
  padding: 0 15px 9px 15px;
  border-bottom: 1px solid #ddd; }
  .userAreaModal .am-list-header .modal-header-wrap {
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    margin-top: -0.13333rem; }
  .userAreaModal .am-list-header .am-input-item {
    border: 1px solid #1677ff !important;
    margin: 14px 0px 4px !important;
    height: 32px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0.77;
    padding: 0 0.06667rem !important; }
    .userAreaModal .am-list-header .am-input-item .am-input-label.am-input-label-5 {
      width: 0.8rem;
      text-align: center; }
  .userAreaModal .am-list-header::before {
    background-color: #fff !important; }

.userAreaModal .active .am-list-content {
  color: #00a2ff; }

.userAreaModal .popup-list {
  height: 60vh;
  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; }

.userAreaModal .am-list-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll; }
  .userAreaModal .am-list-body .am-list-item .am-list-line::after {
    background-color: #fff !important; }
  .userAreaModal .am-list-body:before {
    background-color: #fff !important; }

.change-area-container .show-area {
  font-size: 0.42667rem;
  min-width: 0.85333rem;
  color: #00a8f7; }

.change-area-container .area-tag {
  border-radius: 25px !important;
  padding: 0 12px;
  width: 1.8rem !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px !important; }

.change-area-container-show .show-area {
  font-size: 0.42667rem;
  min-width: 0.85333rem;
  color: #00a8f7; }

.change-area-container-show .area-tag {
  border-radius: 25px !important;
  padding: 0 12px;
  width: 1.8rem !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0.05333rem !important; }

.change-area-container-show .area-item-warp {
  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; }
  .change-area-container-show .area-item-warp .lost-tips {
    font-size: 0.37333rem;
    color: #999; }

.change-area-container-show .color333 {
  color: #333 !important;
  font-size: 0.37333rem !important; }

@charset "UTF-8";
/* 媒体查询 */
#returnImg {
  position: fixed;
  top: 0.34667rem;
  left: 0.34667rem;
  z-index: 500;
  width: 0.8rem;
  height: 0.8rem;
  padding: 5px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.21); }
  #returnImg img {
    width: 100%;
    display: block; }

@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; }

.temp-img {
  width: 100%;
  display: block; }

@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; }

.m-b-85 {
  margin-bottom: 2.28rem; }

@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; }

@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; }

.statement-box {
  padding: 0.29333rem 0.34667rem;
  font-size: 0.37333rem;
  color: #333333;
  line-height: 2;
  text-align: left; }
  .statement-box h3 {
    margin-top: 0.26667rem;
    font-size: 0.4rem; }
  .statement-box .txt-in {
    text-indent: 0.74667rem; }
  .statement-box p {
    word-break: break-all; }

@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; }

.reservation-info .temp-reservation-form .btn {
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.08rem;
  text-align: center;
  display: inline-block;
  font-size: 0.37333rem;
  color: #333; }
  .reservation-info .temp-reservation-form .btn.active {
    color: #fff; }

.reservation-info .temp-reservation-form .list-code {
  position: relative; }
  .reservation-info .temp-reservation-form .list-code .button {
    position: absolute;
    right: 15px;
    top: 0.29333rem;
    display: block;
    width: 2.4rem;
    color: #fff; }

.reservation-info .temp-reservation-form .change-sex {
  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; }
  .reservation-info .temp-reservation-form .change-sex .btn {
    width: 1.6rem;
    margin-right: 0.26667rem;
    background: #f6f6f6; }

.reservation-info .temp-reservation-form .list-hd {
  height: 0.96rem;
  line-height: 0.96rem;
  padding: 0 0.4rem;
  font-size: 0.32rem;
  color: #666;
  background: #f5f5f9;
  border-bottom: 1px solid #eee;
  position: relative; }

.reservation-info .temp-reservation-form .my-list {
  margin-top: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .reservation-info .temp-reservation-form .my-list .must-write {
    margin-bottom: 0 !important; }

.reservation-info .temp-reservation-form .check-box {
  margin-left: 0; }
  .reservation-info .temp-reservation-form .check-box .am-checkbox.am-checkbox-checked .am-checkbox-inner {
    border-color: transparent !important; }

.reservation-info .temp-reservation-form .check-label {
  font-size: 0.26667rem;
  color: #999; }

.reservation-info .temp-reservation-form .questions-list {
  font-size: 0.37333rem; }
  .reservation-info .temp-reservation-form .questions-list .guide-text {
    line-height: 2.2; }

.reservation-info .temp-reservation-form .input-name {
  padding-left: 0 !important; }

.reservation-info .temp-reservation-form .am-list-body {
  position: initial;
  background-color: transparent !important;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }
  .reservation-info .temp-reservation-form .am-list-body::before {
    background-color: transparent !important; }

.reservation-info .temp-reservation-form .must-write {
  margin: 0 0.4rem 0.18667rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
  border-radius: 0.13333rem; }

.block-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0.32rem 0.4rem 0.72rem;
  background: #ffffff;
  -webkit-box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.05); }

.submit-btn {
  height: 1.25333rem;
  line-height: 1.25333rem;
  text-align: center;
  color: #fff;
  border-radius: 0.05333rem;
  font-size: 0.45333rem; }

.scroll-top {
  display: none; }

.f-bg-btn {
  padding-bottom: 0.10667rem;
  position: relative;
  height: 1.36rem;
  border-radius: 0.10667rem; }
  .f-bg-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.10667rem;
    z-index: 1; }

.f-submit-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-radius: 0.10667rem !important; }

@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; }

.countDown {
  text-align: center;
  font-size: 0.37333rem;
  color: #2b2d30; }

.none {
  display: none; }

.disp-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .disp-flex .flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.bgfw {
  background: #fff; }

.m-r-10 {
  margin-right: 0.26667rem; }

.m-l-10 {
  margin-left: 0.26667rem; }

.tc {
  text-align: center; }

.m-r-0 {
  margin-right: 0 !important; }

.c-red {
  color: #ff7274; }

.m-t-10 {
  margin-top: 0.26667rem; }

.m-b-10 {
  margin-bottom: 0.26667rem; }

.m-t-15 {
  margin-top: 0.4rem; }

.new-reservation-info .am-list-item .am-list-line .am-input-label,
.new-reservation-info .am-list-item .am-list-line .am-input-control {
  line-height: 48px !important;
  height: 100%; }

.new-reservation-info .am-list-item .am-list-line .am-input-control {
  font-size: 0.37333rem;
  font-family: Source Han Sans SC; }

.new-reservation-info .am-list-item {
  min-height: 100% !important; }
  .new-reservation-info .am-list-item.am-input-item {
    padding-right: 0 !important; }
  .new-reservation-info .am-list-item .am-list-line .am-list-extra {
    -webkit-flex-basis: 76%;
        -ms-flex-preferred-size: 76%;
            flex-basis: 76%;
    text-align: left; }
  .new-reservation-info .am-list-item .am-list-line .am-list-content {
    color: #666;
    font-size: 0.37333rem !important;
    overflow: auto;
    white-space: normal; }
  .new-reservation-info .am-list-item .am-list-line .am-list-brief {
    color: #999;
    font-size: 0.32rem;
    margin-top: 0; }
  .new-reservation-info .am-list-item .am-list-line .am-input-control input {
    font-size: 0.37333rem !important; }
  .new-reservation-info .am-list-item .am-list-line .am-textarea-control textarea {
    font-size: 0.37333rem !important; }
  .new-reservation-info .am-list-item .am-list-line-multiple {
    padding: 0 15px 0 0; }
  .new-reservation-info .am-list-item .am-input-label {
    color: #666;
    margin-right: 0; }
    .new-reservation-info .am-list-item .am-input-label.am-input-label-5 {
      width: 24%;
      font-size: 0.37333rem !important; }

.new-reservation-info .am-list-body::before {
  background-color: #fff !important; }

.new-reservation-info .am-tag {
  width: 1.46667rem;
  margin: 0.13333rem; }

.new-reservation-info .am-tag-normal {
  background: rgba(0, 0, 0, 0.1); }

.new-reservation-info .am-tag-active {
  color: #fff;
  background: #8ac24a; }

.new-reservation-info .not-bor:after {
  background-color: #fff !important; }

.new-reservation-info .not-bor ::after {
  background-color: transparent !important; }

.new-reservation-info .not-bor .am-list-line {
  border: none !important; }

.new-reservation-info .gray {
  background: #ddd !important;
  color: #999 !important; }

.reservation-info .am-list-item {
  min-height: 1.44rem !important; }
  .reservation-info .am-list-item.am-input-item {
    height: 1.44rem;
    padding-right: 0 !important; }
  .reservation-info .am-list-item .am-list-line .am-list-extra {
    -webkit-flex-basis: 76%;
        -ms-flex-preferred-size: 76%;
            flex-basis: 76%;
    text-align: left; }
  .reservation-info .am-list-item .am-list-line .am-list-content {
    color: #666;
    font-size: 0.37333rem !important;
    overflow: auto;
    white-space: normal; }
  .reservation-info .am-list-item .am-list-line .am-list-brief {
    color: #999;
    font-size: 0.32rem;
    margin-top: 0; }
  .reservation-info .am-list-item .am-list-line .am-input-control input {
    font-size: 0.37333rem !important; }
  .reservation-info .am-list-item .am-list-line .am-textarea-control textarea {
    font-size: 0.37333rem !important; }
  .reservation-info .am-list-item .am-list-line-multiple {
    padding: 0 15px 0 0; }
  .reservation-info .am-list-item .am-input-label {
    color: #666;
    margin-right: 0; }
    .reservation-info .am-list-item .am-input-label.am-input-label-5 {
      width: 24%;
      font-size: 0.37333rem !important; }

.reservation-info .am-list-body {
  position: initial; }
  .reservation-info .am-list-body::before {
    background-color: #fff !important; }

.reservation-info .am-tag {
  width: 1.46667rem;
  margin: 0.13333rem; }

.reservation-info .am-tag-normal {
  background: rgba(0, 0, 0, 0.1); }

.reservation-info .am-tag-active {
  color: #fff;
  background: #8ac24a; }

.reservation-info .not-bor:after {
  background-color: #fff !important; }

.reservation-info .not-bor ::after {
  background-color: transparent !important; }

.reservation-info .not-bor .am-list-line {
  border: none !important; }

.reservation-info .gray {
  background: #ddd !important;
  color: #999 !important; }

.p-t-0 {
  padding-top: 0; }
  .p-t-0.am-list-item .am-list-line .am-list-content {
    padding-top: 0 !important; }
  .p-t-0.am-list-item .am-list-line .am-list-extra {
    padding-top: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }
  .p-b-0.am-list-item .am-list-line .am-list-extra {
    padding-bottom: 0 !important; }
  .p-b-0.am-list-item .am-list-line .am-list-content {
    padding-bottom: 0 !important; }

.error-txt {
  color: #ff0000;
  margin-left: 0.4rem; }

.new-edit-reservation-info {
  margin-top: 5.2rem;
  height: calc(100vh - rem(390px)); }

@media screen and (min-width: 750px) {
  .new-edit-reservation-info {
    margin-top: -6.66667rem;
    position: relative;
    height: 100%; } }

.new-reservation-info {
  padding-top: 1px;
  font-size: 0.37333rem;
  color: #333;
  height: 100vh; }
  .new-reservation-info .bespeak-banner {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: -2.4rem; }
    .new-reservation-info .bespeak-banner img {
      width: 100%; }
  @media screen and (min-width: 750px) {
    .new-reservation-info .bespeak-banner {
      position: relative;
      z-index: -1;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      top: -2.4rem; }
      .new-reservation-info .bespeak-banner img {
        width: 100%; } }
  .new-reservation-info .product-info .prd-title {
    font-size: 0.42667rem; }
  .new-reservation-info .my-list {
    margin-top: -1.86667rem; }
    .new-reservation-info .my-list.list-style-1 {
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
              box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
      border-radius: 0.13333rem; }
      .new-reservation-info .my-list.list-style-1 .am-list-body {
        border-radius: 0.13333rem; }
    .new-reservation-info .my-list.list-style-2 .must-write {
      margin: 0 0.4rem 0.18667rem;
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
              box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
      border-radius: 0.13333rem; }
    .new-reservation-info .my-list.list-style-2 .remark-div {
      background: #ffffff; }
    .new-reservation-info .my-list .radius-top {
      border-top-left-radius: 0.13333rem;
      border-top-right-radius: 0.13333rem; }
    .new-reservation-info .my-list .radius-bottom {
      border-bottom-left-radius: 0.13333rem;
      border-bottom-right-radius: 0.13333rem; }

.reservation-info {
  font-size: 0.37333rem;
  color: #333; }
  .reservation-info .bespeak-banner img {
    width: 100%; }
  .reservation-info .product-info .prd-title {
    font-size: 0.42667rem; }
  .reservation-info .my-list {
    margin-top: -1.86667rem; }
    .reservation-info .my-list.list-style-1 {
      margin: -1.86667rem 0.4rem 0;
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
              box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
      border-radius: 0.13333rem; }
      .reservation-info .my-list.list-style-1 .am-list-body {
        border-radius: 0.13333rem; }
    .reservation-info .my-list.list-style-2 .must-write {
      margin: 0 0.4rem 0.18667rem;
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
              box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
      border-radius: 0.13333rem; }
    .reservation-info .my-list.list-style-2 .remark-div {
      background: #ffffff; }
    .reservation-info .my-list .radius-top {
      border-top-left-radius: 0.13333rem;
      border-top-right-radius: 0.13333rem; }
    .reservation-info .my-list .radius-bottom {
      border-bottom-left-radius: 0.13333rem;
      border-bottom-right-radius: 0.13333rem; }

@media screen and (min-width: 750px) {
  .new-reservation-info {
    display: block;
    padding-top: 1px;
    font-size: 0.37333rem;
    color: #333;
    height: 100vh; } }

.success-bj {
  background-image: url(https://res.qixin18.com/node-qixin-cps-v3/_next/static/images/success-bj-e5ae777b21e3b177ee93239e71567c06.png);
  background-size: cover;
  background-position-y: -2.8rem;
  background-position-x: 1px;
  min-height: 100vh;
  overflow: auto; }
  .success-bj .success-content-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4.73333rem;
    min-height: 100vh;
    -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; }
  .success-bj .success-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: url(https://res.qixin18.com/node-qixin-cps-v3/_next/static/images/success-content-bj-7b3e8911fb31484060cda5c3a00f1d03.png) center/100% 100% no-repeat;
    padding-bottom: 0.64rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    .success-bj .success-content .counselorInfoWarp {
      background: none; }
    .success-bj .success-content .fixed {
      position: fixed;
      bottom: 1.06667rem;
      left: 0;
      margin: 0 1rem; }
  .success-bj .newBtn {
    padding: 0;
    width: 7.73333rem;
    height: 1.33333rem;
    background: #00a8f7;
    -webkit-box-shadow: 0px 2px 3px 0px #fffdf7, 0px 10px 30px 0px rgba(0, 168, 247, 0.2);
            box-shadow: 0px 2px 3px 0px #fffdf7, 0px 10px 30px 0px rgba(0, 168, 247, 0.2);
    border-radius: 0.66667rem;
    line-height: 1.33333rem;
    font-size: 0.48rem;
    text-align: center;
    color: #fff; }
  .success-bj .timeText {
    text-align: center;
    font-size: 0.32rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #7e8da5;
    line-height: 0.72rem;
    opacity: 0.4; }

.reservation-success .reservation-tips,
.success-bj .reservation-tips {
  padding: 0.4rem 0.4rem 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.32rem;
  letter-spacing: 0;
  line-height: 0.53333rem; }

.reservation-success .reservation-warp,
.success-bj .reservation-warp {
  padding: 0.81333rem 0;
  font-size: 0.37333rem; }
  .reservation-success .reservation-warp img,
  .success-bj .reservation-warp img {
    width: 1.73333rem;
    height: 1.73333rem;
    margin: 0 auto; }
  .reservation-success .reservation-warp .title,
  .success-bj .reservation-warp .title {
    font-size: 0.53333rem;
    margin: 0.26667rem; }
  .reservation-success .reservation-warp .descript,
  .success-bj .reservation-warp .descript {
    padding-right: 0.26667rem;
    padding-left: 0.26667rem;
    color: #888888;
    line-height: 1.5; }
  .reservation-success .reservation-warp li,
  .success-bj .reservation-warp li {
    text-align: left;
    padding-left: 0.26667rem;
    margin-bottom: 0.26667rem; }
    .reservation-success .reservation-warp li::before,
    .success-bj .reservation-warp li::before {
      content: '';
      display: inline-block;
      width: 0.16rem;
      height: 0.16rem;
      margin-right: 0.16rem;
      border-radius: 50%;
      background: #d8d8d8;
      vertical-align: middle; }

.reservation-success .button,
.success-bj .button {
  margin: 0.8rem 0.42667rem;
  height: 1.25333rem;
  line-height: 1.25333rem;
  border-radius: 0.05333rem;
  font-size: 0.48rem;
  text-align: center;
  color: #fff; }

.reservation-success .xr-code-box,
.success-bj .xr-code-box {
  margin: 0.26667rem 0.4rem;
  border-radius: 2px;
  text-align: center;
  color: #333; }
  .reservation-success .xr-code-box img,
  .success-bj .xr-code-box img {
    width: 100%; }

.box-shadow {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4), inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4), inset 0 -1px 0 0 rgba(255, 255, 255, 0.5); }

.h2 {
  margin-top: 0.85333rem;
  font-size: 0.45333rem;
  color: #2b2d30; }

