/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}
/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.text-center {
  text-align: center;
}
.text-gray {
  color: #999999;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-h-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-h-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-h-15 {
  padding-left: 150px;
  padding-right: 15px;
}
.cf::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.fl {
  float: left;
}
.response {
  width: 100%;
}
.flex-r {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -moz-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.flex-l {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.flex-sb {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.flex-show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
html {
  font-size: 100px;
  height: 100%;
}
body {
  font-size: 0.14rem;
  color: #303030;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  /* 解决iOS卡顿 */
  -webkit-overflow-scrolling: touch;
  /* 取消iOS的默认样式 */
  -webkit-appearance: none;
  /* 取消iOS可点击元素的灰色背景 */
  -webkit-tap-highlight-color: transparent;
}
/* 隐藏滚动条 */
*::-webkit-scrollbar {
  display: none;
}
a {
  text-decoration: none;
  color: #FF7124;
  font-size: 0.14rem;
}
font,
img,
label,
span,
li {
  cursor: pointer;
}
a.link {
  color: #407EFD;
}
ul {
  list-style: none;
}
input[type=checkbox] {
  background-color: transparent;
}
/* 解决iOS不支持fixed定位 */
.page {
  height: 100%;
  overflow: auto;
  max-width: 768px;
  margin: 0 auto;
  background: #F6F6F6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-with-bottom {
  padding-bottom: 0.6rem;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
.panel {
  background: #fff;
}
.panel__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 15px;
  height: 50px;
  border-bottom: 0.5px solid #E5E5E5;
}
.panel__tips {
  background: #f3f3f3;
  line-height: 20px;
  text-align: left;
  padding: 5px 15px;
}
.panel__tips span {
  font-size: 0.12rem;
}
.panel__name {
  font-size: 0.16rem;
  font-weight: bold;
  margin-right: 6px;
}
.panel__left-des {
  font-size: 0.12rem;
  color: #999;
}
.panel__left-des a {
  font-size: 0.12rem;
}
.panel__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.panel__right-des {
  font-size: 0.12rem;
  color: #999;
}
.panel__right-name {
  font-size: 0.16rem;
  font-weight: bold;
}
.fixed-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.fixed-bar__flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fixed-bar__main {
  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: #FF7124;
  color: #fff;
  font-size: 0.18rem;
}
.fixed-bar__body {
  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: #666;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.fixed-bar__item {
  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;
  font-size: 0.12rem;
  width: 55px;
  border-right: 1px solid #EEE;
  color: #666;
}
.fixed-bar__kefu {
  color: #666;
}
.fixed-bar__price {
  color: #FF7124;
  font-size: 0.14rem;
  text-align: center;
}
.fixed-bar__price span {
  font-size: 0.24rem;
  font-family: DIN-Medium;
  font-weight: 720;
}
.fixed-bar__item-img {
  height: 20px;
  margin-bottom: 4px;
  text-align: center;
}
.fixed-bar__item-img img {
  height: 20px;
}
@media only screen and (device-width: 375px) and (device-height: 812px) {
  .page-with-bottom {
    padding-bottom: -webkit-calc(0.6rem + env(safe-area-inset-bottom)) !important;
    padding-bottom: -moz-calc(0.6rem + env(safe-area-inset-bottom)) !important;
    padding-bottom: calc(0.6rem + env(safe-area-inset-bottom)) !important;
  }
  .fixed-bar {
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom)) !important;
    padding-bottom: -moz-calc(env(safe-area-inset-bottom)) !important;
    padding-bottom: calc(env(safe-area-inset-bottom)) !important;
  }
}
.alert {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.alert-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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;
}
.alert-main {
  background: #fff;
  width: 90%;
  max-width: 375px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert-title {
  position: relative;
  height: 50px;
  border-bottom: 0.5px solid #E5E5E5;
  font-size: 0.18rem;
  font-weight: bold;
}
.alert-title p {
  line-height: 50px;
  text-align: center;
}
.alert-close {
  position: absolute;
  right: 15px;
  top: 19px;
  width: 14px;
}
.alert-body {
  padding: 0.15rem;
  color: #000;
  font-family: PingFangSC-Light, helvetica, 'Heiti SC';
  max-height: 250px;
  overflow-y: auto;
}
.alert-body p {
  line-height: 0.22rem;
}
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}
.toasts {
  position: fixed;
  left: 0;
  right: 0;
  top: 40%;
  overflow: auto;
  text-align: center;
  z-index: 10000;
}
.toasts .toast {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  font-size: 0.14rem;
  padding: 10px;
  width: 80%;
  opacity: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.confirm {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.confirm-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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;
}
.confirm-main {
  background: #fff;
  width: 90%;
  max-width: 375px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.confirm-header {
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border-bottom: 0.5px solid #E5E5E5;
  position: relative;
  font-size: 16px;
}
.confirm-title {
  text-align: center;
  padding-top: 20px;
  font-size: 0.18rem;
}
.confirm-body {
  padding: 0.2rem;
  color: #000;
  font-family: PingFangSC-Light, helvetica, 'Heiti SC';
  max-height: 250px;
  overflow-y: auto;
}
.confirm-body p {
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.confirm-body .text-left {
  text-align: left;
}
.confirm-btns {
  height: 48px;
  font-size: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E5E5E5;
}
.confirm-btns li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
}
.confirm-btns li:not(:last-child) {
  border-right: 1px solid #E5E5E5;
}
.confirm-cancel {
  color: #666;
}
.confirm-ok {
  color: #FF7124;
}
.form {
  padding: 0 15px;
}
.form-error {
  color: #FF7124 !important;
}
.form-valued {
  color: #303030 !important;
}
.form__item:not(:last-child) {
  border-bottom: 0.5px solid #E5E5E5;
}
.form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
.form__item-left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #666;
  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;
}
.form__item-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}
.form__item-right mark {
  color: #FF7124;
  background: transparent;
}
.form__radio-type {
  padding: 0;
  height: auto;
}
.form__radio-body {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 13px;
}
.form__radio-body span {
  display: inline-block;
  font-size: 0.12rem;
  padding: 6px 10px;
  border: 1px solid #d5d5d5;
  color: #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 13px;
}
.form__radio-body span.active {
  color: #fff;
  background: #FF7124;
  border-color: #FF7124;
}
.form__link-body {
  position: relative;
}
.form__link-body div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__link-body div span {
  font-size: 0.14rem;
  color: #999;
}
.form__link-body div img {
  width: 8px;
  margin-left: 6px;
}
.form__link-body input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form__input-type input {
  border: none;
  outline: none;
  text-align: right;
  width: 100%;
}
.form__input-btn {
  font-size: 0.12rem;
  color: #fff;
  background: #FF7124;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 0;
  width: 44px;
  text-align: center;
  margin-left: 4px;
}
.form__input-btn.disabled {
  opacity: 0.6;
}
.form__checkbox-body {
  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;
}
.form__checkbox-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__checkbox-btn label {
  display: inline-block;
  width: 46px;
  height: 26px;
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__checkbox-btn label::before {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: -2px 2px 4px #c6c6c6;
  -moz-box-shadow: -2px 2px 4px #c6c6c6;
  box-shadow: -2px 2px 4px #c6c6c6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__checkbox-btn input {
  opacity: 0;
}
.form__checkbox-btn input:checked ~ label {
  background: #FF7124;
  border-color: #FF7124;
}
.form__checkbox-btn input:checked ~ label::before {
  left: 22px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-agreements {
  background: #fff;
  font-size: 0.12rem;
  color: #999;
  line-height: 0.2rem;
  padding: 15px;
}
.form-agreements-check {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  vertical-align: sub;
  margin-right: 0.05rem;
  background: url(/products/public/template/images/check_no.png) no-repeat center;
  -webkit-background-size: 0.15rem 0.15rem;
  -moz-background-size: 0.15rem 0.15rem;
  -o-background-size: 0.15rem 0.15rem;
  background-size: 0.15rem 0.15rem;
}
.form-agreements-check.active {
  background-image: url(/products/public/template/images/check_yes.png);
}
.form-agreements a {
  color: #407EFD;
}
.loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.loading .mask {
  background: transparent;
}
.loading-toast {
  position: fixed;
  z-index: 5000;
  width: 1.2rem;
  min-height: 1.2rem;
  top: 180px;
  left: 50%;
  margin-left: -0.6rem;
  background: rgba(17, 17, 17, 0.7);
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
}
.loading-icon {
  margin-top: 30px;
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: loading 1s steps(12, end) infinite;
  -moz-animation: loading 1s steps(12, end) infinite;
  -o-animation: loading 1s steps(12, end) infinite;
  animation: loading 1s steps(12, end) infinite;
  background: transparent url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=') no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.loading-content {
  margin-top: 10px;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@-moz-keyframes loading {
  0% {
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -moz-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@-o-keyframes loading {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    -moz-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.coupons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background: #fff;
  padding: 0 15px;
}
.coupons__left {
  color: #666666;
  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;
}
.coupons__selected {
  display: inline-block;
  border: 1px solid #FF7124;
  color: #FF7124;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.12rem;
  padding: 2px 3px;
  margin-left: 6px;
  display: none;
}
.coupons__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;
}
.coupons__right span {
  color: #999999;
}
.coupons__right span.selected {
  color: #666666;
}
.coupons__right img {
  width: 8px;
  margin-left: 6px;
}
.js-share-tip {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  background: #000;
  opacity: 0.6;
  display: none;
}
.js-share-tip img {
  width: 100%;
}
.index-header {
  margin-bottom: 10px;
  background: #fff;
}
.index-banner {
  position: relative;
  font-size: 0;
}
.index-banner__img {
  width: 100%;
}
.index-banner__text {
  position: absolute;
  left: 15px;
  bottom: 26px;
  right: 15px;
  color: #fff;
}
.index-banner__head {
  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;
}
.index-banner__title {
  font-size: 0.24rem;
  font-weight: bold;
}
.index-banner__version {
  margin-left: 0.1rem;
  font-size: 0.18rem;
  font-weight: bold;
}
.index-banner__feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  font-size: 0.14rem;
}
.index-banner__feature span {
  padding-right: 8px;
  padding-left: 8px;
}
.index-banner__feature span:not(:last-child) {
  border-right: 1px solid #fff;
}
.index-banner__feature span:first-child {
  padding-left: 0;
}
.index-feature__box {
  padding: 16px 0;
  margin: 0 15px;
}
.index-feature__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index-feature__line p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.14rem;
  color: #666;
}
.index-feature__line p img {
  width: 0.13rem;
  margin-right: 6px;
}
.index-feature__line:not(:last-child) {
  margin-bottom: 12px;
}
.index-article {
  padding: 0 15px;
  padding-bottom: 19px;
}
.index-article__wrapper {
  padding-top: 19px;
  border-top: 1px solid #E5E5E5;
}
.index-article__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background: #FFFAEB;
  color: #BB923B;
}
.index-article__icon {
  width: 38px;
  margin-right: 6px;
  font-size: 0;
}
.index-article__icon img {
  width: 100%;
}
.index-article__tip {
  margin-bottom: 9px;
  font-size: 0.16rem;
  font-weight: bold;
}
.index-article__title {
  font-size: 0.12rem;
}
.index-article__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.12rem;
}
.index-article__link img {
  margin-left: 5px;
  width: 6px;
}
.index-versions {
  background: #fff;
}
.index-versions__tab-one {
  height: 50px;
  padding: 0 15px;
  border-bottom: 0.5px solid #E5E5E5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.16rem;
  font-weight: bold;
  background: #fff;
}
.index-versions__tab-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
.index-versions__tab-flex li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  background: #EAEAEA;
  line-height: 0.17rem;
  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;
}
.index-versions__tab-flex li:not(:last-child) {
  border-right: 1px solid #fff;
}
.index-versions__tab-flex li.active {
  background: #fff;
  border-top: 3px solid #FF7124;
  color: #FF7124;
}
.index-versions__tab-multi {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.index-versions__tab-multi li {
  -webkit-flex-basis: 28%;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  background: #EAEAEA;
  line-height: 0.17rem;
  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;
}
.index-versions__tab-multi li:not(:last-child) {
  border-right: 1px solid #fff;
}
.index-versions__tab-multi li.active {
  background: #fff;
  border-top: 3px solid #FF7124;
  color: #FF7124;
}
.index-versions__item {
  display: none;
}
.index-versions__main {
  padding: 15px;
  padding-bottom: 0;
}
.index-versions__main_v2 {
  padding: 15px 0px;
  padding-bottom: 0;
}
.index-versions__terms {
  background: #F6F6F6;
  padding: 10px 15px;
}
.index-versions__terms p {
  color: #666666;
  line-height: 20px;
}
.index-versions__point {
  margin-bottom: 10px;
}
.index-versions__point-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.2rem;
  margin-bottom: 5px;
}
.index-versions__point-head span {
  color: #666666;
}
.index-versions__point-head p {
  padding-right: 15px;
  font-weight: bold;
  background: url('/products/public/template/images/down_arrow_gray.png') no-repeat center right;
  -webkit-background-size: 10px auto;
  -moz-background-size: 10px auto;
  -o-background-size: 10px auto;
  background-size: 10px auto;
}
.index-versions__point.active .index-versions__point-head p {
  background-image: url('/products/public/template/images/up_arrow_gray.png');
}
.index-versions__point.active .index-versions__point-body {
  display: block;
}
.index-versions__point-body {
  color: #999999;
  font-size: 0.12rem;
  line-height: 0.2rem;
  padding-right: 15px;
  display: none;
}
.index-versions__point-body font {
  text-decoration: underline;
  color: #666666;
}
.index-versions__detail {
  padding-bottom: 16px;
  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.2rem;
}
.index-versions__detail img {
  width: 6px;
  margin-left: 6px;
}
.index-versions__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1px;
  height: 50px;
  border-top: 0.5px solid #E5E5E5;
}
.index-versions__footer a {
  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;
}
.index-versions__footer img {
  margin-left: 6px;
  width: 10px;
}
.index-versions__price {
  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;
  height: 58px;
  border-top: 0.5px solid #E5E5E5;
}
.index-versions__price-left {
  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: #FF7124;
  font-size: 0.16rem;
}
.index-versions__price-left span {
  font-family: DIN-Medium;
  font-size: 0.3rem;
  font-weight: 720;
}
.index-versions__price-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;
}
.index-versions__price-right img {
  width: 6px;
  margin-left: 5px;
}
.index-operations {
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 10px;
}
.index-operations__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #303030;
}
.index-operations__item:not(:last-child) {
  margin-bottom: 16px;
}
.index-operations__left span {
  display: inline-block;
  margin-right: 0.12rem;
  color: #FF7124;
  font-size: 0.12rem;
  border: 1px solid #FF7124;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 0.14rem;
  padding: 0.02rem 0;
  width: 70px;
  text-align: center;
}
.index-operations__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
}
.index-operations__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-operations__title p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-operations__title img {
  width: 0.06rem;
}
.index-operations__sectitle {
  color: #999;
  font-size: 0.12rem;
  line-height: 0.18rem;
}
.index-nav {
  height: 51px;
}
.index-nav__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 100%;
  border-bottom: 0.5px solid #E5E5E5;
  background: #fff;
  font-size: 0.16rem;
}
.index-nav__group li {
  text-align: center;
  line-height: 50px;
}
.index-nav__group li:nth-child(1),
.index-nav__group li:nth-child(2),
.index-nav__group li:nth-child(4) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.index-nav__group li.active {
  border-bottom: 2px solid #FF7124;
  font-weight: bold;
}
.index-nav__outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.index-nav__target-1 {
  padding: 35px 15px;
  margin-bottom: 10px;
  background: #fff;
}
.index-nav__target-1 img {
  width: 100%;
}
.index-qa {
  margin-bottom: 10px;
}
.index-qa__list {
  padding: 15px;
  padding-bottom: 0;
  font-size: 0.14rem;
}
.index-qa__list li {
  margin-bottom: 10px;
}
.index-qa__others {
  display: none;
}
.index-qa p {
  line-height: 0.2rem;
}
.index-qa__q {
  margin-bottom: 0.1rem;
  color: #303030;
}
.index-qa__a {
  font-family: PingFangSC-Light, helvetica, 'Heiti SC';
  color: #666666;
  font-weight: lighter;
}
.index-qa__footer {
  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;
  height: 50px;
  border-top: 0.5px solid #E5E5E5;
}
.index-qa__footer a {
  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;
}
.index-qa__footer img {
  margin-left: 6px;
  width: 10px;
}
.index-evaluation {
  margin-bottom: 10px;
}
.index-evaluation__list {
  padding: 15px;
  padding-bottom: 0;
  font-size: 0.14rem;
}
.index-evaluation__list li {
  padding-bottom: 10px;
  border-bottom: 0.5px solid #E5E5E5;
}
.index-evaluation__list li:not(:last-child) {
  margin-bottom: 10px;
}
.index-evaluation__others {
  display: none;
}
.index-evaluation__others ul {
  padding: 15px;
  padding-bottom: 0;
  font-size: 0.14rem;
}
.index-evaluation__others ul li {
  margin-bottom: 10px;
}
.index-evaluation__others ul li:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 0.5px solid #E5E5E5;
}
.index-evaluation p {
  line-height: 0.2rem;
}
.index-evaluation__name {
  margin-bottom: 0.1rem;
  color: #303030;
}
.index-evaluation__content {
  font-family: PingFangSC-Light, helvetica, 'Heiti SC';
  color: #666666;
}
.index-evaluation__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1px;
  height: 50px;
  border-top: 0.5px solid #E5E5E5;
}
.index-evaluation__footer a {
  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;
}
.index-evaluation__footer img {
  margin-left: 6px;
  width: 10px;
}
.index-process {
  padding: 20px;
}
.index-process li {
  position: relative;
  padding-left: 0.14rem;
  border-left: 1px solid #E5E5E5;
}
.index-process li:not(:last-child) {
  padding-bottom: 10px;
}
.index-process li:last-child {
  border-left: none;
}
.index-process__title {
  font-size: 0.12rem;
  color: #303030;
  line-height: 0.16rem;
}
.index-process__des {
  font-size: 0.12rem;
  color: #666666;
  font-family: PingFangSC-Light, helvetica, 'Heiti SC';
  line-height: 0.2rem;
}
.index-process__des a {
  font-size: 0.12rem;
}
.index-process__num {
  position: absolute;
  width: 0.16rem;
  left: -0.08rem;
  top: -0.01rem;
}
.index-poster {
  position: fixed;
  bottom: 110px;
  right: 15px;
  width: 60px;
  height: 60px;
}
.index-poster img {
  width: 100%;
}
.index-bar .fixed-bar__main {
  padding: 0 20px;
}
.insurance__detail {
  margin: 10px 0;
  background: #fff;
}
.insurance__detail li {
  height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}
.insurance__detail li:not(:last-child) {
  border-bottom: 0.5px solid #E5E5E5;
}
.insurance__detail-left {
  font-size: 0.16rem;
  font-weight: bold;
}
.insurance__detail-right {
  font-size: 0.14rem;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.insurance__detail-area {
  display: none;
  width: 16px;
  margin-left: 4px;
}
.insurance__detail-period {
  display: none;
  width: 16px;
  margin-left: 4px;
}
.insurance__panel {
  margin-bottom: 10px;
}
.insurance__panel .panel__body {
  padding: 15px;
}
.insurance__panel-item {
  margin-bottom: 14px;
  color: #666;
  line-height: 0.2rem;
  font-family: PingFangSC-Light, helvetica, 'Heiti SC';
}
.insurance__panel-item font {
  text-decoration: underline;
  color: #666666;
}
.insurance__panel-item span {
  font-weight: bold;
}
.insurance__words {
  color: #FF7124;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.insurance__words li {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 8px;
}
.insurance__words img {
  margin-right: 5px;
  width: 0.14rem;
}
.insurance__box {
  display: none;
}
.result__status {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 10px;
}
.result__status-icon {
  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;
  color: #FF7124;
}
.result__status-icon img {
  width: 44px;
  margin-right: 8px;
}
.result__status-icon span {
  font-size: 0.2rem;
  font-weight: bold;
}
.result__status .member-jifen {
  margin: 34px 20px 0;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 0 #E5E5E5;
  -moz-box-shadow: 0 0 10px 0 #E5E5E5;
  box-shadow: 0 0 10px 0 #E5E5E5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px 0;
}
.result__status .member-jifen p {
  font-size: 15px;
  line-height: 30px;
}
.result__status .member-jifen p span {
  color: #FF7124;
}
.result__status .member-jifen a {
  border: 1px solid #FF7124;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #FF7124;
  display: block;
  width: 130px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  margin: 16px auto 0;
}
.result__status .member-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 88px;
}
.result__status .member-wrap a {
  width: 110px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
}
.result__status .member-wrap a:first-child {
  border: 1px solid #FF7124;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #FF7124;
}
.result__status .member-wrap a span {
  position: absolute;
  top: -26px;
  right: -51px;
  width: 60px;
  height: 20px;
  line-height: 20px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  background-color: #FF1323;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.result__notice {
  text-align: center;
  margin-top: 16px;
}
.result__wkb {
  background: #fff;
}
.result__wkb p {
  color: #838383;
  font-size: 0.12rem;
  line-height: 1.6;
}
.result__wkb-wx {
  text-align: center;
  border-bottom: 0.5px solid #d5d5d5;
  padding: 10px 0;
}
.result__wkb-wx img {
  width: 100px;
}
.result__wkb-intro {
  padding: 15px;
}
.result__btns {
  padding: 20px 15px;
}
.result__btns-btn {
  display: block;
  background: #FF7124;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
  padding: 13px 0;
  margin-bottom: 10px;
}
.result__btns-kefu {
  color: #838383;
  text-align: center;
  font-size: 0.12rem;
  margin-top: 15px;
}
.result__btns-kefu--fixed {
  position: fixed;
  bottom: 16px;
  width: 100%;
}
.result__slides {
  position: relative;
  padding: 10px 15px;
}
.result__slides .slide img {
  width: 100%;
}
.result__slide a img {
  width: 100%;
}
.result__recommend-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
}
.result__recommend-price {
  color: #FF7124;
}
.result__recommend-reasons {
  color: #999;
  font-size: 0.12rem;
}
.result__recommend-reasons span {
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}
.result__act {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}
.result__act-body {
  position: absolute;
  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;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.result__act-main {
  width: 90%;
  max-width: 375px;
  text-align: center;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.result__act-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slidesjs-pagination {
  margin: 6px 0 0;
  float: right;
  list-style: none;
}
.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}
.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(/products/public/template/images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}
.slidesjs-pagination li a:hover {
  background-position: 0 -26px;
}
.result__laodaxin_act {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  padding: 0 40px;
  display: none;
}
.result__laodaxin_act .result__laodaxin_box {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.result__laodaxin_act .result_close {
  text-align: right;
  margin-bottom: 8px;
}
.result__laodaxin_act .result_close img {
  width: 32px;
  height: 32px;
}
.result__laodaxin_act .laodaixin_act_box {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.result__laodaxin_act .laodaixin_act_box .laodaixin_act_header {
  height: 60px;
  line-height: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffb400), to(#ffdc00));
  background: -webkit-linear-gradient(bottom, #ffb400 0%, #ffdc00 100%);
  background: -moz- oldlinear-gradient(bottom, #ffb400 0%, #ffdc00 100%);
  background: -o-linear-gradient(bottom, #ffb400 0%, #ffdc00 100%);
  background: linear-gradient(360deg, #ffb400 0%, #ffdc00 100%);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #c83c00;
  -webkit-border-radius: 16px 16px 0 0 ;
  -moz-border-radius: 16px 16px 0 0 ;
  border-radius: 16px 16px 0 0 ;
  text-align: center;
}
.result__laodaxin_act .laodaixin_act_box .laodaixin_act_content {
  background: #fff;
  text-align: center;
  padding-bottom: 24px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
}
.result__laodaxin_act .laodaixin_act_box .laodaixin_act_content .act_result_img {
  width: 200px;
  height: 130px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.result__laodaxin_act .laodaixin_act_box .laodaixin_act_content .laodaixin_act_tips {
  margin: 0 21px 0 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
}
.result__laodaxin_act .laodaixin_act_box .laodaixin_act_content .laodaixin_act_btn {
  height: 46px;
  line-height: 46px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffb400), to(#ffdc00));
  background: -webkit-linear-gradient(bottom, #ffb400 0%, #ffdc00 100%);
  background: -moz- oldlinear-gradient(bottom, #ffb400 0%, #ffdc00 100%);
  background: -o-linear-gradient(bottom, #ffb400 0%, #ffdc00 100%);
  background: linear-gradient(360deg, #ffb400 0%, #ffdc00 100%);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(255, 180, 0, 0.24);
  -moz-box-shadow: 0px 4px 8px 0px rgba(255, 180, 0, 0.24);
  box-shadow: 0px 4px 8px 0px rgba(255, 180, 0, 0.24);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: 1px solid #ffb400;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #c83c00;
  margin: 30px  47px 0 47px;
}
.limitation__yl {
  background: #fff;
  padding: 0 15px;
  display: none;
}
.limitation__yl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.limitation__yl-item:not(:last-child) {
  border-bottom: 0.5px solid #E5E5E5;
}
.limitation__yl-logo {
  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;
}
.limitation__yl-logo img {
  width: 24px;
}
.limitation__yl-bank {
  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-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;
  margin-left: 19px;
}
.limitation__yl-name {
  font-size: 0.16rem;
  margin-bottom: 8px;
}
.limitation__yl-des {
  font-size: 0.12rem;
  color: #999;
}
.limitation__wx {
  display: none;
}
.comment__star {
  height: 1.18rem;
  background: #FFFFFF;
  position: relative;
}
.comment__stars {
  width: 2.69rem;
  height: 0.28rem;
  position: absolute;
  left: 50%;
  margin-left: -1.35rem;
  top: 50%;
  margin-top: -0.14rem;
  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;
}
.comment__star img {
  width: 28px;
  height: 26.5px;
  margin: 0 0.07rem;
}
.comment__star_msg {
  color: #FF7124;
  font-size: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.comment__btn {
  background: #FF7124;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
  padding: 13px 0;
  margin: 30px auto;
  width: 310px;
}
.comment__disabled {
  opacity: 0.7;
}
.comment_textarea {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.comment_textarea_readonly {
  color: #999999;
}
.comment_textarea textarea {
  border: none;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.comment_textarea__length {
  color: #999999;
  display: block;
  text-align: right;
  margin: 0 10px;
  border-bottom: 0.5px solid #E5E5E5;
  padding-bottom: 9px;
  font-size: 0.12rem;
}
.comment_textarea hr {
  width: 90%;
  margin-left: 4.5%;
  background-color: #e6e6e6;
  height: 1px;
  border: 0;
  clear: both;
}
.comment_textarea_anonymous {
  padding: 0px 15px;
  line-height: 40px;
}
.comment_textarea_anonymous span {
  padding-right: 5px;
}
.comment_textarea_anonymous input[type=radio] {
  font-size: 1em;
  visibility: hidden;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.comment_textarea_anonymous input[type=radio]:before {
  font-size: 1em;
  top: 12%;
  display: inline-block;
  position: absolute;
  content: ' ';
  visibility: visible;
  height: 1em;
  width: 1em;
  display: block;
  background: url("../../images/nochecked.png") no-repeat;
  -webkit-background-size: 1em 1em;
  -moz-background-size: 1em 1em;
  -o-background-size: 1em 1em;
  background-size: 1em 1em;
}
.comment_textarea_anonymous input[type=radio]:checked:before {
  font-size: 1em;
  content: ' ';
  visibility: visible;
  height: 1em;
  width: 1em;
  background: url("../../images/checked.png") no-repeat;
  -webkit-background-size: 1em 1em;
  -moz-background-size: 1em 1em;
  -o-background-size: 1em 1em;
  background-size: 1em 1em;
}
.comments {
  padding: 10px;
  background: #ffffff;
}
.comments_product {
  text-align: center;
}
.comments_product__star {
  text-align: center;
}
.comments_product__star img {
  width: 20px;
  height: 20px;
}
.comments_product__star_msg {
  color: #FF7124;
}
.comments_ul li {
  border-bottom: 0.5px solid #ccc;
  padding: 0.2rem 0.1rem 0.2rem;
}
.comments_ul_user {
  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;
}
.comments_ul_user_avatar {
  width: 0.36rem;
  height: 0.36rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.comments_ul_user_info {
  width: 0.7rem;
  padding-left: 0.12rem;
  font-size: 0.16rem;
  display: inline-block;
}
.comments_ul_user_info span {
  font-size: 14px;
  display: block;
}
.comments_ul_time {
  color: #999999;
  font-size: 0.12rem;
}
.comments_ul_anonymous_user {
  line-height: 24px;
  padding-bottom: 6px;
}
.comments_ul__star {
  text-align: right;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.comments_ul__star img {
  width: 0.13rem;
  height: 0.13rem;
}
.comments_ul__star_msg {
  color: #FF7124;
  font-size: 0.14rem;
  padding-left: 0.05rem;
}
.comments_ul_notes {
  color: #303030;
  line-height: 0.2rem;
  padding: 0.16rem 0 0.05rem;
  word-wrap: break-word;
}
.comments_ul_product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -21px;
  height: 42px;
}
.comments_ul_product_info {
  color: #999999;
  font-size: 0.12rem;
}
.comments_ul_quality {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.comments_ul_quality img {
  width: 0.53rem;
}
.comments_ul_reply {
  background: #F6F6F6;
  line-height: 0.2rem;
  padding: 10px;
  margin-top: 18px;
  position: relative;
  color: #666666;
  word-wrap: break-word;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.comments_ul_reply_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-bottom-color: #F6F6F6;
  top: -0.2rem;
  left: 0.45rem;
}
.comments_ul_reply label {
  color: #FF7124;
}
.reserv {
  padding: 24px;
  padding-bottom: 140px;
  background: #fff;
}
.reserv *:focus {
  outline: none;
}
.reserv__title {
  font-size: 24px;
  line-height: 50px;
  font-weight: normal;
  margin-top: 10px;
}
.reserv__sm {
  font-size: 12px;
  line-height: 32px;
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.56);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.reserv__form {
  font-size: 16px;
  margin-top: 20px;
}
.reserv__form p {
  border-bottom: 1px solid #000;
  border-color: rgba(0, 0, 0, 0.04);
  width: 100%;
  float: left;
  padding: 10px 0 10px 0;
}
.reserv__form span {
  display: inline-block;
  width: 100px;
  float: left;
  line-height: 32px;
}
.reserv__form input,
.reserv__form select {
  border: 0;
  background: none;
  width: 120px;
  height: 32px;
  line-height: 32px;
  float: left;
}
.reserv__form .hq-btn {
  width: 100px;
  font-size: 14px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  background: rgba(255, 130, 0, 0.88);
  color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.reserv__form .disabled {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.56);
}
.reserv-btn {
  -webkit-box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.04);
  background: rgba(255, 255, 255, 0.96);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 8px 0 8px 0;
}
.zxzx {
  display: inline-block;
  float: left;
  width: 20%;
  text-align: center;
}
.zxzx a {
  color: rgba(0, 0, 0, 0.32);
  font-size: 10px;
}
.zxzx img {
  margin-bottom: 5px;
}
.form__submit {
  display: inline-block;
  line-height: 48px;
  height: 48px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background: #FF8200;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 75%;
}
.form__submit:hover {
  background: rgba(255, 130, 0, 0.9);
}
@media only screen and (device-width: 375px) and (device-height: 812px) {
  .reserv-btn {
    bottom: 33px;
  }
  .reserv-btn:after {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 34px;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
  }
}
/*--预约成功--*/
.reSuccess {
  padding: 24px;
  text-align: center;
  padding-top: 20%;
}
.reSuccess__p1 {
  font-size: 20px;
  line-height: 50px;
}
.reSuccess__p2 {
  font-size: 12px;
  line-height: 18px;
}
.reSuccess__butt {
  margin-top: 60px;
}
.reSuccess__butt a {
  display: inline-block;
  color: #fff;
  height: 48px;
  font-size: 18px;
  width: 100%;
  line-height: 48px;
  background: rgba(255, 130, 0, 0.88);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(255, 130, 0, 0.24);
  -moz-box-shadow: 0px 4px 8px 0px rgba(255, 130, 0, 0.24);
  box-shadow: 0px 4px 8px 0px rgba(255, 130, 0, 0.24);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: 1px solid #FF8200;
}
.reSuccess__butt a:hover {
  background: rgba(255, 130, 0, 0.68);
}
.fixed-bar-yyfw {
  position: absolute;
  width: 80px;
  bottom: 100px;
  right: 10px;
}
.not-found {
  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;
  height: 100%;
  background: #fff;
}
.not-found-main {
  text-align: center;
}
.not-found-main img {
  width: 1.3rem;
}
.not-found-main p {
  color: #666666;
  margin: 40px 0;
}
.not-found-main a {
  display: inline-block;
  border: 1px solid #FF7124;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 8px 37px;
}
.redPack_mask_box {
  display: none;
  z-index: 1;
  position: fixed;
}
.redPack_mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.56);
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  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;
}
.redPack_box {
  width: 2.95rem;
  min-height: 2.8rem;
  position: relative;
}
.redPack_box_main {
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.redPack_box_front,
.redPack_box_back {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.redPack_box_front {
  z-index: 2;
}
.redPack_box_back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.redPack_box_bg {
  width: 100%;
}
.redPack_box_close {
  position: absolute;
  right: 0;
  top: -0.4rem;
  height: 0.32rem;
  width: 0.32rem;
}
.redPack_box_openTip {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  font-family: PingFangSC;
  font-weight: bold;
  color: #fee1b3;
  line-height: 0.33rem;
}
.redPack_box .redPack_result {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
}
.redPack_box .redPack_result_success {
  margin-top: 0.24rem;
  font-size: 0.6rem;
  font-family: DIN;
  font-weight: bold;
  color: #fee1b3;
  line-height: 0.73rem;
}
.redPack_box .redPack_result_success span {
  font-size: 0.16rem;
  font-family: PingFangSC;
  font-weight: 400;
  color: #fee1b3;
  line-height: 0.22rem;
  vertical-align: baseline;
  margin-left: 2px;
}
.redPack_box .redPack_result_failed {
  font-size: 0.16rem;
  font-family: PingFangSC;
  font-weight: bold;
  color: #fee1b3;
  line-height: 0.22rem;
  margin-top: 0.56rem;
}
.redPack_box .redPack_result_sendDes {
  font-size: 0.12rem;
  font-family: PingFangSC;
  font-weight: 400;
  color: #fee1b3;
  line-height: 0.17rem;
}
.redPack_box .redPack_result .redPack_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.34rem;
}
.redPack_box .redPack_result .redPack_bottom_monery {
  font-size: 0.2rem;
  font-family: PingFangSC;
  font-weight: bold;
  color: #f05649;
  line-height: 0.28rem;
}
.redPack_box .redPack_result .redPack_bottom_monery span {
  font-size: 0.3rem;
  font-family: DIN;
  font-weight: bold;
}
.redPack_box .redPack_result .redPack_bottom_proDes {
  font-size: 0.2rem;
  font-family: PingFangSC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 0.28rem;
  padding: 0 0.24rem;
}
.redPack_box .redPack_result .redPack_bottom_btn {
  width: 1.12rem;
  height: 0.36rem;
  -webkit-border-radius: 0.19rem;
  -moz-border-radius: 0.19rem;
  border-radius: 0.19rem;
  border: 1px solid #f05649;
  font-size: 0.16rem;
  font-family: PingFangSC;
  font-weight: bold;
  color: #f05649;
  line-height: 0.36rem;
  display: inline-block;
}
.redPack_box .redPack_result .redPack_bottom_wait {
  font-size: 0.16rem;
  font-family: PingFangSC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 0.22rem;
}
@font-face {
  font-family: DIN;
  src: url('../../images/DIN-Bold.otf');
}
