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

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

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

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

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

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

.clearfix:after {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.nofloat {
  float: none; }

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

.strong {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.border-radius {
  border: 0; }

.cursor-pointer {
  cursor: pointer; }

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

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

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

.hidden {
  display: none; }

.none {
  display: none !important; }

.show {
  display: block; }

.fn-hide {
  display: none; }

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

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.ovh {
  overflow: hidden; }

.ova {
  overflow: auto; }

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

.vis-hide {
  visibility: hidden; }

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

.tac {
  text-align: center; }

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

.tar {
  text-align: right; }

.taj {
  text-align: justify; }

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

.block {
  display: block; }

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

.f13 {
  font-size: 0.17333rem; }

.f14 {
  font-size: 0.18667rem; }

.f15 {
  font-size: 0.2rem; }

.f16 {
  font-size: 0.21333rem; }

.f17 {
  font-size: 0.22667rem; }

.f18 {
  font-size: 0.24rem; }

.f19 {
  font-size: 0.25333rem; }

.f20 {
  font-size: 0.26667rem; }

.f21 {
  font-size: 0.28rem; }

.f22 {
  font-size: 0.29333rem; }

.f23 {
  font-size: 0.30667rem; }

.f24 {
  font-size: 0.32rem; }

.f25 {
  font-size: 0.33333rem; }

.f26 {
  font-size: 0.34667rem; }

.f27 {
  font-size: 0.36rem; }

.f28 {
  font-size: 0.37333rem; }

.f29 {
  font-size: 0.38667rem; }

.f30 {
  font-size: 0.4rem; }

.f31 {
  font-size: 0.41333rem; }

.f32 {
  font-size: 0.42667rem; }

.f33 {
  font-size: 0.44rem; }

.f34 {
  font-size: 0.45333rem; }

.f35 {
  font-size: 0.46667rem; }

.f36 {
  font-size: 0.48rem; }

.f37 {
  font-size: 0.49333rem; }

.f38 {
  font-size: 0.50667rem; }

.f39 {
  font-size: 0.52rem; }

.f40 {
  font-size: 0.53333rem; }

.f41 {
  font-size: 0.54667rem; }

.f42 {
  font-size: 0.56rem; }

.f43 {
  font-size: 0.57333rem; }

.f44 {
  font-size: 0.58667rem; }

.f45 {
  font-size: 0.6rem; }

.f46 {
  font-size: 0.61333rem; }

.f47 {
  font-size: 0.62667rem; }

.f48 {
  font-size: 0.64rem; }

.f55 {
  font-size: 0.73333rem; }

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

.lh15 {
  line-height: 1.5; }

.lh18 {
  line-height: 1.8; }

.lh20 {
  line-height: 2; }

.lh22 {
  line-height: 2.2; }

.lh24 {
  line-height: 2.4; }

.lh28 {
  line-height: 2.8; }

.lh30 {
  line-height: 3; }

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

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

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

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

.fcw {
  color: #fff !important; }

.fc3 {
  color: #333 !important; }

.fc6 {
  color: #666 !important; }

.fc8 {
  color: #888; }

.fc9 {
  color: #999 !important; }

.fcc {
  color: #ccc; }

.fcd {
  color: #ddd; }

.fc-b8 {
  color: #b8b8b8; }

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

.err_color {
  color: #FF5F5A !important; }

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

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

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

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

.fcred {
  color: red !important; }

.fcsc {
  color: #ff5b00 !important; }

.fc9d {
  color: #9d9d9d; }

.fc9b {
  color: #9b9b9b; }

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

.bgf9 {
  background: #f9f9f9 !important; }

.bgf8 {
  background: #f8fbff !important; }

.bgf7 {
  background: #f7f7f7 !important; }

.bgf5 {
  background: #f5f5f5 !important; }

.bgf3 {
  background: #f3f3f3 !important; }

.bgfc {
  background: #fcfcfc !important; }

.bgfw {
  background: #fff !important; }

.bgfb {
  background: #fbfbfb !important; }

.bgfa {
  background: #fafafa !important; }

.bg999 {
  background: #999 !important; }

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

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

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

.mr0 {
  margin-right: 0rem; }

.mb0 {
  margin-bottom: 0rem; }

.ml0 {
  margin-left: 0rem; }

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

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

.pb0 {
  padding-bottom: 0rem; }

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

.mt5 {
  margin-top: 0.06667rem; }

.mr5 {
  margin-right: 0.06667rem; }

.mb5 {
  margin-bottom: 0.06667rem; }

.ml5 {
  margin-left: 0.06667rem; }

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

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

.pb5 {
  padding-bottom: 0.06667rem; }

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

.mt10 {
  margin-top: 0.13333rem; }

.mr10 {
  margin-right: 0.13333rem; }

.mb10 {
  margin-bottom: 0.13333rem; }

.ml10 {
  margin-left: 0.13333rem; }

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

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

.pb10 {
  padding-bottom: 0.13333rem; }

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

.mt15 {
  margin-top: 0.2rem; }

.mr15 {
  margin-right: 0.2rem; }

.mb15 {
  margin-bottom: 0.2rem; }

.ml15 {
  margin-left: 0.2rem; }

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

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

.pb15 {
  padding-bottom: 0.2rem; }

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

.mt20 {
  margin-top: 0.26667rem; }

.mr20 {
  margin-right: 0.26667rem; }

.mb20 {
  margin-bottom: 0.26667rem; }

.ml20 {
  margin-left: 0.26667rem; }

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

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

.pb20 {
  padding-bottom: 0.26667rem; }

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

.mt25 {
  margin-top: 0.33333rem; }

.mr25 {
  margin-right: 0.33333rem; }

.mb25 {
  margin-bottom: 0.33333rem; }

.ml25 {
  margin-left: 0.33333rem; }

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

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

.pb25 {
  padding-bottom: 0.33333rem; }

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

.mt30 {
  margin-top: 0.4rem; }

.mr30 {
  margin-right: 0.4rem; }

.mb30 {
  margin-bottom: 0.4rem; }

.ml30 {
  margin-left: 0.4rem; }

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

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

.pb30 {
  padding-bottom: 0.4rem; }

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

.mt35 {
  margin-top: 0.46667rem; }

.mr35 {
  margin-right: 0.46667rem; }

.mb35 {
  margin-bottom: 0.46667rem; }

.ml35 {
  margin-left: 0.46667rem; }

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

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

.pb35 {
  padding-bottom: 0.46667rem; }

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

.mt40 {
  margin-top: 0.53333rem; }

.mr40 {
  margin-right: 0.53333rem; }

.mb40 {
  margin-bottom: 0.53333rem; }

.ml40 {
  margin-left: 0.53333rem; }

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

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

.pb40 {
  padding-bottom: 0.53333rem; }

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

.mt45 {
  margin-top: 0.6rem; }

.mr45 {
  margin-right: 0.6rem; }

.mb45 {
  margin-bottom: 0.6rem; }

.ml45 {
  margin-left: 0.6rem; }

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

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

.pb45 {
  padding-bottom: 0.6rem; }

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

.mt50 {
  margin-top: 0.66667rem; }

.mr50 {
  margin-right: 0.66667rem; }

.mb50 {
  margin-bottom: 0.66667rem; }

.ml50 {
  margin-left: 0.66667rem; }

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

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

.pb50 {
  padding-bottom: 0.66667rem; }

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

.mt60 {
  margin-top: 0.8rem; }

.mb60 {
  margin-bottom: 0.8rem; }

.pt60 {
  padding-top: 0.8rem; }

.pb60 {
  padding-bottom: 0.8rem; }

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

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

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

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

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

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

.border {
  border: 1px solid #d8d8d8; }

.diy_border {
  border: 1px solid #00a2ff !important; }

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

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

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

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

.vm {
  vertical-align: middle; }

.ti {
  text-indent: 0.46rem; }

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

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

body {
  background: #f6f6f6 !important; }

.error {
  text-align: center;
  padding-top: 4rem; }
  .error img {
    width: 5.33333rem;
    margin: 0 auto; }
  .error .error-text {
    margin-top: 0.4rem;
    padding: 0 0.53333rem;
    color: #999;
    font-size: 0.37333rem;
    word-break: break-all; }

.loading-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateZ(2px);
          transform: translateZ(2px); }
  .loading-container .loading {
    width: 50px;
    height: 50px;
    z-index: 2001;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px; }
    .loading-container .loading .loading__spinner {
      z-index: -1;
      width: 100%;
      height: 100%;
      position: relative;
      display: inline-block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      -webkit-animation: rotate 2s linear infinite;
      animation: rotate 2s linear infinite; }
    .loading-container .loading .loading__circular {
      width: 100%;
      height: 100%; }
      .loading-container .loading .loading__circular circle {
        stroke: #c9c9c9;
        stroke-width: 3;
        stroke-linecap: round;
        -webkit-animation: circular 1.5s ease-in-out infinite;
        animation: circular 1.5s ease-in-out infinite; }
    .loading-container .loading svg {
      vertical-align: middle; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120; } }

@keyframes circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120; } }

.scroll-top {
  width: 1.17333rem;
  height: 1.17333rem;
  line-height: 1.17333rem;
  position: fixed;
  right: 0.53333rem;
  bottom: 2rem;
  border-radius: 50%;
  background: #ffffff;
  -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);
  text-align: center;
  z-index: 105; }
  .scroll-top .dubhe-iconfont {
    font-size: 0.53333rem;
    color: #666; }

.iphonex .scroll-top {
  bottom: 2.4rem; }


/*# sourceMappingURL=https://sourcemap.huize.com/sourcemaps/../static/css/static/v0.5.97-1752660235013/pages/_app.js.c04a97de.chunk.css.map*/