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

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

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

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

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

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

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

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

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

ins,
a {
  text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.err_color {
  color: #FF5F5A !important; }

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

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

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

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

.fcred {
  color: red !important; }

.fcsc {
  color: #ff5b00 !important; }

.fc9d {
  color: #9d9d9d; }

.fc9b {
  color: #9b9b9b; }

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

.bgf9 {
  background: #f9f9f9 !important; }

.bgf8 {
  background: #f8fbff !important; }

.bgf7 {
  background: #f7f7f7 !important; }

.bgf5 {
  background: #f5f5f5 !important; }

.bgf3 {
  background: #f3f3f3 !important; }

.bgfc {
  background: #fcfcfc !important; }

.bgfw {
  background: #fff !important; }

.bgfb {
  background: #fbfbfb !important; }

.bgfa {
  background: #fafafa !important; }

.bg999 {
  background: #999 !important; }

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

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

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

.mr0 {
  margin-right: 0rem; }

.mb0 {
  margin-bottom: 0rem; }

.ml0 {
  margin-left: 0rem; }

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

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

.pb0 {
  padding-bottom: 0rem; }

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

.mt5 {
  margin-top: 0.06667rem; }

.mr5 {
  margin-right: 0.06667rem; }

.mb5 {
  margin-bottom: 0.06667rem; }

.ml5 {
  margin-left: 0.06667rem; }

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

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

.pb5 {
  padding-bottom: 0.06667rem; }

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

.mt10 {
  margin-top: 0.13333rem; }

.mr10 {
  margin-right: 0.13333rem; }

.mb10 {
  margin-bottom: 0.13333rem; }

.ml10 {
  margin-left: 0.13333rem; }

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

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

.pb10 {
  padding-bottom: 0.13333rem; }

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

.mt15 {
  margin-top: 0.2rem; }

.mr15 {
  margin-right: 0.2rem; }

.mb15 {
  margin-bottom: 0.2rem; }

.ml15 {
  margin-left: 0.2rem; }

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

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

.pb15 {
  padding-bottom: 0.2rem; }

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

.mt20 {
  margin-top: 0.26667rem; }

.mr20 {
  margin-right: 0.26667rem; }

.mb20 {
  margin-bottom: 0.26667rem; }

.ml20 {
  margin-left: 0.26667rem; }

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

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

.pb20 {
  padding-bottom: 0.26667rem; }

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

.mt25 {
  margin-top: 0.33333rem; }

.mr25 {
  margin-right: 0.33333rem; }

.mb25 {
  margin-bottom: 0.33333rem; }

.ml25 {
  margin-left: 0.33333rem; }

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

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

.pb25 {
  padding-bottom: 0.33333rem; }

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

.mt30 {
  margin-top: 0.4rem; }

.mr30 {
  margin-right: 0.4rem; }

.mb30 {
  margin-bottom: 0.4rem; }

.ml30 {
  margin-left: 0.4rem; }

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

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

.pb30 {
  padding-bottom: 0.4rem; }

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

.mt35 {
  margin-top: 0.46667rem; }

.mr35 {
  margin-right: 0.46667rem; }

.mb35 {
  margin-bottom: 0.46667rem; }

.ml35 {
  margin-left: 0.46667rem; }

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

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

.pb35 {
  padding-bottom: 0.46667rem; }

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

.mt40 {
  margin-top: 0.53333rem; }

.mr40 {
  margin-right: 0.53333rem; }

.mb40 {
  margin-bottom: 0.53333rem; }

.ml40 {
  margin-left: 0.53333rem; }

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

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

.pb40 {
  padding-bottom: 0.53333rem; }

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

.mt45 {
  margin-top: 0.6rem; }

.mr45 {
  margin-right: 0.6rem; }

.mb45 {
  margin-bottom: 0.6rem; }

.ml45 {
  margin-left: 0.6rem; }

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

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

.pb45 {
  padding-bottom: 0.6rem; }

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

.mt50 {
  margin-top: 0.66667rem; }

.mr50 {
  margin-right: 0.66667rem; }

.mb50 {
  margin-bottom: 0.66667rem; }

.ml50 {
  margin-left: 0.66667rem; }

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

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

.pb50 {
  padding-bottom: 0.66667rem; }

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

.mt60 {
  margin-top: 0.8rem; }

.mb60 {
  margin-bottom: 0.8rem; }

.pt60 {
  padding-top: 0.8rem; }

.pb60 {
  padding-bottom: 0.8rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.vm {
  vertical-align: middle; }

.ti {
  text-indent: 0.46rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ins,
a {
  text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.err_color {
  color: #FF5F5A !important; }

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

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

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

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

.fcred {
  color: red !important; }

.fcsc {
  color: #ff5b00 !important; }

.fc9d {
  color: #9d9d9d; }

.fc9b {
  color: #9b9b9b; }

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

.bgf9 {
  background: #f9f9f9 !important; }

.bgf8 {
  background: #f8fbff !important; }

.bgf7 {
  background: #f7f7f7 !important; }

.bgf5 {
  background: #f5f5f5 !important; }

.bgf3 {
  background: #f3f3f3 !important; }

.bgfc {
  background: #fcfcfc !important; }

.bgfw {
  background: #fff !important; }

.bgfb {
  background: #fbfbfb !important; }

.bgfa {
  background: #fafafa !important; }

.bg999 {
  background: #999 !important; }

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

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

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

.mr0 {
  margin-right: 0rem; }

.mb0 {
  margin-bottom: 0rem; }

.ml0 {
  margin-left: 0rem; }

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

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

.pb0 {
  padding-bottom: 0rem; }

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

.mt5 {
  margin-top: 0.06667rem; }

.mr5 {
  margin-right: 0.06667rem; }

.mb5 {
  margin-bottom: 0.06667rem; }

.ml5 {
  margin-left: 0.06667rem; }

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

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

.pb5 {
  padding-bottom: 0.06667rem; }

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

.mt10 {
  margin-top: 0.13333rem; }

.mr10 {
  margin-right: 0.13333rem; }

.mb10 {
  margin-bottom: 0.13333rem; }

.ml10 {
  margin-left: 0.13333rem; }

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

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

.pb10 {
  padding-bottom: 0.13333rem; }

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

.mt15 {
  margin-top: 0.2rem; }

.mr15 {
  margin-right: 0.2rem; }

.mb15 {
  margin-bottom: 0.2rem; }

.ml15 {
  margin-left: 0.2rem; }

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

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

.pb15 {
  padding-bottom: 0.2rem; }

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

.mt20 {
  margin-top: 0.26667rem; }

.mr20 {
  margin-right: 0.26667rem; }

.mb20 {
  margin-bottom: 0.26667rem; }

.ml20 {
  margin-left: 0.26667rem; }

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

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

.pb20 {
  padding-bottom: 0.26667rem; }

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

.mt25 {
  margin-top: 0.33333rem; }

.mr25 {
  margin-right: 0.33333rem; }

.mb25 {
  margin-bottom: 0.33333rem; }

.ml25 {
  margin-left: 0.33333rem; }

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

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

.pb25 {
  padding-bottom: 0.33333rem; }

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

.mt30 {
  margin-top: 0.4rem; }

.mr30 {
  margin-right: 0.4rem; }

.mb30 {
  margin-bottom: 0.4rem; }

.ml30 {
  margin-left: 0.4rem; }

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

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

.pb30 {
  padding-bottom: 0.4rem; }

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

.mt35 {
  margin-top: 0.46667rem; }

.mr35 {
  margin-right: 0.46667rem; }

.mb35 {
  margin-bottom: 0.46667rem; }

.ml35 {
  margin-left: 0.46667rem; }

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

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

.pb35 {
  padding-bottom: 0.46667rem; }

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

.mt40 {
  margin-top: 0.53333rem; }

.mr40 {
  margin-right: 0.53333rem; }

.mb40 {
  margin-bottom: 0.53333rem; }

.ml40 {
  margin-left: 0.53333rem; }

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

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

.pb40 {
  padding-bottom: 0.53333rem; }

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

.mt45 {
  margin-top: 0.6rem; }

.mr45 {
  margin-right: 0.6rem; }

.mb45 {
  margin-bottom: 0.6rem; }

.ml45 {
  margin-left: 0.6rem; }

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

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

.pb45 {
  padding-bottom: 0.6rem; }

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

.mt50 {
  margin-top: 0.66667rem; }

.mr50 {
  margin-right: 0.66667rem; }

.mb50 {
  margin-bottom: 0.66667rem; }

.ml50 {
  margin-left: 0.66667rem; }

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

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

.pb50 {
  padding-bottom: 0.66667rem; }

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

.mt60 {
  margin-top: 0.8rem; }

.mb60 {
  margin-bottom: 0.8rem; }

.pt60 {
  padding-top: 0.8rem; }

.pb60 {
  padding-bottom: 0.8rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.vm {
  vertical-align: middle; }

.ti {
  text-indent: 0.46rem; }

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

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

html,
body {
  height: auto;
  max-width: 540px;
  margin: 0 auto; }

.none {
  display: none; }

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

.bgfw {
  background: #fff; }

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

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

.tc {
  text-align: center; }

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

.c-red {
  color: #ff7274; }

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

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

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

.reservation-info {
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom); }
  .reservation-info .am-list-item {
    min-height: 1.44rem !important; }
    .reservation-info .am-list-item.am-input-item {
      height: 1.44rem;
      padding-right: 0 !important; }
    .reservation-info .am-list-item .am-list-line .am-list-extra {
      -webkit-flex-basis: 76%;
          -ms-flex-preferred-size: 76%;
              flex-basis: 76%;
      text-align: left; }
    .reservation-info .am-list-item .am-list-line .am-list-content {
      color: #666;
      font-size: 0.37333rem !important;
      overflow: auto;
      white-space: normal; }
    .reservation-info .am-list-item .am-list-line .am-list-brief {
      color: #999;
      font-size: 0.32rem;
      margin-top: 0; }
    .reservation-info .am-list-item .am-list-line .am-input-control input {
      font-size: 0.37333rem !important; }
    .reservation-info .am-list-item .am-list-line .am-textarea-control textarea {
      font-size: 0.37333rem !important; }
    .reservation-info .am-list-item .am-list-line-multiple {
      padding: 0 15px 0 0; }
    .reservation-info .am-list-item .am-input-label {
      color: #666;
      margin-right: 0; }
      .reservation-info .am-list-item .am-input-label.am-input-label-5 {
        width: 24%;
        font-size: 0.37333rem !important; }
  .reservation-info .phone-code-list .am-input-label {
    font-size: 0.37333rem !important;
    width: 2.02667rem; }
  .reservation-info .phone-code-list .am-input-extra {
    margin-right: 0.24rem; }
  .reservation-info .am-list-body {
    position: initial; }
    .reservation-info .am-list-body::before {
      background-color: #fff !important; }
  .reservation-info .am-tag {
    width: 1.46667rem;
    margin: 0.13333rem; }
  .reservation-info .am-tag-normal {
    background: rgba(0, 0, 0, 0.1); }
  .reservation-info .am-tag-active {
    color: #fff;
    background: #8ac24a; }
  .reservation-info .not-bor:after {
    background-color: #fff !important; }
  .reservation-info .not-bor ::after {
    background-color: transparent !important; }
  .reservation-info .not-bor .am-list-line {
    border: none !important; }
  .reservation-info .gray {
    background: #ddd !important;
    color: #999 !important; }

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

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

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

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

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

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

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

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

.reservation-success .langding-page-type2 {
  margin: 0 !important; }

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

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


/*# sourceMappingURL=https://sourcemap.huize.com/sourcemaps/../static/css/b8570964d9997476fa904e11a4d25ba8066a6ff8_CSS.9b325660.chunk.css.map*/