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

@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*/
.am-checkbox-inner {
  width: 0.56rem !important;
  height: 0.56rem !important; }
  .am-checkbox-inner:after {
    width: 0.13333rem;
    height: 0.26667rem;
    border-width: 0 2px 2px 0;
    top: 0.05333rem;
    right: 0.17333rem; }

.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-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: '\E634';
      font-family: 'dubhe-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::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
    z-index: 1; }

.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; }
  .am-button-primary.am-button-active {
    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.arrow {
  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-title {
    font-size: 0.48rem !important; }
  .am-navbar .am-icon-lg {
    width: 0.93333rem !important;
    height: 0.93333rem !important; }

.am-picker-popup-header-left {
  color: #999; }

.off-shelf-wrap {
  background: #fff;
  padding: 0 0 0.8rem;
  margin-bottom: 0.26667rem; }
  .off-shelf-wrap .off-shelf-head {
    width: 100%;
    height: 3.6rem;
    padding: 0.53333rem 0 0 0.32rem;
    background: #ffecb6 url(https://res.qixin18.com/qixin-cloud-node-cps-h5-v3/_next/static/images/off-shelf-bg-b70c1ad8d27191aad13e8e85e3811b41.jpg) no-repeat;
    background-size: cover; }
    .off-shelf-wrap .off-shelf-head h2,
    .off-shelf-wrap .off-shelf-head p {
      color: #b76a02;
      line-height: 1.1; }
    .off-shelf-wrap .off-shelf-head h2 {
      font-size: 0.48rem;
      font-weight: 700;
      margin-bottom: 0.24rem; }
    .off-shelf-wrap .off-shelf-head p {
      font-size: 0.37333rem; }
  .off-shelf-wrap .off-shelf-content {
    margin-top: -0.77333rem; }

.off-shelf-recommend-list {
  padding: 0 0.26667rem; }
  .off-shelf-recommend-list > li {
    position: relative;
    padding: 0.32rem;
    background: #fff;
    -webkit-box-shadow: 0 0.05333rem 0.53333rem 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0.05333rem 0.53333rem 0 rgba(0, 0, 0, 0.06);
    border-radius: 0 0.13333rem 0.13333rem 0.13333rem; }
    .off-shelf-recommend-list > li:not(:last-child) {
      margin-bottom: 1.14667rem; }
    .off-shelf-recommend-list > li img {
      float: left;
      width: 2.13333rem;
      height: 2.13333rem;
      margin-right: 0.26667rem; }
    .off-shelf-recommend-list > li .recommend-insure-count {
      position: absolute;
      top: -0.74667rem;
      left: 0;
      color: #fff;
      font-size: 0.37333rem;
      min-width: 2.93333rem;
      height: 0.74667rem;
      line-height: 0.74667rem;
      padding: 0 0.4rem;
      background-image: -o-linear-gradient(80deg, #fb741c 0%, #ffa222 98%);
      background-image: linear-gradient(10deg, #fb741c 0%, #ffa222 98%);
      border-radius: 0.13333rem 0.4rem 0 0; }
    .off-shelf-recommend-list > li .recommend-product-info {
      color: #999;
      height: 2.13333rem;
      overflow: hidden;
      margin-bottom: 0.4rem; }
      .off-shelf-recommend-list > li .recommend-product-info h3 {
        color: #333;
        font-size: 0.42667rem;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 0.26667rem;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .off-shelf-recommend-list > li .recommend-product-info p {
        margin-bottom: 0;
        vertical-align: bottom; }
        .off-shelf-recommend-list > li .recommend-product-info p span {
          font-size: 0.32rem;
          line-height: 1.1;
          letter-spacing: 2px; }
          .off-shelf-recommend-list > li .recommend-product-info p span.recommend-product-symbol {
            color: #f6ac19;
            font-weight: 500;
            font-size: 0.34667rem;
            letter-spacing: 0; }
          .off-shelf-recommend-list > li .recommend-product-info p span.recommend-product-price {
            color: #f6ac19;
            font-size: 0.53333rem;
            margin-right: 0.06667rem;
            letter-spacing: 0; }
          .off-shelf-recommend-list > li .recommend-product-info p span.recommend-product-text {
            position: relative;
            top: -0.04rem; }
    .off-shelf-recommend-list > li .recommend-product-tags {
      font-size: 0;
      margin-right: -0.16rem;
      margin-bottom: 0.32rem; }
      .off-shelf-recommend-list > li .recommend-product-tags span {
        position: relative;
        display: inline-block;
        font-size: 0.29333rem;
        color: #f6ac19;
        line-height: 1;
        padding: 0.10667rem 0.13333rem;
        margin: 0 0.16rem 0.16rem 0; }
        .off-shelf-recommend-list > li .recommend-product-tags span:after {
          content: '';
          position: absolute;
          z-index: 1;
          pointer-events: none;
          background-color: #f6ac19;
          border: 1px solid #ddd;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: none;
          border-color: #f6ac19;
          border-radius: 0.05333rem; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            .off-shelf-recommend-list > li .recommend-product-tags span:after {
              right: -100%;
              bottom: -100%;
              -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%;
              border-radius: 0.10667rem; } }
    .off-shelf-recommend-list > li .recommend-product-guarantee {
      position: relative;
      padding-bottom: 0.4rem; }
      .off-shelf-recommend-list > li .recommend-product-guarantee:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        content: '';
        border-top: 1px dashed #ddd; }
        @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
          .off-shelf-recommend-list > li .recommend-product-guarantee:after {
            -webkit-transform: scaleY(0.5);
                -ms-transform: scaleY(0.5);
                    transform: scaleY(0.5); } }
      .off-shelf-recommend-list > li .recommend-product-guarantee li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        color: #333;
        font-size: 0.34667rem;
        line-height: 1.1; }
        .off-shelf-recommend-list > li .recommend-product-guarantee li:not(:last-child) {
          margin-bottom: 0.37333rem; }
        .off-shelf-recommend-list > li .recommend-product-guarantee li span.guarentee-label {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
             -moz-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
        .off-shelf-recommend-list > li .recommend-product-guarantee li span.guarentee-content {
          width: 35%;
          text-align: right; }
    .off-shelf-recommend-list > li .recommend-product-btn {
      font-size: 0;
      padding: 0.4rem 0 0.13333rem; }
      .off-shelf-recommend-list > li .recommend-product-btn:before, .off-shelf-recommend-list > li .recommend-product-btn:after {
        content: '';
        display: table; }
      .off-shelf-recommend-list > li .recommend-product-btn:after {
        clear: both; }
      .off-shelf-recommend-list > li .recommend-product-btn .am-button {
        float: right;
        overflow: visible;
        width: 2.61333rem !important;
        height: 1.01333rem !important;
        line-height: 1.01333rem !important;
        font-size: 0.42667rem;
        margin-left: 0.21333rem;
        border-radius: 100px; }
        .off-shelf-recommend-list > li .recommend-product-btn .am-button:before {
          border-radius: 100px; }
      .off-shelf-recommend-list > li .recommend-product-btn .recommend-product-more {
        position: relative;
        display: inline-block;
        font-size: 0.34667rem;
        line-height: 1.01333rem;
        padding-right: 0.46667rem;
        color: #999; }
        .off-shelf-recommend-list > li .recommend-product-btn .recommend-product-more i {
          position: absolute;
          top: 50%;
          right: 0;
          color: #c5c5c5;
          line-height: 1.1;
          font-size: 0.26667rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          -webkit-transform: translateY(-50%) rotate(90deg);
              -ms-transform: translateY(-50%) rotate(90deg);
                  transform: translateY(-50%) rotate(90deg); }
        .off-shelf-recommend-list > li .recommend-product-btn .recommend-product-more.open i {
          -webkit-transform: translateY(-50%) rotate(268deg);
              -ms-transform: translateY(-50%) rotate(268deg);
                  transform: translateY(-50%) rotate(268deg); }

.standard-warp {
  margin-top: .2rem;
  color: #999;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .standard-warp .standard-last {
    margin: .1rem auto 0;
    max-width: 80%;
    text-align: center; }
  .standard-warp .co-logo-warp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: .2rem; }
    .standard-warp .co-logo-warp > img {
      width: 20vw;
      height: 100%; }
    .standard-warp .co-logo-warp .devider {
      width: 1px;
      height: 7vw;
      background-color: #999;
      margin: 0 4vw; }

.trial-price {
  color: #ff8c2c;
  font-size: 0.56rem;
  line-height: 1.1;
  word-break: break-word; }
  .trial-price .price.smaller {
    font-size: 0.46667rem; }
  .trial-price .unit {
    font-size: 0.32rem;
    color: #666;
    white-space: nowrap; }
    .trial-price .unit.newline {
      display: block; }
  .trial-price .qa-icon {
    width: 0.37333rem;
    height: 0.37333rem;
    overflow: hidden;
    display: inline-table;
    margin-left: 0.06667rem; }
  .trial-price .max-price {
    display: inline-block; }

/* variable.css */
/*Color*/
.trial-footer .am-button-primary {
  border-radius: 0.53333rem; }

.notice-modal {
  padding-bottom: 1.33333rem; }
  .notice-modal .loading {
    padding: 2.66667rem 0;
    text-align: center; }
  .notice-modal .notice-content {
    width: 100%;
    padding: 0.10667rem;
    text-align: left;
    word-break: break-all; }
    .notice-modal .notice-content .tip {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0.33333rem 0;
      padding: 0 0.4rem;
      font-size: 0.37333rem;
      color: #333333;
      line-height: 0.56rem; }
      .notice-modal .notice-content .tip .index {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 0.50667rem;
           -moz-box-flex: 0;
            -ms-flex: 0 0 0.50667rem;
                flex: 0 0 0.50667rem; }
      .notice-modal .notice-content .tip .content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .notice-modal .notice-content .tip .content a {
          color: #0d6eff;
          font-size: inherit; }
    .notice-modal .notice-content img,
    .notice-modal .notice-content > * {
      max-width: 100%; }
  .notice-modal .notice-footer {
    width: 100%;
    height: 1.33333rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff; }
    .notice-modal .notice-footer .notice-btn {
      font-size: 0.42667rem !important;
      height: 1.06667rem !important;
      line-height: 1.06667rem !important;
      border-radius: 0.53333rem !important;
      margin: 0 0.26667rem; }

.iphonex .notice-modal {
  padding-bottom: 2rem; }
  .iphonex .notice-modal .notice-footer {
    height: 2rem;
    padding-bottom: 0.66667rem; }

/* variable.css */
/*Color*/
.trial-pannel .trial-value-demo .content {
  width: 94%;
  margin: 0 auto; }

.trial-pannel .trial-value-demo .module-title {
  padding: 0 0.4rem;
  text-align: left;
  height: 0.85333rem;
  line-height: 0.85333rem;
  background: #f5f5f5;
  font-size: 0.32rem;
  color: #666;
  position: relative; }

.trial-pannel .pannel-content-box {
  max-height: 68.5vh; }

.trial-pannel .confirm-pannel-content-box {
  max-height: 80vh;
  min-height: 30vh; }
  .trial-pannel .confirm-pannel-content-box .loading {
    padding: 2.66667rem 0;
    text-align: center; }
  .trial-pannel .confirm-pannel-content-box .notice-link {
    padding: 0 4px;
    color: #00a8f7; }

.trial-pannel .am-modal-content .am-modal-header {
  padding: 0.4rem 0.26667rem 0.26667rem 0.4rem; }

.trial-pannel .am-modal-content .am-modal-body {
  margin-bottom: 1.86667rem;
  overflow: hidden !important; }

.trial-pannel .am-modal-content .am-modal-title {
  text-align: left; }
  .trial-pannel .am-modal-content .am-modal-title .main-title {
    font-size: 0.42667rem;
    color: #333333; }
  .trial-pannel .am-modal-content .am-modal-title .sub-title {
    margin-top: 0.26667rem;
    font-size: 0.32rem;
    color: #999999; }

.trial-pannel .am-modal-content .trial-footer {
  min-height: 1.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0.26667rem 0.17333rem 0.26667rem 0.4rem;
  -webkit-box-shadow: 0 -0.05333rem 0.10667rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 -0.05333rem 0.10667rem 0 rgba(0, 0, 0, 0.05);
  background: #ffffff; }
  .trial-pannel .am-modal-content .trial-footer .btn-wrapper {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 2.93333rem !important;
       -moz-box-flex: 0 !important;
        -ms-flex: 0 0 2.93333rem !important;
            flex: 0 0 2.93333rem !important; }
  .trial-pannel .am-modal-content .trial-footer .insure-btn {
    height: 1.06667rem !important;
    line-height: 1.04rem !important;
    width: 2.93333rem !important;
    font-size: 0.42667rem !important;
    background: #00a2ff;
    color: #ffffff;
    border-radius: 0.53333rem; }
    .trial-pannel .am-modal-content .trial-footer .insure-btn.am-button-disabled {
      background: #dddddd !important;
      border-color: #dddddd !important;
      color: gray !important; }
      .trial-pannel .am-modal-content .trial-footer .insure-btn.am-button-disabled::before {
        border-color: #dddddd !important; }

.trial-pannel .trial-price {
  font-weight: 500; }

.confirm-pannel .am-modal-body {
  margin-bottom: 0 !important; }
  .confirm-pannel .am-modal-body .pannel-content-box {
    text-align: left;
    color: #666;
    font-size: 0.37333rem;
    padding: 0.53333rem 0.4rem; }

.confirm-pannel .confirm-mark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 3.6rem;
  background-image: -o-linear-gradient(271deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.59) 20%, #ffffff 86%);
  background-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.59) 20%, #ffffff 86%);
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .confirm-pannel .confirm-mark.opacity {
    opacity: 0; }
  .confirm-pannel .confirm-mark span {
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    cursor: pointer;
    font-size: 0.37333rem;
    padding: 0.26667rem 0.77333rem 0.26667rem 0.4rem;
    background: #ebeeff;
    border-radius: 0.53333rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .confirm-pannel .confirm-mark span:after {
      position: absolute;
      top: 50%;
      right: 0.33333rem;
      content: '\E634';
      font-family: dubhe-iconfont;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.confirm-pannel .confirm-footer {
  margin-top: 0.53333rem;
  padding-bottom: 0.26667rem; }
  .confirm-pannel .confirm-footer .tips {
    color: #f8ad00;
    line-height: 1.45;
    font-weight: 600;
    font-size: 0.37333rem;
    margin-bottom: 0.8rem; }
  .confirm-pannel .confirm-footer .desc {
    color: #999;
    font-size: 0.32rem;
    line-height: 1.1;
    margin-top: 0.32rem; }
  .confirm-pannel .confirm-footer .confirm-btn {
    font-size: 0.42667rem !important;
    height: 1.06667rem !important;
    line-height: 1.06667rem !important;
    border-radius: 0.53333rem !important; }

.iphonex .trial-footer {
  min-height: 2rem;
  padding-bottom: 0.66667rem !important; }

.iphonex .trial-pannel .am-modal-body {
  margin-bottom: 2rem !important; }

.iphonex .confirm-pannel .am-modal-body {
  margin-bottom: 0 !important; }

/* variable.css */
/*Color*/
.job-modal .am-modal-header::before {
  display: none !important; }

.job-modal .am-modal-body {
  height: 80vh;
  text-align: left;
  overflow: hidden;
  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; }
  .job-modal .am-modal-body .am-search {
    padding: 0 0.4rem;
    height: 1.33333rem;
    background-color: #fff;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .job-modal .am-modal-body .am-search .am-search-input {
      height: 0.8rem;
      border-radius: 0.42667rem;
      background-color: #f5f5f5; }
      .job-modal .am-modal-body .am-search .am-search-input input {
        font-size: 0.37333rem; }
    .job-modal .am-modal-body .am-search .am-search-cancel {
      height: 1.33333rem;
      line-height: 1.33333rem;
      font-size: 0.4rem;
      color: #333 !important; }
  .job-modal .am-modal-body .search-hint {
    padding: 0.4rem;
    font-size: 0.4rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: #333; }
    .job-modal .am-modal-body .search-hint .count {
      font-weight: 500;
      color: #151515; }
  .job-modal .am-modal-body .job-picker {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-x: hidden;
    overflow-y: scroll; }
    .job-modal .am-modal-body .job-picker .am-list {
      padding-left: 0.4rem;
      padding-right: 0.10667rem; }
      .job-modal .am-modal-body .job-picker .am-list .am-list-item {
        font-size: 0.4rem;
        min-height: 1.2rem !important; }
        .job-modal .am-modal-body .job-picker .am-list .am-list-item .am-list-content {
          overflow: unset;
          -o-text-overflow: unset;
             text-overflow: unset;
          white-space: unset; }
        .job-modal .am-modal-body .job-picker .am-list .am-list-item .am-list-extra {
          -webkit-flex-basis: unset !important;
          -ms-flex-preferred-size: unset !important;
          flex-basis: unset !important;
          padding-left: 0.21333rem; }
          .job-modal .am-modal-body .job-picker .am-list .am-list-item .am-list-extra .normal-tag,
          .job-modal .am-modal-body .job-picker .am-list .am-list-item .am-list-extra .error-tag {
            min-width: 0.96rem;
            height: 0.50667rem;
            border-radius: 0.02667rem;
            font-size: 0.32rem;
            line-height: 0.50667rem;
            text-align: center;
            background-color: #ccf3e1;
            color: #22b672;
            padding: 0 0.21333rem; }
          .job-modal .am-modal-body .job-picker .am-list .am-list-item .am-list-extra .error-tag {
            background-color: #ffdfdf;
            color: #ff5550; }
        .job-modal .am-modal-body .job-picker .am-list .am-list-item.readonly {
          background-color: #fff !important; }
    .job-modal .am-modal-body .job-picker .am-accordion-item .am-accordion-header {
      height: 1.17333rem !important;
      line-height: 1.17333rem !important;
      padding-left: 0.4rem !important;
      color: #333 !important;
      background-color: #fff; }
      .job-modal .am-modal-body .job-picker .am-accordion-item .am-accordion-header .flex {
        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; }
        .job-modal .am-modal-body .job-picker .am-accordion-item .am-accordion-header .flex .title {
          font-size: 0.42667rem !important;
          font-weight: 500; }
        .job-modal .am-modal-body .job-picker .am-accordion-item .am-accordion-header .flex .value,
        .job-modal .am-modal-body .job-picker .am-accordion-item .am-accordion-header .flex .hint {
          font-size: 0.37333rem !important;
          padding-left: 0.42667rem;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis; }
        .job-modal .am-modal-body .job-picker .am-accordion-item .am-accordion-header .flex .hint {
          color: #999; }
    .job-modal .am-modal-body .job-picker .am-accordion-item .am-accordion-content-box .am-list {
      background-color: #f5f5f5; }
      .job-modal .am-modal-body .job-picker .am-accordion-item .am-accordion-content-box .am-list .am-list-item {
        background-color: #f5f5f5; }
        .job-modal .am-modal-body .job-picker .am-accordion-item .am-accordion-content-box .am-list .am-list-item .am-list-content {
          color: #333; }
        .job-modal .am-modal-body .job-picker .am-accordion-item .am-accordion-content-box .am-list .am-list-item.selected .am-list-content {
          color: #6076ff; }
  .job-modal .am-modal-body .search-result {
    margin-top: 0; }
    .job-modal .am-modal-body .search-result.am-list {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow-x: hidden;
      overflow-y: scroll; }
      .job-modal .am-modal-body .search-result.am-list .am-list-item .am-list-content {
        color: #666; }
        .job-modal .am-modal-body .search-result.am-list .am-list-item .am-list-content span > span {
          color: #6076ff; }

.no-jobs {
  margin-top: 35%;
  text-align: center; }
  .no-jobs > img {
    width: 3.33333rem; }
  .no-jobs .text {
    margin-top: 0.4rem;
    font-size: 0.37333rem;
    color: #666; }

/* variable.css */
/*Color*/
.multiple-picker {
  position: relative;
  padding: 0.22667rem 0 0.22667rem 0.4rem; }
  .multiple-picker .multiple-label {
    width: 2.04rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.04rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 2.04rem;
            flex: 0 0 2.04rem;
    font-size: 0.37333rem;
    color: #666666; }
  .multiple-picker .multiple-extra {
    overflow: hidden;
    font-size: 0; }
    .multiple-picker .multiple-extra > div,
    .multiple-picker .multiple-extra > .option-item {
      float: left;
      position: relative;
      min-width: 1.6rem;
      min-height: 0.8rem;
      line-height: 0.8rem;
      padding: 0 0.4rem;
      margin: 0.09333rem;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 0.08rem;
      font-size: 0.37333rem;
      color: #666666;
      text-align: center; }
      .multiple-picker .multiple-extra > div.active,
      .multiple-picker .multiple-extra > div .active,
      .multiple-picker .multiple-extra > .option-item.active,
      .multiple-picker .multiple-extra > .option-item .active {
        color: #00a2ff; }
        .multiple-picker .multiple-extra > div.active .opacity-bg,
        .multiple-picker .multiple-extra > div .active .opacity-bg,
        .multiple-picker .multiple-extra > .option-item.active .opacity-bg,
        .multiple-picker .multiple-extra > .option-item .active .opacity-bg {
          background-color: #00a2ff; }
      .multiple-picker .multiple-extra > div.disabled,
      .multiple-picker .multiple-extra > .option-item.disabled {
        position: relative;
        color: #ccc;
        background: #f5f5f5; }
        .multiple-picker .multiple-extra > div.disabled:after,
        .multiple-picker .multiple-extra > .option-item.disabled:after {
          position: absolute;
          content: '';
          left: 50%;
          top: 50%;
          width: 1.13333rem;
          height: 1px;
          background: #ccc;
          -webkit-transform: translate(-50%, -50%) rotate(-22deg);
              -ms-transform: translate(-50%, -50%) rotate(-22deg);
                  transform: translate(-50%, -50%) rotate(-22deg); }
      .multiple-picker .multiple-extra > div.wrap,
      .multiple-picker .multiple-extra > .option-item.wrap {
        white-space: pre-wrap;
        height: auto; }
      .multiple-picker .multiple-extra > div .more,
      .multiple-picker .multiple-extra > .option-item .more {
        padding: 0 0.13333rem; }
      .multiple-picker .multiple-extra > div.long-text,
      .multiple-picker .multiple-extra > .option-item.long-text {
        text-align: left; }
      .multiple-picker .multiple-extra > div .dubhe-iconfont,
      .multiple-picker .multiple-extra > .option-item .dubhe-iconfont {
        position: relative;
        top: -2px;
        color: inherit;
        font-size: 0.2rem;
        vertical-align: middle; }
      .multiple-picker .multiple-extra > div .opacity-bg,
      .multiple-picker .multiple-extra > .option-item .opacity-bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.1;
        background: #9d9d9d;
        border-radius: 0.08rem;
        -webkit-box-shadow: 0 0.02667rem 8px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 0.02667rem 8px 0 rgba(0, 0, 0, 0.1); }
      .multiple-picker .multiple-extra > div:first-child,
      .multiple-picker .multiple-extra > .option-item:first-child {
        margin-left: 0.09333rem; }
    .multiple-picker .multiple-extra > div {
      padding: 0; }
  .multiple-picker::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0.4rem;
    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); }
  .multiple-picker:last-child::after {
    display: none; }

.delay-broker-dist-mode-area::after {
  display: none; }

/* variable.css */
/*Color*/
.stepper-flex {
  background: #fff; }
  .stepper-flex.disabled .decrease::after,
  .stepper-flex.disabled .increase::after {
    color: #ddd !important; }
  .stepper-flex .decrease::after,
  .stepper-flex .increase::after {
    font-family: 'dubhe-iconfont';
    font-size: 0.64rem;
    color: #00a2ff; }
  .stepper-flex .decrease.disabled::after,
  .stepper-flex .increase.disabled::after {
    color: #ddd !important; }
  .stepper-flex .decrease::after {
    content: '\E638'; }
  .stepper-flex .increase::after {
    content: '\E637'; }
  .stepper-flex .input-flex-item {
    margin: 0; }
    .stepper-flex .input-flex-item .am-list-item {
      padding: 0 0.13333rem !important; }
    .stepper-flex .input-flex-item input {
      text-align: center; }

.stepper-field .am-list-content {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 2.26667rem !important;
     -moz-box-flex: 0 !important;
      -ms-flex: 0 0 2.26667rem !important;
          flex: 0 0 2.26667rem !important;
  padding-right: 0.26667rem;
  white-space: normal !important;
  font-size: 0.37333rem !important;
  color: #666 !important; }

.genes-module .am-list-header {
  padding: 0 0.4rem;
  text-align: left;
  height: 0.96rem !important;
  line-height: 0.96rem !important;
  background: #f5f5f5;
  font-size: 0.32rem !important;
  font-weight: normal;
  color: #666 !important; }
  .genes-module .am-list-header::before {
    display: none; }

.genes-module .am-list-body::after {
  display: block !important; }

.genes-module .am-list-body div:not(:last-child) .am-list-line::after {
  -webkit-transform: scaleY(0.5) !important;
      -ms-transform: scaleY(0.5) !important;
          transform: scaleY(0.5) !important; }

.genes-module .am-list-item {
  height: 1.44rem; }
  .genes-module .am-list-item.has-value .am-list-extra {
    color: #000 !important; }
  .genes-module .am-list-item.red-dot .am-list-extra {
    position: relative; }
    .genes-module .am-list-item.red-dot .am-list-extra:after {
      position: absolute;
      right: 0;
      top: 50%;
      content: '';
      width: 5px;
      height: 5px;
      background: red;
      border-radius: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .genes-module .am-list-item .am-list-line {
    padding-right: 0.4rem; }
    .genes-module .am-list-item .am-list-line .am-list-content {
      -webkit-box-flex: 0 !important;
      -webkit-flex: none !important;
         -moz-box-flex: 0 !important;
          -ms-flex: none !important;
              flex: none !important;
      margin-right: 5px; }
    .genes-module .am-list-item .am-list-line .am-list-extra {
      display: block;
      width: 100%;
      -webkit-flex: 1;
      -moz-flex: 1;
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: left !important;
      font-size: 0.37333rem !important;
      color: #bbbbbb; }
    .genes-module .am-list-item .am-list-line .am-input-label,
    .genes-module .am-list-item .am-list-line .am-list-content {
      width: 2rem !important;
      white-space: normal !important;
      font-size: 0.37333rem !important;
      color: #666 !important; }
    .genes-module .am-list-item .am-list-line .am-input-control input {
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0.37333rem !important;
      color: #000 !important; }
      .genes-module .am-list-item .am-list-line .am-input-control input::-webkit-input-placeholder {
        color: #bbbbbb !important; }
      .genes-module .am-list-item .am-list-line .am-input-control input::-moz-placeholder {
        color: #bbbbbb !important; }
      .genes-module .am-list-item .am-list-line .am-input-control input:-ms-input-placeholder {
        color: #bbbbbb !important; }
      .genes-module .am-list-item .am-list-line .am-input-control input::-ms-input-placeholder {
        color: #bbbbbb !important; }
      .genes-module .am-list-item .am-list-line .am-input-control input::placeholder {
        color: #bbbbbb !important; }
    .genes-module .am-list-item .am-list-line .am-input-extra {
      line-height: 0.42667rem !important;
      font-size: 0.37333rem !important;
      color: #888888 !important; }
    .genes-module .am-list-item .am-list-line .am-list-arrow {
      width: 0.29333rem !important;
      height: 0.29333rem !important; }

.genes-module .demonstration-display-area .hd_font_color {
  color: #ff8c2c; }

.genes-module .demonstration-display-area .am-list-line .am-list-content {
  width: 4.26667rem !important; }

.genes-module .demonstration-display-area .am-list-line .am-list-extra {
  width: 4.26667rem !important;
  text-align: right !important; }

.genes-module .genes-add-insured {
  padding: 11px 0 5px;
  line-height: 1.1; }

.genes-module .am-list-footer {
  position: relative;
  padding-bottom: 14px; }
  .genes-module .am-list-footer:after {
    content: '';
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #ddd;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .genes-module .am-list-footer:after {
        -webkit-transform: scaleY(0.5);
            -ms-transform: scaleY(0.5);
                transform: scaleY(0.5);
        -webkit-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
                transform-origin: 50% 100%; } }

.many-genes-module .am-list-body:after {
  left: 0.4rem !important; }

.many-genes-module .many-title {
  position: relative; }
  .many-genes-module .many-title .many-delete {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.45333rem;
    height: 0.45333rem;
    text-align: center;
    background: #ff5550;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .many-genes-module .many-title .many-delete:after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      width: 0.26667rem;
      height: 0.05333rem;
      background: #fff;
      border-radius: 0.02667rem;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.hasNotice .am-list-line::after,
.hasNotice .multiple-picker::after {
  background: none !important; }

.hasNotice .noticeArea {
  height: auto !important;
  min-height: 1rem !important; }
  .hasNotice .noticeArea .am-list-line {
    padding-bottom: 0.26667rem !important; }
    .hasNotice .noticeArea .am-list-line .am-list-content {
      width: 100% !important;
      background: #f5f5f5;
      font-size: 0.32rem !important;
      padding: 0.26667rem;
      border-radius: 0.05333rem; }

.many-insured-trial-item.am-list-item .am-list-line {
  border-bottom: none !important; }
  .many-insured-trial-item.am-list-item .am-list-line:after {
    display: none !important; }
  .many-insured-trial-item.am-list-item .am-list-line .am-list-content {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 2.06667rem;
    font-size: 0.34667rem !important;
    color: #666 !important; }
  .many-insured-trial-item.am-list-item .am-list-line .am-list-extra {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    overflow: visible;
    word-break: break-word;
    color: #ff8c2c !important;
    white-space: normal !important; }

.many-insured-trial-tip {
  padding: 0 0.8rem 0.13333rem 0.4rem; }
  .many-insured-trial-tip div {
    position: relative;
    color: #666;
    padding: 0.24rem 0.26667rem;
    font-size: 0.32rem;
    line-height: 1.1;
    background: #f5f5f5;
    border-radius: 0.05333rem;
    text-align: left; }
    .many-insured-trial-tip div:before {
      position: absolute;
      top: -17px;
      left: 0.13333rem;
      width: 0;
      height: 0;
      content: '';
      border-width: 10px 8px;
      border-style: solid;
      border-color: transparent transparent #f5f5f5 transparent; }

.deductible-info {
  -webkit-box-align: self-start !important;
  -webkit-align-items: self-start !important;
     -moz-box-align: self-start !important;
      -ms-flex-align: self-start !important;
          align-items: self-start !important; }
  .deductible-info .multiple-label {
    padding-top: 0.12rem; }
  .deductible-info .deductible-area {
    width: 94%;
    white-space: inherit !important;
    height: auto !important;
    line-height: inherit !important;
    font-family: PingFangSC-Regular;
    font-size: 0.37333rem !important;
    color: #999999 !important;
    text-align: justify !important; }

.noticeArea {
  text-align: left; }

/* variable.css */
/*Color*/
.value-demonstration .tab-content {
  padding: 0.26667rem 0 0.4rem !important; }

.value-demonstration .module-title {
  padding: 0 0.4rem;
  text-align: left;
  height: 0.96rem;
  line-height: 0.96rem;
  background: #f5f5f5;
  font-size: 0.32rem;
  color: #666;
  position: relative; }
  .value-demonstration .module-title::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
      .value-demonstration .module-title::after {
        -webkit-transform: scaleY(0.5);
            -ms-transform: scaleY(0.5);
                transform: scaleY(0.5); } }

.value-demonstration .no-padding {
  padding: 0 !important; }

.value-demonstration .tab-showdow .top-left:after,
.value-demonstration .tab-showdow .bottom-left:after {
  position: absolute;
  top: 0;
  right: -0.26667rem;
  content: '';
  width: 0.33333rem;
  border-left: 1px solid #f0f0f0;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(238, 238, 238, 0)), to(rgba(197, 197, 197, 0.3)));
  background-image: -o-linear-gradient(right, rgba(238, 238, 238, 0) 0%, rgba(197, 197, 197, 0.3) 100%);
  background-image: linear-gradient(270deg, rgba(238, 238, 238, 0) 0%, rgba(197, 197, 197, 0.3) 100%); }

.value-demonstration .tab-content .table-box {
  overflow: hidden;
  position: relative; }

.value-demonstration .tab-content .table {
  max-height: 7.46667rem;
  overflow: hidden; }
  .value-demonstration .tab-content .table.open {
    max-height: initial; }

.value-demonstration .tab-content .table-wrap {
  border-radius: 0.10667rem;
  overflow: hidden;
  border: 1px solid #f0f0f0; }
  .value-demonstration .tab-content .table-wrap .top th,
  .value-demonstration .tab-content .table-wrap .top td {
    font-size: 13px;
    height: 1.49333rem;
    line-height: 1.4;
    text-align: center; }
  .value-demonstration .tab-content .table-wrap .top .top-right {
    width: auto;
    overflow: hidden; }
  .value-demonstration .tab-content .table-wrap .bottom {
    overflow: hidden;
    margin-top: 1px; }
    .value-demonstration .tab-content .table-wrap .bottom .bottom-right {
      width: auto;
      overflow-x: auto;
      overflow-y: hidden; }
      .value-demonstration .tab-content .table-wrap .bottom .bottom-right::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
        visibility: hidden; }
  .value-demonstration .tab-content .table-wrap .top .top-left,
  .value-demonstration .tab-content .table-wrap .top .bottom-left,
  .value-demonstration .tab-content .table-wrap .bottom .top-left,
  .value-demonstration .tab-content .table-wrap .bottom .bottom-left {
    position: relative;
    float: left; }
    .value-demonstration .tab-content .table-wrap .top .top-left:after,
    .value-demonstration .tab-content .table-wrap .top .bottom-left:after,
    .value-demonstration .tab-content .table-wrap .bottom .top-left:after,
    .value-demonstration .tab-content .table-wrap .bottom .bottom-left:after {
      position: absolute;
      top: 0;
      right: -0.26667rem;
      content: '';
      width: 0.33333rem;
      border-left: 1px solid #f0f0f0;
      height: 100%; }
  .value-demonstration .tab-content .table-wrap .bottom {
    position: relative;
    height: 6.66667rem; }
    .value-demonstration .tab-content .table-wrap .bottom .bottom-container {
      height: 100%;
      overflow-y: scroll; }

.value-demonstration .tab-content .open-all {
  height: 1.04rem;
  line-height: 1.04rem;
  font-size: 0.32rem;
  color: #999;
  text-align: center; }
  .value-demonstration .tab-content .open-all .dubhe-icon-down-arrow,
  .value-demonstration .tab-content .open-all .dubhe-icon-up-arrow {
    font-size: 0.32rem; }

.value-demonstration .tab-content table {
  width: 100%;
  font-size: 0.32rem;
  border-radius: 0.05333rem;
  text-align: center; }
  .value-demonstration .tab-content table tbody tr {
    border-top: 1px solid #f0f0f0; }
    .value-demonstration .tab-content table tbody tr:nth-child(odd) {
      background-color: #fafafa; }
  .value-demonstration .tab-content table th {
    background: #eaeaea;
    color: rgba(0, 0, 0, 0.85);
    border-color: #ddd; }
    .value-demonstration .tab-content table th .dubhe-icon-help {
      margin-left: 0.10667rem;
      font-size: 0.32rem;
      color: #999; }
  .value-demonstration .tab-content table td {
    color: rgba(0, 0, 0, 0.65); }
  .value-demonstration .tab-content table th,
  .value-demonstration .tab-content table td {
    height: 1.06667rem;
    padding: 0 0.10667rem;
    line-height: 1.4;
    font-size: 13px; }
    .value-demonstration .tab-content table th:not(:last-child),
    .value-demonstration .tab-content table td:not(:last-child) {
      border-right: 1px solid #f0f0f0; }

.value-demonstration .am-tabs-default-bar-tab {
  height: 1.44rem;
  line-height: 1.44rem;
  font-size: 0.4rem;
  color: #333; }
  .value-demonstration .am-tabs-default-bar-tab-active {
    color: #00a2ff; }

.scroll-bar {
  width: 100%;
  height: 0.08rem;
  background-color: #e0e0e0;
  border-left: 1px solid #e0e0e0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  position: absolute;
  right: 2px;
  bottom: 0;
  overflow: hidden; }
  .scroll-bar .scroll-track {
    opacity: 1;
    position: absolute;
    background-color: #c1c1c1;
    border-radius: 0.06667rem;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    width: 0.8rem;
    height: 0.08rem; }

/* variable.css */
/*Color*/
.claim-process-header {
  position: relative;
  background-color: #00a2ff;
  margin-left: 0.4rem; }
  .claim-process-header .title {
    position: absolute;
    top: 0;
    padding-top: 0.34667rem;
    font-size: 0.42667rem;
    color: #333;
    font-weight: bold; }
  .claim-process-header .sub-title {
    position: absolute;
    top: 1.6rem;
    left: 0.4rem;
    font-size: 0.32rem;
    color: #fff; }

/* variable.css */
/*Color*/
.claim-process {
  margin-top: 0.26667rem;
  background-color: #ffffff; }
  .claim-process .process-list {
    margin: -0.16rem 0.8rem 0;
    padding-bottom: 0.50667rem; }
    .claim-process .process-list .process-item {
      position: relative; }
      .claim-process .process-list .process-item::before {
        content: '';
        width: 0.98667rem;
        height: 0.98667rem;
        line-height: 0.98667rem;
        position: absolute;
        left: 0;
        font-family: 'dubhe-iconfont';
        border-radius: 50%;
        background-color: #00a2ff;
        -webkit-box-shadow: 0.06667rem 0.04rem 0.05333rem 0 rgba(24, 144, 255, 0.14);
                box-shadow: 0.06667rem 0.04rem 0.05333rem 0 rgba(24, 144, 255, 0.14);
        text-align: center;
        font-size: 0.42667rem;
        color: #ffffff; }
      .claim-process .process-list .process-item:not(:first-child) .name {
        margin-top: 0.26667rem; }
      .claim-process .process-list .process-item:nth-child(2n) {
        text-align: right;
        padding-right: 1.25333rem; }
        .claim-process .process-list .process-item:nth-child(2n)::before {
          content: '\E63F';
          left: auto;
          right: 0; }
        .claim-process .process-list .process-item:nth-child(2n) .name {
          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; }
          .claim-process .process-list .process-item:nth-child(2n) .name::before {
            content: '';
            display: inline-block;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
               -moz-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            height: 1.2em;
            background-size: 100% 100%;
            border-bottom: 1px dashed #adadad;
            margin: -1.2em 0.16rem 0 0.49333rem;
            border-left: 1px dashed #adadad; }
        .claim-process .process-list .process-item:nth-child(2n) .detail {
          padding-left: 1.25333rem; }
          .claim-process .process-list .process-item:nth-child(2n) .detail::after {
            content: '';
            margin-right: -0.76rem;
            border-right: 1px dashed #adadad; }
      .claim-process .process-list .process-item:nth-child(2n + 1) {
        padding-left: 1.25333rem; }
        .claim-process .process-list .process-item:nth-child(2n + 1)::before {
          content: '\E640'; }
        .claim-process .process-list .process-item:nth-child(2n + 1):not(:first-child) .name {
          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; }
          .claim-process .process-list .process-item:nth-child(2n + 1):not(:first-child) .name::after {
            content: '';
            display: inline-block;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
               -moz-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            height: 1.2em;
            background-size: 100% 100%;
            border-bottom: 1px dashed #adadad;
            margin: -1.2em 0.49333rem 0 0.16rem;
            border-right: 1px dashed #adadad; }
        .claim-process .process-list .process-item:nth-child(2n + 1) .detail {
          padding-right: 1.25333rem; }
          .claim-process .process-list .process-item:nth-child(2n + 1) .detail::before {
            content: '';
            margin-left: -0.76rem;
            border-left: 1px dashed #adadad; }
      .claim-process .process-list .process-item:first-child::before {
        content: '\E63E'; }
      .claim-process .process-list .process-item:last-child::before {
        content: '\E641'; }
      .claim-process .process-list .process-item:last-child .detail::before, .claim-process .process-list .process-item:last-child .detail::after {
        display: none; }
      .claim-process .process-list .process-item .name {
        margin-bottom: 0.05333rem;
        font-size: 0.42667rem;
        color: #333; }
        .claim-process .process-list .process-item .name .dubhe-icon-left,
        .claim-process .process-list .process-item .name .dubhe-icon-right {
          content: '';
          display: inline-block;
          width: 0.69333rem;
          height: 0.28rem;
          background-repeat: no-repeat;
          background-size: cover; }
        .claim-process .process-list .process-item .name .dubhe-icon-right {
          margin-right: 0.29333rem;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAVCAYAAAAJiM14AAAAAXNSR0IArs4c6QAAAc9JREFUWAljNjc3N5aUlFwsJSV17tmzZ68YKAQDbR7z06dPn0tLS98B+qNTRkbmBJD/lhI/DbR5zCDHA2PmMTCG7gKZpbKysqeAjvpEiacGu3mU+I3uehnRbTQxMTFjZGS0Y2JimnXy5EmKYgpkNr3NY0L30JkzZ04BxV78+fNngY2NjSC6PKl8epsHzkPojgTmgUvAgkIA6KkcRUXFnY8fP/6FroYUPj3Nw0hyyA61tLSUBpZ8r7W1tf80NDT8Q5Yjhz0ozDMzM1MDYn2ghzCSJzmeorV5eGMI5OD///8zmpqaNgOZ/Dw8PIUHDhz4Q45HYHpobR7BUAeWeP99fHzqgA75+fnz5xSYw8ilaW0e1kIB3bFfv371YWVlPejl5bUDGEP/0eVJ5dPSPFLdMujV481DxsbGuUAf6LKxseUfP378O6W+oYd5LLgcCSwI0oD5xpqdnT316NGjFHuGXuZhLRSARWsoyDPAUi0D6JnPuDxNrPhgN49YfwyIOpQ8BOyc6f39+9cJGDMLgKXZB0pdNBDmwZMcMFk4AT3TzcLCsoEanhlQ84AZ1grYzN8DdIQapbEC0j+Q5jECkwUfsABQ4+LiugGMmS+UemigzQMAbBmQzw8Ibj0AAAAASUVORK5CYII=); }
        .claim-process .process-list .process-item .name .dubhe-icon-left {
          margin-left: 0.29333rem;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAVCAYAAAAJiM14AAAAAXNSR0IArs4c6QAAAdxJREFUWAljZiACmJiY6EhJSS2TlZW9+vTp0+dEaMGrhJbm4bUYJGlmZqYGdMBuILYmqJgIBbQ2jxGfG8zNzWX+/fvX+f///2lnzpw5ik8tMXKD3Txi/EB3NczYbASGJB8wz+QC8Z9nz549xaaGFDF6mseE7jAbGxvBP3/+LACKvwAms1Po8qTy6W0eSh6ytrbm/fnz52ygo/cDPTOTVMejqx9Q8xoaGpiAJZm6paUlJ7rDyOEPqHkgy01NTQ2AaV2VHMej6xlI8xgdHBxYvnz5MoGRkfHdqVOn6oH0f3QHksIfaPNYPn/+3AF08BUfH59ZlHoG5PGBNo/J19e3jImJ6f327dsNSYkJXGoHu3m43D1oxeEVK6h0k5CQmAGsTOWAlSnF9c9AmQf30JMnT/4oKiru//v3b460tLQQ0FNnKYmGgTIP7iGQ4x8/fvxLTU1tz69fv9JkZGRYgV2Fa5R4arCbR4nf6KYXJYaQbQXWJwIiIiIZwE7dN2BMvUSWI4dNL/NweujBgwc/5OTkXgDz1GRg8gP66el9cjwC00Mv83B6COQQYMb+APTMSWAnrx1Y+t0DFhSPYQ4kh6aHeSitbVyOBCYXnm/fvmkAWxK3Tp48+QmXOmLFaWkeAJBAnGFwWX6yAAAAAElFTkSuQmCC); }
      .claim-process .process-list .process-item .detail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 0.42667rem;
        font-size: 0.32rem;
        color: #666; }
        .claim-process .process-list .process-item .detail > div {
          text-align: left; }
        .claim-process .process-list .process-item .detail::before, .claim-process .process-list .process-item .detail::after {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 0.76rem;
             -moz-box-flex: 0;
              -ms-flex: 0 0 0.76rem;
                  flex: 0 0 0.76rem;
          width: 0.76rem;
          display: block;
          margin-top: 0.48rem; }

/* variable.css */
/*Color*/
.common-problem {
  margin-top: 0.26667rem;
  padding-bottom: 0;
  overflow-x: hidden; }
  .common-problem::before, .common-problem::after {
    display: none !important; }
  .common-problem .am-card-header {
    height: 1.22667rem; }
  .common-problem .am-card-header-content {
    font-size: 0.42667rem;
    color: #333333;
    font-weight: bold; }
  .common-problem .am-card-body {
    padding: 0.26667rem 0.4rem 0; }
    .common-problem .am-card-body::before {
      left: 0.4rem !important; }
    .common-problem .am-card-body .problem-accordion .problem {
      margin-bottom: 0.33333rem; }
      .common-problem .am-card-body .problem-accordion .problem .am-accordion-header {
        height: initial !important;
        line-height: inherit !important;
        padding: 0 0.8rem 0 0 !important;
        font-size: 0.37333rem !important;
        white-space: initial; }
        .common-problem .am-card-body .problem-accordion .problem .am-accordion-header::before {
          content: 'Q';
          position: absolute;
          width: 40px;
          height: 40px;
          line-height: 40px;
          vertical-align: middle;
          border-radius: 50%;
          background: #00a2ff;
          color: #ffffff;
          font-size: 0.32rem;
          text-align: center; }
          [data-dpr='1'] .common-problem .am-card-body .problem-accordion .problem .am-accordion-header::before {
            width: 20px;
            height: 20px;
            line-height: 20px; }
          [data-dpr='3'] .common-problem .am-card-body .problem-accordion .problem .am-accordion-header::before {
            width: 60px;
            height: 60px;
            line-height: 60px; }
        .common-problem .am-card-body .problem-accordion .problem .am-accordion-header::after {
          display: none !important; }
        .common-problem .am-card-body .problem-accordion .problem .am-accordion-header > span {
          margin-left: 0.26667rem;
          display: inline-block; }
          [data-dpr='1'] .common-problem .am-card-body .problem-accordion .problem .am-accordion-header > span {
            padding-left: 20px; }
          [data-dpr='3'] .common-problem .am-card-body .problem-accordion .problem .am-accordion-header > span {
            padding-left: 60px; }
        .common-problem .am-card-body .problem-accordion .problem .am-accordion-header i.arrow {
          width: 0.4rem !important;
          height: 0.4rem !important;
          top: 50% !important;
          right: 0 !important;
          margin-top: -0.2rem;
          border: none !important;
          background-size: 0.2rem !important; }
      .common-problem .am-card-body .problem-accordion .problem .am-accordion-content-box {
        line-height: 0.56rem;
        padding-left: 0.8rem;
        font-size: 0.37333rem;
        color: #666666; }
        .common-problem .am-card-body .problem-accordion .problem .am-accordion-content-box::after {
          display: none !important; }

/* variable.css */
/*Color*/
.commonHeader {
  padding: 0.32rem 0.42667rem;
  position: relative;
  font-size: 0.42667rem;
  color: #333;
  font-weight: bold; }

.commentBox {
  margin: 0 0.32rem;
  margin-top: 0.32rem;
  background: #fff;
  border-radius: 0.21333rem;
  padding-bottom: 0.42667rem; }
  .commentBox .tipsTitle {
    font-size: 0.32rem;
    margin-top: 0.32rem;
    padding-left: 0.42667rem;
    color: #999; }

.commentParentBox {
  padding: 0 0.42667rem;
  margin-top: 0.56rem;
  margin-bottom: 0.42667rem;
  position: relative; }
  .commentParentBox .headerImg {
    width: 100%;
    height: 2.13333rem; }
  .commentParentBox .good {
    background: #edfbff;
    border-radius: 0.21333rem 0.21333rem 0 0;
    padding: 0.32rem 0.26667rem;
    position: relative;
    margin-top: -0.26667rem;
    padding-bottom: 0.85333rem; }
    .commentParentBox .good > img {
      width: 1.81333rem;
      height: 0.64rem; }
    .commentParentBox .good .title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-size: 0.4rem;
      color: #005FE6;
      font-weight: bold;
      margin-top: 0.32rem; }
      .commentParentBox .good .title > span {
        display: inline-block;
        width: 0.42667rem;
        height: 0.42667rem;
        background: #005FE6;
        border-radius: 0.10667rem;
        text-align: center;
        line-height: 0.42667rem;
        color: #fff;
        font-size: 0.32rem;
        margin-right: 0.10667rem; }
    .commentParentBox .good .content {
      font-size: 0.34667rem;
      color: #666;
      padding-left: 0.53333rem;
      line-height: 0.48rem;
      margin-top: 0.16rem; }
    .commentParentBox .good .rightIcon {
      position: absolute;
      right: 0;
      bottom: -0.26667rem;
      width: 1.97333rem;
      height: 1.97333rem; }
  .commentParentBox .notGood {
    background: #fffaf8;
    margin-top: 0;
    position: relative;
    overflow: hidden; }
    .commentParentBox .notGood .title {
      color: #ff5722; }
      .commentParentBox .notGood .title > span {
        background: #ff5722; }
  .commentParentBox .vsBox {
    width: 0.96rem;
    height: 0.96rem;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -0.48rem;
    margin-bottom: -0.48rem;
    z-index: 2; }
    .commentParentBox .vsBox > img {
      width: 0.58667rem;
      height: 0.42667rem; }

.insure-together-modal-w .am-modal-content,
.insure-together-faqs-modal-w .am-modal-content {
  background: transparent; }

.insure-together-modal-w .am-modal-body,
.insure-together-faqs-modal-w .am-modal-body {
  position: relative; }

.insure-together-modal-w .icon-close,
.insure-together-faqs-modal-w .icon-close {
  position: absolute;
  top: 0.32rem;
  right: 0.32rem;
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  background: center/contain no-repeat;
  cursor: pointer;
  z-index: 2; }

.insure-together-modal-w .show-step-header {
  position: relative; }
  .insure-together-modal-w .show-step-header .banner {
    width: 100%; }

.insure-together-modal-w .show-step-content {
  background: #fff;
  padding: 0.43rem;
  margin-top: -1px; }

.insure-together-modal-w .op-header {
  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; }
  .insure-together-modal-w .op-header .header-left {
    font-weight: 600;
    font-size: 0.43rem;
    color: #2a313d;
    line-height: 0.53rem; }
  .insure-together-modal-w .op-header .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    font-size: 0.32rem;
    color: #2a313d;
    line-height: 0.43rem; }
  .insure-together-modal-w .op-header .icon-question {
    display: inline-block;
    width: 0.43rem;
    height: 0.43rem;
    background: center/contain no-repeat;
    margin-right: 0.05rem; }

.insure-together-modal-w .process-steps {
  white-space: nowrap;
  margin-top: 0.32rem; }

.insure-together-modal-w .process-step {
  vertical-align: top;
  display: inline-block; }
  .insure-together-modal-w .process-step .step-icon {
    display: inline-block;
    width: 1.49rem;
    height: 1.49rem;
    vertical-align: top; }
  .insure-together-modal-w .process-step .step-label {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.37rem;
    color: #2a313d;
    line-height: 0.48rem;
    margin-top: 0.21rem;
    margin-bottom: 0.08rem; }
  .insure-together-modal-w .process-step .step-text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #5d687a;
    line-height: 0.43rem; }
  .insure-together-modal-w .process-step .step-link {
    position: absolute;
    top: 0.75rem;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.49rem; }

.insure-together-modal-w .process-step-node {
  width: 2.55rem; }

.insure-together-modal-w .process-step-link {
  position: relative;
  width: calc(50% - 3.825rem);
  text-align: center; }

.insure-together-modal-w .go-together-btn {
  height: 1.17rem;
  line-height: 1.17rem;
  border-radius: 0.64rem;
  margin-top: 0.64rem;
  margin-bottom: 0.43rem; }

.insure-together-modal-w .view-insure-btn {
  color: #6076ff;
  cursor: pointer; }

.insure-together-modal-w .invitation-code-header {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.48rem;
  color: #2a313d;
  line-height: 1.28rem;
  border-radius: 0.43rem 0.43rem 0rem 0rem;
  background: #fff; }

.insure-together-modal-w .invitation-code-content {
  padding: 0.32rem;
  background: #fff; }

.insure-together-modal-w .share-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  white-space: nowrap;
  margin-top: 0.11rem; }

.insure-together-modal-w .share-step {
  vertical-align: top;
  display: inline-block; }
  .insure-together-modal-w .share-step .step-icon {
    display: inline-block;
    vertical-align: top;
    width: 1.07rem;
    height: 1.07rem; }
  .insure-together-modal-w .share-step .step-label {
    margin-top: 0.21rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #2a313d;
    line-height: 0.43rem; }
  .insure-together-modal-w .share-step .step-link {
    display: inline-block;
    vertical-align: bottom;
    width: 0.43rem;
    height: 0.43rem; }

.insure-together-modal-w .share-step-node {
  width: 2.51rem; }

.insure-together-modal-w .share-step-link {
  width: calc(50% - 3.765rem);
  text-align: center; }

.insure-together-modal-w .poster-w {
  margin-top: 0.53rem; }

.insure-together-modal-w .poster-qrcode-w {
  display: block;
  width: 7.33rem;
  height: 8.4rem;
  margin: 0 auto; }

.insure-together-modal-w .poster-qrcode {
  display: block;
  width: 100%;
  height: 100%; }

.insure-together-modal-w .store-poster-tip {
  display: block;
  width: 7.33rem;
  height: 1.28rem;
  line-height: 1.28rem;
  background: #e6f4ff;
  border-radius: 0.32rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.43rem;
  color: #0d6eff;
  text-align: center;
  margin: 0.32rem auto 0; }

.insure-together-modal-w .store-poster-btn {
  height: 1.17rem;
  line-height: 1.17rem;
  border-radius: 0.64rem;
  margin-top: 0.53rem; }

.insure-together-modal-w .store-poster-btn-app-wrap {
  height: 1.17rem;
  margin-top: 0.53rem;
  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; }
  .insure-together-modal-w .store-poster-btn-app-wrap .store-poster-btn-app {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 0.64rem; }
    .insure-together-modal-w .store-poster-btn-app-wrap .store-poster-btn-app.wx {
      background-color: #15BC55 !important; }
  .insure-together-modal-w .store-poster-btn-app-wrap .store-poster-btn-app + .store-poster-btn-app {
    margin-left: 0.26rem; }

.insure-together-faqs-modal-w .faq-header {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.48rem;
  color: #2a313d;
  line-height: 1.28rem;
  border-radius: 0.43rem 0.43rem 0rem 0rem;
  background: #fff; }

.insure-together-faqs-modal-w .faq-content {
  padding: 0.43rem;
  background: #fff; }

.insure-together-faqs-modal-w .faq-rich-text {
  min-height: 10vh;
  max-height: 66vh;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.37rem;
  color: #5d687a;
  line-height: 0.53rem;
  text-align: left;
  font-style: normal;
  overflow: auto; }

.insure-together-faqs-modal-w .i-know-btn {
  margin-top: 0.21rem;
  height: 1.17rem;
  line-height: 1.17rem;
  border-radius: 0.64rem; }

.iphonex .safe-area-bottom {
  height: 0.4rem; }

/* variable.css */
/*Color*/
.service-n-promise {
  overflow-x: hidden;
  padding-bottom: 0; }
  .service-n-promise::before, .service-n-promise::after {
    display: none !important; }
  .service-n-promise .am-card-header {
    height: 1.30667rem; }
  .service-n-promise .am-card-header-content {
    font-size: 0.42667rem;
    color: #333333;
    font-weight: bold; }
  .service-n-promise .am-card-body {
    padding: 0; }
    .service-n-promise .am-card-body::before {
      left: 0.4rem !important; }
  .service-n-promise .container {
    overflow: hidden;
    height: 1.06667rem; }
    .service-n-promise .container .content-slide {
      height: 100%;
      position: relative;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      padding: 0 0.4rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .service-n-promise .container .content-slide li {
        height: 100%;
        white-space: nowrap;
        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-right: 0.32rem; }
        .service-n-promise .container .content-slide li svg {
          width: 0.42667rem;
          height: 0.42667rem;
          margin-right: 0.10667rem; }
        .service-n-promise .container .content-slide li:last-child {
          margin-right: 0; }

.group-product {
  width: 100%;
  background-color: #fff;
  padding: 0.4rem;
  margin-top: 0.53333rem; }
  .group-product .group-title {
    font-size: 0.42667rem;
    color: #000;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #E6E6E6; }
  .group-product .group-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.4rem;
    overflow-x: auto; }
    .group-product .group-list .group-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #FEFFFE;
      -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
      border-radius: 12px;
      border: 1px solid #1890FF;
      padding: 0.4rem;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 10px;
      max-width: 4.26667rem;
      height: 1.65333rem; }
      .group-product .group-list .group-item .product-title {
        font-size: 0.32rem;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: center; }

/* variable.css */
/*Color*/
.slide-ruler {
  position: relative;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none; }
  .slide-ruler .ruler-content {
    white-space: nowrap;
    margin: 0;
    height: 1.65333rem;
    padding: 0.32rem 50% 0;
    font-size: 0; }
  .slide-ruler .scale-item {
    display: inline-block;
    position: relative;
    width: 0.32rem; }
    .slide-ruler .scale-item:last-child .number {
      border-bottom: none; }
  .slide-ruler .number {
    margin-top: 0.13333rem;
    height: 0.13333rem;
    border-left: 1px solid #e2e5e7;
    border-bottom: 1px solid #f5f5f5; }
    .slide-ruler .number.number-part {
      margin-top: 0;
      height: 0.26667rem; }
  .slide-ruler .number-text {
    position: absolute;
    left: -0.16rem;
    margin-top: 0.26667rem;
    line-height: 1;
    font-size: 0.24rem;
    text-align: center;
    color: #999; }
  .slide-ruler .mark {
    width: 2px;
    height: 0.58667rem;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #00a2ff; }

/* variable.css */
/*Color*/
.choose-container {
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  padding-top: 0.53333rem;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; }
  .choose-container .age-text {
    font-size: 0.37333rem; }
    .choose-container .age-text span {
      color: #1890ff; }
  .choose-container .money-text {
    color: #ff8c2c;
    font-size: 1.17333rem;
    line-height: 1.33333rem;
    margin-top: 0.13333rem; }
    .choose-container .money-text span {
      font-size: 0.32rem; }
  .choose-container .bottom-title {
    font-family: PingFangSC-Regular;
    font-size: 18px; }
    .choose-container .bottom-title span {
      width: 30%;
      margin-left: 5%;
      margin-right: 5%;
      color: #989a9c; }

.annuity-flex {
  padding: 0 0.4rem 0.26667rem;
  background: #fff; }
  .annuity-flex .age-range {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.90667rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 2.90667rem;
            flex: 0 0 2.90667rem;
    font-size: 0.37333rem;
    color: #666; }
  .annuity-flex .am-flexbox {
    padding: 0.12rem 0;
    font-size: 0.37333rem; }
  .annuity-flex .am-flexbox-item {
    position: relative;
    margin: 0; }
    .annuity-flex .am-flexbox-item::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      background: #e6e6e6;
      -webkit-transform: scaleY(0.6);
      -ms-transform: scaleY(0.6);
          transform: scaleY(0.6); }
  .annuity-flex .amount {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.90667rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 2.90667rem;
            flex: 0 0 2.90667rem;
    font-size: 0.37333rem;
    color: #333;
    text-align: right; }

.annuity-operation .oper-area {
  text-align: center; }
  .annuity-operation .oper-area .oper-button {
    width: 2.66667rem;
    height: 0.8rem;
    border-radius: 0.05333rem;
    background-color: #F5F5F5;
    line-height: 0.8rem;
    font-size: 0.32rem;
    color: #999;
    display: inline-block;
    margin-left: 0.26667rem; }
    .annuity-operation .oper-area .oper-button.active {
      background: rgba(96, 118, 255, 0.2);
      color: #6076FF; }

.annuity-operation .annuity-desc {
  line-height: 0.37333rem;
  font-size: 0.37333rem;
  color: #000000;
  text-align: center;
  margin: 0.8rem 0 0.53333rem; }
  .annuity-operation .annuity-desc span {
    color: #6076FF; }

.education-genes .genes-module:first-child .am-list-body::before {
  display: none; }

.education-genes .genes-module:last-child .am-list-body::after {
  display: none !important; }

/* variable.css */
/*Color*/
.guarantee-plan {
  overflow-x: hidden;
  padding-bottom: 0; }
  .guarantee-plan::before, .guarantee-plan::after {
    display: none !important; }
  .guarantee-plan .am-card-header {
    height: 1.30667rem; }
  .guarantee-plan .am-card-header-content {
    font-size: 0.42667rem;
    color: #333333;
    font-weight: bold; }
  .guarantee-plan .am-card-body {
    padding: 0; }
    .guarantee-plan .am-card-body::before {
      left: 0.4rem !important; }
  .guarantee-plan .container {
    overflow: hidden;
    height: 2.13333rem; }
  .guarantee-plan .condition-slide {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.4rem 0.4rem 0.66667rem;
    white-space: nowrap; }
    .guarantee-plan .condition-slide::-webkit-scrollbar {
      width: 0;
      height: 0;
      display: none; }
    .guarantee-plan .condition-slide .condition {
      display: inline-block;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      height: 1.33333rem;
      line-height: 1.33333rem;
      padding: 0 0.53333rem;
      margin-right: 0.26667rem;
      font-size: 0.32rem;
      color: #333333;
      -webkit-box-shadow: 0 0.08rem 0.26667rem 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0.08rem 0.26667rem 0 rgba(0, 0, 0, 0.1);
      border-radius: 0.16rem;
      overflow: hidden; }
      .guarantee-plan .condition-slide .condition .value {
        font-size: 0.56rem; }
      .guarantee-plan .condition-slide .condition.active {
        position: relative;
        background: #00a2ff;
        color: #ffffff;
        -webkit-box-shadow: 0 0.16rem 0.26667rem 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 0.16rem 0.26667rem 0 rgba(0, 0, 0, 0.2); }
        .guarantee-plan .condition-slide .condition.active::before {
          content: '\E639';
          font-family: 'dubhe-iconfont';
          position: absolute;
          right: 2px;
          bottom: -0.48rem;
          color: #00a2ff;
          font-size: 0.24rem;
          z-index: 2; }
        .guarantee-plan .condition-slide .condition.active::after {
          content: '';
          width: 1.01333rem;
          height: 1.01333rem;
          position: absolute;
          right: -0.72rem;
          bottom: 0;
          background: #ffffff;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          -webkit-transform-origin: bottom right;
              -ms-transform-origin: bottom right;
                  transform-origin: bottom right;
          z-index: 1; }
      .guarantee-plan .condition-slide .condition:last-child {
        margin-right: 0; }
  .guarantee-plan .condition-list {
    margin-bottom: -0.04rem; }
    .guarantee-plan .condition-list .am-list-body::before {
      display: none !important; }
    .guarantee-plan .condition-list .am-list-body .am-list-item {
      min-height: initial !important; }
      .guarantee-plan .condition-list .am-list-body .am-list-item .am-list-line {
        padding-right: 0.4rem; }
        .guarantee-plan .condition-list .am-list-body .am-list-item .am-list-line .am-list-content {
          padding: 0.4rem 0 0 !important;
          font-size: 0.37333rem !important;
          color: #666666; }
        .guarantee-plan .condition-list .am-list-body .am-list-item .am-list-line .am-list-extra {
          padding: 0.4rem 0 0 !important;
          font-size: 0.37333rem !important;
          color: #333333 !important; }
  .guarantee-plan .condition-select .multiple-picker:last-child::after {
    display: initial; }
  .guarantee-plan .gurantee-list .am-flexbox {
    position: relative;
    padding: 0.26667rem 0.4rem 0.26667rem 0;
    margin-left: 0.4rem;
    font-size: 0.37333rem;
    border-bottom: 1px dashed #eee; }
    .guarantee-plan .gurantee-list .am-flexbox .name {
      color: #666666; }
    .guarantee-plan .gurantee-list .am-flexbox .value {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 3.46667rem;
         -moz-box-flex: 0;
          -ms-flex: 0 0 3.46667rem;
              flex: 0 0 3.46667rem;
      text-align: right;
      color: #333333; }
  .guarantee-plan .open-detail-modal {
    line-height: 1.12rem;
    text-align: center;
    font-size: 0.32rem;
    color: #666; }
  .guarantee-plan .education-grant {
    padding: 0.26667rem 0.4rem 0.26667rem; }
    .guarantee-plan .education-grant .total {
      padding-top: 0.16rem;
      text-align: center; }
      .guarantee-plan .education-grant .total .title {
        font-size: 0.32rem;
        color: #fe801a; }
      .guarantee-plan .education-grant .total .price .integer {
        line-height: 1.33333rem;
        font-size: 1.17333rem;
        color: #333; }
      .guarantee-plan .education-grant .total .price .decimal {
        font-size: 0.32rem;
        color: #151515; }
    .guarantee-plan .education-grant .annually-flex {
      margin-bottom: 0.13333rem; }
      .guarantee-plan .education-grant .annually-flex .age-range {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 2.26667rem;
           -moz-box-flex: 0;
            -ms-flex: 0 0 2.26667rem;
                flex: 0 0 2.26667rem;
        font-size: 0.37333rem;
        color: #666; }
      .guarantee-plan .education-grant .annually-flex .am-flexbox {
        padding: 0.12rem 0;
        font-size: 0.37333rem; }
      .guarantee-plan .education-grant .annually-flex .am-flexbox-item {
        position: relative;
        margin: 0; }
        .guarantee-plan .education-grant .annually-flex .am-flexbox-item::after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          height: 1px;
          background: #e6e6e6;
          -webkit-transform: scaleY(0.5);
          -ms-transform: scaleY(0.5);
              transform: scaleY(0.5); }
      .guarantee-plan .education-grant .annually-flex .amount {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 3.04rem;
           -moz-box-flex: 0;
            -ms-flex: 0 0 3.04rem;
                flex: 0 0 3.04rem;
        font-size: 0.37333rem;
        color: #333;
        text-align: right; }
  .guarantee-plan .annuity-list {
    padding-bottom: 0.4rem; }

.gurantee-detail-modal .am-modal-content .am-modal-body {
  text-align: left; }

.gurantee-detail-modal .gurantee-item {
  position: relative;
  padding: 0.4rem;
  font-size: 0.37333rem;
  color: #666;
  line-height: 0.58667rem; }
  .gurantee-detail-modal .gurantee-item::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    left: 0.4rem; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
      .gurantee-detail-modal .gurantee-item::after {
        -webkit-transform: scaleY(0.5);
            -ms-transform: scaleY(0.5);
                transform: scaleY(0.5); } }
  .gurantee-detail-modal .gurantee-item .name {
    color: #333;
    font-weight: bold; }
  .gurantee-detail-modal .gurantee-item .value {
    color: #ff8c2c;
    text-align: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.46667rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 3.46667rem;
            flex: 0 0 3.46667rem; }
  .gurantee-detail-modal .gurantee-item .desc {
    margin-top: 0.13333rem; }

.plan-annuity .space-docker {
  height: 0.8rem;
  background-color: #fff; }

.guarantee-reform {
  margin-top: 0rem;
  background-color: #fff; }
  .guarantee-reform .am-card.am-card-full::before {
    background-color: #fff !important; }
  .guarantee-reform .plan-container {
    border-top: 0.26667rem solid #f5f5f5;
    border-bottom: 1px solid #eee; }
  .guarantee-reform .plan-operation {
    float: right;
    font-size: 0.37333rem;
    color: #666666; }
    .guarantee-reform .plan-operation span:nth-child(1) {
      padding-right: 0.26667rem; }
    .guarantee-reform .plan-operation span:nth-child(2) {
      color: #eaeaea; }
    .guarantee-reform .plan-operation span:nth-child(3) {
      padding-left: 0.26667rem;
      color: #6076FF; }
      .guarantee-reform .plan-operation span:nth-child(3) i {
        font-size: 0.34667rem; }
  .guarantee-reform .am-card-body::before {
    opacity: 0; }

/* variable.css */
/*Color*/
.cash-modal .am-modal-popup .am-modal-content {
  border-radius: none !important; }

.cash-modal .cash-modal-header {
  font-size: 0.45333rem;
  color: #1272FF;
  text-align: right;
  line-height: 1.12rem;
  height: 1.12rem;
  position: relative;
  -webkit-box-shadow: 0 1px 0 0 #DDDDDD;
          box-shadow: 0 1px 0 0 #DDDDDD; }
  .cash-modal .cash-modal-header .am-picker-popup-title {
    font-size: 0.37333rem; }
  .cash-modal .cash-modal-header .item {
    display: inline-block;
    position: absolute; }
  .cash-modal .cash-modal-header .cancel-button {
    width: 20%;
    left: 0.26667rem;
    text-align: left; }
  .cash-modal .cash-modal-header .cash-title {
    color: #000000;
    text-align: center;
    width: 60%;
    left: 20%; }
  .cash-modal .cash-modal-header .submit-button {
    width: 20%;
    right: 0.26667rem;
    text-align: right; }

.cash-modal .content-header {
  height: 1.12rem;
  position: relative;
  margin-top: 0.4rem; }
  .cash-modal .content-header .header-title {
    width: 50%;
    text-align: center;
    font-size: 0.37333rem;
    color: #000000;
    line-height: 1.2rem;
    float: left; }

.cash-modal .cash-modal-content {
  height: 5.33333rem;
  width: 100%; }
  .cash-modal .cash-modal-content .am-picker-col-item {
    font-size: 0.42667rem;
    height: 1.12rem;
    line-height: 1.12rem; }
  .cash-modal .cash-modal-content .am-picker-col-indicator {
    height: 1.12rem; }

.am-flexbox .am-flexbox-item {
  margin-left: 0 !important; }

/* variable.css */
/*Color*/
.multiple-insure-style .insure-scroll-bar {
  width: 8.93333rem;
  height: 0.8rem;
  margin: 0.32rem 0 0.10667rem;
  position: relative;
  display: inline-block; }
  .multiple-insure-style .insure-scroll-bar .insure-scroll-left {
    background: url(data:image/png;base64,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) no-repeat;
    width: 5.76rem;
    height: 100%;
    background-size: cover; }
  .multiple-insure-style .insure-scroll-bar p {
    font-size: 0.37333rem;
    letter-spacing: 0;
    line-height: 0.37333rem;
    width: 1.6rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    position: absolute;
    border-radius: 0.06667rem;
    z-index: 10; }
  .multiple-insure-style .insure-scroll-bar .insure-first-start {
    left: 0;
    background-color: #fef2e8; }
  .multiple-insure-style .insure-scroll-bar .middle-back {
    width: 2.66667rem;
    height: 100%;
    left: 3.13333rem;
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMcAAAA8CAYAAADSUK4cAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAx6ADAAQAAAABAAAAPAAAAADgbfjdAAAD6UlEQVR4Ae2YvU4bQRSF76x/JBshhChSREpLlCI8QOpQpuNNeIHUSV6EMmWo8wA0kWhTQYUihFFs4wlDACFk1rO7c++s7c8FGO+dc2a/0ZHP4uT+5b1351/3hhuT0bDwk65MZu7hGr/zEDiVt7I/+JHHfJ1c++K71zL1PRmdHcrIOefD7Rfhhz866Fx+3t3ZvLrYKsZ/ewQjUMn/Oh58yr+JddjBWNy0I72bmWy9/iY7B0e+E267CN8Yl79Otjty3V8HDst0j9/l4zJtdyX2Or6R/s/fsh1y4c6+vN8I3xgrcWcrdBNUqryH2SnkTxGeMfJuA/d5BKhU86jYfeYmMizuHr7tPHGKJECligSlNDYdSLfg4VuJbgPZUKlOZbeBAksbE7h9SL/7b1VjIQSSEqBSJcVZW4xw1Eant5BKpce2ijLhqELLYJZKZQA50oJwRIKyGqNSWZFe7EM4FjMynaBSmeIuNSMcpXhsL1KpbHkvciMciwgZXqdSGcKOsCIcEZCsRqhUVqTjfAhHHCf1KSqVOuLKBoSjMjKdBVQqHa5NVAlHE3oJ11KpEsJMJEU4EoFsIkOlakJPby3h0GMbrUylikZlOkg4THHPN6NSzeeS+1PCkfkEqFSZD6DEnnCUwLG4RKWyoFzPg3DU45ZsFZUqGcrkQoQjOdJ4QSpVPKsck4QjB/V7TypVRvgR1oQjApLWCJVKi2waXcKRhmNlFSpVZWTmCwiHOfL/hlSqTOAr2BKOCrBSjlKpUtLU0SIcOlxLValUpXhac5FwZDgKKlUG6DUsCUcNaE2XUKmaErRZTzhsOD+6UKkeUbT+DeEwPiIqlTHwBnaEowG8OkupVHWo5VlDOAy5U6kMYSewIhwJIMZKUKliSbVjjnAYngOVyhB2AivCkQBijASVKoZSu2YIh9F5UKmMQCe0IRwJYZZJUanK6LTzGuEwOBcqlQFkBQvCoQD1uSSV6jmR5fibcBicE5XKALKCBeFQgPpUkkr1lMZyvSccyudFpVIGrChPOBThBmkqlTJgRXnCoQiXSqUI10CacChCplIpwjWQJhyKkKlUinANpAmHEmQqlRJYQ1nCoQSbSqUE1lCWcCjBplIpgTWULaRXeEO/tbCiUq3AMffFFzPXm67ArbTqFqhUrTqOWpvpXsu0uOoNR7VWs+hFAlSqF9EszQXfk1Hx6vBkdCOD8dLsuuUbpVK1/IAittfvyPjs8DYczjm/+W7vgoBEUIsYoVJFQGrxSAjGhzdyEXLhHvbpvXfnX/eGG5PRsPCTrkxmj9ceZvi9mMD+4FhOZXfxIBPtIXD78B2eMUKVCt8YIRhhc/8AYji9AMchA4EAAAAASUVORK5CYII=) no-repeat;
    background-size: cover; }
    .multiple-insure-style .insure-scroll-bar .middle-back .insure-first-end {
      width: 1.33333rem;
      left: 0; }
    .multiple-insure-style .insure-scroll-bar .middle-back .insure-second-start {
      width: 1.33333rem;
      left: 1.33333rem; }
      .multiple-insure-style .insure-scroll-bar .middle-back .insure-second-start::after {
        content: ' ';
        height: 20%;
        background-size: contain;
        display: inline-block;
        width: 0;
        height: 0;
        border-width: 0.08rem;
        border-style: solid;
        border-color: #1272ff transparent transparent transparent;
        margin-left: 0.02667rem; }
  .multiple-insure-style .insure-scroll-bar .theme-bar {
    position: absolute;
    width: 1.53333rem;
    height: 0.04667rem;
    background: #000;
    top: 0.37733rem; }
  .multiple-insure-style .insure-scroll-bar .right-coon {
    right: 1.6rem; }
  .multiple-insure-style .insure-scroll-bar .left-coon {
    left: 1.6rem;
    background-color: #FE801A; }
  .multiple-insure-style .insure-scroll-bar .insure-second-end {
    left: 7.33333rem;
    background-color: #e7f3ff; }
    .multiple-insure-style .insure-scroll-bar .insure-second-end::after {
      content: ' ';
      height: 20%;
      background-size: contain;
      display: inline-block;
      width: 0;
      height: 0;
      border-width: 0.08rem;
      border-style: solid;
      border-color: #1272ff transparent transparent transparent;
      margin-left: 0.02667rem; }

.multiple-insure-style .money {
  text-align: center;
  font-size: 0.56rem;
  color: #FFFFFF;
  width: 100%;
  height: 1.46667rem;
  line-height: 1.2rem;
  text-align: center;
  border-radius: 0.08rem;
  position: absolute;
  top: 0.32rem;
  padding-top: 0.32rem; }

.multiple-insure-style .insure-first {
  color: #FE801A; }
  .multiple-insure-style .insure-first .money {
    background: #FE801A; }

.multiple-insure-style .insure-second {
  color: #1272FF; }
  .multiple-insure-style .insure-second .money {
    background: #1272ff; }

.multiple-insure-style .multiple-annuity {
  width: 94%;
  text-align: center;
  height: 8.05333rem;
  -webkit-box-shadow: 0 0.02667rem 0.16rem 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 0.02667rem 0.16rem 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
  border-radius: 0.10667rem;
  margin: -0.66667rem auto 0;
  padding: 0.45333rem 0.26667rem; }
  .multiple-insure-style .multiple-annuity .a-title {
    font-size: 0.32rem;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.53333rem; }
  .multiple-insure-style .multiple-annuity .insure-step-profit {
    width: 8.93333rem;
    position: relative;
    height: 2.66667rem;
    display: inline-block; }
    .multiple-insure-style .multiple-annuity .insure-step-profit .step-profit .title {
      font-size: 0.37333rem;
      letter-spacing: 0;
      line-height: 0.37333rem;
      margin-bottom: 0.26667rem;
      margin-top: 0.26667rem;
      text-align: center; }
    .multiple-insure-style .multiple-annuity .insure-step-profit .step-profit .profit {
      width: 4.33333rem;
      height: 1.8rem;
      position: relative; }
      .multiple-insure-style .multiple-annuity .insure-step-profit .step-profit .profit .mark {
        text-align: center;
        line-height: 0.90667rem;
        font-size: 0.32rem;
        margin-left: 24%;
        width: 2.4rem;
        height: 0.93333rem;
        background: url(data:image/png;base64,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) no-repeat;
        background-size: contain;
        position: absolute;
        z-index: 10; }
    .multiple-insure-style .multiple-annuity .insure-step-profit .insure-first {
      float: left; }
      .multiple-insure-style .multiple-annuity .insure-step-profit .insure-first .profit {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAACECAYAAAAHtzn4AAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAABRaADAAQAAAABAAAAhAAAAABi8HT8AAAPPUlEQVR4Ae2dXYxcZRnH3zM77e42/ab4lZaGYNKLXukFEpEVkKQmWC+80CikamhijKAhxAujwUI0XhCDMQRCKAk2An6EGwkJGqSFgiGYIDeYVCWNtAlov7cfu92PGZ/nPfPsPnucaXebOe/M2fmd7Jn3Oe858378nuf9n/ecmZ2TBZYqEsiq2OgBbnNzgPteua4zuKrhsk5+6pRfjV4t/1Z2EsNO+cufSAV6yKDqbye184/lWao98Ha77f7uZfVbVxQ5v222pb637fL8fuweECgOph40gSrbECj6xbZ96m0twraLdpviyeoyAS9uZvvU21q1bVszituWT9oDAn4g9aB6qiwQKPrDtjVdsD788MOju3btum3NmjVjtVptm6zXZVm2Xo5bI+vKQrlslktgSoo/22w2TzcajXdlPXT27NlX9+3b99K99947IftU9IqrtqgohsVtPYYlMQEbdImrpbo2BLwvzF4ghC+88MLGm266aefo6OjOer3+OSljVZtyyOofAhdmZmb+PDEx8fzBgwefv/32209K0y4njghj//iPlvSIwALhkzbUZB2StS7rCllXPvrooxvOnz//gMxExmVlqSaBcfWh+lJ92vKt+lh9rT4vxoFksUBg8Aj4gaADwwviyp07d646c+bM3XI59n41dYBWFwmoL9Wn6lvxt4qjF8aiOA7eiOiDHuugZOkNAc/ebE2jOL7++uubb7jhht/JvcJP9qZ51FomARHHt954440v33jjjUelnkZrtUtnS7UJ3tZtlpIJ2GAsuRqKLxDw3M22WcLQe++9d/3mzZt/Kx+cfKTwPjaXEQGZRX5w9OjRr1xzzTVvSrdmZVUBVIHUxYuht/O9vJZGwAZkaRVQcFsCxt3SODuUI2snTpy4Y+PGjY+IPdL2nWQuNwKTJ0+evPuqq656WjpmM8aiMCKKCb1ugzJhlQNflTG3tCiIewee0AACEGHcjTD2h+N1QLKkI2BCaDXqtq61w4cPf6o1Q7R9pANEQH2vMaCxIKvFhSdQjB2/D7uLBBDF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) no-repeat;
        background-size: contain; }
    .multiple-insure-style .multiple-annuity .insure-step-profit .insure-second {
      float: right; }
      .multiple-insure-style .multiple-annuity .insure-step-profit .insure-second .profit {
        background: url(data:image/png;base64,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) no-repeat;
        background-size: contain; }
  .multiple-insure-style .multiple-annuity .explain-list {
    font-size: 0.37333rem;
    color: #666666;
    margin-top: 0.37333rem; }
    .multiple-insure-style .multiple-annuity .explain-list .money-item {
      display: block;
      min-height: 0.77333rem;
      width: 100%; }
    .multiple-insure-style .multiple-annuity .explain-list .age-range {
      max-width: 5.6rem;
      float: left; }
    .multiple-insure-style .multiple-annuity .explain-list .amount {
      max-width: 2.66667rem;
      float: right; }

.multiple-insure-style .multiple-annuity-top {
  scroll-behavior: smooth;
  text-align: center;
  padding: 0px 0 0.13333rem;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 750px;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 3px 1px #b3b3b357;
          box-shadow: 1px 1px 3px 1px #b3b3b357; }
  .multiple-insure-style .multiple-annuity-top .insure-step-profit {
    width: 8.93333rem;
    display: inline-block; }
  .multiple-insure-style .multiple-annuity-top .step-profit {
    width: 4.33333rem;
    height: 0.88rem;
    font-size: 0.56rem;
    line-height: 0.88rem;
    border-radius: 0.08rem;
    border-radius: 0.08rem;
    position: relative; }
    .multiple-insure-style .multiple-annuity-top .step-profit .money-profit {
      line-height: 0.88rem;
      font-size: 0.56rem;
      color: #FFFFFF; }
  .multiple-insure-style .multiple-annuity-top .step-profit-first {
    float: left;
    background: #FE801A; }
  .multiple-insure-style .multiple-annuity-top .step-profit-second {
    float: right;
    background: #1272FF; }

/* variable.css */
/*Color*/
.cash-value-demo {
  width: 94%;
  height: 1.30667rem;
  line-height: 1.30667rem;
  -webkit-box-shadow: 0 0.02667rem 0.16rem 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 0.02667rem 0.16rem 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
  border-radius: 0.10667rem;
  margin: 0.26667rem auto 0;
  padding: 0 0.26667rem; }
  .cash-value-demo .font {
    font-size: 0.37333rem;
    color: #666666;
    float: left; }
  .cash-value-demo .price {
    font-size: 0.37333rem;
    color: #FE801A;
    float: right; }
    .cash-value-demo .price::after {
      display: inline-block; }
    .cash-value-demo .price .right-arrow {
      color: #dddddd; }

.cash-wrapper .header {
  font-size: 0.42667rem;
  color: #333333;
  line-height: 0.42667rem;
  padding: 0.42667rem;
  text-align: left;
  -webkit-box-shadow: 0 0.05333rem 0.10667rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.05333rem 0.10667rem 0 rgba(0, 0, 0, 0.15); }

.cash-wrapper .content {
  padding: 0.4rem;
  max-height: 75vh; }
  .cash-wrapper .content .desc {
    font-size: 0.37333rem;
    color: #333333;
    text-align: justify;
    line-height: 0.61333rem; }

.cash-wrapper .value-demonstration .tab-content {
  padding: 0.26667rem 0 0.4rem !important; }

.player-box .prism-player .prism-big-play-btn {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(https://res.qixin18.com/qixin-cloud-node-cps-h5-v3/_next/static/images/play-big-0592b383e5ed648946c0530beaa78046.png);
  z-index: 1; }
  .player-box .prism-player .prism-big-play-btn .outter {
    display: none; }

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

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

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

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

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

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

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

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

.video-box .prism-player video {
  -o-object-fit: cover !important;
     object-fit: cover !important; }

.introduction {
  padding-bottom: 0;
  overflow: hidden; }
  .introduction::before, .introduction::after {
    display: none !important; }
  .introduction .am-card-header {
    height: 1.22667rem; }
  .introduction .am-card-header-content {
    font-size: 0.42667rem;
    color: #333333;
    font-weight: bold; }
  .introduction .am-card-body {
    padding: 0; }
    .introduction .am-card-body::before {
      left: 0.4rem !important; }
  .introduction img {
    width: 100%;
    height: auto; }

/* variable.css */
/*Color*/
.scroll-tab {
  scroll-behavior: smooth; }
  .scroll-tab .nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
    height: 1.44rem;
    line-height: 1.44rem;
    text-align: center;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 0.42667rem;
    color: #333333;
    background: #fff;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .scroll-tab .nav::-webkit-scrollbar {
      display: none; }
    .scroll-tab .nav.fixed {
      position: fixed;
      left: 0;
      right: 0;
      top: -1px; }
    .scroll-tab .nav .am-flexbox-item {
      position: relative;
      height: 100%;
      margin: 0 !important; }
      .scroll-tab .nav .am-flexbox-item.active {
        color: #00a2ff; }
        .scroll-tab .nav .am-flexbox-item.active::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          right: 0;
          width: 2em;
          height: 2px;
          margin-left: -1em;
          background: #00a2ff; }
    .scroll-tab .nav.nav-center {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .scroll-tab .nav.nav-center .am-flexbox-item {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 2.4rem !important;
           -moz-box-flex: 0 !important;
            -ms-flex: 0 0 2.4rem !important;
                flex: 0 0 2.4rem !important; }
    .scroll-tab .nav.nav-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .scroll-tab .nav.nav-left .am-flexbox-item {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 2.22667rem !important;
           -moz-box-flex: 0 !important;
            -ms-flex: 0 0 2.22667rem !important;
                flex: 0 0 2.22667rem !important; }
  .scroll-tab .multiple-annuity-top {
    line-height: auto;
    height: 2.48rem; }

/* variable.css */
/*Color*/
.service {
  padding-bottom: 0;
  overflow: hidden; }
  .service::before, .service::after {
    display: none !important; }
  .service .am-card-header {
    height: 1.22667rem; }
  .service .am-card-header-content {
    font-size: 0.42667rem;
    color: #333333;
    font-weight: bold; }
  .service .am-card-body {
    padding: 0; }
    .service .am-card-body::before {
      left: 0.4rem !important; }
  .service .service-item {
    padding: 0 0.32rem 0 0.4rem;
    position: relative;
    height: 1.17333rem; }
    .service .service-item:not(:first-child)::after {
      content: '';
      position: absolute;
      background-color: #ddd;
      display: block;
      z-index: 1;
      top: 0;
      bottom: auto;
      left: 0;
      right: 0;
      height: 1px;
      -webkit-transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      left: 0.4rem; }
      @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
        .service .service-item:not(:first-child)::after {
          -webkit-transform: scaleY(0.5);
              -ms-transform: scaleY(0.5);
                  transform: scaleY(0.5); } }
    .service .service-item .dubhe-icon-iconcopy2 {
      float: right;
      font-size: 0.29333rem;
      color: #cacacf; }
  .service .more-service {
    position: relative;
    height: 1.12rem;
    line-height: 1.12rem;
    text-align: center;
    color: #666;
    font-size: 0.32rem; }
    .service .more-service::after {
      content: '';
      position: absolute;
      background-color: #ddd;
      display: block;
      z-index: 1;
      top: 0;
      bottom: auto;
      left: 0;
      right: 0;
      height: 1px;
      -webkit-transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      left: 0.4rem; }
      @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
        .service .more-service::after {
          -webkit-transform: scaleY(0.5);
              -ms-transform: scaleY(0.5);
                  transform: scaleY(0.5); } }
  .service .am-flexbox .am-flexbox-item {
    margin-left: 10px !important; }

.service-modal .am-flexbox-item {
  margin-left: 0 !important; }

.service-modal .am-modal-content .am-modal-body .service-item {
  position: relative;
  padding: 0.53333rem 0.4rem; }
  .service-modal .am-modal-content .am-modal-body .service-item + .service-item::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    height: 1px;
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    left: 0.4rem; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
      .service-modal .am-modal-content .am-modal-body .service-item + .service-item::after {
        -webkit-transform: scaleY(0.5);
            -ms-transform: scaleY(0.5);
                transform: scaleY(0.5); } }
  .service-modal .am-modal-content .am-modal-body .service-item .dubhe-icon-flex {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.18667rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 2.18667rem;
            flex: 0 0 2.18667rem;
    width: 2.18667rem;
    height: 2.18667rem;
    line-height: 2.18667rem;
    margin-right: 0.4rem;
    text-align: center;
    border-radius: 0.26667rem; }
    .service-modal .am-modal-content .am-modal-body .service-item .dubhe-icon-flex::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 0.05;
      background: #00a2ff;
      border-radius: inherit; }
    .service-modal .am-modal-content .am-modal-body .service-item .dubhe-icon-flex .dubhe-iconfont {
      font-size: 1.33333rem; }
  .service-modal .am-modal-content .am-modal-body .service-item .desc-flex .title {
    font-size: 0.42667rem;
    color: #000; }
  .service-modal .am-modal-content .am-modal-body .service-item .desc-flex .detail {
    font-size: 0.37333rem;
    color: #999;
    line-height: 0.56rem; }

.service-modal .am-modal-content .am-modal-body .service-steps {
  padding: 0.26667rem 0;
  position: relative; }
  .service-modal .am-modal-content .am-modal-body .service-steps::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    height: 1px;
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    left: 0.4rem; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
      .service-modal .am-modal-content .am-modal-body .service-steps::before {
        -webkit-transform: scaleY(0.5);
            -ms-transform: scaleY(0.5);
                transform: scaleY(0.5); } }
  .service-modal .am-modal-content .am-modal-body .service-steps .am-steps-item {
    padding: 0.26667rem 0.4rem; }
  .service-modal .am-modal-content .am-modal-body .service-steps .am-steps-item-content {
    margin: 0;
    text-align: left;
    min-height: initial; }
    .service-modal .am-modal-content .am-modal-body .service-steps .am-steps-item-content .am-steps-item-title {
      padding: 0;
      margin: 0;
      font-size: 0.37333rem;
      line-height: 0.50667rem;
      color: #333;
      font-weight: normal; }
    .service-modal .am-modal-content .am-modal-body .service-steps .am-steps-item-content .am-steps-item-description {
      padding: 0;
      font-size: 0.37333rem;
      color: #999999;
      line-height: 0.56rem; }
  .service-modal .am-modal-content .am-modal-body .service-steps .am-steps-item-icon {
    border-radius: 50%;
    width: 0.42667rem;
    height: 0.42667rem;
    margin-top: 0.10667rem;
    line-height: 0.42667rem;
    font-size: 0; }
    .service-modal .am-modal-content .am-modal-body .service-steps .am-steps-item-icon .am-steps-icon {
      width: 100%;
      height: 100%;
      line-height: inherit;
      color: #00a2ff;
      font-size: inherit;
      top: -0.05333rem; }
      .service-modal .am-modal-content .am-modal-body .service-steps .am-steps-item-icon .am-steps-icon .dubhe-iconfont {
        font-size: 0.42667rem; }
  .service-modal .am-modal-content .am-modal-body .service-steps .am-steps-item-tail {
    left: 0.66667rem;
    top: 0.53333rem;
    padding: 0.21333rem 0; }
    .service-modal .am-modal-content .am-modal-body .service-steps .am-steps-item-tail::after {
      background-color: transparent;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAH9CAYAAADbMhZfAAAAAXNSR0IArs4c6QAAAEJJREFUSA1jmDlzZj3Tv3//GpgYgABCMDExNYB4yGBUHQMwWEbDZTQdjKYDULkwmg5G08FoOhitL2FthNHyYGiUBwDyvpSQMkarOgAAAABJRU5ErkJggg==);
      background-repeat: no-repeat; }

.service-modal .am-modal-content .am-modal-body .btn-wrapper {
  padding: 0 0.4rem 0.66667rem; }

.service-modal .am-modal-content .am-modal-body .am-button-primary {
  height: 1.25333rem !important;
  line-height: 1.25333rem !important;
  font-size: 0.48rem !important; }

.serviceEnterWarp {
  position: fixed;
  right: 0;
  top: 0.4rem;
  height: 0.77333rem;
  padding-left: 0.26667rem;
  padding-right: 0.16rem;
  border-radius: 2.66667rem 0 0 2.66667rem;
  background-color: rgba(43, 45, 48, 0.8);
  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;
  color: #fff;
  z-index: 1; }
  .serviceEnterWarp .serviceEnterIcon {
    width: 0.37333rem;
    height: 0.37333rem;
    margin-right: 0.05333rem; }

/* variable.css */
/*Color*/
.defray-way-modal .pannel-content-box {
  padding: 0.26667rem 0;
  height: 80vh; }
  .defray-way-modal .pannel-content-box .subTitle {
    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;
    height: 0.90667rem;
    font-family: PingFangSC-Medium;
    font-size: 0.37333rem;
    color: #000000;
    letter-spacing: 0;
    line-height: 0.90667rem;
    font-weight: 500; }
  .defray-way-modal .pannel-content-box .subTitle::before {
    content: "";
    display: block;
    margin-right: 0.10667rem;
    background: #1A3B91;
    height: 0.37333rem;
    width: 0.05333rem; }
  .defray-way-modal .pannel-content-box .autoPay {
    color: #F86E21;
    padding-left: 0.26667rem;
    height: 1.01333rem;
    line-height: 1.01333rem;
    background: #FDFCEC; }
  .defray-way-modal .pannel-content-box .subContent {
    padding-bottom: 0.26667rem;
    text-align: left;
    color: #666666; }
  .defray-way-modal .pannel-content-box table {
    table-layout: fixed;
    text-align: center;
    font-size: 0.37333rem;
    width: 100%;
    border-collapse: collapse; }
  .defray-way-modal .pannel-content-box th {
    height: 0.90667rem;
    text-align: center;
    color: #999999;
    border: 1px solid #E9E9E9; }
  .defray-way-modal .pannel-content-box td {
    height: 0.90667rem;
    color: #000000;
    border: 1px solid #E9E9E9; }
  .defray-way-modal .pannel-content-box tr > :first-child {
    width: 40%; }
  .defray-way-modal .pannel-content-box tr > :nth-child(2) {
    width: 60%; }
  .defray-way-modal .pannel-content-box .tab-content {
    padding: 0 0.26667rem 0.4rem; }

.defray-way-modal .tab-pane-none .am-tabs-default-bar-content {
  display: none; }

.defray-way-modal .am-tabs-default-bar-tab-active {
  font-weight: 900; }

/* variable.css */
/*Color*/
.insurance-company {
  position: relative;
  line-height: 0.90667rem;
  padding: 0 0.32rem 0 0.4rem;
  font-size: 0.32rem;
  color: #666666;
  background: #ffffff; }
  .insurance-company .dubhe-iconfont {
    float: right;
    font-size: 0.26667rem;
    color: #cacacf; }
  .insurance-company::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    height: 1px;
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
      .insurance-company::after {
        -webkit-transform: scaleY(0.5);
            -ms-transform: scaleY(0.5);
                transform: scaleY(0.5); } }

.insurance-company-modal .pannel-content-box {
  line-height: 0.58667rem;
  padding: 0.4rem;
  text-align: left; }

.video-entry {
  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;
  position: absolute;
  right: 0;
  bottom: -0.52rem;
  padding: 0 0.26667rem 0 0.13333rem;
  font-size: 0.37333rem;
  color: #fff;
  border-top-left-radius: 0.52rem;
  border-bottom-left-radius: 0.52rem;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18); }
  .video-entry::before {
    content: '\E6BB';
    margin-right: 0.13333rem;
    font-family: dubhe-iconfont;
    font-size: 0.77333rem; }

.banner {
  position: relative; }
  .banner img {
    width: 100%;
    height: auto; }
  .banner .video-entry {
    position: absolute;
    right: 0;
    bottom: -0.52rem; }
  .banner .take-off-section {
    padding: 0.72rem 0.32rem 0.10667rem 0.32rem;
    background-color: #fff; }
    .banner .take-off-section .take-off {
      width: 100%;
      border-radius: 0.10667rem;
      border: 0.01333rem solid rgba(255, 137, 0, 0.4);
      background: rgba(255, 137, 0, 0.1);
      color: #ff8900;
      font-size: 0.32rem;
      font-weight: 500;
      padding: 0.32rem 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 0.42667rem; }
      .banner .take-off-section .take-off .take-off-icon {
        color: white;
        font-size: 0.24rem;
        text-align: center;
        float: left;
        border-radius: 0.05333rem;
        margin: 0 0.32rem;
        padding: 0.08rem 0.10667rem;
        background: url(data:image/png;base64,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) center no-repeat;
        width: 1.6rem;
        height: 0.66667rem; }
      .banner .take-off-section .take-off .take-off-cont {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
  .banner .take-off-countdown {
    width: 100%;
    padding: 0.32rem 0.32rem 0;
    background-color: #fff; }
    .banner .take-off-countdown .take-off-countdown-content {
      width: 100%;
      height: 0.96rem;
      border-radius: 0.16rem;
      border: 1px solid #ff6a00;
      background-color: #fff7f2;
      padding: 0 0.26667rem;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box; }
      .banner .take-off-countdown .take-off-countdown-content .countdown-text {
        color: #333;
        font-size: 0.37333rem;
        line-height: 0.96rem;
        font-weight: 400;
        letter-spacing: 0.00533rem; }
        .banner .take-off-countdown .take-off-countdown-content .countdown-text .countdown-title {
          margin-right: 0.21333rem; }
        .banner .take-off-countdown .take-off-countdown-content .countdown-text .countdown-num {
          color: #fff;
          background-color: #ff6a02;
          border-radius: 0.16rem;
          padding: 0.05333rem 0.10667rem;
          margin: 0 0.13333rem; }
        .banner .take-off-countdown .take-off-countdown-content .countdown-text .countdown-unit {
          font-weight: 500; }
  .banner .dubhe-icon-home {
    position: absolute;
    left: 0.4rem;
    top: 0.26667rem;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.74667rem;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    border-radius: 50%; }
    .banner .dubhe-icon-home .dubhe-icon-shouye {
      color: #fff;
      font-size: 0.42667rem; }

.info {
  padding: 0.26667rem 0.26667rem 0.13333rem 0.4rem;
  background: #fff; }
  .info .name {
    line-height: 0.76rem;
    margin-top: 0;
    margin-bottom: 0.26667rem;
    font-size: 0.50667rem;
    font-weight: bold;
    color: #333333; }
    .info .name.short {
      padding-right: 2.66667rem;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
  .info .buy-count {
    font-size: 0.32rem;
    color: #666;
    padding-bottom: 0.53333rem; }
  .info ul.features {
    overflow: hidden; }
    .info ul.features .feature {
      float: left;
      margin: 0 0.13333rem 0.26667rem 0;
      padding: 0.04rem 0.09333rem;
      background: #fff8f3;
      border-radius: 2px;
      color: #fe801a;
      font-size: 0.32rem; }
      .info ul.features .feature:last-child {
        margin-right: 0; }
      .info ul.features .feature .hz-icon-tick {
        color: #6076ff;
        margin-right: 0.10667rem;
        top: 0rem;
        font-size: 0.32rem; }
        .info ul.features .feature .hz-icon-tick:after {
          content: '\E803'; }
      .info ul.features .feature .huize-tick {
        color: #333; }
  .info ul.huize-ticks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    font-family: iconfont;
    margin-bottom: 0.26667rem; }
    .info ul.huize-ticks li.feature {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      white-space: nowrap;
      background: none; }
      .info ul.huize-ticks li.feature:first-child {
        padding-left: 0; }
  .info p.features {
    margin-top: 0.13333rem;
    font-size: 0.37333rem;
    color: #666666; }
  .info .master-provision {
    font-size: 0.34667rem;
    color: #999999;
    line-height: 0.50667rem;
    margin-bottom: 0.53333rem; }
    .info .master-provision p:not(:first-child) {
      margin-top: 0.26667rem; }

.info-name {
  padding-top: 1.44rem; }

.hz-detail-product-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .hz-detail-product-summary .hz-detail-product-dt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: nowrap;
    text-align: right;
    padding-left: 0.1rem; }
    .hz-detail-product-summary .hz-detail-product-dt .insurance-company {
      padding: 0; }
      .hz-detail-product-summary .hz-detail-product-dt .insurance-company::after {
        background-color: #fff; }

.jumi-share-tips {
  padding: 10px 15px;
  color: #e1a01e;
  line-height: 1.2;
  font-size: 0.34667rem;
  background: #fcfcf1; }

/* variable.css */
/*Color*/
.instructions {
  overflow-x: hidden;
  margin-top: 0.26667rem;
  padding-bottom: 0; }
  .instructions .top-table {
    position: relative;
    padding-bottom: 0.26667rem;
    border-bottom: 0.01333rem dashed #e1e1e1; }
  .instructions::before, .instructions::after {
    display: none !important; }
  .instructions .am-card-header {
    height: 1.22667rem; }
  .instructions .am-card-header-content {
    font-size: 0.42667rem;
    color: #333333;
    font-weight: bold; }
  .instructions .am-card-body {
    padding: 0.26667rem 0 0.26667rem 0.4rem;
    display: inline-block; }
    .instructions .am-card-body::before {
      left: 0.4rem !important; }
    .instructions .am-card-body .instruction {
      padding: 0.12rem 0;
      font-size: 0.37333rem; }
      .instructions .am-card-body .instruction .name {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 3.2rem !important;
           -moz-box-flex: 0 !important;
            -ms-flex: 0 0 3.2rem !important;
                flex: 0 0 3.2rem !important;
        color: #333; }
      .instructions .am-card-body .instruction .value {
        text-align: right;
        color: #666;
        padding-right: 0.4rem; }
        .instructions .am-card-body .instruction .value .dubhe-iconfont {
          color: #999999;
          font-size: 0.29333rem; }
      .instructions .am-card-body .instruction .title-block {
        padding: 0.12rem 0;
        color: #333;
        font-family: PingFangSC-Medium; }
      .instructions .am-card-body .instruction .content-block {
        padding: 0.12rem 0;
        color: #666; }
    .instructions .am-card-body::after {
      content: '';
      height: 1px;
      width: 100%;
      display: inline-block;
      border-top: 0.01333rem dashed #E1E1E1;
      left: 0.4rem; }
  .instructions .am-card-footer {
    position: relative;
    padding: 0 0.4rem 0.34667rem;
    font-size: 0.29333rem;
    color: #999;
    display: inline-block; }
    .instructions .am-card-footer a {
      color: #00a2ff; }

.instructions-modal .am-list-header,
.provision-modal .am-list-header {
  height: 0.96rem;
  line-height: 0.96rem;
  padding: 0 0.4rem;
  background: #f5f5f5;
  font-size: 0.32rem !important;
  font-weight: normal;
  color: #666666 !important;
  text-align: left; }
  .instructions-modal .am-list-header::before,
  .provision-modal .am-list-header::before {
    display: none; }

.instructions-modal .am-list-body::after,
.provision-modal .am-list-body::after {
  display: block !important; }

.instructions-modal .am-list-item .am-list-line .am-list-content,
.provision-modal .am-list-item .am-list-line .am-list-content {
  font-size: 0.37333rem;
  color: #666666; }

.instructions-modal .am-list-item .am-list-line .am-list-arrow,
.provision-modal .am-list-item .am-list-line .am-list-arrow {
  width: 0.26667rem !important;
  height: 0.26667rem !important; }

.instructions-modal .tip,
.provision-modal .tip {
  margin: 0.33333rem 0;
  padding: 0 0.4rem;
  font-size: 0.37333rem;
  color: #333333;
  line-height: 0.56rem; }
  .instructions-modal .tip .index,
  .provision-modal .tip .index {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0.50667rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 0.50667rem;
            flex: 0 0 0.50667rem; }
  .instructions-modal .tip .content,
  .provision-modal .tip .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .instructions-modal .tip .content a,
    .provision-modal .tip .content a {
      color: #00a2ff;
      font-size: inherit; }

/* variable.css */
/*Color*/
.provision {
  overflow-x: hidden;
  margin-top: 0.26667rem;
  padding-bottom: 0; }
  .provision::before, .provision::after {
    display: none !important; }
  .provision .am-card-header {
    height: 1.22667rem; }
  .provision .am-card-header-content {
    font-size: 0.42667rem;
    color: #333333;
    font-weight: bold; }
  .provision .am-card-body {
    padding: 0.26667rem 0.4rem; }
    .provision .am-card-body::before {
      left: 0.4rem !important; }
  .provision .provision-content .am-list {
    padding-bottom: 0.33333rem; }
    .provision .provision-content .am-list:last-child {
      padding-bottom: 0; }
  .provision .provision-content .am-list-header {
    font-size: 0.37333rem !important;
    padding: 0 !important;
    font-weight: normal !important;
    font-family: PingFangSC-Medium;
    color: #333 !important; }
    .provision .provision-content .am-list-header:before {
      display: none !important; }
  .provision .provision-content .am-list-body {
    border: none; }
    .provision .provision-content .am-list-body:before {
      display: none !important; }
    .provision .provision-content .am-list-body .am-list-item {
      padding-left: 0 !important;
      min-height: 0 !important; }
      .provision .provision-content .am-list-body .am-list-item.am-list-item-active {
        background: none; }
    .provision .provision-content .am-list-body .am-list-line {
      padding-right: 0;
      -webkit-box-align: baseline !important;
      -webkit-align-items: baseline !important;
         -moz-box-align: baseline !important;
          -ms-flex-align: baseline !important;
              align-items: baseline !important; }
      .provision .provision-content .am-list-body .am-list-line:after {
        display: none !important; }
      .provision .provision-content .am-list-body .am-list-line .am-list-extra {
        -webkit-flex-basis: 12% !important;
            -ms-flex-preferred-size: 12% !important;
                flex-basis: 12% !important;
        padding: 0 !important; }
    .provision .provision-content .am-list-body .am-list-content {
      line-height: 1.2;
      overflow: visible !important;
      white-space: normal !important;
      font-size: 0.37333rem !important;
      padding: 0.13333rem 0 !important; }
      .provision .provision-content .am-list-body .am-list-content a {
        font-size: 0.37333rem;
        color: #333333;
        letter-spacing: 0;
        line-height: 0.53333rem; }
  .provision .provision-content .dubhe-iconfont {
    color: #999999;
    font-size: 0.29333rem; }

.provision-list p {
  font-size: 0.32rem;
  color: #999999;
  margin-top: 0.24rem;
  line-height: 0.42667rem; }

@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*/
.am-checkbox-inner {
  width: 0.56rem !important;
  height: 0.56rem !important; }
  .am-checkbox-inner:after {
    width: 0.13333rem;
    height: 0.26667rem;
    border-width: 0 2px 2px 0;
    top: 0.05333rem;
    right: 0.17333rem; }

.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-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: '\E634';
      font-family: 'dubhe-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::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
    z-index: 1; }

.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; }
  .am-button-primary.am-button-active {
    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.arrow {
  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-title {
    font-size: 0.48rem !important; }
  .am-navbar .am-icon-lg {
    width: 0.93333rem !important;
    height: 0.93333rem !important; }

.am-picker-popup-header-left {
  color: #999; }

.product-detail {
  margin-bottom: 1.86667rem;
  background: #f5f5f5; }
  .product-detail .trial-btn {
    width: 1.17333rem;
    height: 1.17333rem;
    position: fixed;
    right: 0.53333rem;
    bottom: 3.44rem;
    padding: 0.18667rem 0;
    border-radius: 50%;
    background-color: #00a2ff;
    -webkit-box-shadow: 0 0.05333rem 0.10667rem 0 rgba(0, 0, 0, 0.21);
            box-shadow: 0 0.05333rem 0.10667rem 0 rgba(0, 0, 0, 0.21);
    font-size: 0.32rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 0.4rem;
    z-index: 2; }

.iphonex .product-detail {
  margin-bottom: 2.26667rem; }
  .iphonex .product-detail .trial-btn {
    bottom: 3.84rem; }

@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*/
.am-checkbox-inner {
  width: 0.56rem !important;
  height: 0.56rem !important; }
  .am-checkbox-inner:after {
    width: 0.13333rem;
    height: 0.26667rem;
    border-width: 0 2px 2px 0;
    top: 0.05333rem;
    right: 0.17333rem; }

.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-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: '\E634';
      font-family: 'dubhe-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::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
    z-index: 1; }

.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; }
  .am-button-primary.am-button-active {
    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.arrow {
  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-title {
    font-size: 0.48rem !important; }
  .am-navbar .am-icon-lg {
    width: 0.93333rem !important;
    height: 0.93333rem !important; }

.am-picker-popup-header-left {
  color: #999; }

@font-face {
  font-family: 'akrobat-extrabold';
  src: url("/qixin-cloud-node-cps-h5-v3/static/fonts/akrobat-extrabold.eot");
  src: url("/qixin-cloud-node-cps-h5-v3/static/fonts/akrobat-extrabold.eot?") format("embedded-opentype"), url("/qixin-cloud-node-cps-h5-v3/static/fonts/akrobat-extrabold.woff") format("woff"), url("/qixin-cloud-node-cps-h5-v3/static/fonts/akrobat-extrabold.woff2") format("woff2"), url("/qixin-cloud-node-cps-h5-v3/static/fonts/akrobat-extrabold.ttf") format("truetype"), url("/qixin-cloud-node-cps-h5-v3/static/fonts/akrobat-extrabold.svg") format("svg"); }

/* 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*/
.am-checkbox-inner {
  width: 0.56rem !important;
  height: 0.56rem !important; }
  .am-checkbox-inner:after {
    width: 0.13333rem;
    height: 0.26667rem;
    border-width: 0 2px 2px 0;
    top: 0.05333rem;
    right: 0.17333rem; }

.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-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: '\E634';
      font-family: 'dubhe-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::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
    z-index: 1; }

.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; }
  .am-button-primary.am-button-active {
    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.arrow {
  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-title {
    font-size: 0.48rem !important; }
  .am-navbar .am-icon-lg {
    width: 0.93333rem !important;
    height: 0.93333rem !important; }

.am-picker-popup-header-left {
  color: #999; }

/**
 * 线下单样式变量
 */
.flex-c-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@font-face {
  font-family: "dubhe-iconfont";
  src: url("/static/fonts/iconfont.eot?t=1594619588954");
  /* IE9 */
  src: url("/static/fonts/iconfont.eot?t=1594619588954#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=1594619588954") format("woff"), url("/static/fonts/iconfont.ttf?t=1594619588954") format("truetype"), url("/static/fonts/iconfont.svg?t=1594619588954#dubhe-iconfont") format("svg");
  /* iOS 4.1- */ }

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

.dubhe-icon-play:before {
  content: "\E6BB"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dubhe-icon-search:before {
  content: "\2315"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offline-body {
  min-height: 100vh;
  background: #F6F6F9 !important; }
  .offline-body .am-button.am-button-primary {
    background-color: #0d6eff !important; }
    .offline-body .am-button.am-button-primary.am-button-active {
      opacity: 1 !important;
      background-color: #0b62e5 !important; }
  .offline-body .am-modal .am-modal-button-group-v .am-modal-button {
    color: #0d6eff !important; }
  .offline-body .am-modal .am-modal-button-group-h .am-modal-button:last-child {
    color: #0d6eff !important; }
  .offline-body .multiple-picker .multiple-extra > div,
  .offline-body .multiple-picker .multiple-extra > .option-item {
    color: #6b7179 !important; }
    .offline-body .multiple-picker .multiple-extra > div.active,
    .offline-body .multiple-picker .multiple-extra > div .active,
    .offline-body .multiple-picker .multiple-extra > .option-item.active,
    .offline-body .multiple-picker .multiple-extra > .option-item .active {
      color: #0d6eff !important; }
      .offline-body .multiple-picker .multiple-extra > div.active .opacity-bg,
      .offline-body .multiple-picker .multiple-extra > div .active .opacity-bg,
      .offline-body .multiple-picker .multiple-extra > .option-item.active .opacity-bg,
      .offline-body .multiple-picker .multiple-extra > .option-item .active .opacity-bg {
        background-color: #0d6eff !important; }
  .offline-body .stepper-flex .increase:after,
  .offline-body .stepper-flex .decrease:after {
    color: #0d6eff !important; }
  .offline-body .custom-tabs .am-tabs .am-tabs-tab-bar-wrap .am-tabs-default-bar .am-tabs-default-bar-content {
    -ms-touch-action: auto !important;
        touch-action: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0 0.26667rem;
    border-bottom: 0.01333rem solid #eaebee; }
    .offline-body .custom-tabs .am-tabs .am-tabs-tab-bar-wrap .am-tabs-default-bar .am-tabs-default-bar-content .am-tabs-default-bar-tab {
      width: auto !important;
      height: auto;
      line-height: 1.2;
      font-size: 0.4rem !important;
      font-weight: 400 !important;
      color: #949ca8 !important;
      padding: 0 0 0.21333rem; }
      .offline-body .custom-tabs .am-tabs .am-tabs-tab-bar-wrap .am-tabs-default-bar .am-tabs-default-bar-content .am-tabs-default-bar-tab::after {
        width: 0.64rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 0 !important;
        background: #eaebee !important; }
    .offline-body .custom-tabs .am-tabs .am-tabs-tab-bar-wrap .am-tabs-default-bar .am-tabs-default-bar-content .am-tabs-default-bar-tab-active {
      color: #0d6eff !important;
      font-weight: 500 !important; }
      .offline-body .custom-tabs .am-tabs .am-tabs-tab-bar-wrap .am-tabs-default-bar .am-tabs-default-bar-content .am-tabs-default-bar-tab-active::after {
        background: #0d6eff !important;
        height: 2px !important;
        border-radius: 2px; }
  .offline-body .custom-tabs .am-tabs .am-tabs-tab-bar-wrap .am-tabs-default-bar .am-tabs-default-bar-underline {
    position: absolute;
    display: none;
    bottom: 0;
    border: none;
    left: 0 !important;
    width: 100% !important;
    height: 0.01333rem;
    background: #eaebee !important; }
  .offline-body .custom-tabs .am-tabs .am-tabs-content-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .offline-body .custom-tabs .tab-content {
    padding: 0.4rem 0.42667rem; }
  .offline-body .custom-tabs-small .am-tabs .am-tabs-tab-bar-wrap .am-tabs-default-bar .am-tabs-default-bar-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0.8rem; }
    .offline-body .custom-tabs-small .am-tabs .am-tabs-tab-bar-wrap .am-tabs-default-bar .am-tabs-default-bar-content .am-tabs-default-bar-tab {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .offline-body .custom-tabs-scroll .am-tabs .am-tabs-tab-bar-wrap .am-tabs-default-bar .am-tabs-default-bar-content {
    overflow-x: auto;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    .offline-body .custom-tabs-scroll .am-tabs .am-tabs-tab-bar-wrap .am-tabs-default-bar .am-tabs-default-bar-content::-webkit-scrollbar {
      display: none;
      /* Chrome Safari */ }
    .offline-body .custom-tabs-scroll .am-tabs .am-tabs-tab-bar-wrap .am-tabs-default-bar .am-tabs-default-bar-content .am-tabs-default-bar-tab {
      margin: 0;
      padding: 0 0 0.2rem;
      width: auto !important; }
      .offline-body .custom-tabs-scroll .am-tabs .am-tabs-tab-bar-wrap .am-tabs-default-bar .am-tabs-default-bar-content .am-tabs-default-bar-tab:not(:first-child) {
        margin-left: 0.64rem; }
  .offline-body .custom-tabs-scroll .tab-content {
    overflow-y: scroll;
    height: 100% !important;
    max-height: 100%;
    padding: 0.42667rem 0 0 0; }
  .offline-body .custom-accordion .am-accordion-item {
    min-height: 1.22667rem;
    background: #ffffff;
    border-radius: 0.16rem;
    overflow: hidden;
    border: none; }
    .offline-body .custom-accordion .am-accordion-item:not(:last-child) {
      margin-bottom: 0.32rem; }
    .offline-body .custom-accordion .am-accordion-item .am-accordion-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0; }
      .offline-body .custom-accordion .am-accordion-item .am-accordion-header .arrow {
        width: 0.4rem !important;
        height: 0.4rem !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+57yW57uEIDE1PC90aXRsZT4KICAgIDxnIGlkPSLnur/kuIvljZXkuJrliqEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJiMeaKleS/neWRiuefpV/mnKrovpPlhaUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMjMuMDAwMDAwLCAtMTIwNC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC005aSH5Lu9LTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgMTE0NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtMTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0LjAwMDAwMCwgNDYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC0xNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzA0LjAwMDAwMCwgMjAuMDAwMDAwKSByb3RhdGUoLTI3MC4wMDAwMDApIHRyYW5zbGF0ZSgtMzA0LjAwMDAwMCwgLTIwLjAwMDAwMCkgdHJhbnNsYXRlKDI5Ny4wMDAwMDAsIDEzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0i55+p5b2iIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTUuMTA5ODcxOTQsMi4wMTcxNTcyOSBMOS44ODI4NDI3MSw2Ljc5MDEyODA2IEMxMC4wMzkwNTI0LDYuOTQ2MzM3NzggMTAuMDM5MDUyNCw3LjE5OTYwMzc3IDkuODgyODQyNzEsNy4zNTU4MTM0OSBMNS4xMDk4NzE5NCwxMi4xMjg3ODQzIEM0Ljk1MzY2MjIyLDEyLjI4NDk5NCA0LjcwMDM5NjIzLDEyLjI4NDk5NCA0LjU0NDE4NjUxLDEyLjEyODc4NDMgTDQuMTkwNjMzMTIsMTEuNzc1MjMwOSBDNC4wNTMzNzU2NCwxMS42Mzc5NzQ1IDQuMDM1MDY4NTksMTEuNDIyNjYgNC4xNDQyNjgxOSwxMS4yNjUwMjkzIEw0LjE5NjY2MzMsMTEuMjAyOTUyMyBMOC4yNTY0MDk2Niw3LjE0Mzc4ODM5IEw4LjI1NjQxMTM3LDcuMDAyMzY4NDMgTDQuMTkwNjI2OTEsMi45MzY0MDU0MiBDNC4wMzQ0Mjk4OCwyLjc4MDE4OTEgNC4wMzQ0MzI2NiwyLjUyNjkyMzU2IDQuMTkwNjM1OTQsMi4zNzA3MDc4NyBMNC41NDQxODY1MSwyLjAxNzE1NzI5IEM0LjcwMDM5NjIzLDEuODYwOTQ3NTcgNC45NTM2NjIyMiwxLjg2MDk0NzU3IDUuMTA5ODcxOTQsMi4wMTcxNTcyOSBaIiBpZD0i6Lev5b6EIiBmaWxsPSIjQ0JDRkQ2IiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") !important; }
      .offline-body .custom-accordion .am-accordion-item .am-accordion-header::after {
        content: none !important; }
    .offline-body .custom-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box::after {
      content: none !important; }
  .offline-body .custom-accordion .am-accordion-item-active .am-accordion-header i.arrow {
    color: #fff;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+57yW57uEIDEwPC90aXRsZT4KICAgIDxnIGlkPSLnur/kuIvljZXkuJrliqEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJjMeaguOWvueiuouWNlS3lsZXlvIAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzUuMDAwMDAwLCAtMjAyLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0i57yW57uELTEw5aSH5Lu9IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi4wMDAwMDAsIDE4Ni4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDEyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzMC4wMDAwMDAsIDExLjAwMDAwMCkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtMzMwLjAwMDAwMCwgLTExLjAwMDAwMCkgdHJhbnNsYXRlKDMyMy4wMDAwMDAsIDQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSLnn6nlvaIiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PC9yZWN0PgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4xMDk4NzE5NCwyLjAxNzE1NzI5IEw5Ljg4Mjg0MjcxLDYuNzkwMTI4MDYgQzEwLjAzOTA1MjQsNi45NDYzMzc3OCAxMC4wMzkwNTI0LDcuMTk5NjAzNzcgOS44ODI4NDI3MSw3LjM1NTgxMzQ5IEw1LjEwOTg3MTk0LDEyLjEyODc4NDMgQzQuOTUzNjYyMjIsMTIuMjg0OTk0IDQuNzAwMzk2MjMsMTIuMjg0OTk0IDQuNTQ0MTg2NTEsMTIuMTI4Nzg0MyBMNC4xOTA2MzMxMiwxMS43NzUyMzA5IEM0LjA1MzM3NTY0LDExLjYzNzk3NDUgNC4wMzUwNjg1OSwxMS40MjI2NiA0LjE0NDI2ODE5LDExLjI2NTAyOTMgTDQuMTk2NjYzMywxMS4yMDI5NTIzIEw4LjI1NjQwOTY2LDcuMTQzNzg4MzkgTDguMjU2NDExMzcsNy4wMDIzNjg0MyBMNC4xOTA2MjY5MSwyLjkzNjQwNTQyIEM0LjAzNDQyOTg4LDIuNzgwMTg5MSA0LjAzNDQzMjY2LDIuNTI2OTIzNTYgNC4xOTA2MzU5NCwyLjM3MDcwNzg3IEw0LjU0NDE4NjUxLDIuMDE3MTU3MjkgQzQuNzAwMzk2MjMsMS44NjA5NDc1NyA0Ljk1MzY2MjIyLDEuODYwOTQ3NTcgNS4xMDk4NzE5NCwyLjAxNzE1NzI5IFoiIGlkPSLot6/lvoQiIGZpbGw9IiMwRDZFRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") !important; }
  .offline-body .product-detail .trial-btn {
    background-color: #0d6eff !important; }

div.referral-modal {
  width: 100% !important; }
  div.referral-modal .am-modal-content {
    height: 100vh;
    padding: 0;
    margin: 0;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.7); }
    div.referral-modal .am-modal-content .am-modal-body {
      padding: 0; }

.referral-share {
  float: right;
  margin-right: 1.12rem; }
  .referral-share .icon {
    width: 203px;
    height: 74px;
    margin-bottom: 0.56rem; }
  .referral-share .btn {
    padding-right: 0.28rem;
    text-align: right; }
    .referral-share .btn > p {
      display: inline-block;
      width: 2.56rem;
      height: 0.8rem;
      line-height: 0.8rem;
      background: #00A8F6;
      border-radius: 0.4rem;
      color: #fff;
      text-align: center; }


/*# sourceMappingURL=https://sourcemap.huize.com/sourcemaps/../static/css/static/v0.5.97-1778144230237/pages/product/detail.js.b4407dd9.chunk.css.map*/