@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/*--------- 按钮颜色  ---- */
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
/*按钮*/
/*最大按钮*/
.wts-btn-big[data-v-10ea983e] {
  color: #fff;
  background-color: #0084ff;
  display: inline-block;
  text-align: center;
  width: 690px;
  width: 9.2rem;
  height: 90px;
  height: 1.2rem;
  font-size: 36px;
  font-size: 0.48rem;
  line-height: 90px;
  line-height: 1.2rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-big[data-v-10ea983e]:focus {
    color: #e6e6e6;
    background-color: #006acc;
}

/*中型按钮*/
.wts-btn-middle[data-v-10ea983e] {
  color: #fff;
  background-color: #ff6e06;
  display: inline-block;
  text-align: center;
  width: 294px;
  width: 3.92rem;
  height: 80px;
  height: 1.06667rem;
  font-size: 32px;
  font-size: 0.42667rem;
  line-height: 80px;
  line-height: 1.06667rem;
  border-radius: 8px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-middle[data-v-10ea983e]:focus {
    color: #e6e6e6;
    background-color: #d25800;
}

/*全局按钮*/
.wts-btn-all[data-v-10ea983e] {
  color: #fff;
  background-color: #ff6e06;
  display: inline-block;
  text-align: center;
  width: 750px;
  width: 10rem;
  height: 110px;
  height: 1.46667rem;
  font-size: 40px;
  font-size: 0.53333rem;
  line-height: 110px;
  line-height: 1.46667rem;
  border-radius: 0;
  display: block;
  text-align: center;
}
.wts-btn-all[data-v-10ea983e]:focus {
    color: #e6e6e6;
    background-color: #d25800;
}

/*全局按钮*/
.wts-btn-free[data-v-10ea983e] {
  color: #fff;
  background-color: #ff6e06;
  font-size: 30px;
  font-size: 0.4rem;
  border-radius: 5px;
  padding: 3px 10px;
  padding: 3px 0.13333rem;
  display: inline-block;
  text-align: center;
}
.wts-btn-free[data-v-10ea983e]:focus {
    color: #e6e6e6;
    background-color: #d25800;
}
.wts-btn-big-blue[data-v-10ea983e] {
  color: #fff;
  background-color: #3aa9f8;
  display: inline-block;
  text-align: center;
  width: 690px;
  width: 9.2rem;
  height: 94px;
  height: 1.25333rem;
  font-size: 32px;
  font-size: 0.42667rem;
  line-height: 94px;
  line-height: 1.25333rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-big-blue[data-v-10ea983e]:focus {
    color: #e6e6e6;
    background-color: #0994f6;
}

/*蓝色线型按钮-中*/
.wts-btn-cp[data-v-10ea983e] {
  color: #fff;
  background-color: #0084ff;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  width: 310px;
  width: 4.13333rem;
  height: 80px;
  height: 1.06667rem;
  font-size: 36px;
  font-size: 0.48rem;
  line-height: 76px;
  line-height: 1.01333rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-cp[data-v-10ea983e]:hover, .wts-btn-cp[data-v-10ea983e]:focus {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
}
.wts-btn-radius[data-v-10ea983e] {
  color: #aaa;
  background-color: #fff;
  border: 1px solid #aaa;
  display: inline-block;
  text-align: center;
  width: 153px;
  width: 2.04rem;
  height: 55px;
  height: 0.73333rem;
  font-size: 26px;
  font-size: 0.34667rem;
  line-height: 55px;
  line-height: 0.73333rem;
  border-radius: 25px;
  border-radius: 0.33333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-radius[data-v-10ea983e]:hover, .wts-btn-radius[data-v-10ea983e]:focus {
    color: #fff;
    background-color: #aaa;
    border: 1px solid #aaa;
}

/*微大型按钮*/
.wts-btn-big-01[data-v-10ea983e] {
  color: #fff;
  background-color: #0084ff;
  display: inline-block;
  text-align: center;
  width: 590px;
  width: 7.86667rem;
  height: 90px;
  height: 1.2rem;
  font-size: 36px;
  font-size: 0.48rem;
  line-height: 90px;
  line-height: 1.2rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-big-01[data-v-10ea983e]:focus {
    color: #e6e6e6;
    background-color: #006acc;
}

/*查看更多*/
.wts-btn-more[data-v-10ea983e] {
  display: block;
  border-top: 1px solid #eee;
  height: 86px;
  height: 1.14667rem;
  line-height: 86px;
  line-height: 1.14667rem;
  text-align: center;
  margin-left: -60px;
  margin-left: -0.8rem;
  color: #000;
  font-size: 28px;
  font-size: 0.37333rem;
  position: relative;
}
.wts-btn-more[data-v-10ea983e]:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 38%;
  margin-top: -18px;
  margin-top: -0.24rem;
  margin-left: 90px;
  margin-left: 1.2rem;
  width: 22px;
  width: 0.29333rem;
  height: 22px;
  height: 0.29333rem;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.body-container[data-v-10ea983e] {
  width: 750px;
  width: 10rem;
  margin: 0 auto;
  position: relative;
  background-color: #f5f5f5;
}
.lz-top-img[data-v-10ea983e] {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

/*单选框*/
.lz-radio[data-v-10ea983e] {
  position: relative;
  -webkit-appearance: none;
  width: 18px;
  width: 0.24rem;
  height: 18px;
  height: 0.24rem;
  background-color: transparent;
  border: none;
}
.lz-radio[data-v-10ea983e]:before {
  content: "\e623";
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 12px;
  font-size: 0.16rem;
  line-height: 18px;
  line-height: 0.24rem;
  text-align: center;
  width: 18px;
  width: 0.24rem;
  height: 18px;
  height: 0.24rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}
.lz-radio[data-v-10ea983e]:checked::before {
  background-color: #0084ff;
  border: 1px solid #0084ff;
}
.lz-radio-new[data-v-10ea983e] {
  position: relative;
  background-color: #fff;
  width: 40px;
  width: 0.53333rem;
  height: 40px;
  height: 0.53333rem;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #e5e5e5;
}
.lz-radio-new[data-check=true][data-v-10ea983e] {
  background-color: #0084ff;
  border: 1px solid #0084ff;
}
.lz-radio-new[data-check=true][data-v-10ea983e]:before {
  content: "\e6f0";
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 20px;
  font-size: 0.26667rem;
  line-height: 40px;
  line-height: 0.53333rem;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 2px;
  right: 4px;
  margin-top: -1px;
}

/*多选框*/
.lz-checkbox[data-v-10ea983e] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  width: 0.29333rem;
  height: 22px;
  height: 0.29333rem;
  background-color: transparent;
  border: none;
}
.lz-checkbox[data-v-10ea983e]:before {
  content: "\e64e";
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 14px;
  font-size: 0.18667rem;
  line-height: 24px;
  line-height: 0.32rem;
  text-align: center;
  width: 22px;
  width: 0.29333rem;
  height: 22px;
  height: 0.29333rem;
  background-color: #fff;
  color: transparent;
  border: 1px solid #ccc;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.lz-checkbox[data-v-10ea983e]:checked::before {
  color: #0084ff;
  background-color: #fff;
  border: 1px solid #0084ff;
}

/*多选框2-选择外层选中*/
.lz-checkbox-02[data-v-10ea983e] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  width: 0.29333rem;
  height: 22px;
  height: 0.29333rem;
  background-color: transparent;
  border: none;
}
.lz-checkbox-02[data-v-10ea983e]:before {
  content: "\e623";
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 14px;
  font-size: 0.18667rem;
  line-height: 21px;
  line-height: 0.28rem;
  text-align: center;
  width: 22px;
  width: 0.29333rem;
  height: 21px;
  height: 0.28rem;
  background-color: #fff;
  color: transparent;
  border: 1px solid #ccc;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.checkLi[data-v-10ea983e] {
  color: #0084ff !important;
}
.checkLi .lz-checkbox-02[data-v-10ea983e]:before {
    color: #fff;
    background-color: #0084ff;
    border: 1px solid #0084ff;
}

/*底部按钮*/
.lz-apply-btn[data-v-10ea983e] {
  position: fixed;
  bottom: 0;
  border-top: 2px solid #fff;
  z-index: 20;
  color: #666;
  background-color: #f0f0f0;
  display: inline-block;
  text-align: center;
  width: 750px;
  width: 10rem;
  height: 100px;
  height: 1.33333rem;
  font-size: 32px;
  font-size: 0.42667rem;
  line-height: 90px;
  line-height: 1.2rem;
  border-radius: 0;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.lz-apply-btn i[data-v-10ea983e] {
    font-size: 40px;
    font-size: 0.53333rem;
    margin-right: 10px;
    margin-right: 0.13333rem;
}

/*底部提示*/
.lz-lp-footer[data-v-10ea983e] {
  position: absolute;
  bottom: 100px;
  bottom: 1.33333rem;
  padding: 10px;
  padding: 0.13333rem;
}
.lz-lp-footer p[data-v-10ea983e] {
    margin-bottom: 10px;
    margin-bottom: 0.13333rem;
}

/*顶部返回栏*/
.lz-top-title-empty[data-v-10ea983e] {
  width: 100%;
  height: 90px;
  height: 1.2rem;
}
.lz-top-title[data-v-10ea983e] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
  width: 100%;
  height: 90px;
  height: 1.2rem;
  line-height: 90px;
  line-height: 1.2rem;
  background-color: #0084ff;
  color: #fff;
  font-size: 28px;
  font-size: 0.37333rem;
}
.lz-top-title .left[data-v-10ea983e] {
    position: absolute;
    top: 0;
    left: 20px;
    left: 0.26667rem;
    color: #fff;
}
.lz-top-title .right[data-v-10ea983e] {
    position: absolute;
    top: 0;
    right: 20px;
    right: 0.26667rem;
    color: #fff;
}
.lz-top-title .center[data-v-10ea983e] {
    text-align: center;
    font-size: 32px;
    font-size: 0.42667rem;
}

/*订单页*/
.lz-order-list[data-v-10ea983e] {
  background-color: #fff;
  padding-top: 44px;
  padding-top: 0.58667rem;
}
.lz-order-list .titles[data-v-10ea983e] {
    font-size: 36px;
    font-size: 0.48rem;
    color: #222;
    text-align: center;
}
.lz-order-list .need-com[data-v-10ea983e] {
    position: relative;
    top: -4px;
    font-size: 12px;
    font-size: 0.16rem;
    line-height: 1.2;
    padding: 1px 8px;
    background-color: #fff;
    position: relative;
    color: #fff;
    border-radius: 5px;
    font-size: 28px;
    font-size: 0.37333rem;
    border: 1px solid #0084ff;
    margin-left: 5px;
    color: #0084ff;
}
.lz-order-list .need-com[data-v-10ea983e]::before {
      content: '';
      position: absolute;
      left: -6px;
      top: 50%;
      margin-top: -3px;
      width: 0;
      height: 0;
      border: 3px solid transparent;
      border-right-color: #fff;
}
.lz-order-list .need-com[data-v-10ea983e]:before {
    content: 0;
}
.lz-order-list .uls-order[data-v-10ea983e] {
    width: 100%;
}
.lz-order-list .uls-order > li[data-v-10ea983e] {
      text-align: center;
      font-size: 36px;
      font-size: 0.48rem;
      display: block;
      padding: 40px 0;
      padding: 0.53333rem 0;
}
.lz-order-list .uls-order > li .order-name[data-v-10ea983e] {
        display: block;
        line-height: 40px;
        line-height: 0.53333rem;
        color: #000;
}
.lz-order-list .uls-order > li .order-inform[data-v-10ea983e] {
        font-size: 60px;
        font-size: 0.8rem;
        display: block;
        margin-top: 4px;
        line-height: 80px;
        line-height: 1.06667rem;
        color: #ff6f07;
}
.lz-order-list .btn-check[data-v-10ea983e],
  .lz-order-list .btn-pay[data-v-10ea983e] {
    color: #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    width: 180px;
    width: 2.4rem;
    height: 60px;
    height: 0.8rem;
    font-size: 28px;
    font-size: 0.37333rem;
    line-height: 56px;
    line-height: 0.74667rem;
    border-radius: 0;
    float: right;
    margin-left: 10px;
    margin-left: 0.13333rem;
}
.lz-order-list .btn-check[data-v-10ea983e]:hover, .lz-order-list .btn-check[data-v-10ea983e]:focus,
    .lz-order-list .btn-pay[data-v-10ea983e]:hover,
    .lz-order-list .btn-pay[data-v-10ea983e]:focus {
      color: #fff;
      background-color: #ccc;
      border: 1px solid #ccc;
}
.pay-many[data-v-10ea983e] {
  margin-top: 12px;
  margin-top: 0.16rem;
  line-height: 88px;
  line-height: 1.17333rem;
  display: block;
  padding-left: 30px;
  padding-left: 0.4rem;
  font-size: 36px;
  font-size: 0.48rem;
}
.lz-bankBanch[data-v-10ea983e] {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.lz-bankBanch.active[data-v-10ea983e] {
    display: block;
}
.lz-bankBanch .lz-drop-search[data-v-10ea983e] {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.lz-bankBanch .lz-drop-search .title[data-v-10ea983e] {
      position: relative;
      width: 100%;
      height: 100px;
      height: 1.33333rem;
      line-height: 100px;
      line-height: 1.33333rem;
      font-size: 34px;
      font-size: 0.45333rem;
      text-align: center;
}
.lz-bankBanch .lz-drop-search .title i[data-v-10ea983e] {
        font-size: 50px;
        font-size: 0.66667rem;
        position: absolute;
        right: 0;
        top: 0;
        width: 80px;
        width: 1.06667rem;
        line-height: 100px;
        line-height: 1.33333rem;
}
.lz-bankBanch .lz-drop-search .search-box[data-v-10ea983e] {
      position: relative;
      width: 100%;
      height: 100px;
      height: 1.33333rem;
      padding: 15px 40px;
      padding: 0.2rem 0.53333rem;
      text-align: center;
      background-color: #f5f5f5;
}
.lz-bankBanch .lz-drop-search .search-box i[data-v-10ea983e] {
        position: absolute;
        left: 50px;
        left: 0.66667rem;
        top: 50%;
        margin-top: -35px;
        margin-top: -0.46667rem;
        font-size: 30px;
        font-size: 0.4rem;
        height: 70px;
        height: 0.93333rem;
        line-height: 70px;
        line-height: 0.93333rem;
        color: #999;
}
.lz-bankBanch .lz-drop-search .search[data-v-10ea983e] {
      display: block;
      width: 100%;
      height: 70px;
      height: 0.93333rem;
      background-color: #fff;
      color: #333;
      padding-left: 50px;
      padding-left: 0.66667rem;
      margin: 0;
      border-color: #fff;
      font-size: 32px;
      font-size: 0.42667rem;
      border: none;
}
.lz-bankBanch .lz-drop-search .selected[data-v-10ea983e] {
      width: 100%;
      height: 300px;
      height: 4rem;
      padding: 10px 20px;
      padding: 0.13333rem 0.26667rem;
      overflow: auto !important;
}
.lz-bankBanch .lz-drop-search .selected .option[data-v-10ea983e] {
        position: relative;
        display: block;
        min-height: 20px;
        min-height: 0.26667rem;
        width: 100%;
        font-size: 16px;
        font-size: 0.21333rem;
        line-height: 20px;
        line-height: 0.26667rem;
        padding: 5px 0;
        color: #666;
        border-top: 1px solid #ececec;
}
.lz-bankBanch .lz-drop-search .selected .option[data-v-10ea983e]:first-child {
          border-top: none;
}
.lz-list-block[data-v-10ea983e] {
  position: relative;
}
.lz-list-block .ul-List .icons-left[data-v-10ea983e] {
    position: absolute;
    width: 50px;
    width: 0.66667rem;
    left: 0;
    top: 25px;
    top: 0.33333rem;
    display: inline-block;
    height: 50px;
    height: 0.66667rem;
    font-size: 44px;
    font-size: 0.58667rem;
    color: #0084ff;
}
.lz-list-block .ul-List .ripple[data-v-10ea983e] {
    position: relative;
    overflow: hidden;
}
.lz-list-block .ul-List .ripple[data-v-10ea983e]:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      background-image: radial-gradient(circle, #666 10%, transparent 10.01%);
      background-repeat: no-repeat;
      background-position: 50%;
      -webkit-transform: scale(10, 10);
          -ms-transform: scale(10, 10);
              transform: scale(10, 10);
      opacity: 0;
      -webkit-transition: opacity .5s, -webkit-transform .3s;
      transition: opacity .5s, -webkit-transform .3s;
      transition: transform .3s, opacity .5s;
      transition: transform .3s, opacity .5s, -webkit-transform .3s;
}
.lz-list-block .ul-List .ripple[data-v-10ea983e]:active:after {
      -webkit-transform: scale(0, 0);
          -ms-transform: scale(0, 0);
              transform: scale(0, 0);
      opacity: .3;
      -webkit-transition: 0s;
      transition: 0s;
}
.lz-list-block .ul-List .item-content[data-v-10ea983e] {
    background-color: #fff;
    width: 100%;
    line-height: 100px;
    line-height: 1.33333rem;
    height: 100px;
    height: 1.33333rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    padding: 0 0.4rem;
    border-bottom: 1px solid #e7e7e7;
    font-size: 30px;
    font-size: 0.4rem;
}
.lz-list-block .ul-List .item-content > a.item-link[data-v-10ea983e] {
      font-size: 30px;
      font-size: 0.4rem;
      display: block;
      width: 100%;
      height: 100%;
      color: #000;
}
.lz-list-block .ul-List .item-content .item-inner[data-v-10ea983e] {
      width: 100%;
      height: 100%;
      position: relative;
      padding-right: 40px;
      padding-right: 0.53333rem;
      padding-left: 70px;
      padding-left: 0.93333rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.lz-list-block .ul-List .item-content .icon-gerenziliao[data-v-10ea983e] {
      font-size: 30px;
      font-size: 0.4rem;
}
.lz-list-block .ul-List .item-content .icons-right[data-v-10ea983e] {
      position: absolute;
      right: 0;
      top: 0;
      display: inline-block;
      height: 100px;
      height: 1.33333rem;
      line-height: 100px;
      line-height: 1.33333rem;
      font-size: 36px;
      font-size: 0.48rem;
      color: #cac9ce;
}
.lz-list-block .ul-List .item-content .item-form[data-v-10ea983e] {
      padding-left: 0;
}
.lz-list-block .ul-List .item-content .item-form .item-e-left[data-v-10ea983e] {
        width: 30%;
        height: 100%;
        display: inline-block;
        float: left;
}
.lz-list-block .ul-List .item-content .item-form .item-e-right[data-v-10ea983e] {
        width: 68%;
        height: 100%;
        text-align: right;
        display: inline-block;
        float: right;
        margin-bottom: 0;
}
.lz-list-block .ul-List .item-content .item-form input[type="text"][data-v-10ea983e] {
        border: none;
        background-color: #fff;
}
.lz-list-block .ul-List .item-content .item-form .lz-radio[data-v-10ea983e] {
        margin-top: 30px;
        margin-top: 0.4rem;
}
.lz-list-block .ul-List .item-content .item-form .date-input[data-v-10ea983e] {
        border: none;
        text-align: right;
        background-color: #fff;
        height: 90px;
        height: 1.2rem;
        line-height: 90px;
        line-height: 1.2rem;
        margin-right: -55px;
        margin-right: -0.73333rem;
}
.lz-list-block .ul-List .item-content .item-title[data-v-10ea983e] {
      padding: 0;
}
.lz-list-block .ul-List .item-content .item-title .item-img[data-v-10ea983e] {
        position: absolute;
        right: 0;
        top: 5px;
        width: 90px;
        width: 1.2rem;
        height: 90px;
        height: 1.2rem;
        border-radius: 50%;
}
.shadeBox[data-v-10ea983e] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
#emptyDom[data-v-10ea983e] {
  font-size: 34px;
  font-size: 0.45333rem;
}
#emptyDom .empty-icon[data-v-10ea983e] {
    width: 185px;
    width: 2.46667rem;
    display: block;
    margin: 30px auto 10px;
    margin: 0.4rem auto 0.13333rem;
}
#emptyDom p[data-v-10ea983e] {
    text-align: center;
    font-size: 34px;
    font-size: 0.45333rem;
}
.lz-layer-bg[data-v-10ea983e] {
  background-color: transparent !important;
}
.layui-m-layer2 .layui-m-layerchild p[data-v-10ea983e] {
  color: #fff;
}
.layout-enter-active[data-v-10ea983e], .layout-leave-active[data-v-10ea983e] {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.layout-enter[data-v-10ea983e], .layout-leave-active[data-v-10ea983e] {
  opacity: 0;
}
.van-picker button[data-v-10ea983e] {
  font-size: 30px;
  font-size: 0.4rem;
}
.van-image[data-v-10ea983e] {
  vertical-align: middle;
}
.van-image img[data-v-10ea983e] {
    vertical-align: middle;
}
.share-process-yindao[data-v-10ea983e] {
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  width: 750px;
  width: 10rem;
}
.share-process-yindao .layui-m-layercont[data-v-10ea983e] {
    text-align: right;
    padding-right: 20px;
    padding-right: 0.26667rem;
    padding-top: 20px;
    padding-top: 0.26667rem;
}
.share-process-yindao img[data-v-10ea983e] {
    width: 560px;
    width: 7.46667rem;
}
.vue-puzzle-vcode[data-v-10ea983e] {
  z-index: 999999 !important;
}
.vue-puzzle-vcode .vue-auth-box_[data-v-10ea983e] {
    top: 50%;
}
.margin-top-10[data-v-10ea983e] {
  margin-top: 10px !important;
  margin-top: 0.13333rem !important;
}
.margin-top-20[data-v-10ea983e] {
  margin-top: 20px !important;
  margin-top: 0.26667rem !important;
}
.margin-top-30[data-v-10ea983e] {
  margin-top: 30px !important;
  margin-top: 0.4rem !important;
}
.margin-top-40[data-v-10ea983e] {
  margin-top: 40px !important;
  margin-top: 0.53333rem !important;
}
.margin-top-50[data-v-10ea983e] {
  margin-top: 50px !important;
  margin-top: 0.66667rem !important;
}
.margin-top-60[data-v-10ea983e] {
  margin-top: 60px !important;
  margin-top: 0.8rem !important;
}
.margin-right-10[data-v-10ea983e] {
  margin-right: 10px !important;
  margin-right: 0.13333rem !important;
}
.margin-right-20[data-v-10ea983e] {
  margin-right: 20px !important;
  margin-right: 0.26667rem !important;
}
.margin-right-30[data-v-10ea983e] {
  margin-right: 30px !important;
  margin-right: 0.4rem !important;
}
.margin-right-40[data-v-10ea983e] {
  margin-right: 40px !important;
  margin-right: 0.53333rem !important;
}
.margin-right-50[data-v-10ea983e] {
  margin-right: 50px !important;
  margin-right: 0.66667rem !important;
}
.margin-right-60[data-v-10ea983e] {
  margin-right: 60px !important;
  margin-right: 0.8rem !important;
}
.margin-bottom-10[data-v-10ea983e] {
  margin-bottom: 10px !important;
  margin-bottom: 0.13333rem !important;
}
.margin-bottom-20[data-v-10ea983e] {
  margin-bottom: 20px !important;
  margin-bottom: 0.26667rem !important;
}
.margin-bottom-30[data-v-10ea983e] {
  margin-bottom: 30px !important;
  margin-bottom: 0.4rem !important;
}
.margin-bottom-40[data-v-10ea983e] {
  margin-bottom: 40px !important;
  margin-bottom: 0.53333rem !important;
}
.margin-bottom-50[data-v-10ea983e] {
  margin-bottom: 50px !important;
  margin-bottom: 0.66667rem !important;
}
.margin-bottom-60[data-v-10ea983e] {
  margin-bottom: 60px !important;
  margin-bottom: 0.8rem !important;
}
.margin-left-10[data-v-10ea983e] {
  margin-left: 10px !important;
  margin-left: 0.13333rem !important;
}
.margin-left-20[data-v-10ea983e] {
  margin-left: 20px !important;
  margin-left: 0.26667rem !important;
}
.margin-left-30[data-v-10ea983e] {
  margin-left: 30px !important;
  margin-left: 0.4rem !important;
}
.margin-left-40[data-v-10ea983e] {
  margin-left: 40px !important;
  margin-left: 0.53333rem !important;
}
.margin-left-50[data-v-10ea983e] {
  margin-left: 50px !important;
  margin-left: 0.66667rem !important;
}
.margin-left-60[data-v-10ea983e] {
  margin-left: 60px !important;
  margin-left: 0.8rem !important;
}
.padding-top-10[data-v-10ea983e] {
  padding-top: 10px !important;
  padding-top: 0.13333rem !important;
}
.padding-top-20[data-v-10ea983e] {
  padding-top: 20px !important;
  padding-top: 0.26667rem !important;
}
.padding-top-30[data-v-10ea983e] {
  padding-top: 30px !important;
  padding-top: 0.4rem !important;
}
.padding-top-40[data-v-10ea983e] {
  padding-top: 40px !important;
  padding-top: 0.53333rem !important;
}
.padding-top-50[data-v-10ea983e] {
  padding-top: 50px !important;
  padding-top: 0.66667rem !important;
}
.padding-top-60[data-v-10ea983e] {
  padding-top: 60px !important;
  padding-top: 0.8rem !important;
}
.padding-right-10[data-v-10ea983e] {
  padding-right: 10px !important;
  padding-right: 0.13333rem !important;
}
.padding-right-20[data-v-10ea983e] {
  padding-right: 20px !important;
  padding-right: 0.26667rem !important;
}
.padding-right-30[data-v-10ea983e] {
  padding-right: 30px !important;
  padding-right: 0.4rem !important;
}
.padding-right-40[data-v-10ea983e] {
  padding-right: 40px !important;
  padding-right: 0.53333rem !important;
}
.padding-right-50[data-v-10ea983e] {
  padding-right: 50px !important;
  padding-right: 0.66667rem !important;
}
.padding-right-60[data-v-10ea983e] {
  padding-right: 60px !important;
  padding-right: 0.8rem !important;
}
.padding-bottom-10[data-v-10ea983e] {
  padding-bottom: 10px !important;
  padding-bottom: 0.13333rem !important;
}
.padding-bottom-20[data-v-10ea983e] {
  padding-bottom: 20px !important;
  padding-bottom: 0.26667rem !important;
}
.padding-bottom-30[data-v-10ea983e] {
  padding-bottom: 30px !important;
  padding-bottom: 0.4rem !important;
}
.padding-bottom-40[data-v-10ea983e] {
  padding-bottom: 40px !important;
  padding-bottom: 0.53333rem !important;
}
.padding-bottom-50[data-v-10ea983e] {
  padding-bottom: 50px !important;
  padding-bottom: 0.66667rem !important;
}
.padding-bottom-60[data-v-10ea983e] {
  padding-bottom: 60px !important;
  padding-bottom: 0.8rem !important;
}
.padding-left-10[data-v-10ea983e] {
  padding-left: 10px !important;
  padding-left: 0.13333rem !important;
}
.padding-left-20[data-v-10ea983e] {
  padding-left: 20px !important;
  padding-left: 0.26667rem !important;
}
.padding-left-30[data-v-10ea983e] {
  padding-left: 30px !important;
  padding-left: 0.4rem !important;
}
.padding-left-40[data-v-10ea983e] {
  padding-left: 40px !important;
  padding-left: 0.53333rem !important;
}
.padding-left-50[data-v-10ea983e] {
  padding-left: 50px !important;
  padding-left: 0.66667rem !important;
}
.padding-left-60[data-v-10ea983e] {
  padding-left: 60px !important;
  padding-left: 0.8rem !important;
}
.bac-transparent[data-v-10ea983e] {
  background-color: transparent !important;
}
.bac-transparent .layui-m-layerchild[data-v-10ea983e] {
    background-color: transparent !important;
}
.layui-m-layer-lzAlert[data-v-10ea983e] {
  width: 80% !important;
}
.layui-m-layer-lzAlert h3[data-v-10ea983e] {
    line-height: 32px;
    line-height: 0.42667rem;
    height: unset;
    padding-top: 46px;
    padding-top: 0.61333rem;
    font-size: 32px;
    font-size: 0.42667rem;
}
.layui-m-layer-lzAlert .layui-m-layercont[data-v-10ea983e] {
    font-size: 30px;
    font-size: 0.4rem;
    max-height: 300px;
    max-height: 4rem;
    overflow: auto;
    word-break: break-all;
    padding: 60px 40px;
    padding: 0.8rem 0.53333rem;
}
.layui-m-layer-lzAlert .layui-m-layerbtn span[yes][data-v-10ea983e] {
    font-size: 30px;
    font-size: 0.4rem;
    color: #0084ff !important;
}
.layui-m-layer-inquiry[data-v-10ea983e] {
  width: 80% !important;
}
.layui-m-layer-inquiry .layui-m-layercont[data-v-10ea983e] {
    font-size: 30px;
    font-size: 0.4rem;
}
.layui-m-layer-design-lzAlert[data-v-10ea983e] {
  width: 670px !important;
  width: 8.93333rem !important;
  padding-bottom: 70px;
  padding-bottom: 0.93333rem;
  border-radius: 32px !important;
  border-radius: 0.42667rem !important;
  background: url(../../static-product/img/alertbg.dacbbd63.png) no-repeat;
  background-size: 401px 334px;
  background-size: 5.34667rem 4.45333rem;
  background-position: center 168px;
  background-position: center 2.24rem;
  background-color: #fff;
}
.layui-m-layer-design-lzAlert .layui-m-layercont[data-v-10ea983e] {
    font-size: 30px;
    font-size: 0.4rem;
    overflow: auto;
    word-break: break-all;
    padding: 60px 40px;
    padding: 0.8rem 0.53333rem;
}
.layui-m-layer-design-lzAlert .layui-m-layercont .title[data-v-10ea983e] {
      font-size: 38px;
      font-size: 0.50667rem;
      line-height: 48px;
      line-height: 0.64rem;
      color: #000;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: PingFangSC-Semibold;
}
.layui-m-layer-design-lzAlert .layui-m-layercont .desc[data-v-10ea983e] {
      font-size: 32px;
      font-size: 0.42667rem;
      color: #3c464f;
      text-align: center;
      line-height: 48px;
      line-height: 0.64rem;
      height: 144px;
      height: 1.92rem;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      margin-top: 439px;
      margin-top: 5.85333rem;
      font-family: PingFangSC-Regular;
}
.layui-m-layer-design-lzAlert .layui-m-layerbtn[data-v-10ea983e] {
    width: 345px;
    width: 4.6rem;
    height: 95px;
    height: 1.26667rem;
    line-height: 95px;
    line-height: 1.26667rem;
    background: #3c7cfc;
    border: 1px solid #3c7cfc;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 22px 0 rgba(60, 124, 252, 0.2);
    -webkit-box-shadow: 0 0.13333rem 0.29333rem 0 rgba(60, 124, 252, 0.2);
            box-shadow: 0 10px 22px 0 rgba(60, 124, 252, 0.2);
            box-shadow: 0 0.13333rem 0.29333rem 0 rgba(60, 124, 252, 0.2);
    border-radius: 54px;
    border-radius: 0.72rem;
    margin: 0 auto;
}
.layui-m-layer-design-lzAlert .layui-m-layerbtn span[yes][data-v-10ea983e] {
      font-size: 36px;
      font-size: 0.48rem;
      color: #fff;
}
.layui-m-layer-design-lzAlert .layui-m-layerbtn span[yes][data-v-10ea983e]:active {
      background: #3c7cfc;
}

/*按钮*/
/*最大按钮*/
.wts-btn-big[data-v-10ea983e] {
  color: #fff;
  background-color: #0084ff;
  display: inline-block;
  text-align: center;
  width: 690px;
  width: 9.2rem;
  height: 90px;
  height: 1.2rem;
  font-size: 36px;
  font-size: 0.48rem;
  line-height: 90px;
  line-height: 1.2rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-big[data-v-10ea983e]:focus {
    color: #e6e6e6;
    background-color: #006acc;
}

/*中型按钮*/
.wts-btn-middle[data-v-10ea983e] {
  color: #fff;
  background-color: #ff6e06;
  display: inline-block;
  text-align: center;
  width: 294px;
  width: 3.92rem;
  height: 80px;
  height: 1.06667rem;
  font-size: 32px;
  font-size: 0.42667rem;
  line-height: 80px;
  line-height: 1.06667rem;
  border-radius: 8px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-middle[data-v-10ea983e]:focus {
    color: #e6e6e6;
    background-color: #d25800;
}

/*全局按钮*/
.wts-btn-all[data-v-10ea983e] {
  color: #fff;
  background-color: #ff6e06;
  display: inline-block;
  text-align: center;
  width: 750px;
  width: 10rem;
  height: 110px;
  height: 1.46667rem;
  font-size: 40px;
  font-size: 0.53333rem;
  line-height: 110px;
  line-height: 1.46667rem;
  border-radius: 0;
  display: block;
  text-align: center;
}
.wts-btn-all[data-v-10ea983e]:focus {
    color: #e6e6e6;
    background-color: #d25800;
}

/*全局按钮*/
.wts-btn-free[data-v-10ea983e] {
  color: #fff;
  background-color: #ff6e06;
  font-size: 30px;
  font-size: 0.4rem;
  border-radius: 5px;
  padding: 3px 10px;
  padding: 3px 0.13333rem;
  display: inline-block;
  text-align: center;
}
.wts-btn-free[data-v-10ea983e]:focus {
    color: #e6e6e6;
    background-color: #d25800;
}
.wts-btn-big-blue[data-v-10ea983e] {
  color: #fff;
  background-color: #3aa9f8;
  display: inline-block;
  text-align: center;
  width: 690px;
  width: 9.2rem;
  height: 94px;
  height: 1.25333rem;
  font-size: 32px;
  font-size: 0.42667rem;
  line-height: 94px;
  line-height: 1.25333rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-big-blue[data-v-10ea983e]:focus {
    color: #e6e6e6;
    background-color: #0994f6;
}

/*蓝色线型按钮-中*/
.wts-btn-cp[data-v-10ea983e] {
  color: #fff;
  background-color: #0084ff;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  width: 310px;
  width: 4.13333rem;
  height: 80px;
  height: 1.06667rem;
  font-size: 36px;
  font-size: 0.48rem;
  line-height: 76px;
  line-height: 1.01333rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-cp[data-v-10ea983e]:hover, .wts-btn-cp[data-v-10ea983e]:focus {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
}
.wts-btn-radius[data-v-10ea983e] {
  color: #aaa;
  background-color: #fff;
  border: 1px solid #aaa;
  display: inline-block;
  text-align: center;
  width: 153px;
  width: 2.04rem;
  height: 55px;
  height: 0.73333rem;
  font-size: 26px;
  font-size: 0.34667rem;
  line-height: 55px;
  line-height: 0.73333rem;
  border-radius: 25px;
  border-radius: 0.33333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-radius[data-v-10ea983e]:hover, .wts-btn-radius[data-v-10ea983e]:focus {
    color: #fff;
    background-color: #aaa;
    border: 1px solid #aaa;
}

/*微大型按钮*/
.wts-btn-big-01[data-v-10ea983e] {
  color: #fff;
  background-color: #0084ff;
  display: inline-block;
  text-align: center;
  width: 590px;
  width: 7.86667rem;
  height: 90px;
  height: 1.2rem;
  font-size: 36px;
  font-size: 0.48rem;
  line-height: 90px;
  line-height: 1.2rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-big-01[data-v-10ea983e]:focus {
    color: #e6e6e6;
    background-color: #006acc;
}

/*查看更多*/
.wts-btn-more[data-v-10ea983e] {
  display: block;
  border-top: 1px solid #eee;
  height: 86px;
  height: 1.14667rem;
  line-height: 86px;
  line-height: 1.14667rem;
  text-align: center;
  margin-left: -60px;
  margin-left: -0.8rem;
  color: #000;
  font-size: 28px;
  font-size: 0.37333rem;
  position: relative;
}
.wts-btn-more[data-v-10ea983e]:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 38%;
  margin-top: -18px;
  margin-top: -0.24rem;
  margin-left: 90px;
  margin-left: 1.2rem;
  width: 22px;
  width: 0.29333rem;
  height: 22px;
  height: 0.29333rem;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.lz-readys[data-v-10ea983e] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  z-index: 9999;
}
.lz-readys .spinner[data-v-10ea983e] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-top: -0.26667rem;
    margin-left: -20px;
    margin-left: -0.26667rem;
    width: 40px;
    width: 0.53333rem;
    height: 40px;
    height: 0.53333rem;
}
.lz-readys .container1 > div[data-v-10ea983e],
  .lz-readys .container2 > div[data-v-10ea983e],
  .lz-readys .container3 > div[data-v-10ea983e] {
    width: 10px;
    width: 0.13333rem;
    height: 10px;
    height: 0.13333rem;
    background-color: #0084ff;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay-10ea983e 1.2s infinite ease-in-out;
    animation: bouncedelay-10ea983e 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.lz-readys .spinner .spinner-container[data-v-10ea983e] {
    position: absolute;
    width: 100%;
    height: 100%;
}
.lz-readys .container2[data-v-10ea983e] {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
        transform: rotateZ(45deg);
}
.lz-readys .container3[data-v-10ea983e] {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
        transform: rotateZ(90deg);
}
.lz-readys .circle1[data-v-10ea983e] {
    top: 0;
    left: 0;
}
.lz-readys .circle2[data-v-10ea983e] {
    top: 0;
    right: 0;
}
.lz-readys .circle3[data-v-10ea983e] {
    right: 0;
    bottom: 0;
}
.lz-readys .circle4[data-v-10ea983e] {
    left: 0;
    bottom: 0;
}
.lz-readys .container2 .circle1[data-v-10ea983e] {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.lz-readys .container3 .circle1[data-v-10ea983e] {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.lz-readys .container1 .circle2[data-v-10ea983e] {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.lz-readys .container2 .circle2[data-v-10ea983e] {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.lz-readys .container3 .circle2[data-v-10ea983e] {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.lz-readys .container1 .circle3[data-v-10ea983e] {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.lz-readys .container2 .circle3[data-v-10ea983e] {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lz-readys .container3 .circle3[data-v-10ea983e] {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.lz-readys .container1 .circle4[data-v-10ea983e] {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.lz-readys .container2 .circle4[data-v-10ea983e] {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.lz-readys .container3 .circle4[data-v-10ea983e] {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay-10ea983e {
0%,
  80%,
  100% {
    -webkit-transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
}
}
@keyframes bouncedelay-10ea983e {
0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
40% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}
.lz-readys .loadText[data-v-10ea983e] {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100px;
    width: 1.33333rem;
    margin-left: -50px;
    margin-left: -0.66667rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 14px;
    font-size: 0.18667rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    padding-bottom: 0.13333rem;
}
.lz-readys .loadText .gifLoad[data-v-10ea983e] {
      width: 60px;
      width: 0.8rem;
      height: 60px;
      height: 0.8rem;
      display: block;
      margin: 10px auto;
      margin: 0.13333rem auto;
}
.design-modal[data-v-10ea983e] {
  width: 630px;
  width: 8.4rem;
}
.design-modal.design-modal-footer[data-v-10ea983e] {
    width: 690px;
    width: 9.2rem;
    bottom: 20px;
    bottom: 0.26667rem;
    top: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-radius: 10px;
    border-radius: 0.13333rem;
    background: rgba(255, 255, 255, 0.8);
}
.design-modal.design-modal-footer .van-dialog__footer[data-v-10ea983e] {
      display: none;
}
.design-modal.design-modal-confirm[data-v-10ea983e] {
    width: 650px;
    width: 8.66667rem;
}
.design-modal.design-modal-confirm .van-dialog__content .van-dialog__message[data-v-10ea983e] {
      padding: 40px 30px;
      padding: 0.53333rem 0.4rem;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-button--default[data-v-10ea983e] {
      width: 260px;
      width: 3.46667rem;
      height: 80px;
      height: 1.06667rem;
      background: #236DFF;
      border-radius: 40px;
      border-radius: 0.53333rem;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-button--default .van-button__text[data-v-10ea983e] {
        font-size: 28px;
        font-size: 0.37333rem;
        color: #fff;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-dialog__cancel[data-v-10ea983e] {
      background: #fff;
      border: 1px solid #236DFF;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-dialog__cancel .van-button__text[data-v-10ea983e] {
        color: #236DFF;
}
.design-modal .van-dialog__header[data-v-10ea983e] {
    color: #000000;
    font-size: 34px;
    font-size: 0.45333rem;
    line-height: 48px;
    line-height: 0.64rem;
    padding-top: 40px;
    padding-top: 0.53333rem;
    font-weight: 700;
}
.design-modal .van-dialog__content .van-dialog__message[data-v-10ea983e] {
    color: #444444;
    font-size: 30px;
    font-size: 0.4rem;
    line-height: 42px;
    line-height: 0.56rem;
    padding: 30px;
    padding: 0.4rem;
}
.design-modal .van-dialog__footer[data-v-10ea983e] {
    padding: 0 30px 40px;
    padding: 0 0.4rem 0.53333rem;
}
.design-modal .van-dialog__footer.van-hairline--top[data-v-10ea983e]::after {
      border: none;
}
.design-modal .van-dialog__footer .van-button--default[data-v-10ea983e] {
      width: 320px;
      width: 4.26667rem;
      height: 88px;
      height: 1.17333rem;
      background: #236DFF;
      border-radius: 44px;
      border-radius: 0.58667rem;
      margin: 0 auto;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
}
.design-modal .van-dialog__footer .van-button--default .van-button__text[data-v-10ea983e] {
        font-size: 32px;
        font-size: 0.42667rem;
        color: #fff;
}
.auth-popup[data-v-10ea983e] {
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10020;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.auth-popup .mask[data-v-10ea983e] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.auth-popup .panel[data-v-10ea983e] {
    width: 600px;
    width: 8rem;
    padding-top: 258px;
    padding-top: 3.44rem;
    padding-left: 50px;
    padding-left: 0.66667rem;
    padding-right: 50px;
    padding-right: 0.66667rem;
    padding-bottom: 40px;
    padding-bottom: 0.53333rem;
    background: #fff url(../../static-product/img/bg.337b1b51.png) no-repeat top;
    background-size: 100% auto;
    border-radius: 12px;
    border-radius: 0.16rem;
    z-index: 2;
    position: relative;
}
.auth-popup .text-box[data-v-10ea983e] {
    font-size: 36px;
    font-size: 0.48rem;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    left: 60px;
    left: 0.8rem;
    top: 40px;
    top: 0.53333rem;
    line-height: 1.3;
}
.auth-popup input[data-v-10ea983e] {
    background: #F3F3F3;
    border-radius: 40px;
    border-radius: 0.53333rem;
    height: 80px;
    height: 1.06667rem;
    width: 100%;
    padding-left: 30px;
    padding-left: 0.4rem;
    font-size: 28px;
    font-size: 0.37333rem;
    outline: none;
    border: 0;
}
.auth-popup input[data-v-10ea983e]:first-of-type {
      margin-bottom: 30px;
      margin-bottom: 0.4rem;
}
.auth-popup input[data-v-10ea983e]::-webkit-input-placeholder {
      color: #C3C7CB;
}
.auth-popup .form-btn[data-v-10ea983e] {
    margin-top: 50px;
    margin-top: 0.66667rem;
    background: #236dff;
    width: 100%;
    color: #fff;
}
.auth-popup .error-text[data-v-10ea983e] {
    font-size: 26px;
    font-size: 0.34667rem;
    color: #DD2F00;
    text-align: center;
    margin-top: 18px;
    margin-top: 0.24rem;
}
.auth-popup .error-text i[data-v-10ea983e] {
      font-weight: 700;
      font-size: 28px;
      font-size: 0.37333rem;
}
.auth-popup .info-text[data-v-10ea983e] {
    font-size: 24px;
    font-size: 0.32rem;
    color: #B1B5B9;
    margin: 60px -2px 0;
    margin: 0.8rem -2px 0;
}
.auth-popup .close-btn[data-v-10ea983e] {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-top: 0.4rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAIr0lEQVRoQ9WbC9Cu1RTHf3/Xcc3k0pSU6whhBjkhptSJ0pxCDUMqmonK5DZSmAwJTcokQyYUppDcShdpQqTcyXXcJnInuUZuf/M/9vPZZ5/38jzv+37nfN+a+eaced5nr73+e+912WutRywT2b498Djg4cCDgAcCdwVuC9yuTPtX4EbgN8B3gG8DXwGukJTfFk5aJEfbdweeAewLPBK45Yz8/wl8AfgocI6kX87IZ6NhCwFsey/gRcDaRQlW8fk3cBlwsqRPzst/LsC21wGvAh42ryA9x38p80m6uOf7i9lh2/cE3gpkZ6dR9PIa4AfAj4E/l7+MuwNwR+BewP2AhxZdn8YzR/0oSddNe7H9ffAO2z4UOA24zZjJ/gFcBLwfuFzSb4cIZXsr4PHA08uCjrMDfwEOk/S+Ifx7A7YdgG8DDh4zwe+BU4DTJV0/RIhx79qOVX8+8AJgizHvRaYXSspCT6VegG3n6GXXdhnB8W/AG/Mn6U9TZ5zhBdt3Ao4JMODWI1jEqO0rKS5uIk0FbPsuwCfGGKYswpGSrp020SJ+tx09z47uPoLflcDe0xZ9ImDbCRA+DTyimeBfwLGSsrOblGxH5lcW73DzZvIrgD0l3TROqLGAbcdYxPy3q/lHYD9JWYjNRrb3AT5QIrdajo8A+0v6zyjhJgE+HXhuMygRzxMkfXOzIa0mtr1T2ZQ7N/KcKCk6vxGNBGw74eHZzdsxSLusFLCdbLYfXSKx2k0a2EdSbMwGtBFg2/cAvlsF+BmQ8C66cflK2NlWBttPAT7UPI+bvL+k39XPRwHOwDCoKQbqDSsRbLXTMaAvaWQ8Q9JhYwHbTvB/aTMou7qHpByTFUu2bwFc1XiUGK41kr7cCb7BDtv+IhBD0NHfgR0l/WjFIq0Es51LTDDU7upCSbHo62kJsO09S4BRYzte0nGrAWx1tHOpObxehwRNkr7eAs5Rru+zNwDbS8rtZtWQ7W3KrawOQc+WdOAS4JKp+ClwswrZayTlrjuIbD+tpHbOk/SpQYPLy7YT7MRwXirpY0N52H57blLVuMT7W2Xz1h9p20cDJ1YvxA1tK+lXQyaz/WTgw2VMeBwsqfXnE1nafibw7koP95J0yUA5dgTa4OjZks7qACeTUMfLF0vae8gkZeHiul7WLNxBks7pw8t2jt1ZjdE5QVJi50FkOzqbhEJHF0haJ9u5Z8ZJ18c5O/OeQTP876Q8Cvh8My47ndV97yR+tg8C3tWAzZCdJSWhN4hsHwu8rhqUO8CWAbwfkIC7o/jbbYYe56XB9iHAO5sFjD88ZBxo288qO1svesYcmmM4CGl52XbSw0v+tzxeE8CvBV5RMf2WpAfPMsksoJcDbFGvqGvCyi0rLEcE8LnAAdXDJRM+J+gc0TMn7fQEsGNPwxCZbH+meIxu2CkB/A3gIRWj4yQdP4TxuHcLoNYW5Kg+Jyo/bUHmlcH2O6IWFZ+LAvjXwN2qhzMZrAmgx+l0ra8Zvn4hJMUlLYRsvxw4oWJ2TQDnnpskXUcHSDpvITP+34CMMkr1FBON2qyy2E7wkSCko58FcPJTdbCdi/OFs04y5XjH4rY7O1OA0kc+208F6s27MYCT8LpVxSD5qsHh3DQBij7HiLWJt+UEnKJeqhQd3RTASZrXpvvAoeFgT7CjdrcbulxHOpFbHfBcH8DJKW9fCX24pCTwFkIlghrlnsK/DTQW4o46wW0fCbylAnJtACdsSy23o5Mk5TIxN01xS9nVdtcXutO2TwZeXAG5OoDjBhIkdHS+pJz9uWjCzi7t4iYIPGJ860vQmQHcBtnXSdpuHrQeEE8vV2gZ+W3neptqZEdHB/CoxN19Z81jDQFb6dpyXB4eUPpG6r3bLYDTZJLrYZ0SSd31jKG7bHu31ISbcb0iqLJQMW4t7SopMfEgsp0ya+rYHSXrsUWXAGiD7BSyR1XoJk5qu00ABGwSAL2yHkXv29By1gTA54DHVAJfJmltB/go4NTqxwi6naSfD1nWUuC6oIyZKaAYodNrJaX+25ts3xv4YZ2VTSYz7rYDnEp7wNXtBa+XlOB7ENneFXhSWh4kpedqMJXLe4KGK2eJ622/qRTPu7kTTW4t6YY6L50QrHZHSYkkTZt/Vw2VAv5PmjLquZKSTd0gEZ92hs82yGbSn825OrbTZ5KesY5y796pO21tqaU1XjkKKbVEH1Y82U569mtA6kwdXSJpqb2qBfxYIKDr50mm774Kimm5hcUy71yBjfFN1jNp6PU0qlwaF5KCeE2roVzausTIP7lcmjdsbw18r3TIdaCTJEgFYJB72FQ6MCLVnKmTsdyh7Rkb1/KQLri2wy3tvPGJqcGuGLK9B/DxJlKMoVonKc83oElNLQnzkoCrKS7qiZKuXgmIC9hkZxIe13SapARTG9EkwGGSuHhNMyo9jlm9mSqDi1qo0smbnHrbmRe5sikjWxGnNaalHSiWb4dG0DB7qaQ3LwpAXz62kyVJpSSl3DY/9lUgl42xNe0+rYfbls6AtPC3dH6aP2dp4+0LsH5vSuthwti0HuZzgrE0FXBGlubO6Eq+YWgpDZ2p0p0qKcd94WQ7ScY0mqWrts6wdnOlHyv59PmbSzuOtqMrCduOGIMobuCkVA4X2D6cbyiel2bwxk3WImTOxAm5nU2lXjvcHKu4rCQH8tXKKMrEiclzIpIfSxd8b7KdL2DSdZMybpKLbeK+45WkRcpCG7meuY90y8B29DpXsP17IMknAIlvvw/kFpNjH6OSxU6JJ3/3KZ8ApAsh/59GcZnHTNPXUUwG73Cz28mHvRpI5X9TUCK9fOTRdhn0nnsuwJV+J5eVK1luJfVNpbcgE17MjS3qkY77pUvArIwXArgCnrJrdDz6ly7XUe36fWSNtY0dSN/nByX9oc+gPu8sFHBz3BOpJYmWVsb48Bij5IjrT/GizwH3i/IZXvQ9rYNX9f1oow/I+p3/AsGEVqgavtLrAAAAAElFTkSuQmCC) no-repeat;
    background-size: 100%;
    width: 60px;
    width: 0.8rem;
    height: 60px;
    height: 0.8rem;
    position: relative;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/*--------- 按钮颜色  ---- */
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
/*按钮*/
/*最大按钮*/
.wts-btn-big {
  color: #fff;
  background-color: #0084ff;
  display: inline-block;
  text-align: center;
  width: 690px;
  width: 9.2rem;
  height: 90px;
  height: 1.2rem;
  font-size: 36px;
  font-size: 0.48rem;
  line-height: 90px;
  line-height: 1.2rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-big:focus {
    color: #e6e6e6;
    background-color: #006acc;
}

/*中型按钮*/
.wts-btn-middle {
  color: #fff;
  background-color: #ff6e06;
  display: inline-block;
  text-align: center;
  width: 294px;
  width: 3.92rem;
  height: 80px;
  height: 1.06667rem;
  font-size: 32px;
  font-size: 0.42667rem;
  line-height: 80px;
  line-height: 1.06667rem;
  border-radius: 8px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-middle:focus {
    color: #e6e6e6;
    background-color: #d25800;
}

/*全局按钮*/
.wts-btn-all {
  color: #fff;
  background-color: #ff6e06;
  display: inline-block;
  text-align: center;
  width: 750px;
  width: 10rem;
  height: 110px;
  height: 1.46667rem;
  font-size: 40px;
  font-size: 0.53333rem;
  line-height: 110px;
  line-height: 1.46667rem;
  border-radius: 0;
  display: block;
  text-align: center;
}
.wts-btn-all:focus {
    color: #e6e6e6;
    background-color: #d25800;
}

/*全局按钮*/
.wts-btn-free {
  color: #fff;
  background-color: #ff6e06;
  font-size: 30px;
  font-size: 0.4rem;
  border-radius: 5px;
  padding: 3px 10px;
  padding: 3px 0.13333rem;
  display: inline-block;
  text-align: center;
}
.wts-btn-free:focus {
    color: #e6e6e6;
    background-color: #d25800;
}
.wts-btn-big-blue {
  color: #fff;
  background-color: #3aa9f8;
  display: inline-block;
  text-align: center;
  width: 690px;
  width: 9.2rem;
  height: 94px;
  height: 1.25333rem;
  font-size: 32px;
  font-size: 0.42667rem;
  line-height: 94px;
  line-height: 1.25333rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-big-blue:focus {
    color: #e6e6e6;
    background-color: #0994f6;
}

/*蓝色线型按钮-中*/
.wts-btn-cp {
  color: #fff;
  background-color: #0084ff;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  width: 310px;
  width: 4.13333rem;
  height: 80px;
  height: 1.06667rem;
  font-size: 36px;
  font-size: 0.48rem;
  line-height: 76px;
  line-height: 1.01333rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-cp:hover, .wts-btn-cp:focus {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
}
.wts-btn-radius {
  color: #aaa;
  background-color: #fff;
  border: 1px solid #aaa;
  display: inline-block;
  text-align: center;
  width: 153px;
  width: 2.04rem;
  height: 55px;
  height: 0.73333rem;
  font-size: 26px;
  font-size: 0.34667rem;
  line-height: 55px;
  line-height: 0.73333rem;
  border-radius: 25px;
  border-radius: 0.33333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-radius:hover, .wts-btn-radius:focus {
    color: #fff;
    background-color: #aaa;
    border: 1px solid #aaa;
}

/*微大型按钮*/
.wts-btn-big-01 {
  color: #fff;
  background-color: #0084ff;
  display: inline-block;
  text-align: center;
  width: 590px;
  width: 7.86667rem;
  height: 90px;
  height: 1.2rem;
  font-size: 36px;
  font-size: 0.48rem;
  line-height: 90px;
  line-height: 1.2rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-big-01:focus {
    color: #e6e6e6;
    background-color: #006acc;
}

/*查看更多*/
.wts-btn-more {
  display: block;
  border-top: 1px solid #eee;
  height: 86px;
  height: 1.14667rem;
  line-height: 86px;
  line-height: 1.14667rem;
  text-align: center;
  margin-left: -60px;
  margin-left: -0.8rem;
  color: #000;
  font-size: 28px;
  font-size: 0.37333rem;
  position: relative;
}
.wts-btn-more:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 38%;
  margin-top: -18px;
  margin-top: -0.24rem;
  margin-left: 90px;
  margin-left: 1.2rem;
  width: 22px;
  width: 0.29333rem;
  height: 22px;
  height: 0.29333rem;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.body-container {
  width: 750px;
  width: 10rem;
  margin: 0 auto;
  position: relative;
  background-color: #f5f5f5;
}
.lz-top-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

/*单选框*/
.lz-radio {
  position: relative;
  -webkit-appearance: none;
  width: 18px;
  width: 0.24rem;
  height: 18px;
  height: 0.24rem;
  background-color: transparent;
  border: none;
}
.lz-radio:before {
  content: "\e623";
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 12px;
  font-size: 0.16rem;
  line-height: 18px;
  line-height: 0.24rem;
  text-align: center;
  width: 18px;
  width: 0.24rem;
  height: 18px;
  height: 0.24rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}
.lz-radio:checked::before {
  background-color: #0084ff;
  border: 1px solid #0084ff;
}
.lz-radio-new {
  position: relative;
  background-color: #fff;
  width: 40px;
  width: 0.53333rem;
  height: 40px;
  height: 0.53333rem;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #e5e5e5;
}
.lz-radio-new[data-check=true] {
  background-color: #0084ff;
  border: 1px solid #0084ff;
}
.lz-radio-new[data-check=true]:before {
  content: "\e6f0";
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 20px;
  font-size: 0.26667rem;
  line-height: 40px;
  line-height: 0.53333rem;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 2px;
  right: 4px;
  margin-top: -1px;
}

/*多选框*/
.lz-checkbox {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  width: 0.29333rem;
  height: 22px;
  height: 0.29333rem;
  background-color: transparent;
  border: none;
}
.lz-checkbox:before {
  content: "\e64e";
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 14px;
  font-size: 0.18667rem;
  line-height: 24px;
  line-height: 0.32rem;
  text-align: center;
  width: 22px;
  width: 0.29333rem;
  height: 22px;
  height: 0.29333rem;
  background-color: #fff;
  color: transparent;
  border: 1px solid #ccc;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.lz-checkbox:checked::before {
  color: #0084ff;
  background-color: #fff;
  border: 1px solid #0084ff;
}

/*多选框2-选择外层选中*/
.lz-checkbox-02 {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  width: 0.29333rem;
  height: 22px;
  height: 0.29333rem;
  background-color: transparent;
  border: none;
}
.lz-checkbox-02:before {
  content: "\e623";
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 14px;
  font-size: 0.18667rem;
  line-height: 21px;
  line-height: 0.28rem;
  text-align: center;
  width: 22px;
  width: 0.29333rem;
  height: 21px;
  height: 0.28rem;
  background-color: #fff;
  color: transparent;
  border: 1px solid #ccc;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.checkLi {
  color: #0084ff !important;
}
.checkLi .lz-checkbox-02:before {
    color: #fff;
    background-color: #0084ff;
    border: 1px solid #0084ff;
}

/*底部按钮*/
.lz-apply-btn {
  position: fixed;
  bottom: 0;
  border-top: 2px solid #fff;
  z-index: 20;
  color: #666;
  background-color: #f0f0f0;
  display: inline-block;
  text-align: center;
  width: 750px;
  width: 10rem;
  height: 100px;
  height: 1.33333rem;
  font-size: 32px;
  font-size: 0.42667rem;
  line-height: 90px;
  line-height: 1.2rem;
  border-radius: 0;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.lz-apply-btn i {
    font-size: 40px;
    font-size: 0.53333rem;
    margin-right: 10px;
    margin-right: 0.13333rem;
}

/*底部提示*/
.lz-lp-footer {
  position: absolute;
  bottom: 100px;
  bottom: 1.33333rem;
  padding: 10px;
  padding: 0.13333rem;
}
.lz-lp-footer p {
    margin-bottom: 10px;
    margin-bottom: 0.13333rem;
}

/*顶部返回栏*/
.lz-top-title-empty {
  width: 100%;
  height: 90px;
  height: 1.2rem;
}
.lz-top-title {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
  width: 100%;
  height: 90px;
  height: 1.2rem;
  line-height: 90px;
  line-height: 1.2rem;
  background-color: #0084ff;
  color: #fff;
  font-size: 28px;
  font-size: 0.37333rem;
}
.lz-top-title .left {
    position: absolute;
    top: 0;
    left: 20px;
    left: 0.26667rem;
    color: #fff;
}
.lz-top-title .right {
    position: absolute;
    top: 0;
    right: 20px;
    right: 0.26667rem;
    color: #fff;
}
.lz-top-title .center {
    text-align: center;
    font-size: 32px;
    font-size: 0.42667rem;
}

/*订单页*/
.lz-order-list {
  background-color: #fff;
  padding-top: 44px;
  padding-top: 0.58667rem;
}
.lz-order-list .titles {
    font-size: 36px;
    font-size: 0.48rem;
    color: #222;
    text-align: center;
}
.lz-order-list .need-com {
    position: relative;
    top: -4px;
    font-size: 12px;
    font-size: 0.16rem;
    line-height: 1.2;
    padding: 1px 8px;
    background-color: #fff;
    position: relative;
    color: #fff;
    border-radius: 5px;
    font-size: 28px;
    font-size: 0.37333rem;
    border: 1px solid #0084ff;
    margin-left: 5px;
    color: #0084ff;
}
.lz-order-list .need-com::before {
      content: '';
      position: absolute;
      left: -6px;
      top: 50%;
      margin-top: -3px;
      width: 0;
      height: 0;
      border: 3px solid transparent;
      border-right-color: #fff;
}
.lz-order-list .need-com:before {
    content: 0;
}
.lz-order-list .uls-order {
    width: 100%;
}
.lz-order-list .uls-order > li {
      text-align: center;
      font-size: 36px;
      font-size: 0.48rem;
      display: block;
      padding: 40px 0;
      padding: 0.53333rem 0;
}
.lz-order-list .uls-order > li .order-name {
        display: block;
        line-height: 40px;
        line-height: 0.53333rem;
        color: #000;
}
.lz-order-list .uls-order > li .order-inform {
        font-size: 60px;
        font-size: 0.8rem;
        display: block;
        margin-top: 4px;
        line-height: 80px;
        line-height: 1.06667rem;
        color: #ff6f07;
}
.lz-order-list .btn-check,
  .lz-order-list .btn-pay {
    color: #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    width: 180px;
    width: 2.4rem;
    height: 60px;
    height: 0.8rem;
    font-size: 28px;
    font-size: 0.37333rem;
    line-height: 56px;
    line-height: 0.74667rem;
    border-radius: 0;
    float: right;
    margin-left: 10px;
    margin-left: 0.13333rem;
}
.lz-order-list .btn-check:hover, .lz-order-list .btn-check:focus,
    .lz-order-list .btn-pay:hover,
    .lz-order-list .btn-pay:focus {
      color: #fff;
      background-color: #ccc;
      border: 1px solid #ccc;
}
.pay-many {
  margin-top: 12px;
  margin-top: 0.16rem;
  line-height: 88px;
  line-height: 1.17333rem;
  display: block;
  padding-left: 30px;
  padding-left: 0.4rem;
  font-size: 36px;
  font-size: 0.48rem;
}
.lz-bankBanch {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.lz-bankBanch.active {
    display: block;
}
.lz-bankBanch .lz-drop-search {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.lz-bankBanch .lz-drop-search .title {
      position: relative;
      width: 100%;
      height: 100px;
      height: 1.33333rem;
      line-height: 100px;
      line-height: 1.33333rem;
      font-size: 34px;
      font-size: 0.45333rem;
      text-align: center;
}
.lz-bankBanch .lz-drop-search .title i {
        font-size: 50px;
        font-size: 0.66667rem;
        position: absolute;
        right: 0;
        top: 0;
        width: 80px;
        width: 1.06667rem;
        line-height: 100px;
        line-height: 1.33333rem;
}
.lz-bankBanch .lz-drop-search .search-box {
      position: relative;
      width: 100%;
      height: 100px;
      height: 1.33333rem;
      padding: 15px 40px;
      padding: 0.2rem 0.53333rem;
      text-align: center;
      background-color: #f5f5f5;
}
.lz-bankBanch .lz-drop-search .search-box i {
        position: absolute;
        left: 50px;
        left: 0.66667rem;
        top: 50%;
        margin-top: -35px;
        margin-top: -0.46667rem;
        font-size: 30px;
        font-size: 0.4rem;
        height: 70px;
        height: 0.93333rem;
        line-height: 70px;
        line-height: 0.93333rem;
        color: #999;
}
.lz-bankBanch .lz-drop-search .search {
      display: block;
      width: 100%;
      height: 70px;
      height: 0.93333rem;
      background-color: #fff;
      color: #333;
      padding-left: 50px;
      padding-left: 0.66667rem;
      margin: 0;
      border-color: #fff;
      font-size: 32px;
      font-size: 0.42667rem;
      border: none;
}
.lz-bankBanch .lz-drop-search .selected {
      width: 100%;
      height: 300px;
      height: 4rem;
      padding: 10px 20px;
      padding: 0.13333rem 0.26667rem;
      overflow: auto !important;
}
.lz-bankBanch .lz-drop-search .selected .option {
        position: relative;
        display: block;
        min-height: 20px;
        min-height: 0.26667rem;
        width: 100%;
        font-size: 16px;
        font-size: 0.21333rem;
        line-height: 20px;
        line-height: 0.26667rem;
        padding: 5px 0;
        color: #666;
        border-top: 1px solid #ececec;
}
.lz-bankBanch .lz-drop-search .selected .option:first-child {
          border-top: none;
}
.lz-list-block {
  position: relative;
}
.lz-list-block .ul-List .icons-left {
    position: absolute;
    width: 50px;
    width: 0.66667rem;
    left: 0;
    top: 25px;
    top: 0.33333rem;
    display: inline-block;
    height: 50px;
    height: 0.66667rem;
    font-size: 44px;
    font-size: 0.58667rem;
    color: #0084ff;
}
.lz-list-block .ul-List .ripple {
    position: relative;
    overflow: hidden;
}
.lz-list-block .ul-List .ripple:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      background-image: radial-gradient(circle, #666 10%, transparent 10.01%);
      background-repeat: no-repeat;
      background-position: 50%;
      -webkit-transform: scale(10, 10);
          -ms-transform: scale(10, 10);
              transform: scale(10, 10);
      opacity: 0;
      -webkit-transition: opacity .5s, -webkit-transform .3s;
      transition: opacity .5s, -webkit-transform .3s;
      transition: transform .3s, opacity .5s;
      transition: transform .3s, opacity .5s, -webkit-transform .3s;
}
.lz-list-block .ul-List .ripple:active:after {
      -webkit-transform: scale(0, 0);
          -ms-transform: scale(0, 0);
              transform: scale(0, 0);
      opacity: .3;
      -webkit-transition: 0s;
      transition: 0s;
}
.lz-list-block .ul-List .item-content {
    background-color: #fff;
    width: 100%;
    line-height: 100px;
    line-height: 1.33333rem;
    height: 100px;
    height: 1.33333rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    padding: 0 0.4rem;
    border-bottom: 1px solid #e7e7e7;
    font-size: 30px;
    font-size: 0.4rem;
}
.lz-list-block .ul-List .item-content > a.item-link {
      font-size: 30px;
      font-size: 0.4rem;
      display: block;
      width: 100%;
      height: 100%;
      color: #000;
}
.lz-list-block .ul-List .item-content .item-inner {
      width: 100%;
      height: 100%;
      position: relative;
      padding-right: 40px;
      padding-right: 0.53333rem;
      padding-left: 70px;
      padding-left: 0.93333rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.lz-list-block .ul-List .item-content .icon-gerenziliao {
      font-size: 30px;
      font-size: 0.4rem;
}
.lz-list-block .ul-List .item-content .icons-right {
      position: absolute;
      right: 0;
      top: 0;
      display: inline-block;
      height: 100px;
      height: 1.33333rem;
      line-height: 100px;
      line-height: 1.33333rem;
      font-size: 36px;
      font-size: 0.48rem;
      color: #cac9ce;
}
.lz-list-block .ul-List .item-content .item-form {
      padding-left: 0;
}
.lz-list-block .ul-List .item-content .item-form .item-e-left {
        width: 30%;
        height: 100%;
        display: inline-block;
        float: left;
}
.lz-list-block .ul-List .item-content .item-form .item-e-right {
        width: 68%;
        height: 100%;
        text-align: right;
        display: inline-block;
        float: right;
        margin-bottom: 0;
}
.lz-list-block .ul-List .item-content .item-form input[type="text"] {
        border: none;
        background-color: #fff;
}
.lz-list-block .ul-List .item-content .item-form .lz-radio {
        margin-top: 30px;
        margin-top: 0.4rem;
}
.lz-list-block .ul-List .item-content .item-form .date-input {
        border: none;
        text-align: right;
        background-color: #fff;
        height: 90px;
        height: 1.2rem;
        line-height: 90px;
        line-height: 1.2rem;
        margin-right: -55px;
        margin-right: -0.73333rem;
}
.lz-list-block .ul-List .item-content .item-title {
      padding: 0;
}
.lz-list-block .ul-List .item-content .item-title .item-img {
        position: absolute;
        right: 0;
        top: 5px;
        width: 90px;
        width: 1.2rem;
        height: 90px;
        height: 1.2rem;
        border-radius: 50%;
}
.shadeBox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
#emptyDom {
  font-size: 34px;
  font-size: 0.45333rem;
}
#emptyDom .empty-icon {
    width: 185px;
    width: 2.46667rem;
    display: block;
    margin: 30px auto 10px;
    margin: 0.4rem auto 0.13333rem;
}
#emptyDom p {
    text-align: center;
    font-size: 34px;
    font-size: 0.45333rem;
}
.lz-layer-bg {
  background-color: transparent !important;
}
.layui-m-layer2 .layui-m-layerchild p {
  color: #fff;
}
.layout-enter-active, .layout-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.layout-enter, .layout-leave-active {
  opacity: 0;
}
.van-picker button {
  font-size: 30px;
  font-size: 0.4rem;
}
.van-image {
  vertical-align: middle;
}
.van-image img {
    vertical-align: middle;
}
.share-process-yindao {
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  width: 750px;
  width: 10rem;
}
.share-process-yindao .layui-m-layercont {
    text-align: right;
    padding-right: 20px;
    padding-right: 0.26667rem;
    padding-top: 20px;
    padding-top: 0.26667rem;
}
.share-process-yindao img {
    width: 560px;
    width: 7.46667rem;
}
.vue-puzzle-vcode {
  z-index: 999999 !important;
}
.vue-puzzle-vcode .vue-auth-box_ {
    top: 50%;
}
.margin-top-10 {
  margin-top: 10px !important;
  margin-top: 0.13333rem !important;
}
.margin-top-20 {
  margin-top: 20px !important;
  margin-top: 0.26667rem !important;
}
.margin-top-30 {
  margin-top: 30px !important;
  margin-top: 0.4rem !important;
}
.margin-top-40 {
  margin-top: 40px !important;
  margin-top: 0.53333rem !important;
}
.margin-top-50 {
  margin-top: 50px !important;
  margin-top: 0.66667rem !important;
}
.margin-top-60 {
  margin-top: 60px !important;
  margin-top: 0.8rem !important;
}
.margin-right-10 {
  margin-right: 10px !important;
  margin-right: 0.13333rem !important;
}
.margin-right-20 {
  margin-right: 20px !important;
  margin-right: 0.26667rem !important;
}
.margin-right-30 {
  margin-right: 30px !important;
  margin-right: 0.4rem !important;
}
.margin-right-40 {
  margin-right: 40px !important;
  margin-right: 0.53333rem !important;
}
.margin-right-50 {
  margin-right: 50px !important;
  margin-right: 0.66667rem !important;
}
.margin-right-60 {
  margin-right: 60px !important;
  margin-right: 0.8rem !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
  margin-bottom: 0.13333rem !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
  margin-bottom: 0.26667rem !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
  margin-bottom: 0.4rem !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
  margin-bottom: 0.53333rem !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
  margin-bottom: 0.66667rem !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
  margin-bottom: 0.8rem !important;
}
.margin-left-10 {
  margin-left: 10px !important;
  margin-left: 0.13333rem !important;
}
.margin-left-20 {
  margin-left: 20px !important;
  margin-left: 0.26667rem !important;
}
.margin-left-30 {
  margin-left: 30px !important;
  margin-left: 0.4rem !important;
}
.margin-left-40 {
  margin-left: 40px !important;
  margin-left: 0.53333rem !important;
}
.margin-left-50 {
  margin-left: 50px !important;
  margin-left: 0.66667rem !important;
}
.margin-left-60 {
  margin-left: 60px !important;
  margin-left: 0.8rem !important;
}
.padding-top-10 {
  padding-top: 10px !important;
  padding-top: 0.13333rem !important;
}
.padding-top-20 {
  padding-top: 20px !important;
  padding-top: 0.26667rem !important;
}
.padding-top-30 {
  padding-top: 30px !important;
  padding-top: 0.4rem !important;
}
.padding-top-40 {
  padding-top: 40px !important;
  padding-top: 0.53333rem !important;
}
.padding-top-50 {
  padding-top: 50px !important;
  padding-top: 0.66667rem !important;
}
.padding-top-60 {
  padding-top: 60px !important;
  padding-top: 0.8rem !important;
}
.padding-right-10 {
  padding-right: 10px !important;
  padding-right: 0.13333rem !important;
}
.padding-right-20 {
  padding-right: 20px !important;
  padding-right: 0.26667rem !important;
}
.padding-right-30 {
  padding-right: 30px !important;
  padding-right: 0.4rem !important;
}
.padding-right-40 {
  padding-right: 40px !important;
  padding-right: 0.53333rem !important;
}
.padding-right-50 {
  padding-right: 50px !important;
  padding-right: 0.66667rem !important;
}
.padding-right-60 {
  padding-right: 60px !important;
  padding-right: 0.8rem !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
  padding-bottom: 0.13333rem !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
  padding-bottom: 0.26667rem !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
  padding-bottom: 0.4rem !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
  padding-bottom: 0.53333rem !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
  padding-bottom: 0.66667rem !important;
}
.padding-bottom-60 {
  padding-bottom: 60px !important;
  padding-bottom: 0.8rem !important;
}
.padding-left-10 {
  padding-left: 10px !important;
  padding-left: 0.13333rem !important;
}
.padding-left-20 {
  padding-left: 20px !important;
  padding-left: 0.26667rem !important;
}
.padding-left-30 {
  padding-left: 30px !important;
  padding-left: 0.4rem !important;
}
.padding-left-40 {
  padding-left: 40px !important;
  padding-left: 0.53333rem !important;
}
.padding-left-50 {
  padding-left: 50px !important;
  padding-left: 0.66667rem !important;
}
.padding-left-60 {
  padding-left: 60px !important;
  padding-left: 0.8rem !important;
}
.bac-transparent {
  background-color: transparent !important;
}
.bac-transparent .layui-m-layerchild {
    background-color: transparent !important;
}
.layui-m-layer-lzAlert {
  width: 80% !important;
}
.layui-m-layer-lzAlert h3 {
    line-height: 32px;
    line-height: 0.42667rem;
    height: unset;
    padding-top: 46px;
    padding-top: 0.61333rem;
    font-size: 32px;
    font-size: 0.42667rem;
}
.layui-m-layer-lzAlert .layui-m-layercont {
    font-size: 30px;
    font-size: 0.4rem;
    max-height: 300px;
    max-height: 4rem;
    overflow: auto;
    word-break: break-all;
    padding: 60px 40px;
    padding: 0.8rem 0.53333rem;
}
.layui-m-layer-lzAlert .layui-m-layerbtn span[yes] {
    font-size: 30px;
    font-size: 0.4rem;
    color: #0084ff !important;
}
.layui-m-layer-inquiry {
  width: 80% !important;
}
.layui-m-layer-inquiry .layui-m-layercont {
    font-size: 30px;
    font-size: 0.4rem;
}
.layui-m-layer-design-lzAlert {
  width: 670px !important;
  width: 8.93333rem !important;
  padding-bottom: 70px;
  padding-bottom: 0.93333rem;
  border-radius: 32px !important;
  border-radius: 0.42667rem !important;
  background: url(../../static-product/img/alertbg.dacbbd63.png) no-repeat;
  background-size: 401px 334px;
  background-size: 5.34667rem 4.45333rem;
  background-position: center 168px;
  background-position: center 2.24rem;
  background-color: #fff;
}
.layui-m-layer-design-lzAlert .layui-m-layercont {
    font-size: 30px;
    font-size: 0.4rem;
    overflow: auto;
    word-break: break-all;
    padding: 60px 40px;
    padding: 0.8rem 0.53333rem;
}
.layui-m-layer-design-lzAlert .layui-m-layercont .title {
      font-size: 38px;
      font-size: 0.50667rem;
      line-height: 48px;
      line-height: 0.64rem;
      color: #000;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: PingFangSC-Semibold;
}
.layui-m-layer-design-lzAlert .layui-m-layercont .desc {
      font-size: 32px;
      font-size: 0.42667rem;
      color: #3c464f;
      text-align: center;
      line-height: 48px;
      line-height: 0.64rem;
      height: 144px;
      height: 1.92rem;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      margin-top: 439px;
      margin-top: 5.85333rem;
      font-family: PingFangSC-Regular;
}
.layui-m-layer-design-lzAlert .layui-m-layerbtn {
    width: 345px;
    width: 4.6rem;
    height: 95px;
    height: 1.26667rem;
    line-height: 95px;
    line-height: 1.26667rem;
    background: #3c7cfc;
    border: 1px solid #3c7cfc;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 22px 0 rgba(60, 124, 252, 0.2);
    -webkit-box-shadow: 0 0.13333rem 0.29333rem 0 rgba(60, 124, 252, 0.2);
            box-shadow: 0 10px 22px 0 rgba(60, 124, 252, 0.2);
            box-shadow: 0 0.13333rem 0.29333rem 0 rgba(60, 124, 252, 0.2);
    border-radius: 54px;
    border-radius: 0.72rem;
    margin: 0 auto;
}
.layui-m-layer-design-lzAlert .layui-m-layerbtn span[yes] {
      font-size: 36px;
      font-size: 0.48rem;
      color: #fff;
}
.layui-m-layer-design-lzAlert .layui-m-layerbtn span[yes]:active {
      background: #3c7cfc;
}

/*按钮*/
/*最大按钮*/
.wts-btn-big {
  color: #fff;
  background-color: #0084ff;
  display: inline-block;
  text-align: center;
  width: 690px;
  width: 9.2rem;
  height: 90px;
  height: 1.2rem;
  font-size: 36px;
  font-size: 0.48rem;
  line-height: 90px;
  line-height: 1.2rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-big:focus {
    color: #e6e6e6;
    background-color: #006acc;
}

/*中型按钮*/
.wts-btn-middle {
  color: #fff;
  background-color: #ff6e06;
  display: inline-block;
  text-align: center;
  width: 294px;
  width: 3.92rem;
  height: 80px;
  height: 1.06667rem;
  font-size: 32px;
  font-size: 0.42667rem;
  line-height: 80px;
  line-height: 1.06667rem;
  border-radius: 8px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-middle:focus {
    color: #e6e6e6;
    background-color: #d25800;
}

/*全局按钮*/
.wts-btn-all {
  color: #fff;
  background-color: #ff6e06;
  display: inline-block;
  text-align: center;
  width: 750px;
  width: 10rem;
  height: 110px;
  height: 1.46667rem;
  font-size: 40px;
  font-size: 0.53333rem;
  line-height: 110px;
  line-height: 1.46667rem;
  border-radius: 0;
  display: block;
  text-align: center;
}
.wts-btn-all:focus {
    color: #e6e6e6;
    background-color: #d25800;
}

/*全局按钮*/
.wts-btn-free {
  color: #fff;
  background-color: #ff6e06;
  font-size: 30px;
  font-size: 0.4rem;
  border-radius: 5px;
  padding: 3px 10px;
  padding: 3px 0.13333rem;
  display: inline-block;
  text-align: center;
}
.wts-btn-free:focus {
    color: #e6e6e6;
    background-color: #d25800;
}
.wts-btn-big-blue {
  color: #fff;
  background-color: #3aa9f8;
  display: inline-block;
  text-align: center;
  width: 690px;
  width: 9.2rem;
  height: 94px;
  height: 1.25333rem;
  font-size: 32px;
  font-size: 0.42667rem;
  line-height: 94px;
  line-height: 1.25333rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-big-blue:focus {
    color: #e6e6e6;
    background-color: #0994f6;
}

/*蓝色线型按钮-中*/
.wts-btn-cp {
  color: #fff;
  background-color: #0084ff;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  width: 310px;
  width: 4.13333rem;
  height: 80px;
  height: 1.06667rem;
  font-size: 36px;
  font-size: 0.48rem;
  line-height: 76px;
  line-height: 1.01333rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-cp:hover, .wts-btn-cp:focus {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
}
.wts-btn-radius {
  color: #aaa;
  background-color: #fff;
  border: 1px solid #aaa;
  display: inline-block;
  text-align: center;
  width: 153px;
  width: 2.04rem;
  height: 55px;
  height: 0.73333rem;
  font-size: 26px;
  font-size: 0.34667rem;
  line-height: 55px;
  line-height: 0.73333rem;
  border-radius: 25px;
  border-radius: 0.33333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-radius:hover, .wts-btn-radius:focus {
    color: #fff;
    background-color: #aaa;
    border: 1px solid #aaa;
}

/*微大型按钮*/
.wts-btn-big-01 {
  color: #fff;
  background-color: #0084ff;
  display: inline-block;
  text-align: center;
  width: 590px;
  width: 7.86667rem;
  height: 90px;
  height: 1.2rem;
  font-size: 36px;
  font-size: 0.48rem;
  line-height: 90px;
  line-height: 1.2rem;
  border-radius: 10px;
  border-radius: 0.13333rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wts-btn-big-01:focus {
    color: #e6e6e6;
    background-color: #006acc;
}

/*查看更多*/
.wts-btn-more {
  display: block;
  border-top: 1px solid #eee;
  height: 86px;
  height: 1.14667rem;
  line-height: 86px;
  line-height: 1.14667rem;
  text-align: center;
  margin-left: -60px;
  margin-left: -0.8rem;
  color: #000;
  font-size: 28px;
  font-size: 0.37333rem;
  position: relative;
}
.wts-btn-more:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 38%;
  margin-top: -18px;
  margin-top: -0.24rem;
  margin-left: 90px;
  margin-left: 1.2rem;
  width: 22px;
  width: 0.29333rem;
  height: 22px;
  height: 0.29333rem;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.lz-readys {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  z-index: 9999;
}
.lz-readys .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-top: -0.26667rem;
    margin-left: -20px;
    margin-left: -0.26667rem;
    width: 40px;
    width: 0.53333rem;
    height: 40px;
    height: 0.53333rem;
}
.lz-readys .container1 > div,
  .lz-readys .container2 > div,
  .lz-readys .container3 > div {
    width: 10px;
    width: 0.13333rem;
    height: 10px;
    height: 0.13333rem;
    background-color: #0084ff;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.lz-readys .spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.lz-readys .container2 {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
        transform: rotateZ(45deg);
}
.lz-readys .container3 {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
        transform: rotateZ(90deg);
}
.lz-readys .circle1 {
    top: 0;
    left: 0;
}
.lz-readys .circle2 {
    top: 0;
    right: 0;
}
.lz-readys .circle3 {
    right: 0;
    bottom: 0;
}
.lz-readys .circle4 {
    left: 0;
    bottom: 0;
}
.lz-readys .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.lz-readys .container3 .circle1 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.lz-readys .container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.lz-readys .container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.lz-readys .container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.lz-readys .container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.lz-readys .container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lz-readys .container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.lz-readys .container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.lz-readys .container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.lz-readys .container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
0%,
  80%,
  100% {
    -webkit-transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
}
}
@keyframes bouncedelay {
0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
40% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}
.lz-readys .loadText {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100px;
    width: 1.33333rem;
    margin-left: -50px;
    margin-left: -0.66667rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 14px;
    font-size: 0.18667rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    padding-bottom: 0.13333rem;
}
.lz-readys .loadText .gifLoad {
      width: 60px;
      width: 0.8rem;
      height: 60px;
      height: 0.8rem;
      display: block;
      margin: 10px auto;
      margin: 0.13333rem auto;
}
.design-modal {
  width: 630px;
  width: 8.4rem;
}
.design-modal.design-modal-footer {
    width: 690px;
    width: 9.2rem;
    bottom: 20px;
    bottom: 0.26667rem;
    top: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-radius: 10px;
    border-radius: 0.13333rem;
    background: rgba(255, 255, 255, 0.8);
}
.design-modal.design-modal-footer .van-dialog__footer {
      display: none;
}
.design-modal.design-modal-confirm {
    width: 650px;
    width: 8.66667rem;
}
.design-modal.design-modal-confirm .van-dialog__content .van-dialog__message {
      padding: 40px 30px;
      padding: 0.53333rem 0.4rem;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-button--default {
      width: 260px;
      width: 3.46667rem;
      height: 80px;
      height: 1.06667rem;
      background: #236DFF;
      border-radius: 40px;
      border-radius: 0.53333rem;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-button--default .van-button__text {
        font-size: 28px;
        font-size: 0.37333rem;
        color: #fff;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-dialog__cancel {
      background: #fff;
      border: 1px solid #236DFF;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-dialog__cancel .van-button__text {
        color: #236DFF;
}
.design-modal .van-dialog__header {
    color: #000000;
    font-size: 34px;
    font-size: 0.45333rem;
    line-height: 48px;
    line-height: 0.64rem;
    padding-top: 40px;
    padding-top: 0.53333rem;
    font-weight: 700;
}
.design-modal .van-dialog__content .van-dialog__message {
    color: #444444;
    font-size: 30px;
    font-size: 0.4rem;
    line-height: 42px;
    line-height: 0.56rem;
    padding: 30px;
    padding: 0.4rem;
}
.design-modal .van-dialog__footer {
    padding: 0 30px 40px;
    padding: 0 0.4rem 0.53333rem;
}
.design-modal .van-dialog__footer.van-hairline--top::after {
      border: none;
}
.design-modal .van-dialog__footer .van-button--default {
      width: 320px;
      width: 4.26667rem;
      height: 88px;
      height: 1.17333rem;
      background: #236DFF;
      border-radius: 44px;
      border-radius: 0.58667rem;
      margin: 0 auto;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
}
.design-modal .van-dialog__footer .van-button--default .van-button__text {
        font-size: 32px;
        font-size: 0.42667rem;
        color: #fff;
}
.cp-details {
  position: relative;
  /*第一部分*/
  /*第二部分*/
  /*第四部分*/
}
.cp-details .cantScroll {
    overflow: hidden !important;
}
.cp-details .premium {
    min-height: auto;
}
.cp-details .footer-info {
    color: #b2b2b2;
    font-size: 26px;
    font-size: 0.34667rem;
    text-align: center;
    padding-bottom: 20px;
    padding-bottom: 0.26667rem;
}
.cp-details .details-head {
    padding: 18px 30px;
    padding: 0.24rem 0.4rem;
    background-color: #fff;
}
.cp-details .details-head .product-name {
      font-size: 36px;
      font-size: 0.48rem;
      font-weight: 900;
      color: #000;
      padding-bottom: 10px;
      padding-bottom: 0.13333rem;
}
.cp-details .details-head .product-age-limit span {
      font-size: 30px;
      font-size: 0.4rem;
      color: #000;
}
.cp-details .details-head .product-age-limit .an-age {
      padding-right: 30px;
      padding-right: 0.4rem;
}
.cp-details .sellpoints-tags-wrapper {
    padding: 10px 0px;
    padding: 0.13333rem 0px;
    background: #fff;
}
.cp-details .details-sellpoints {
    width: 750px;
    width: 10rem;
    font-size: 24px;
    font-size: 0.32rem;
    line-height: 40px;
    line-height: 0.53333rem;
    background: #fff;
    padding: 10px 20px 0;
    padding: 0.13333rem 0.26667rem 0;
    color: #000;
}
.cp-details .details-sellpoints > span {
      display: inline-block;
      height: 40px;
      height: 0.53333rem;
      margin-right: 20px;
      margin-right: 0.26667rem;
      margin-bottom: 10px;
      margin-bottom: 0.13333rem;
}
.cp-details .details-sellpoints > span > i {
        display: inline-block;
        height: 40px;
        height: 0.53333rem;
        background: #fff1e5;
        color: #FF7A00;
        padding: 0px 15px;
        padding: 0px 0.2rem;
        border-radius: 15px;
        border-radius: 0.2rem;
        font-weight: 600;
}
.cp-details .details-sellpoints > span:nth-last-child(1) {
      margin-right: 0px;
}
.cp-details .details-tags {
    padding: 0px 30px;
    padding: 0px 0.4rem;
    line-height: 44px;
    line-height: 0.58667rem;
    font-size: 24px;
    font-size: 0.32rem;
    color: #3C464F;
    background: #fff;
}
.cp-details .details-tags > .item {
      display: inline-block;
      padding-right: 40px;
      padding-right: 0.53333rem;
}
.cp-details .details-tags > .item > img {
        width: 28px;
        width: 0.37333rem;
        vertical-align: middle;
        margin-right: 10px;
        margin-right: 0.13333rem;
}
.cp-details .details-tags > .item > span {
        display: inline-block;
        vertical-align: middle;
}
.cp-details .details-video {
    padding: 0px 30px 20px;
    padding: 0px 0.4rem 0.26667rem;
    position: relative;
    background-color: #fff;
}
.cp-details .details-video .title {
      font-size: 34px;
      font-size: 0.45333rem;
      font-weight: bold;
      color: #333;
      height: 100px;
      height: 1.33333rem;
      line-height: 100px;
      line-height: 1.33333rem;
      background: url("https://www.wts999.com/r/cms/www/default/images/wtsgw-20200623/titbg.png") left center no-repeat;
      background-size: 158px 34px;
      background-size: 2.10667rem 0.45333rem;
      text-indent: 11px;
      text-indent: 0.14667rem;
}
.cp-details .details-video .title-left {
      padding-left: 0;
}
.cp-details .details-video .video-wrapper {
      width: 690px;
      width: 9.2rem;
      height: 372px;
      height: 4.96rem;
      margin: 0 auto;
      border-radius: 4px;
      overflow: hidden;
      position: relative;
}
.cp-details .details-video .video-wrapper .vjs-poster {
        background-color: #F7F7F7 !important;
        background-size: auto 100% !important;
}
.cp-details .details-video .video-wrapper .video-player {
        width: 100%;
        height: 100%;
}
.cp-details .details-video .video-wrapper .vjs-custom-skin > .video-js .vjs-big-play-button {
        width: 100px !important;
        width: 1.33333rem !important;
        height: 100px !important;
        height: 1.33333rem !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 50% !important;
        line-height: 98px !important;
        line-height: 1.30667rem !important;
        text-align: center !important;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
}
.cp-details .details-video .video-wrapper .video-js.vjs-fluid,
      .cp-details .details-video .video-wrapper .video-js.vjs-16-9,
      .cp-details .details-video .video-wrapper .video-js {
        width: 100%;
        height: 100%;
}
.cp-details .details-video .video-wrapper .video-wrapper-modal {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        border-radius: 4px;
}
.cp-details .details-video .video-wrapper .video-wrapper-modal .videoBg {
          width: 100%;
          height: 100%;
}
.cp-details .details-video .video-wrapper .video-wrapper-modal .modal-bg {
          width: 100%;
          height: 100%;
          position: absolute;
          background: rgba(0, 0, 0, 0.3);
          top: 0;
          left: 0;
}
.cp-details .details-video .video-details {
      width: 690px;
      width: 9.2rem;
      margin: 0 auto;
      display: block;
      border-radius: 4px;
      overflow: hidden;
}
.cp-details .details-video .startPlay {
      width: 80px;
      width: 1.06667rem;
      height: 80px;
      height: 1.06667rem;
      position: absolute;
      bottom: 146px;
      bottom: 1.94667rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 1;
}
.cp-details .details-space {
    height: 20px;
    height: 0.26667rem;
    background: #F5F7FA;
}
.cp-details .details-top {
    background-color: #fff;
    padding: 10px 30px;
    padding: 0.13333rem 0.4rem;
    margin-top: 20px;
    margin-top: 0.26667rem;
}
.cp-details .details-top span {
      font-size: 28px;
      font-size: 0.37333rem;
}
.cp-details .details-top i {
      color: #4580f6;
      font-size: 32px;
      font-size: 0.42667rem;
      margin-right: 5px;
}
.cp-details .details-commend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    padding: 0 30px 40px 30px;
    padding: 0 0.4rem 0.53333rem 0.4rem;
}
.cp-details .details-commend .commend-li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #3C464F;
      font-size: 28px;
      font-size: 0.37333rem;
      width: 90%;
}
.cp-details .details-commend .commend-li img {
        width: 26px;
        width: 0.34667rem;
        height: 30px;
        height: 0.4rem;
        margin-right: 16px;
        margin-right: 0.21333rem;
}
.cp-details .details-commend .commend-li .desc {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.cp-details .details-commend i {
      font-size: 28px;
      font-size: 0.37333rem;
}
.cp-details .details-commend1 {
    padding-top: 40px;
    padding-top: 0.53333rem;
}
.cp-details .div-hide {
    display: none;
}
.cp-details a.title-right {
    color: #0084ff;
    text-decoration: none;
}
.cp-details .title-left {
    display: block;
    font-size: 36px;
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
    padding: 40px 0 30px 30px;
    padding: 0.53333rem 0 0.4rem 0.4rem;
    height: auto;
    line-height: 1;
    text-indent: 0;
    position: relative;
}
.cp-details .title-left .annuity-table-btn {
      position: absolute;
      right: 30px;
      right: 0.4rem;
      color: #236dff;
      font-size: 28px;
      font-size: 0.37333rem;
      font-weight: normal;
}
.cp-details .title-left1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.cp-details .cp-details-box {
    background-color: #fff;
}
.cp-details .cp-details-yl {
    background-color: #fff;
    margin: 0 0 20px;
    margin: 0 0 0.26667rem;
}
.cp-details .cp-details-01 .main-uls .titles {
    width: 100%;
    min-height: 90px;
    min-height: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    overflow: hidden;
}
.cp-details .cp-details-01 .main-uls .titles li {
      -webkit-box-flex: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* Chrome */
      -ms-flex: 0 1 49%;
      /* IE 10 */
      flex: 0 1 49%;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      min-width: 30%;
      height: 70px;
      height: 0.93333rem;
      text-align: center;
      line-height: 65px;
      line-height: 0.86667rem;
      font-size: 30px;
      font-size: 0.4rem;
      border-radius: 30px;
      border-radius: 0.4rem;
      margin: 0 5px 10px;
      margin: 0 5px 0.13333rem;
      background-color: #f0f0f0;
      padding: 0 10px;
      padding: 0 0.13333rem;
}
.cp-details .cp-details-01 .main-uls .titles li.active {
      background-color: #0084ff;
      color: #fff;
      position: relative;
      border-left: 1px solid #0084ff;
      border-top: 1px solid #0084ff;
      border-right: 1px solid #0084ff !important;
}
.cp-details .cp-details-01 .main-uls .titles-fault {
    width: 100%;
    min-height: 90px;
    min-height: 1.2rem;
    overflow: hidden;
}
.cp-details .cp-details-01 .main-uls .titles-fault li {
      float: left;
      min-width: 30%;
      height: 70px;
      height: 0.93333rem;
      text-align: center;
      line-height: 65px;
      line-height: 0.86667rem;
      font-size: 30px;
      font-size: 0.4rem;
      border-radius: 70px;
      border-radius: 0.93333rem;
      margin: 0 5px 10px;
      margin: 0 5px 0.13333rem;
      background-color: #f0f0f0;
      padding: 0 10px;
      padding: 0 0.13333rem;
}
.cp-details .cp-details-01 .main-uls .titles-fault li.active {
      background-color: #0084ff;
      color: #fff;
      position: relative;
      border-left: 1px solid #0084ff;
      border-top: 1px solid #0084ff;
      border-right: 1px solid #0084ff !important;
}
.cp-details .cp-details-01 .main-uls .fl1 {
    float: left;
    width: 80%;
    vertical-align: middle;
    display: inline-block;
}
.cp-details .cp-details-01 .main-uls .fl1 .fl1_1 {
      font-size: 32px;
      font-size: 0.42667rem;
      color: #000000;
      line-height: 100px;
      line-height: 1.33333rem;
}
.cp-details .cp-details-01 .main-uls .fl1 .fl1_11 {
      height: 60px;
      height: 0.8rem;
      line-height: 70px;
      line-height: 0.93333rem;
}
.cp-details .cp-details-01 .main-uls .fl1 .fl1_2 {
      font-size: 26px;
      font-size: 0.34667rem;
      color: #000000;
      height: 40px;
      height: 0.53333rem;
}
.cp-details .cp-details-01 .main-uls .frone {
    float: right;
    width: 15%;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    line-height: 1.33333rem;
    color: #0084ff;
    font-size: 32px;
    font-size: 0.42667rem;
    text-align: right;
}
.cp-details .cp-details-01 .moneys {
    margin-bottom: 5px;
}
.cp-details .cp-details-01 .moneys span {
      height: 60px;
      height: 0.8rem;
      line-height: 60px;
      line-height: 0.8rem;
}
.cp-details .cp-details-01 .clause-box {
    padding: 20px 0;
    padding: 0.26667rem 0;
}
.cp-details .cp-details-01 .clause-box a {
      font-size: 30px;
      font-size: 0.4rem;
      line-height: 60px;
      line-height: 0.8rem;
      display: block;
      padding: 15px;
      padding: 0.2rem;
      border: 1px solid #d8d8d8;
      margin-top: -1px;
}
.cp-details .cp-details-01 .clause-box .icon-iconfontxiangyou {
      font-size: 30px;
      font-size: 0.4rem;
      line-height: 60px;
      line-height: 0.8rem;
      color: #999;
}
.cp-details .cp-details-01 .ul-content {
    margin-top: 0;
}
.cp-details .cp-details-01 .ul-contents {
    display: block;
    width: 100%;
}
.cp-details .cp-details-01 .ul-contents .li-title {
      font-size: 27px;
      font-size: 0.36rem;
      color: #3C464F;
      line-height: 45px;
      line-height: 0.6rem;
      border-bottom: 1px dashed #F2F2F5;
      padding-right: 30px;
      padding-right: 0.4rem;
}
.cp-details .cp-details-01 .ul-contents .li-title .fr {
        margin-right: 40px;
        margin-right: 0.53333rem;
}
.cp-details .cp-details-01 .ul-contents .li-title .li-title-div {
        padding: 0;
        position: relative;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class {
        padding: 30px 0;
        padding: 0.4rem 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class span {
          display: block;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class span.li-left {
            text-overflow: initial;
            white-space: initial;
            overflow: initial;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class span.li-right {
            padding-left: .3rem;
            max-width: 400px;
            max-width: 5.33333rem;
            color: #FF7600;
            font-size: 28px;
            font-size: 0.37333rem;
            margin-right: 0;
            text-overflow: initial;
            white-space: initial;
            overflow: initial;
            text-align: right;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class span .iconfont {
            font-size: 46px;
            font-size: 0.61333rem;
            vertical-align: middle;
            color: #0084ff;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class span .text-all {
            max-width: 100%;
            left: -15px;
            left: -0.2rem;
            top: -50px;
            top: -0.66667rem;
            padding: 15px;
            padding: 0.2rem;
            text-decoration: none;
            position: absolute;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.7);
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class span .text-all::after {
              content: "";
              position: absolute;
              width: 0;
              height: 0;
              border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
              border-style: solid;
              border-width: 15px;
              border-width: 0.2rem;
              left: 30%;
              bottom: -30px;
              bottom: -0.4rem;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class span .text-all.text-show {
              transform: scale(1);
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              top: -80px;
              top: -1.06667rem;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class .fr {
          font-size: 28px;
          font-size: 0.37333rem;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class .len11 {
          line-height: 50px;
          line-height: 0.66667rem;
          text-align: right;
}
.cp-details .cp-details-01 .ul-contents .li-title .content-des {
        color: #000;
        display: none;
        border-radius: 4px;
        background: #f5f5f5;
        line-height: 38px;
        line-height: 0.50667rem;
        padding: 16px;
        padding: 0.21333rem;
        font-size: 26px;
        font-size: 0.34667rem;
        position: relative;
        margin-bottom: 20px;
        margin-bottom: 0.26667rem;
}
.cp-details .cp-details-01 .ul-contents .li-title .content-des > p {
          font-size: 26px;
          font-size: 0.34667rem;
          line-height: 1.6;
          text-indent: 2em;
          margin-bottom: 5px;
}
.cp-details .cp-details-01 .ul-contents .li-title .content-des > p:last-child {
            margin-bottom: 0;
}
.cp-details .cp-details-01 .ul-contents .li-title .content-des:before {
        content: '';
        width: 0;
        height: 0;
        border: 5px solid #f5f5f5;
        border-bottom-color: #f5f5f5;
        position: absolute;
        top: -5px;
        right: 110px;
        right: 1.46667rem;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
}
.cp-details .cp-details-01 .ul-contents .add-newLine-left .line-class {
      height: 150px;
      height: 2rem;
}
.cp-details .cp-details-01 .ul-contents .add-newLine-left .line-class .fr {
        line-height: 100px;
        line-height: 1.33333rem;
}
.cp-details .cp-details-01 .ul-contents .add-newLine-left .li-title-div:after {
      top: 78px;
      top: 1.04rem;
}
.cp-details .cp-details-01 .ul-contents .add-newLine-right .line-class {
      height: 150px;
      height: 2rem;
}
.cp-details .cp-details-01 .ul-contents .add-newLine-right .line-class .fl {
        line-height: 100px;
        line-height: 1.33333rem;
}
.cp-details .cp-details-01 .ul-contents .add-newLine-right .li-title-div:after {
      top: 78px;
      top: 1.04rem;
}
.cp-details .cp-details-01 .ul-contents .add-title-class .li-title-div:after {
      top: 35px;
      top: 0.46667rem;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
}
.cp-details .cp-details-01 .ul-contents .add-title-class .content-des {
      display: block;
}
.cp-details .cp-details-01 .look-more {
    font-size: 28px;
    font-size: 0.37333rem;
    text-align: center;
    height: 80px;
    height: 1.06667rem;
    line-height: 80px;
    line-height: 1.06667rem;
    text-align: center;
    color: #236DFF;
}
.cp-details .cp-details-01 .look-more a {
      display: inline-block;
      height: 100%;
      color: #000;
      padding: 0 30px;
      padding: 0 0.4rem;
}
.cp-details .cp-details-01 .active {
    display: block;
}
.cp-details .cp-details-01 .moneys .icon-xiangyou {
    padding: 2px 5px;
    border: 1px solid #0084ff;
    border-radius: 10px;
    border-radius: 0.13333rem;
}
.cp-details .cp-details-01 .recomment {
    position: relative;
    padding-left: 150px;
    padding-left: 2rem;
    padding-right: 40px;
    padding-right: 0.53333rem;
    padding-top: 20px;
    padding-top: 0.26667rem;
    border-top: 1px dashed #666;
    margin-top: 10px;
    margin-top: 0.13333rem;
}
.cp-details .cp-details-01 .recomment .bac-red {
      position: absolute;
      left: 0;
      top: 20px;
      top: 0.26667rem;
      padding: 1px 3px;
      background: #f03b53;
      color: #fff;
      font-size: 28px;
      font-size: 0.37333rem;
}
.cp-details .cp-details-01 .recomment .icon-xiangyou {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -20px;
      margin-top: -0.26667rem;
      font-size: 40px;
      font-size: 0.53333rem;
      color: #666;
}
.cp-details .annuity-box {
    background-color: #f0f7ff;
    padding: 30px;
    padding: 0.4rem;
}
.cp-details .annuity-box .annuity-process {
      position: relative;
      padding-top: 120px;
      padding-top: 1.6rem;
      overflow-x: auto;
}
.cp-details .annuity-box .annuity-process .annuity-point {
        position: absolute;
}
.cp-details .annuity-box .annuity-process .annuity-point .point-box {
          position: relative;
}
.cp-details .annuity-box .annuity-process .annuity-point .point-ico {
          position: absolute;
          top: 0;
          left: 0;
          width: 50px;
          width: 0.66667rem;
          height: 50px;
          height: 0.66667rem;
          z-index: 2;
}
.cp-details .annuity-box .annuity-process .annuity-point .point-head {
          position: absolute;
          bottom: 10px;
          bottom: 0.13333rem;
          left: 0;
          min-height: 60px;
          min-height: 0.8rem;
          white-space: nowrap;
}
.cp-details .annuity-box .annuity-process .annuity-point .point-name {
          font-size: 28px;
          font-size: 0.37333rem;
          line-height: 36px;
          line-height: 0.48rem;
          height: 36px;
          height: 0.48rem;
          color: #000;
          width: 180px;
          width: 2.4rem;
}
.cp-details .annuity-box .annuity-process .annuity-point .point-desc {
          color: #666;
          width: 130px;
          width: 1.73333rem;
          min-height: 32px;
          min-height: 0.42667rem;
          line-height: 32px;
          line-height: 0.42667rem;
          margin-bottom: 3px;
}
.cp-details .annuity-box .annuity-process .annuity-point .point-line-bottom {
          width: 1px;
          height: 100px;
          height: 1.33333rem;
          position: absolute;
          left: 25px;
          left: 0.33333rem;
          top: 40px;
          top: 0.53333rem;
          background-color: #FFDFC6;
}
.cp-details .annuity-box .annuity-process .annuity-point .point-line-bottom.point-collect {
            background-color: #C4DDFF;
}
.cp-details .annuity-box .annuity-process .annuity-point .point-bottom-desc {
          position: absolute;
          left: 25px;
          left: 0.33333rem;
          top: 110px;
          top: 1.46667rem;
          text-align: center;
          padding: 3px 5px;
          font-size: 24px;
          font-size: 0.32rem;
          line-height: 1.3;
          background-color: #fff4eb;
          border: 1px solid #FFDFC6;
          border-top-right-radius: 30px;
          border-top-right-radius: 0.4rem;
          border-bottom-left-radius: 30px;
          border-bottom-left-radius: 0.4rem;
          border-bottom-right-radius: 30px;
          border-bottom-right-radius: 0.4rem;
          color: #F66D04;
          z-index: 3;
}
.cp-details .annuity-box .annuity-process .annuity-point .point-bottom-desc p {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            white-space: nowrap;
            text-align: left;
}
.cp-details .annuity-box .annuity-process .annuity-point .point-bottom-desc.point-collect {
            border-color: #C4DDFF;
            background-color: #deecff;
            color: #236dff;
}
.cp-details .annuity-box .annuity-process .point-line-left {
        position: absolute;
        top: 145px;
        top: 1.93333rem;
        height: 2px;
        background-color: #f66d04;
}
.cp-details .annuity-box .annuity-process .point-line-left.annuity-collect {
          background-color: #236dff;
}
.cp-details .annuity-box .annuity-process .point-line-left.annuity-space {
          background-color: transparent;
          height: 0;
          border-bottom: 2px dotted #BFBFBF;
}
.cp-details .annuity-box .annuity-msg {
      font-size: 24px;
      font-size: 0.32rem;
      color: #666;
      padding: 5px 15px;
      padding: 5px 0.2rem;
}
.cp-details .annuity-box .annuity-table {
      background-color: #fff;
      border-radius: 10px;
      border-radius: 0.13333rem;
      padding: 20px 0;
      padding: 0.26667rem 0;
}
.cp-details .annuity-box .annuity-table > div {
        margin-top: 40px;
        margin-top: 0.53333rem;
        margin-bottom: 40px;
        margin-bottom: 0.53333rem;
}
.cp-details .annuity-box .annuity-table .annuity-table-p1 {
        text-align: center;
        font-size: 30px;
        font-size: 0.4rem;
        line-height: 1.2;
        font-weight: bold;
}
.cp-details .annuity-box .annuity-table .annuity-table-p1 .t1, .cp-details .annuity-box .annuity-table .annuity-table-p1 .t2 {
          color: #ff7300;
          font-size: 32px;
          font-size: 0.42667rem;
          padding: 0 5px;
}
.cp-details .annuity-box .annuity-table .annuity-table-p2 {
        font-size: 46px;
        font-size: 0.61333rem;
        color: #FF5B00;
        text-align: center;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 20px;
        margin-bottom: 0.26667rem;
}
.cp-details .annuity-box .annuity-table .annuity-table-p3 {
        font-size: 26px;
        font-size: 0.34667rem;
        color: #666;
        text-align: center;
        line-height: 1.2;
}
.cp-details .annuity-box .annuity-table .annuity-table-p4 {
        font-size: 26px;
        font-size: 0.34667rem;
        color: #000;
        text-align: center;
        line-height: 1.2;
}
.cp-details .annuity-box .annuity-table .annuity-table-p4 span {
          color: #f66d05;
}
.cp-details .annuity-box .annuity-table .annuity-table-p5 {
        font-size: 26px;
        font-size: 0.34667rem;
        color: #A5A5A5;
        text-align: center;
        line-height: 1.2;
        text-align: left;
        padding-left: 45px;
        padding-left: 0.6rem;
}
.cp-details .annuity-box .annuity-table .annuity-table-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 20px;
        margin-top: 0.26667rem;
        margin-bottom: 20px;
        margin-bottom: 0.26667rem;
        padding-left: 20px;
        padding-left: 0.26667rem;
        padding-right: 20px;
        padding-right: 0.26667rem;
}
.cp-details .annuity-box .annuity-table .annuity-table-btns .annuity-table-btn {
          width: 294px;
          width: 3.92rem;
          height: 74px;
          height: 0.98667rem;
          line-height: 74px;
          line-height: 0.98667rem;
          text-align: center;
          color: #236dff;
          margin: 0 10px;
          margin: 0 0.13333rem;
          border-radius: 8px;
          font-size: 30px;
          font-size: 0.4rem;
          font-weight: bold;
          border: 1px solid #236dff;
}
.cp-details .annuity-box .annuity-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin-top: 10px;
      margin-top: 0.13333rem;
      margin-bottom: 10px;
      margin-bottom: 0.13333rem;
      padding-left: 20px;
      padding-left: 0.26667rem;
      padding-right: 20px;
      padding-right: 0.26667rem;
}
.cp-details .annuity-box .annuity-tabs .annuity-tab-li {
        display: inline-block;
        font-size: 26px;
        font-size: 0.34667rem;
        padding: 3px 20px;
        padding: 3px 0.26667rem;
        border-radius: 8px;
        background: #f5f5f5;
        color: #888;
}
.cp-details .annuity-box .annuity-tabs .annuity-tab-li.active {
          background: #eef3ff;
          color: #236dff;
}
.cp-details .annuity-box .accountValueSelectBox {
      height: 60PX;
      position: relative;
}
.cp-details .annuity-box .accountValueSelectBox .pillar {
        background: #236DFF;
        position: absolute;
        top: 0;
        left: 50%;
        width: 1PX;
        height: 30PX;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        border-top-left-radius: 2PX;
        border-top-right-radius: 2PX;
        z-index: 10;
}
.cp-details .annuity-box .accountValueSelectBox .wrap {
        min-width: 320PX;
        max-width: 768PX;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
}
.cp-details .annuity-box .accountValueSelectBox .wrapper1 {
        position: relative;
        height: 60PX;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
}
.cp-details .annuity-box .accountValueSelectBox .wrapper1 .scroller {
        position: absolute;
        padding: 0 50% 0 50%;
        z-index: 1;
}
.cp-details .annuity-box .accountValueSelectBox .wrapper1 .scroller li {
        float: left;
        width: 10PX;
        height: 60PX;
        text-align: center;
        font-style: none;
        padding: 24PX 0 30PX;
        position: relative;
}
.cp-details .annuity-box .accountValueSelectBox .wrapper1 .scroller li:nth-last-of-type(1) {
          width: 1PX;
}
.cp-details .annuity-box .accountValueSelectBox .wrapper1 .scroller li.active {
          padding: 15PX 0 30PX;
}
.cp-details .annuity-box .accountValueSelectBox .wrapper1 .scroller li span {
        display: block;
        border-left: 1PX solid #ddd;
        border-bottom: 1PX solid #ddd;
        width: 100%;
        height: 100%;
        position: relative;
}
.cp-details .annuity-box .accountValueSelectBox .wrapper1 .scroller li span i {
        position: absolute;
        bottom: -25PX;
        left: -25PX;
        font-size: 12PX;
        font-style: normal;
        width: 50PX;
}
.cp-details .cp-details-02 {
    background-color: #fff;
}
.cp-details .cp-details-02 .clause-name {
      position: relative;
      padding: 0 30px 70px;
      padding: 0 0.4rem 0.93333rem;
}
.cp-details .cp-details-02 .clause-name .clause-title {
        font-size: 30px;
        font-size: 0.4rem;
        color: #0084ff;
}
.cp-details .cp-details-02 .clause-name .notice-p {
        font-size: 30px;
        font-size: 0.4rem;
        margin-bottom: 15px;
        margin-bottom: 0.2rem;
        word-break: break-all;
        text-align: justify;
        padding-left: 45px;
        padding-left: 0.6rem;
}
.cp-details .cp-details-02 .clause-name .notice-p .m1 {
          display: inline-block;
          width: 35px;
          width: 0.46667rem;
          height: 35px;
          height: 0.46667rem;
          background-color: #4580f6;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          color: #fff;
          text-align: center;
          line-height: 35px;
          line-height: 0.46667rem;
          margin-right: 10px;
          margin-right: 0.13333rem;
          margin-left: -45px;
          margin-left: -0.6rem;
          font-size: 26px;
          font-size: 0.34667rem;
}
.cp-details .cp-details-02 .clause-name .notice-more {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        font-size: 30px;
        font-size: 0.4rem;
        padding: 90px 0 20px;
        padding: 1.2rem 0 0.26667rem;
        background: transparent;
}
.cp-details .cp-details-02 .clause-name .notice-more.bg-gradient {
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(white));
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), white);
}
.cp-details .productTap {
    position: fixed;
    top: 0;
    left: 50%;
    margin-top: 0;
    z-index: 999;
    width: 750px;
    width: 10rem;
    margin-left: -375px;
    margin-left: -5rem;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(149, 151, 164, 0.12);
    -webkit-box-shadow: 0px 4px 0.16rem 0px rgba(149, 151, 164, 0.12);
            box-shadow: 0px 4px 12px 0px rgba(149, 151, 164, 0.12);
            box-shadow: 0px 4px 0.16rem 0px rgba(149, 151, 164, 0.12);
    overflow: auto;
}
.cp-details .productTap.active {
      display: block;
}
.cp-details .productTap.smallFont ul li {
      font-size: 20px;
      font-size: 0.26667rem;
}
.cp-details .productTap > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: none;
      -webkit-box-shadow: 0px 4px 12px 0px rgba(149, 151, 164, 0.12);
      -webkit-box-shadow: 0px 4px 0.16rem 0px rgba(149, 151, 164, 0.12);
              box-shadow: 0px 4px 12px 0px rgba(149, 151, 164, 0.12);
              box-shadow: 0px 4px 0.16rem 0px rgba(149, 151, 164, 0.12);
      height: auto;
}
.cp-details .productTap li {
      text-align: center;
      height: auto;
      line-height: 1;
      position: relative;
      font-size: 24px;
      font-size: 0.32rem;
      background: #fff;
      padding: 25px 0 12px 0;
      padding: 0.33333rem 0 0.16rem 0;
      color: #3c464f;
}
.cp-details .productTap li:first-child {
      border-left: none;
}
.cp-details .productTap li.active {
      color: #246cfc;
      background-color: transparent;
      font-weight: normal;
}
.cp-details .img_cc {
    width: 100%;
    height: auto;
}
.cp-details .cp-details-04 {
    background: #fff;
    padding-bottom: 0;
}
.cp-details .cp-details-04 .img-2 {
      width: 100%;
      vertical-align: middle;
}
.cp-details .cp-details-04 div.img-2 {
      background-color: #E0E0E0;
      background-image: url(../../static-product/img/timg.e25ae3c4.gif);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
}
@-webkit-keyframes rota {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rota {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.cp-details .move {
    -webkit-animation: rota 3s linear infinite;
            animation: rota 3s linear infinite;
}
.cp-details .pause {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
.cp-details .play {
    -webkit-animation-play-state: running;
            animation-play-state: running;
}
.cp-details .w-box-c {
    padding: 0 30px;
    padding: 0 0.4rem;
}
.cp-details .w-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    padding: 0 0.4rem;
}
.cp-details .cp-details-06-1 {
    background: #fff;
    padding-bottom: 30px;
    padding-bottom: 0.4rem;
}
.cp-details .cp-details-06-1 .w-boxp {
      padding: 30px 0 30px 0;
      padding: 0.4rem 0 0.4rem 0;
}
.cp-details .cp-details-06-1 .newa {
      height: 70px;
      height: 0.93333rem;
      width: 198px;
      width: 2.64rem;
      font-size: 28px;
      font-size: 0.37333rem;
}
.cp-details .cp-details-06-1 #kclp {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 65px;
      height: 0.86667rem;
      width: 245px;
      width: 3.26667rem;
      line-height: 65px;
      line-height: 0.86667rem;
      background-color: #0084ff;
      font-size: 30px;
      font-size: 0.4rem;
      color: #fff;
      display: block;
      text-align: center;
      margin: 0 auto;
}
.cp-details .cp-details-06-1 .lpei-tip-list li {
      margin-bottom: 60px;
      margin-bottom: 0.8rem;
}
.cp-details .cp-details-06-1 .lpei-tip-list s {
      display: block;
      margin: auto;
      width: 180px;
      width: 2.4rem;
      height: 50px;
      height: 0.66667rem;
      line-height: 54px;
      line-height: 0.72rem;
      text-align: center;
      background-image: linear-gradient(133deg, #FEE9B3 0%, #EAA854 100%);
      border-radius: 25.22px;
      border-radius: 0.33627rem;
      border-radius: 25.22px;
      text-decoration: none;
      color: #905300;
      font-size: 26px;
      font-size: 0.34667rem;
      letter-spacing: 0;
}
.cp-details .cp-details-06-1 .lpei-tip-list .tip-title {
      margin-top: 20px;
      margin-top: 0.26667rem;
      margin-bottom: 20px;
      margin-bottom: 0.26667rem;
      width: 100%;
      text-align: center;
      font-size: 46px;
      font-size: 0.61333rem;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAkoAAAAyCAYAAACjzfQcAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAACSqADAAQAAAABAAAAMgAAAADyu0XFAAAFDklEQVR4Ae3dMW8cRRQA4J09RGslCFBokKhjelAiUSQ0NDT4j1CkoXCRNn/ENDQ0kCJSEFQ02DUSDRYgiNJGnIcdr1dRlNtViOZu52a/a87eWd+8+d5K7+nOOxea7hHjyerp9z982cTmqPv1MDbxzXR8aY/QhGfdmk+b0Jwc3L31IISj9dIMrJcAAQIEliegD+hzvqkPCD3O44cxNp8s79IYX3EIzaODu7fvaJbGjYwQIECAwP4L6AM253DoA9r0TpIm6WWkZHL5LtvLQ44QIECAAIFqBPQBm1M59AHt1cdtm89a+tH+o8ilK1g/AQIECNQsoNaNZ7ezabvRw/EzFj/CZvGXAAACBAhUL6DWjaf4MDVKHgQIECBAgAABAhsEUqN0uuG4Q70AG1cCAQIECNQuoNaNZ/i0TbfCj48vfITNwi8AyydAgMACBNS68SR3Nm2/X1DzaPysZY70twXeerDM1Vs1AQIECCxFQB+wOdNDH9CmfYL6/YLCvW6jpZ+vNlva/FeVH01rvzQI4Z49lCpPtuURIECAwKWAPuD5haAPeG7hJwIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgaUJhJwLPjn5YvXptfc+X6/Xt7vvRnk/NvGNnK+/7dfqti7/9yLG31ar1ePvnvz+zdHR1+ttz+n1CRAgQIDA3ALq93gGsjVKCfnOwbv3u6lujk+3VyNnD5/+8ZVmaa9yJlgCBAgQ+J8C6vc0WDs9/Oqj6Z2k7uxamqS08JtXa3p1BGcSIECAAIE9E1C/pxOWrVFKH7dNT7V/ozWuaf+yIGICBAgQ2KZAjbUu55qyNUrpf5K2mcg5XrvGNc3haE4CBAgQKFegxlqXc03ZGqVyLwGRESBAgAABAgReTyBbo5TuFnu9EMr9qxrXVK62yAgQIEBgDoEaa13ONWVrlNIt9XMkeJtz1rimbXp5bQIECBDYP4Eaa13ONWVrlNK+Q93lcbZ/l8hoxGdXaxo9wQABAgQIENh3AfV7OoPZ9lFK09iwahrbKAECBAgQKFFA/S4xK2IiQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsEuBrF9hkivweHzc/vXxnx+2YfVBiBfXQwzZvpNuKsbYTdZN9c9FXP/69o/v/BKOjy+mzjdGgAABAgRqEFB3x7NYXKOUkvXko78/a5p4YzzsXYyE82s/vfWtZmkX1uYgQIAAgbkE1N1p+Z28UzMdwouj6Z2k+ZukFFO80cfyYnx+I0CAAAECNQmou9PZLK5RSh+3TYe8u9GSYtndqs1EgAABAksSKKnWlRTLcA0U1yil/0kagpv7uaRY5rYwPwECBAjUKVBSrSspliHbxTVKQ2CeCRAgQIAAAQJzCxTXKKW7zuZGGeYvKZYhJs8ECBAgQCCnQEm1rqRYBuPiGqV0a/4Q3NzPJcUyt4X5CRAgQKBOgZJqXUmxDNkurlFK+xc1TTgfApzvOZz3scwXgZkJECBAgMC2BdTdaeHi9lFK4dr4ajppRgkQIECAQE4BdXdc8z+ZrZirGkcpAgAAAABJRU5ErkJggg==) no-repeat;
      background-position: center;
      background-size: auto 40%;
      color: #905300;
      font-weight: 700;
}
.cp-details .cp-details-06-1 .lpei-tip-list .text-box {
      background: #FFFFFF;
      -webkit-box-shadow: 0 7px 25px 0 #E9E7F1;
      -webkit-box-shadow: 0 7px 0.33333rem 0 #E9E7F1;
              box-shadow: 0 7px 25px 0 #E9E7F1;
              box-shadow: 0 7px 0.33333rem 0 #E9E7F1;
      border-radius: 13.45px;
      border-radius: 0.17933rem;
      border-radius: 13.45px;
      padding: 40px 30px;
      padding: 0.53333rem 0.4rem;
      width: 660px;
      width: 8.8rem;
      margin: auto;
      color: #945704;
      font-size: 24px;
      font-size: 0.32rem;
}
.cp-details .cp-details-06-1 .lpei-tip-list .text-box .tip-text {
        padding-left: 40px;
        padding-left: 0.53333rem;
        position: relative;
        line-height: 33px;
        line-height: 0.44rem;
}
.cp-details .cp-details-06-1 .lpei-tip-list .text-box .tip-text::before {
          content: "";
          display: block;
          width: 10px;
          width: 0.13333rem;
          height: 10px;
          height: 0.13333rem;
          border-radius: 50%;
          position: absolute;
          left: 10px;
          left: 0.13333rem;
          top: 10px;
          top: 0.13333rem;
          background-color: #EFB96D;
}
.cp-details .cp-details-06-1 .lpei-tip-list .text-box .tip-text.tip-subtitle {
          font-size: 27px;
          font-size: 0.36rem;
          color: #3C7CFC;
          padding-left: 0;
          margin-bottom: 15px;
          margin-bottom: 0.2rem;
          margin-top: 30px;
          margin-top: 0.4rem;
}
.cp-details .cp-details-06-1 .lpei-tip-list .text-box .tip-text.tip-subtitle:first-child {
            margin-top: 0;
}
.cp-details .cp-details-06-1 .lpei-tip-list .text-box .tip-text.tip-subtitle::before {
            display: none;
}
.cp-details .cp-details-06-1 .lpei-tip-list .text-box.samll {
        margin-left: 55px;
        margin-left: 0.73333rem;
        width: 590px;
        width: 7.86667rem;
        padding-right: 20px;
        padding-right: 0.26667rem;
        position: relative;
}
.cp-details .cp-details-06-1 .lpei-tip-list .text-box.samll::before {
          content: "";
          display: block;
          background: url(../../static-product/img/kefu.12bd8d6e.png) no-repeat;
          background-size: 100%;
          width: 168px;
          width: 2.24rem;
          height: 184px;
          height: 2.45333rem;
          position: absolute;
          right: -70px;
          right: -0.93333rem;
          bottom: -80px;
          bottom: -1.06667rem;
}
.cp-details .cp-details-07 {
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 0.26667rem;
}
.cp-details .cp-details-07 .title-left {
      margin: 0 -30px;
      margin: 0 -0.4rem;
      border-bottom: 1px solid #EDEDED;
      padding-left: 30px;
      padding-left: 0.4rem;
      background-position: 30px;
      background-position: 0.4rem;
      margin-bottom: 30px;
      margin-bottom: 0.4rem;
}
.cp-details .cp-details-07 li {
      border-radius: 8px;
      margin-bottom: 30px;
      margin-bottom: 0.4rem;
      padding-left: 50px;
      padding-left: 0.66667rem;
      position: relative;
}
.cp-details .cp-details-07 li .q {
        position: absolute;
        left: 0;
        width: 38px;
        width: 0.50667rem;
        height: 38px;
        height: 0.50667rem;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: 1;
        background: #1883FA;
        color: #fff;
}
.cp-details .cp-details-07 li:last-child {
        border-bottom: 0;
}
.cp-details .cp-details-07 li .title {
        font-size: 32px;
        font-size: 0.42667rem;
        color: #333333;
        font-weight: bold;
}
.cp-details .cp-details-07 li .title span {
          display: inline-block;
          width: 580px;
          width: 7.73333rem;
}
.cp-details .cp-details-07 li .title .arr-icon {
          margin-top: 3px;
          vertical-align: text-top;
          display: inline-block;
          width: 16px;
          width: 0.21333rem;
          height: 16px;
          height: 0.21333rem;
          border-right: 1px solid #999;
          border-top: 1px solid #999;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg);
          float: right;
}
.cp-details .cp-details-07 li .ul-lip {
        margin-top: 10px;
        margin-top: 0.13333rem;
        position: relative;
        font-size: 30px;
        font-size: 0.4rem;
        min-height: 36px;
        min-height: 0.48rem;
        background: #FFFFFF;
}
.cp-details .cp-details-07 li .ul-lip .ul_left_p {
          position: absolute;
          left: 0;
          top: 0;
          width: 36px;
          width: 0.48rem;
          font-size: 12px;
          font-size: 0.16rem;
          color: #fff;
          height: 36px;
          height: 0.48rem;
          line-height: 36px;
          line-height: 0.48rem;
          text-align: center;
          background-color: #126FFA;
          border-radius: 100%;
}
.cp-details .cp-details-07 li .ul-lip p {
          font-size: 28px;
          font-size: 0.37333rem;
          color: #000;
}
.cp-details .cp-details-07 li .ul-lip .text {
          color: #666;
          font-size: 28px;
          font-size: 0.37333rem;
          white-space: pre-wrap;
          text-align: justify;
}
.cp-details .cp-details-07 li .answer {
        display: none;
}
.cp-details .cp-details-07 li.active .answer {
        display: block;
}
.cp-details .cp-details-07 li.active .arr-icon {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-top: 10px;
        margin-top: 0.13333rem;
}
.cp-details .cp-details-07 .ul-hide {
      display: none;
}
.cp-details .cp-details-07 .btn-bot {
      width: 30%;
      border: none;
      color: #000000;
      font-size: 28px;
      font-size: 0.37333rem;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAIAAAAmKNuZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFDNkVDMEI0OEQ3OTExRTc5NTMzQjk5QTEyQkRCNkMxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFDNkVDMEI1OEQ3OTExRTc5NTMzQjk5QTEyQkRCNkMxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUI5QUE3REQ4RDc5MTFFNzk1MzNCOTlBMTJCREI2QzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUI5QUE3REU4RDc5MTFFNzk1MzNCOTlBMTJCREI2QzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5gDXAPAAABLElEQVR42uyVzapFUBSAN0lSfsrMwNzYO3gYT2bopxQlKR0yImbIozjrtmpf4dyz771ncAZnT2j9fPb62OG2bSOvWzx56frg3gfneZ7jOHEc/4cShqFt267rEsMwMOT7/vanFUXRN3hZFkEQ8D5N09+yqqqiqHEcCYTgIkkShpIkYWeVZYld0N627dcBw0TXdXRq2DwLK89zjuOgXpZlaMcgoel5nnVdZyRSX7Cvvu9pnOyL1nVVFAXrgiB4xMqyDGtEUQRR+xQ5lMKboR7h6zmziqLALEw6DMMhS84NIELTtMupwRfP8+jrdrude8nlOEA8ewTWpa/nuIPHpmngAY98MeHQo6qq+8MErLMvVhysaZqoxx9mZMWhR8uyTNOs6/ppMff59bwL7i7AAGQXD0lc0wXsAAAAAElFTkSuQmCC) no-repeat right;
      background-size: 30px 30px;
      background-size: 0.4rem 0.4rem;
}
.cp-details .cp-details-08 {
    background-color: #fff;
    padding-bottom: 20px;
    padding-bottom: 0.26667rem;
}
.cp-details .cp-details-08 .icon-xiangxia {
      font-size: 26px;
      font-size: 0.34667rem;
      margin-left: 5px;
}
.cp-details .cp-details-08 .uls {
      margin-bottom: 20px;
      margin-bottom: 0.26667rem;
}
.cp-details .cp-details-08 .uls li {
        padding-left: 150px;
        padding-left: 2rem;
        position: relative;
        margin-top: 30px;
        margin-top: 0.4rem;
}
.cp-details .cp-details-08 .uls .left {
        position: absolute;
        left: 0;
        top: 0;
}
.cp-details .cp-details-08 .uls .right {
        padding-left: 10px;
        padding-left: 0.13333rem;
        border-left: 1px solid #c8c8c8;
}
.cp-details .cp-details-08 .uls .authers {
        width: 120px;
        width: 1.6rem;
        height: 120px;
        height: 1.6rem;
        margin-bottom: 10px;
        margin-bottom: 0.13333rem;
        border-radius: 50%;
}
.cp-details .cp-details-08 .uls .auther-name {
        text-align: center;
}
.cp-details .cp-details-08 .uls .stars {
        color: #ff9a16;
}
.cp-details .cp-details-08 .uls .stars i {
          margin-right: 10px;
          margin-right: 0.13333rem;
          font-size: 14px;
          font-size: 0.18667rem;
}
.cp-details .cp-details-08 .uls .stars i.star-999 {
          color: #999;
}
.cp-details .cp-details-08 .uls .evaluate {
        font-size: 14px;
        font-size: 0.18667rem;
}
.cp-details .cp-details-08 .uls .bottom {
        font-size: 28px;
        font-size: 0.37333rem;
        margin: 15px 0;
        margin: 0.2rem 0;
}
.cp-details .cp-details-08 .uls .reply {
        width: 100%;
        padding: 10px;
        padding: 0.13333rem;
        background-color: #dcdcdc;
        color: #666;
        position: relative;
}
.cp-details .cp-details-08 .uls .reply:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: #dcdcdc;
        position: absolute;
        top: -12px;
        top: -0.16rem;
        left: 10px;
        left: 0.13333rem;
}
.cp-details .cp-details-09 {
    width: 100%;
    height: 110px;
    height: 1.46667rem;
    position: relative;
}
.cp-details .cp-details-09 p {
      line-height: 110px;
      line-height: 1.46667rem;
      text-decoration: underline;
}
.cp-details .cp-details-09 .subscribe {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 105px;
      height: 1.4rem;
}
a.return-index {
  position: fixed;
  top: 65%;
  right: 5%;
  display: inline-block;
  width: 100px;
  width: 1.33333rem;
  height: 100px;
  height: 1.33333rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
}
a.return-index i {
    font-size: 50px;
    font-size: 0.66667rem;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
a.return-index span {
    position: absolute;
    bottom: 5px;
    left: 50%;
    font-size: 24px;
    font-size: 0.32rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

/*底部立即咨询*/
.fixed-btn-box {
  width: 100%;
  height: 120px;
  height: 1.6rem;
}
.fixed-btn {
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #DFDFDF;
          box-shadow: inset 0 1px 0 0 #DFDFDF;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 750px;
  width: 10rem;
  height: 120px;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed-btn > span {
    display: inline-block;
    vertical-align: middle;
}
.fixed-btn .online-reserve {
    vertical-align: middle;
    position: fixed;
    right: 10px;
    right: 0.13333rem;
    bottom: 200px;
    bottom: 2.66667rem;
    -webkit-animation: goleft 0.5s 1;
            animation: goleft 0.5s 1;
    background-color: #6379ef;
    color: #fff;
    width: 110px;
    width: 1.46667rem;
    height: 110px;
    height: 1.46667rem;
    border-radius: 50%;
    font-size: 28px;
    font-size: 0.37333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 4px 0 #6379ef;
            box-shadow: 0 0 4px 0 #6379ef;
    padding: 20px;
    padding: 0.26667rem;
    line-height: 1.2;
    text-align: center;
}
.fixed-btn .online-reserve > img {
      width: 120px;
      width: 1.6rem;
      height: 120px;
      height: 1.6rem;
}
.fixed-btn .online-reserve.active {
      right: -60px;
      right: -0.8rem;
      -webkit-animation: goright 0.5s 1;
              animation: goright 0.5s 1;
}
@-webkit-keyframes goright {
from {
    right: 10px;
    right: 0.13333rem;
}
to {
    right: -60px;
    right: -0.8rem;
}
}
@keyframes goright {
from {
    right: 10px;
    right: 0.13333rem;
}
to {
    right: -60px;
    right: -0.8rem;
}
}
@-webkit-keyframes goleft {
from {
    right: -60px;
    right: -0.8rem;
}
to {
    right: 10px;
    right: 0.13333rem;
}
}
@keyframes goleft {
from {
    right: -60px;
    right: -0.8rem;
}
to {
    right: 10px;
    right: 0.13333rem;
}
}
.fixed-btn > .moneys {
    width: 270px;
    width: 3.6rem;
    height: 110px;
    height: 1.46667rem;
    line-height: 110px;
    line-height: 1.46667rem;
    font-size: 50px;
    font-size: 0.66667rem;
    color: #F66D05;
    text-align: center;
}
.fixed-btn > .moneys.big {
      width: 500px;
      width: 6.66667rem;
}
.fixed-btn > .moneys .bfBox {
      width: 100%;
      height: 100%;
      padding-left: 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.fixed-btn > .moneys .bfBox .bf {
        font-size: 28px;
        font-size: 0.37333rem;
        line-height: 40px;
        line-height: 0.53333rem;
}
.fixed-btn > .moneys .m1 {
      font-size: 24px;
      font-size: 0.32rem;
}
.fixed-btn .insure {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    width: 2.93333rem;
    height: 80px;
    height: 1.06667rem;
    border-radius: 40px;
    border-radius: 0.53333rem;
    background-image: linear-gradient(171deg, #FD9350 0%, #FF6D25 59%);
    -webkit-box-shadow: 0 4px 10px 0 rgba(255, 150, 25, 0.4);
    -webkit-box-shadow: 0 4px 0.13333rem 0 rgba(255, 150, 25, 0.4);
            box-shadow: 0 4px 10px 0 rgba(255, 150, 25, 0.4);
            box-shadow: 0 4px 0.13333rem 0 rgba(255, 150, 25, 0.4);
    color: #fff;
    font-size: 28px;
    font-size: 0.37333rem;
    line-height: 1;
    text-align: center;
    margin-right: 20px;
    margin-right: 0.26667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.fixed-btn .insure.insure-tell {
      background-image: linear-gradient(171deg, #FFBB47 0%, #FF9619 61%);
      -webkit-box-shadow: 0 4px 10px 0 rgba(255, 150, 25, 0.4);
      -webkit-box-shadow: 0 4px 0.13333rem 0 rgba(255, 150, 25, 0.4);
              box-shadow: 0 4px 10px 0 rgba(255, 150, 25, 0.4);
              box-shadow: 0 4px 0.13333rem 0 rgba(255, 150, 25, 0.4);
}
.fixed-btn .insure.disabled {
      background: #cacaca;
      -webkit-box-shadow: 0 4px 10px 0 rgba(221, 221, 221, 0.4);
      -webkit-box-shadow: 0 4px 0.13333rem 0 rgba(221, 221, 221, 0.4);
              box-shadow: 0 4px 10px 0 rgba(221, 221, 221, 0.4);
              box-shadow: 0 4px 0.13333rem 0 rgba(221, 221, 221, 0.4);
}
.bg-imgUrl {
  width: 750px;
  width: 10rem;
  display: block;
}
.tbxz-scroll-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.market-comment {
  padding-bottom: 0;
}
.market-comment .top {
    width: 100%;
    position: relative;
}
.market-comment .top #text {
      width: 100%;
      border: none;
      font-size: 30px;
      font-size: 0.4rem;
      line-height: 40px;
      line-height: 0.53333rem;
      padding: 20px 30px;
      padding: 0.26667rem 0.4rem;
      resize: none;
      vertical-align: middle;
}
.market-comment .top .number {
      position: absolute;
      right: 30px;
      right: 0.4rem;
      bottom: 20px;
      bottom: 0.26667rem;
      font-size: 28px;
      font-size: 0.37333rem;
      color: #999;
}
.market-comment .top .red {
      color: red;
}
.market-comment .middle {
    background-color: #fff;
    border-top: 1px solid #ececec;
    padding: 15px 30px;
    padding: 0.2rem 0.4rem;
    height: 80px;
    height: 1.06667rem;
    font-size: 30px;
    font-size: 0.4rem;
    line-height: 50px;
    line-height: 0.66667rem;
}
.market-comment .middle .xxs {
      display: inline-block;
      position: relative;
      top: -2px;
}
.market-comment .middle .xx {
      height: 50px;
      height: 0.66667rem;
      display: inline-block;
      line-height: 50px;
      line-height: 0.66667rem;
}
.market-comment .middle .xx:after {
        content: "\e6c2";
        font-family: "iconfont";
        display: inline-block;
        font-size: 36px;
        font-size: 0.48rem;
        color: #999;
        vertical-align: middle;
}
.market-comment .middle .xx.active:after {
        content: "\e6c4";
        color: #0084ff;
}
.market-comment #send {
    width: 100%;
    margin-top: 100px;
    margin-top: 1.33333rem;
    height: 100px;
    height: 1.33333rem;
    line-height: 100px;
    line-height: 1.33333rem;
    text-align: center;
    font-size: 40px;
    font-size: 0.53333rem;
    background-color: #0084ff;
    color: #fff;
}
.market-comment .titles {
    font-size: 36px;
    font-size: 0.48rem;
    line-height: 90px;
    line-height: 1.2rem;
    padding-left: 30px;
    padding-left: 0.4rem;
    background-color: #fff;
}
.market-comment .getMore {
    width: 100%;
    display: block;
    background-color: #fff;
    text-align: center;
    line-height: 80px;
    line-height: 1.06667rem;
    font-size: 30px;
    font-size: 0.4rem;
    color: #666;
    border-top: 1px solid #ececec;
    margin-bottom: 10px;
    margin-bottom: 0.13333rem;
}
.market-comment .commentList .commentLi {
    background-color: #fff;
    width: 100%;
    padding: 15px 30px;
    padding: 0.2rem 0.4rem;
    font-size: 30px;
    font-size: 0.4rem;
}
.market-comment .commentList .commentLi .border-line {
      border-bottom: 1px solid #e0e0e0;
}
.market-comment .commentList .commentLi:last-child .border-line {
      border-bottom: 0;
}
.market-comment .commentList .commentLi .head {
      position: relative;
      padding-left: 100px;
      padding-left: 1.33333rem;
      min-height: 80px;
      min-height: 1.06667rem;
}
.market-comment .commentList .commentLi .headImg {
      position: absolute;
      left: 0;
      top: 0;
      width: 80px;
      width: 1.06667rem;
      height: 80px;
      height: 1.06667rem;
      border-radius: 50%;
}
.market-comment .commentList .commentLi .name {
      font-size: 30px;
      font-size: 0.4rem;
      line-height: 40px;
      line-height: 0.53333rem;
      margin-top: 20px;
      margin-top: 0.26667rem;
}
.market-comment .commentList .commentLi .timeAndLevel {
      font-size: 26px;
      font-size: 0.34667rem;
      line-height: 35px;
      line-height: 0.46667rem;
      margin-top: 20px;
      margin-top: 0.26667rem;
}
.market-comment .commentList .commentLi .timeAndLevel .xx {
        line-height: 34px;
        line-height: 0.45333rem;
        margin-right: 5px;
}
.market-comment .commentList .commentLi .timeAndLevel .level {
        color: #000;
        font-size: 30px;
        font-size: 0.4rem;
        display: inline-block;
        line-height: 40px;
        line-height: 0.53333rem;
        vertical-align: middle;
}
.market-comment .commentList .commentLi .content {
      font-size: 30px;
      font-size: 0.4rem;
      word-break: break-all;
      padding: 20px 0;
      padding: 0.26667rem 0;
}
.market-comment .commentList .xx {
    display: inline-block;
    margin-right: 5px;
}
.market-comment .commentList .xx:after {
      content: "\e6d3";
      font-family: "iconfont";
      display: inline-block;
      font-size: 32px;
      font-size: 0.42667rem;
      color: #0084ff;
      vertical-align: middle;
}
.market-comment .allComments {
    font-size: 32px;
    font-size: 0.42667rem;
    background-color: #fff;
    line-height: 90px;
    line-height: 1.2rem;
    border-bottom: 1px solid #ececec;
    padding-left: 30px;
    padding-left: 0.4rem;
}
.market-comment .productsLevel {
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 0.26667rem;
    padding: 15px 30px;
    padding: 0.2rem 0.4rem;
}
.market-comment .productsLevel .p1 {
      font-size: 38px;
      font-size: 0.50667rem;
      line-height: 60px;
      line-height: 0.8rem;
      margin-bottom: 5px;
}
.market-comment .productsLevel .p2 {
      font-size: 30px;
      font-size: 0.4rem;
      line-height: 45px;
      line-height: 0.6rem;
}
.market-comment .productsLevel .xx {
      position: relative;
      top: -2px;
}
.market-comment .notMore {
    display: none;
    width: 100%;
    font-size: 30px;
    font-size: 0.4rem;
    color: #666;
    line-height: 90px;
    line-height: 1.2rem;
    text-align: center;
}
.market-comment .notMore.active {
      display: block;
}
.layer-act-key {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layer-act-key .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.layer-act-key .mainContent {
    width: 580px;
    width: 7.73333rem;
    overflow: visible;
    background-color: #fff;
    padding: 10px 10px 120px;
    padding: 0.13333rem 0.13333rem 1.6rem;
    border-radius: 5px;
    position: relative;
}
.layer-act-key .mainContent #layer_05_btn {
      position: absolute;
      bottom: 30px;
      bottom: 0.4rem;
      left: 50%;
      margin-left: -147px;
      margin-left: -1.96rem;
      background-color: #0084ff;
}
.layer-act-key .mainContent .txt_tip {
      color: #fd9143;
}
.layer-act-key .mainContent .input-box {
      height: 80px;
      height: 1.06667rem;
      line-height: 80px;
      line-height: 1.06667rem;
      width: 500px;
      width: 6.66667rem;
      padding-left: 10px;
      padding-left: 0.13333rem;
      margin: 15px auto 5px;
      margin: 0.2rem auto 5px;
      font-size: 30px;
      font-size: 0.4rem;
      background-color: #f0eff5;
      border-radius: 5px;
}
.layer-act-key .mainContent .input-box input {
        display: inline-block;
        height: 80px;
        height: 1.06667rem;
        margin: 0;
        padding: 0;
        border: none;
        background-color: #f0eff5;
}
.layer-act-key .mainContent .input-box .input_tel {
        width: 300px;
        width: 4rem;
}
.layer-act-key .mainContent .lz-fs-30 {
      font-size: 28px;
      font-size: 0.37333rem;
}
.pc-modal .mainContent {
  padding: 0 0 55px;
  padding: 0 0 0.73333rem;
  width: 600px;
  width: 8rem;
  text-align: center;
}
.pc-modal .mainContent .title {
    min-height: 90px;
    min-height: 1.2rem;
    background: #F8F8F8;
    font-size: 34px;
    font-size: 0.45333rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 36px;
    margin-bottom: 0.48rem;
}
.pc-modal .mainContent .text {
    font-size: 30px;
    font-size: 0.4rem;
    color: #666666;
}
.pc-modal .mainContent .text span {
      color: #236DFF;
}
.pc-modal .mainContent .layer-QRcode {
    margin-bottom: 10px;
    margin-bottom: 0.13333rem;
    margin-top: 15px;
    margin-top: 0.2rem;
}
.pc-modal .mainContent .layer-QRcode img {
      margin: auto;
      display: block;
}
.pc-modal .mainContent .layer-weixin img {
    height: 26px;
    height: 0.34667rem;
    vertical-align: middle;
    margin-right: 10px;
    margin-right: 0.13333rem;
}
.pc-modal .mainContent .layer-weixin span {
    color: #666666;
    font-size: 28px;
    font-size: 0.37333rem;
    vertical-align: middle;
}
.pc-modal .close-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -80px;
  bottom: -1.06667rem;
  width: 60px;
  width: 0.8rem;
}
.layer-share-yindao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: right;
  padding-right: 30px;
  padding-right: 0.4rem;
  padding-top: 30px;
  padding-top: 0.4rem;
}
.layer-share-yindao img {
    width: 560px;
    width: 7.46667rem;
}
.cpxq-top-img {
  width: 100%;
  height: 363px;
  height: 4.84rem;
  padding: 0;
  background-color: #fff;
  position: relative;
  /* This used to work for the parent element of button divs */
  /* But it does not work with newer browsers, the below doesn't hide the play button parent div */
  /* Old shadow dom for play button */
  /* New shadow dom for play button */
  /* This one works! */
}
.cpxq-top-img img,
  .cpxq-top-img video, .cpxq-top-img .video-box {
    width: 100%;
    height: 363px;
    height: 4.84rem;
    vertical-align: middle;
}
.cpxq-top-img .detail-top-img1::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}
.cpxq-top-img .detail-top-img1::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}
.cpxq-top-img .detail-top-img1::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
.cpxq-top-img .startbtn {
    position: absolute;
    bottom: 34px;
    bottom: 0.45333rem;
    right: 23px;
    right: 0.30667rem;
    width: 90px;
    width: 1.2rem;
    height: 90px;
    height: 1.2rem;
}
.cpxq-top-img .menu-top {
    height: 50px;
    height: 0.66667rem;
    width: 710px;
    width: 9.46667rem;
    position: absolute;
    top: 20px;
    top: 0.26667rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
}
.layer-reserve {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.layer-reserve .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.layer-reserve .maskbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #F5F5F5;
}
.layer-reserve .maskbox .maskContent {
      background-color: #fff;
      padding-left: 30px;
      padding-left: 0.4rem;
      padding-right: 30px;
      padding-right: 0.4rem;
}
.layer-reserve .maskbox .qxbtn {
      background-color: #fff;
      line-height: 100px;
      line-height: 1.33333rem;
      text-align: center;
      margin-top: 20px;
      margin-top: 0.26667rem;
      font-size: 28px;
      font-size: 0.37333rem;
}
.layer-reserve .maskbox .maskItem {
      line-height: 100px;
      line-height: 1.33333rem;
      font-size: 28px;
      font-size: 0.37333rem;
}
.layer-reserve .maskbox .maskItem.client {
        border-bottom: 1px solid #ddd;
}
.layer-reserve .maskbox .maskItem span {
        color: #333;
        vertical-align: middle;
}
.layer-reserve .maskbox .maskItem img {
        width: 40px;
        width: 0.53333rem;
        height: 40px;
        height: 0.53333rem;
        margin-right: 10px;
        margin-right: 0.13333rem;
        vertical-align: middle;
}
.layer-reserve .wxfoot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-bottom: 30px;
    padding-bottom: 0.4rem;
}
.layer-reserve .wxfoot .wxTitle {
      width: 100%;
      padding: 0 40px;
      padding: 0 0.53333rem;
      line-height: 100px;
      line-height: 1.33333rem;
      font-size: 34px;
      font-size: 0.45333rem;
      text-align: center;
      border-bottom: 1px solid #ddd;
}
.layer-reserve .wxfoot .wxTitle .wxCloseBtn {
        float: right;
}
.layer-reserve .wxfoot .wxNum {
      background: #e0f3ff;
      padding: 0 0.18667rem;
      line-height: 0.72rem;
      display: inline-block;
      border-radius: 3px;
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text;
}
.layer-reserve .wxfoot .copy {
      background: #4581f9;
      display: inline-block;
      color: #fff;
      padding: 0 0.18667rem;
      line-height: 0.72rem;
      border-radius: 3px;
}
.layer-reserve .wxfoot .wxImg {
      width: 260px;
      width: 3.46667rem;
      height: 260px;
      height: 3.46667rem;
      display: block;
      margin: 20px auto;
      margin: 0.26667rem auto;
}
.layer-reserve .wxfoot .p1 {
      font-size: 30px;
      font-size: 0.4rem;
      text-align: center;
}
.layer-reserve .wxfoot .p2 {
      margin-top: 15px;
      margin-top: 0.2rem;
      font-size: 28px;
      font-size: 0.37333rem;
      text-align: center;
      padding: 0 40px;
      padding: 0 0.53333rem;
}
.layer-reserve .mainContent {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -290px;
    margin-left: -3.86667rem;
    width: 580px;
    width: 7.73333rem;
    padding: 30px 30px;
    padding: 0.4rem 0.4rem;
    border-radius: 5px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.layer-reserve .iconchuyidong {
    position: absolute;
    right: 10px;
    right: 0.13333rem;
    top: 10px;
    top: 0.13333rem;
    font-size: 40px;
    font-size: 0.53333rem;
    color: #e1e1e1;
}
.layer-reserve .reserve-p1 {
    font-size: 34px;
    font-size: 0.45333rem;
    text-align: center;
    font-weight: 900;
    height: 80px;
    height: 1.06667rem;
    color: #000;
    line-height: 80px;
    line-height: 1.06667rem;
}
.layer-reserve .reserve-p2 {
    font-size: 26px;
    font-size: 0.34667rem;
    text-align: center;
    padding: 10px 40px;
    padding: 0.13333rem 0.53333rem;
    color: #000;
    line-height: 1.5;
}
.layer-reserve .reserve-input-box .input-items {
    height: 80px;
    height: 1.06667rem;
    line-height: 80px;
    line-height: 1.06667rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 30px;
    font-size: 0.4rem;
    margin-top: 15px;
    margin-top: 0.2rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border: 1px solid #d2d2d2;
    overflow: hidden;
}
.layer-reserve .reserve-input-box .input-items > span {
      width: 32%;
      height: 100%;
      padding-left: 25px;
      padding-left: 0.33333rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.layer-reserve .reserve-input-box .input-items > input {
      width: 65%;
      height: 100%;
      border: none;
      outline: none;
      -webkit-appearance: none;
}
.layer-reserve .pros-reserve-btn {
    width: 520px;
    width: 6.93333rem;
    height: 80px;
    height: 1.06667rem;
    line-height: 80px;
    line-height: 1.06667rem;
    background-color: #0084ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    font-size: 34px;
    font-size: 0.45333rem;
    color: #fff;
    font-weight: 900;
    margin: 25px auto;
    margin: 0.33333rem auto;
}
.layer-reserve .pros-reserve-state {
    font-size: 24px;
    font-size: 0.32rem;
    color: #666;
    line-height: 1.5;
}
.layer-alert-06 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layer-alert-06 .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.layer-alert-06 .mainPopup {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    padding: 0 20px 20px;
    padding: 0 0.26667rem 0.26667rem;
    max-height: 60%;
    z-index: 2;
}
.layer-alert-06 .iconchuyidong {
    position: absolute;
    right: 10px;
    right: 0.13333rem;
    top: 15px;
    top: 0.2rem;
    font-size: 40px;
    font-size: 0.53333rem;
    color: #e1e1e1;
}
.layer-alert-06 .baoxian {
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 42px;
    font-size: 0.56rem;
    border-bottom: 1px solid #dddddd;
    height: 104px;
    height: 1.38667rem;
    line-height: 104px;
    line-height: 1.38667rem;
}
.layer-alert-06 .baoxianps {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #dddddd;
    font-size: 32px;
    font-size: 0.42667rem;
    padding: 0 20px;
    padding: 0 0.26667rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.layer-alert-06 .baoxianps a {
      display: inline-block;
      color: #000000;
      line-height: 40px;
      line-height: 0.53333rem;
      padding: 20px 0;
      padding: 0.26667rem 0;
      font-family: "Microsoft YaHei";
}
.layer-alert-06 .baoxianps:last-of-type {
    border: none;
    margin-bottom: 20px;
    margin-bottom: 0.26667rem;
}
.layer-alert-06 .baoxianps:last-of-type a {
      line-height: 40px;
      line-height: 0.53333rem;
}
.common-bottom {
  height: 350px;
  height: 4.66667rem;
  background: #fff;
  overflow: hidden;
}
.common-bottom > .tel-box {
    width: 660px;
    width: 8.8rem;
    height: 94px;
    height: 1.25333rem;
    border-radius: 40px;
    border-radius: 0.53333rem;
    border: 2px solid #95b5f5;
    margin: 30px 45px 26px 45px;
    margin: 0.4rem 0.6rem 0.34667rem 0.6rem;
    text-align: center;
    padding: 17px 0;
    padding: 0.22667rem 0;
    display: block;
}
.common-bottom > .tel-box > div {
      display: inline-block;
      font-size: 24px;
      font-size: 0.32rem;
}
.common-bottom > .tel-box > .d1 {
      font-size: 24px;
      font-size: 0.32rem;
      line-height: 30px;
      line-height: 0.4rem;
      vertical-align: middle;
      margin-right: 30px;
      margin-right: 0.4rem;
      color: #000;
}
.common-bottom > .tel-box > .d2 {
      font-size: 29px;
      font-size: 0.38667rem;
      color: #4580f6;
      font-weight: bold;
      vertical-align: middle;
}
.common-bottom > .tel-box > .d2 > img {
        width: 48px;
        width: 0.64rem;
        height: 48px;
        height: 0.64rem;
        vertical-align: middle;
        margin-left: 10px;
        margin-left: 0.13333rem;
}
.common-bottom > .certifi-box {
    width: 690px;
    width: 9.2rem;
    text-align: center;
    border-bottom: 2px solid #eee;
    height: 116px;
    height: 1.54667rem;
    margin: 0 auto;
    overflow: hidden;
}
.common-bottom > .certifi-box > div {
      width: 33.33%;
      color: #e4a230;
      font-size: 25px;
      font-size: 0.33333rem;
      float: left;
}
.common-bottom > .certifi-box > div > img {
        width: 54px;
        width: 0.72rem;
        height: 54px;
        height: 0.72rem;
        display: block;
        margin: 0 auto 12px;
        margin: 0 auto 0.16rem;
}
.common-bottom > .externalpages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    height: 1.06667rem;
    width: 690px;
    width: 9.2rem;
    margin: 0 auto;
}
.common-bottom > .externalpages > a {
      padding-right: 20px;
      padding-right: 0.26667rem;
      padding-left: 20px;
      padding-left: 0.26667rem;
      margin-top: 20px;
      margin-top: 0.26667rem;
      height: 34px;
      height: 0.45333rem;
      border-right: 1px solid #666;
      line-height: 34px;
      line-height: 0.45333rem;
      font-size: 28px;
      font-size: 0.37333rem;
      color: #000;
}
.common-bottom > .externalpages > a:nth-child(1) {
      padding-left: 0px;
}
.common-bottom > .externalpages > a:nth-last-child(1) {
      padding-right: 0px;
      border: none;
}
.premium-from .box:last-child .items:last-child {
  border-bottom-color: transparent;
}
.support-items {
  margin: 20px 0;
  margin: 0.26667rem 0;
  padding: 40px 30px 20px;
  padding: 0.53333rem 0.4rem 0.26667rem;
  background-color: #fff;
}
.support-items div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.support-items div:first-child {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 32px;
      font-size: 0.42667rem;
      margin-bottom: 20px;
      margin-bottom: 0.26667rem;
}
.support-items div:first-child i {
        font-size: 17px;
        font-size: 0.22667rem;
        color: #236dff;
}
.support-items .support-item {
    color: #3C464F;
    font-size: 28px;
    font-size: 0.37333rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.support-items .support-item span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3%;
              flex: 0 0 33.3%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px;
      margin-bottom: 0.13333rem;
}
.support-items .support-item span i {
        color: #FF8700;
        font-size: 36px;
        font-size: 0.48rem;
        margin-right: 4px;
}
.support-items .support-items-detail {
    color: #236dff;
    font-size: 28px;
    font-size: 0.37333rem;
}
.article-icon {
  width: 26px;
  width: 0.34667rem;
  height: 30px;
  height: 0.4rem;
}
.rule-article {
  padding-top: 30px;
  padding-top: 0.4rem;
}

/*保费试算*/
.premium {
  min-height: 100vh;
}
.premium input,
  .premium select {
    padding: 0;
    margin: 0;
    border: none;
}
.premium h2 {
    color: #000;
    font-size: 40px;
    font-size: 0.53333rem;
    line-height: 1.6;
    padding: 5px 15px;
    padding: 5px 0.2rem;
    text-align: center;
    font-weight: 900;
}
.premium .premium-from {
    padding: 0 30px;
    padding: 0 0.4rem;
}
.premium .box {
    background-color: #fff;
    position: relative;
    padding: 0 20px;
    padding: 0 0.26667rem;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-bottom: 0.2rem;
}
.premium .failmsg {
    font-size: 26px;
    font-size: 0.34667rem;
    color: #ed393b;
    padding: 10px 20px;
    padding: 0.13333rem 0.26667rem;
    line-height: 36px;
    line-height: 0.48rem;
    background-color: #ebeff2;
}
.premium .failmsg span {
      color: #222;
}
.premium .title-h3 {
    min-height: 50px;
    min-height: 0.66667rem;
    padding: 35px 25px 20px 0;
    padding: 0.46667rem 0.33333rem 0.26667rem 0;
    position: relative;
}
.premium .title-h3 .title-h {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 36px;
      font-size: 0.48rem;
      color: #000000;
      position: relative;
      font-weight: 700;
}
.premium .title-h3 .title-h .title-sub {
        font-size: 28px;
        font-size: 0.37333rem;
        color: #3c464f;
        font-weight: 400;
}
.premium .title-h3 .title-h .title-sub .iconzhankai-xianxing {
          font-size: 17px;
          font-size: 0.22667rem;
          color: #8a9094;
}
.premium .title-h3 .title-h span {
        position: relative;
        z-index: 2;
}
.premium .title-h3 .h3-amout {
      display: block;
      font-size: 28px;
      font-size: 0.37333rem;
      color: #3c464f;
      line-height: 40px;
      line-height: 0.53333rem;
      margin-top: 4px;
}
.premium .items {
    border-bottom: 1px solid #f2f2f5;
    margin-right: -20px;
    margin-right: -0.26667rem;
    font-size: 28px;
    font-size: 0.37333rem;
    padding: 30px 20px 30px 0;
    padding: 0.4rem 0.26667rem 0.4rem 0;
    position: relative;
}
.premium .items:last-child {
      border-top: none;
}
.premium .items.active {
      border-bottom-color: #0084ff;
}
.premium .items .items-wrap {
      width: 100%;
      min-height: 40px;
      min-height: 0.53333rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.premium .items .errorMsg {
      font-size: 24px;
      font-size: 0.32rem;
      float: right;
      text-align: right;
      color: #FF471D;
      line-height: 33px;
      line-height: 0.44rem;
      padding-top: 10px;
      padding-top: 0.13333rem;
}
.premium .items:after {
      /*伪元素是行内元素 正常浏览器清除浮动方法*/
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}
.premium .items:last-child {
    border-bottom: none;
}
.premium .lables {
    width: 31%;
    line-height: 40px;
    line-height: 0.53333rem;
    font-size: 28px;
    font-size: 0.37333rem;
    color: #3c464f;
}
.premium .from-right {
    position: relative;
    width: 68%;
    text-align: right;
    min-height: 40px;
    min-height: 0.53333rem;
    display: inline-block;
    color: #000;
}
.premium .from-right .iconfabiaowenzhang {
      position: absolute;
      right: 0;
      top: 45%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      font-size: 32px;
      font-size: 0.42667rem;
      color: #0084ff;
      opacity: 0.7;
}
.premium p.notes, .premium div.notes {
    display: block;
    font-size: 24px;
    font-size: 0.32rem;
    line-height: 33px;
    line-height: 0.44rem;
    color: #b1b5b9;
    padding: 3px 0 0 0;
    text-align: right;
}
.premium .form-no-check .lables,
  .premium .form-no-check .from-right {
    width: auto;
    min-width: 25%;
}
.premium .from-text {
    text-align: right;
}
.premium .send-code-input {
    width: 65%;
    height: 100%;
}
.premium .send-code-btn {
    width: 35%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-size: 0.34667rem;
    background-color: #0084ff;
}
.premium .send-code-btn[disabled="disabled"] {
      background-color: #ccc;
}
.premium .icon-gengduo {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #999;
}
.premium p.more-infor {
    line-height: 1.8;
    font-size: 24px;
    font-size: 0.32rem;
    width: 100%;
    color: red;
}
.premium .in-text {
    width: 100%;
    display: inline-block;
    line-height: 40px;
    line-height: 0.53333rem;
    color: #000;
}
.premium .in-col {
    color: #fe5066;
}
.premium .form-text .from-right {
    padding-right: 0;
}
.premium .commonicons-right {
    float: right;
    padding-right: 15px !important;
    padding-right: 0.2rem !important;
    width: 100%;
    line-height: 40px;
    line-height: 0.53333rem;
    font-size: 30px;
    font-size: 0.4rem;
    padding: 10px 0;
    padding: 0.13333rem 0;
}
.premium .commonicons-right:after {
      content: "\e607";
      font-family: "iconfont" !important;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 16px;
      font-size: 0.21333rem;
      color: #999;
}
.premium .input-text {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 28px;
    font-size: 0.37333rem;
    text-align: right;
    border-color: transparent;
    color: #000;
    margin: 0;
    background-color: transparent;
    z-index: 2;
}
.premium .input-text::-webkit-input-placeholder {
      color: #b1b5b9;
      font-size: 28px;
      font-size: 0.37333rem;
}
.premium .emailSuffix {
    width: 100%;
    height: 100%;
    float: left;
    font-size: 30px;
    font-size: 0.4rem;
    display: inline-block;
}
.premium .form-textarea .lables {
    line-height: 100px;
    line-height: 1.33333rem;
}
.premium .form-textarea .from-right {
    height: 100px;
    height: 1.33333rem;
}
.premium .from-right-price {
    float: right;
    color: #000;
    font-size: 30px;
    font-size: 0.4rem;
}
.premium .in-textarea {
    line-height: 50px;
    line-height: 0.66667rem;
    font-size: 26px;
    font-size: 0.34667rem;
    color: #666;
    width: 500px;
    width: 6.66667rem;
    height: 100px;
    height: 1.33333rem;
    border-color: transparent;
}
.premium .box-blank {
    width: 100%;
    height: 120px;
    height: 1.6rem;
}
.premium .button-box {
    width: 100%;
    height: 100px;
    height: 1.33333rem;
}
.premium .btn-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 10px;
    margin-top: 0.13333rem;
    width: 100%;
    height: 100px;
    height: 1.33333rem;
}
.premium .btn-bottom .left {
      position: relative;
      float: left;
      width: 60%;
      height: 100%;
      line-height: 100px;
      line-height: 1.33333rem;
      font-size: 36px;
      font-size: 0.48rem;
      background-color: #fff;
      padding-left: 10px;
      padding-left: 0.13333rem;
      color: #000;
}
.premium .btn-bottom .left span {
        color: #f66d05;
}
.premium .btn-bottom .left p.firstTime {
        margin-top: 5px;
        line-height: 50px;
        line-height: 0.66667rem;
        font-size: 40px;
        font-size: 0.53333rem;
        color: #ff6e06;
        padding-left: 10px;
        padding-left: 0.13333rem;
}
.premium .btn-bottom .left p.otherTime {
        line-height: 40px;
        line-height: 0.53333rem;
        font-size: 28px;
        font-size: 0.37333rem;
        padding-left: 10px;
        padding-left: 0.13333rem;
        color: #666;
}
.premium .btn-bottom .btn-next {
      float: left;
      width: 40%;
      height: 100%;
      text-align: center;
      font-size: 30px;
      font-size: 0.4rem;
      line-height: 100px;
      line-height: 1.33333rem;
      color: #fff;
      background-color: #0084ff;
      display: inline-block;
}
.premium .btn-bottom-fix {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 10rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100px;
    height: 1.33333rem;
    z-index: 99;
}
.premium .btn-bottom-fix .left {
      float: left;
      width: 60%;
      height: 100%;
      line-height: 100px;
      line-height: 1.33333rem;
      font-size: 36px;
      font-size: 0.48rem;
      border-top: 1px solid #ececec;
      background-color: #fff;
      padding-left: 15px;
      padding-left: 0.2rem;
      color: #0084ff;
}
.premium .btn-bottom.next-all .left {
    display: none;
}
.premium .btn-bottom.next-all .btn-next {
    width: 100%;
}
.premium .premium-bottom-fix {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 50%;
    width: 750px;
    width: 10rem;
    margin-left: -375px;
    margin-left: -5rem;
    height: 120px;
    height: 1.6rem;
    z-index: 99;
    border-top: none;
    background-color: #fff;
    padding: 17px 20px 0px 20px;
    padding: 0.22667rem 0.26667rem 0px 0.26667rem;
}
.premium .premium-bottom-fix.ios {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin-left: 0;
}
.premium .premium-bottom-fix .price-box {
      float: left;
      width: 300px;
      width: 4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 80px;
      height: 1.06667rem;
}
.premium .premium-bottom-fix .price-box .iconfont {
        font-size: 40px;
        font-size: 0.53333rem;
        vertical-align: middle;
        position: relative;
        top: 0px !important;
}
.premium .premium-bottom-fix .price-dom {
      font-size: 30px;
      font-size: 0.4rem;
      line-height: 40px;
      line-height: 0.53333rem;
      color: #FF8700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.premium .premium-bottom-fix .price-dom .icon-up {
        width: 30px;
        width: 0.4rem;
        margin-left: 10px;
        margin-left: 0.13333rem;
}
.premium .premium-bottom-fix > .btn-content {
      float: left;
      width: 328px;
      width: 4.37333rem;
      height: 86px;
      height: 1.14667rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      font-size: 28px;
      font-size: 0.37333rem;
      text-align: center;
      line-height: 86px;
      line-height: 1.14667rem;
      cursor: pointer;
      font-weight: bold;
      float: right;
}
.premium .premium-bottom-fix > .btn-content .left-btn {
        width: 164px;
        width: 2.18667rem;
        height: 86px;
        height: 1.14667rem;
        background: linear-gradient(171deg, #ffbb47 0%, #ff9619 100%);
        border-radius: 43px 0px 0px 43px;
        border-radius: 0.57333rem 0px 0px 0.57333rem;
}
.premium .premium-bottom-fix > .btn-content .right-btn {
        width: 164px;
        width: 2.18667rem;
        height: 86px;
        height: 1.14667rem;
        background: linear-gradient(171deg, #fd9350 0%, #ff6d25 100%);
        border-radius: 0px 43px 43px 0px;
        border-radius: 0px 0.57333rem 0.57333rem 0px;
}
.premium .premium-bottom-fix > .btn-content .right-btn.black {
          background: #bfbfbf;
}
.premium .premium-bottom-fix > .btn-content .center-btn {
        width: 358px;
        width: 4.77333rem;
        height: 88px;
        height: 1.17333rem;
        background: #236dff;
        border-radius: 4px;
        font-size: 32px;
        font-size: 0.42667rem;
        font-weight: 500;
}
.premium .premium-bottom-fix .btn {
      color: #fff;
      min-width: 190px;
      min-width: 2.53333rem;
      padding-left: 30px;
      padding-left: 0.4rem;
      padding-right: 30px;
      padding-right: 0.4rem;
      text-align: center;
      line-height: 88px;
      line-height: 1.17333rem;
      font-size: 32px;
      font-size: 0.42667rem;
      position: relative;
      height: 88px;
      height: 1.17333rem;
      background: #236dff;
      border-radius: 4px;
}
.premium .premium-bottom-fix .btn-price {
      background: linear-gradient(171deg, #fdb945 0%, #fd9619 100%);
}
.premium .premium-bottom-fix .btn-one {
      width: 320px;
      width: 4.26667rem;
}
.premium .premium-bottom-fix .btn-big {
      width: 80%;
      margin-right: 10%;
}
.premium .premium-bottom-fix .price-one {
      width: 350px;
      width: 4.66667rem;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}

/* 公共弹窗样式1*/
.tips-design-modal {
  width: 600px;
  width: 8rem;
  border-radius: 20px;
  border-radius: 0.26667rem;
}
.tips-design-modal .van-dialog__header {
    color: #000000;
    font-size: 34px;
    font-size: 0.45333rem;
    line-height: 48px;
    line-height: 0.64rem;
    padding-top: 40px;
    padding-top: 0.53333rem;
}
.tips-design-modal .van-dialog__content .van-dialog__message {
    color: #444444;
    font-size: 30px;
    font-size: 0.4rem;
    line-height: 42px;
    line-height: 0.56rem;
    padding: 30px 38px 50px;
    padding: 0.4rem 0.50667rem 0.66667rem;
    text-align: left;
}
.tips-design-modal .van-dialog__footer .van-button--default {
    background: #f5f7fa;
}
.tips-design-modal .van-dialog__footer .van-button--default .van-button__text {
      font-size: 28px;
      font-size: 0.37333rem;
}
.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.flex-start .lables {
    min-height: 58px;
    min-height: 0.77333rem;
    line-height: 58px;
    line-height: 0.77333rem;
    display: inline-block;
}
.van-picker-column__item--selected {
  color: #236dff;
}

