@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/*--------- 按钮颜色  ---- */
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
/*按钮*/
/*最大按钮*/
.wts-btn-big[data-v-23c596b6] {
  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-23c596b6]:focus {
    color: #e6e6e6;
    background-color: #006acc;
}

/*中型按钮*/
.wts-btn-middle[data-v-23c596b6] {
  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-23c596b6]:focus {
    color: #e6e6e6;
    background-color: #d25800;
}

/*全局按钮*/
.wts-btn-all[data-v-23c596b6] {
  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-23c596b6]:focus {
    color: #e6e6e6;
    background-color: #d25800;
}

/*全局按钮*/
.wts-btn-free[data-v-23c596b6] {
  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-23c596b6]:focus {
    color: #e6e6e6;
    background-color: #d25800;
}
.wts-btn-big-blue[data-v-23c596b6] {
  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-23c596b6]:focus {
    color: #e6e6e6;
    background-color: #0994f6;
}

/*蓝色线型按钮-中*/
.wts-btn-cp[data-v-23c596b6] {
  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-23c596b6]:hover, .wts-btn-cp[data-v-23c596b6]:focus {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
}
.wts-btn-radius[data-v-23c596b6] {
  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-23c596b6]:hover, .wts-btn-radius[data-v-23c596b6]:focus {
    color: #fff;
    background-color: #aaa;
    border: 1px solid #aaa;
}

/*微大型按钮*/
.wts-btn-big-01[data-v-23c596b6] {
  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-23c596b6]:focus {
    color: #e6e6e6;
    background-color: #006acc;
}

/*查看更多*/
.wts-btn-more[data-v-23c596b6] {
  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-23c596b6]: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-23c596b6] {
  width: 750px;
  width: 10rem;
  margin: 0 auto;
  position: relative;
  background-color: #f5f5f5;
}
.lz-top-img[data-v-23c596b6] {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

/*单选框*/
.lz-radio[data-v-23c596b6] {
  position: relative;
  -webkit-appearance: none;
  width: 18px;
  width: 0.24rem;
  height: 18px;
  height: 0.24rem;
  background-color: transparent;
  border: none;
}
.lz-radio[data-v-23c596b6]: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-23c596b6]:checked::before {
  background-color: #0084ff;
  border: 1px solid #0084ff;
}
.lz-radio-new[data-v-23c596b6] {
  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-23c596b6] {
  background-color: #0084ff;
  border: 1px solid #0084ff;
}
.lz-radio-new[data-check=true][data-v-23c596b6]: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-23c596b6] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  width: 0.29333rem;
  height: 22px;
  height: 0.29333rem;
  background-color: transparent;
  border: none;
}
.lz-checkbox[data-v-23c596b6]: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-23c596b6]:checked::before {
  color: #0084ff;
  background-color: #fff;
  border: 1px solid #0084ff;
}

/*多选框2-选择外层选中*/
.lz-checkbox-02[data-v-23c596b6] {
  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-23c596b6]: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-23c596b6] {
  color: #0084ff !important;
}
.checkLi .lz-checkbox-02[data-v-23c596b6]:before {
    color: #fff;
    background-color: #0084ff;
    border: 1px solid #0084ff;
}

/*底部按钮*/
.lz-apply-btn[data-v-23c596b6] {
  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-23c596b6] {
    font-size: 40px;
    font-size: 0.53333rem;
    margin-right: 10px;
    margin-right: 0.13333rem;
}

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

/*顶部返回栏*/
.lz-top-title-empty[data-v-23c596b6] {
  width: 100%;
  height: 90px;
  height: 1.2rem;
}
.lz-top-title[data-v-23c596b6] {
  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-23c596b6] {
    position: absolute;
    top: 0;
    left: 20px;
    left: 0.26667rem;
    color: #fff;
}
.lz-top-title .right[data-v-23c596b6] {
    position: absolute;
    top: 0;
    right: 20px;
    right: 0.26667rem;
    color: #fff;
}
.lz-top-title .center[data-v-23c596b6] {
    text-align: center;
    font-size: 32px;
    font-size: 0.42667rem;
}

/*订单页*/
.lz-order-list[data-v-23c596b6] {
  background-color: #fff;
  padding-top: 44px;
  padding-top: 0.58667rem;
}
.lz-order-list .titles[data-v-23c596b6] {
    font-size: 36px;
    font-size: 0.48rem;
    color: #222;
    text-align: center;
}
.lz-order-list .need-com[data-v-23c596b6] {
    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-23c596b6]::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-23c596b6]:before {
    content: 0;
}
.lz-order-list .uls-order[data-v-23c596b6] {
    width: 100%;
}
.lz-order-list .uls-order > li[data-v-23c596b6] {
      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-23c596b6] {
        display: block;
        line-height: 40px;
        line-height: 0.53333rem;
        color: #000;
}
.lz-order-list .uls-order > li .order-inform[data-v-23c596b6] {
        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-23c596b6],
  .lz-order-list .btn-pay[data-v-23c596b6] {
    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-23c596b6]:hover, .lz-order-list .btn-check[data-v-23c596b6]:focus,
    .lz-order-list .btn-pay[data-v-23c596b6]:hover,
    .lz-order-list .btn-pay[data-v-23c596b6]:focus {
      color: #fff;
      background-color: #ccc;
      border: 1px solid #ccc;
}
.pay-many[data-v-23c596b6] {
  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-23c596b6] {
  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-23c596b6] {
    display: block;
}
.lz-bankBanch .lz-drop-search[data-v-23c596b6] {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.lz-bankBanch .lz-drop-search .title[data-v-23c596b6] {
      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-23c596b6] {
        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-23c596b6] {
      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-23c596b6] {
        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-23c596b6] {
      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-23c596b6] {
      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-23c596b6] {
        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-23c596b6]:first-child {
          border-top: none;
}
.lz-list-block[data-v-23c596b6] {
  position: relative;
}
.lz-list-block .ul-List .icons-left[data-v-23c596b6] {
    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-23c596b6] {
    position: relative;
    overflow: hidden;
}
.lz-list-block .ul-List .ripple[data-v-23c596b6]: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-23c596b6]: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-23c596b6] {
    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-23c596b6] {
      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-23c596b6] {
      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-23c596b6] {
      font-size: 30px;
      font-size: 0.4rem;
}
.lz-list-block .ul-List .item-content .icons-right[data-v-23c596b6] {
      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-23c596b6] {
      padding-left: 0;
}
.lz-list-block .ul-List .item-content .item-form .item-e-left[data-v-23c596b6] {
        width: 30%;
        height: 100%;
        display: inline-block;
        float: left;
}
.lz-list-block .ul-List .item-content .item-form .item-e-right[data-v-23c596b6] {
        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-23c596b6] {
        border: none;
        background-color: #fff;
}
.lz-list-block .ul-List .item-content .item-form .lz-radio[data-v-23c596b6] {
        margin-top: 30px;
        margin-top: 0.4rem;
}
.lz-list-block .ul-List .item-content .item-form .date-input[data-v-23c596b6] {
        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-23c596b6] {
      padding: 0;
}
.lz-list-block .ul-List .item-content .item-title .item-img[data-v-23c596b6] {
        position: absolute;
        right: 0;
        top: 5px;
        width: 90px;
        width: 1.2rem;
        height: 90px;
        height: 1.2rem;
        border-radius: 50%;
}
.shadeBox[data-v-23c596b6] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
#emptyDom[data-v-23c596b6] {
  font-size: 34px;
  font-size: 0.45333rem;
}
#emptyDom .empty-icon[data-v-23c596b6] {
    width: 185px;
    width: 2.46667rem;
    display: block;
    margin: 30px auto 10px;
    margin: 0.4rem auto 0.13333rem;
}
#emptyDom p[data-v-23c596b6] {
    text-align: center;
    font-size: 34px;
    font-size: 0.45333rem;
}
.lz-layer-bg[data-v-23c596b6] {
  background-color: transparent !important;
}
.layui-m-layer2 .layui-m-layerchild p[data-v-23c596b6] {
  color: #fff;
}
.layout-enter-active[data-v-23c596b6], .layout-leave-active[data-v-23c596b6] {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.layout-enter[data-v-23c596b6], .layout-leave-active[data-v-23c596b6] {
  opacity: 0;
}
.van-picker button[data-v-23c596b6] {
  font-size: 30px;
  font-size: 0.4rem;
}
.van-image[data-v-23c596b6] {
  vertical-align: middle;
}
.van-image img[data-v-23c596b6] {
    vertical-align: middle;
}
.share-process-yindao[data-v-23c596b6] {
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  width: 750px;
  width: 10rem;
}
.share-process-yindao .layui-m-layercont[data-v-23c596b6] {
    text-align: right;
    padding-right: 20px;
    padding-right: 0.26667rem;
    padding-top: 20px;
    padding-top: 0.26667rem;
}
.share-process-yindao img[data-v-23c596b6] {
    width: 560px;
    width: 7.46667rem;
}
.vue-puzzle-vcode[data-v-23c596b6] {
  z-index: 999999 !important;
}
.vue-puzzle-vcode .vue-auth-box_[data-v-23c596b6] {
    top: 50%;
}
.margin-top-10[data-v-23c596b6] {
  margin-top: 10px !important;
  margin-top: 0.13333rem !important;
}
.margin-top-20[data-v-23c596b6] {
  margin-top: 20px !important;
  margin-top: 0.26667rem !important;
}
.margin-top-30[data-v-23c596b6] {
  margin-top: 30px !important;
  margin-top: 0.4rem !important;
}
.margin-top-40[data-v-23c596b6] {
  margin-top: 40px !important;
  margin-top: 0.53333rem !important;
}
.margin-top-50[data-v-23c596b6] {
  margin-top: 50px !important;
  margin-top: 0.66667rem !important;
}
.margin-top-60[data-v-23c596b6] {
  margin-top: 60px !important;
  margin-top: 0.8rem !important;
}
.margin-right-10[data-v-23c596b6] {
  margin-right: 10px !important;
  margin-right: 0.13333rem !important;
}
.margin-right-20[data-v-23c596b6] {
  margin-right: 20px !important;
  margin-right: 0.26667rem !important;
}
.margin-right-30[data-v-23c596b6] {
  margin-right: 30px !important;
  margin-right: 0.4rem !important;
}
.margin-right-40[data-v-23c596b6] {
  margin-right: 40px !important;
  margin-right: 0.53333rem !important;
}
.margin-right-50[data-v-23c596b6] {
  margin-right: 50px !important;
  margin-right: 0.66667rem !important;
}
.margin-right-60[data-v-23c596b6] {
  margin-right: 60px !important;
  margin-right: 0.8rem !important;
}
.margin-bottom-10[data-v-23c596b6] {
  margin-bottom: 10px !important;
  margin-bottom: 0.13333rem !important;
}
.margin-bottom-20[data-v-23c596b6] {
  margin-bottom: 20px !important;
  margin-bottom: 0.26667rem !important;
}
.margin-bottom-30[data-v-23c596b6] {
  margin-bottom: 30px !important;
  margin-bottom: 0.4rem !important;
}
.margin-bottom-40[data-v-23c596b6] {
  margin-bottom: 40px !important;
  margin-bottom: 0.53333rem !important;
}
.margin-bottom-50[data-v-23c596b6] {
  margin-bottom: 50px !important;
  margin-bottom: 0.66667rem !important;
}
.margin-bottom-60[data-v-23c596b6] {
  margin-bottom: 60px !important;
  margin-bottom: 0.8rem !important;
}
.margin-left-10[data-v-23c596b6] {
  margin-left: 10px !important;
  margin-left: 0.13333rem !important;
}
.margin-left-20[data-v-23c596b6] {
  margin-left: 20px !important;
  margin-left: 0.26667rem !important;
}
.margin-left-30[data-v-23c596b6] {
  margin-left: 30px !important;
  margin-left: 0.4rem !important;
}
.margin-left-40[data-v-23c596b6] {
  margin-left: 40px !important;
  margin-left: 0.53333rem !important;
}
.margin-left-50[data-v-23c596b6] {
  margin-left: 50px !important;
  margin-left: 0.66667rem !important;
}
.margin-left-60[data-v-23c596b6] {
  margin-left: 60px !important;
  margin-left: 0.8rem !important;
}
.padding-top-10[data-v-23c596b6] {
  padding-top: 10px !important;
  padding-top: 0.13333rem !important;
}
.padding-top-20[data-v-23c596b6] {
  padding-top: 20px !important;
  padding-top: 0.26667rem !important;
}
.padding-top-30[data-v-23c596b6] {
  padding-top: 30px !important;
  padding-top: 0.4rem !important;
}
.padding-top-40[data-v-23c596b6] {
  padding-top: 40px !important;
  padding-top: 0.53333rem !important;
}
.padding-top-50[data-v-23c596b6] {
  padding-top: 50px !important;
  padding-top: 0.66667rem !important;
}
.padding-top-60[data-v-23c596b6] {
  padding-top: 60px !important;
  padding-top: 0.8rem !important;
}
.padding-right-10[data-v-23c596b6] {
  padding-right: 10px !important;
  padding-right: 0.13333rem !important;
}
.padding-right-20[data-v-23c596b6] {
  padding-right: 20px !important;
  padding-right: 0.26667rem !important;
}
.padding-right-30[data-v-23c596b6] {
  padding-right: 30px !important;
  padding-right: 0.4rem !important;
}
.padding-right-40[data-v-23c596b6] {
  padding-right: 40px !important;
  padding-right: 0.53333rem !important;
}
.padding-right-50[data-v-23c596b6] {
  padding-right: 50px !important;
  padding-right: 0.66667rem !important;
}
.padding-right-60[data-v-23c596b6] {
  padding-right: 60px !important;
  padding-right: 0.8rem !important;
}
.padding-bottom-10[data-v-23c596b6] {
  padding-bottom: 10px !important;
  padding-bottom: 0.13333rem !important;
}
.padding-bottom-20[data-v-23c596b6] {
  padding-bottom: 20px !important;
  padding-bottom: 0.26667rem !important;
}
.padding-bottom-30[data-v-23c596b6] {
  padding-bottom: 30px !important;
  padding-bottom: 0.4rem !important;
}
.padding-bottom-40[data-v-23c596b6] {
  padding-bottom: 40px !important;
  padding-bottom: 0.53333rem !important;
}
.padding-bottom-50[data-v-23c596b6] {
  padding-bottom: 50px !important;
  padding-bottom: 0.66667rem !important;
}
.padding-bottom-60[data-v-23c596b6] {
  padding-bottom: 60px !important;
  padding-bottom: 0.8rem !important;
}
.padding-left-10[data-v-23c596b6] {
  padding-left: 10px !important;
  padding-left: 0.13333rem !important;
}
.padding-left-20[data-v-23c596b6] {
  padding-left: 20px !important;
  padding-left: 0.26667rem !important;
}
.padding-left-30[data-v-23c596b6] {
  padding-left: 30px !important;
  padding-left: 0.4rem !important;
}
.padding-left-40[data-v-23c596b6] {
  padding-left: 40px !important;
  padding-left: 0.53333rem !important;
}
.padding-left-50[data-v-23c596b6] {
  padding-left: 50px !important;
  padding-left: 0.66667rem !important;
}
.padding-left-60[data-v-23c596b6] {
  padding-left: 60px !important;
  padding-left: 0.8rem !important;
}
.bac-transparent[data-v-23c596b6] {
  background-color: transparent !important;
}
.bac-transparent .layui-m-layerchild[data-v-23c596b6] {
    background-color: transparent !important;
}
.layui-m-layer-lzAlert[data-v-23c596b6] {
  width: 80% !important;
}
.layui-m-layer-lzAlert h3[data-v-23c596b6] {
    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-23c596b6] {
    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-23c596b6] {
    font-size: 30px;
    font-size: 0.4rem;
    color: #0084ff !important;
}
.layui-m-layer-inquiry[data-v-23c596b6] {
  width: 80% !important;
}
.layui-m-layer-inquiry .layui-m-layercont[data-v-23c596b6] {
    font-size: 30px;
    font-size: 0.4rem;
}
.layui-m-layer-design-lzAlert[data-v-23c596b6] {
  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-23c596b6] {
    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-23c596b6] {
      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-23c596b6] {
      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-23c596b6] {
    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-23c596b6] {
      font-size: 36px;
      font-size: 0.48rem;
      color: #fff;
}
.layui-m-layer-design-lzAlert .layui-m-layerbtn span[yes][data-v-23c596b6]:active {
      background: #3c7cfc;
}

/*按钮*/
/*最大按钮*/
.wts-btn-big[data-v-23c596b6] {
  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-23c596b6]:focus {
    color: #e6e6e6;
    background-color: #006acc;
}

/*中型按钮*/
.wts-btn-middle[data-v-23c596b6] {
  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-23c596b6]:focus {
    color: #e6e6e6;
    background-color: #d25800;
}

/*全局按钮*/
.wts-btn-all[data-v-23c596b6] {
  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-23c596b6]:focus {
    color: #e6e6e6;
    background-color: #d25800;
}

/*全局按钮*/
.wts-btn-free[data-v-23c596b6] {
  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-23c596b6]:focus {
    color: #e6e6e6;
    background-color: #d25800;
}
.wts-btn-big-blue[data-v-23c596b6] {
  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-23c596b6]:focus {
    color: #e6e6e6;
    background-color: #0994f6;
}

/*蓝色线型按钮-中*/
.wts-btn-cp[data-v-23c596b6] {
  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-23c596b6]:hover, .wts-btn-cp[data-v-23c596b6]:focus {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
}
.wts-btn-radius[data-v-23c596b6] {
  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-23c596b6]:hover, .wts-btn-radius[data-v-23c596b6]:focus {
    color: #fff;
    background-color: #aaa;
    border: 1px solid #aaa;
}

/*微大型按钮*/
.wts-btn-big-01[data-v-23c596b6] {
  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-23c596b6]:focus {
    color: #e6e6e6;
    background-color: #006acc;
}

/*查看更多*/
.wts-btn-more[data-v-23c596b6] {
  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-23c596b6]: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-23c596b6] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  z-index: 9999;
}
.lz-readys .spinner[data-v-23c596b6] {
    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-23c596b6],
  .lz-readys .container2 > div[data-v-23c596b6],
  .lz-readys .container3 > div[data-v-23c596b6] {
    width: 10px;
    width: 0.13333rem;
    height: 10px;
    height: 0.13333rem;
    background-color: #0084ff;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay-23c596b6 1.2s infinite ease-in-out;
    animation: bouncedelay-23c596b6 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.lz-readys .spinner .spinner-container[data-v-23c596b6] {
    position: absolute;
    width: 100%;
    height: 100%;
}
.lz-readys .container2[data-v-23c596b6] {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
        transform: rotateZ(45deg);
}
.lz-readys .container3[data-v-23c596b6] {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
        transform: rotateZ(90deg);
}
.lz-readys .circle1[data-v-23c596b6] {
    top: 0;
    left: 0;
}
.lz-readys .circle2[data-v-23c596b6] {
    top: 0;
    right: 0;
}
.lz-readys .circle3[data-v-23c596b6] {
    right: 0;
    bottom: 0;
}
.lz-readys .circle4[data-v-23c596b6] {
    left: 0;
    bottom: 0;
}
.lz-readys .container2 .circle1[data-v-23c596b6] {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.lz-readys .container3 .circle1[data-v-23c596b6] {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.lz-readys .container1 .circle2[data-v-23c596b6] {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.lz-readys .container2 .circle2[data-v-23c596b6] {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.lz-readys .container3 .circle2[data-v-23c596b6] {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.lz-readys .container1 .circle3[data-v-23c596b6] {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.lz-readys .container2 .circle3[data-v-23c596b6] {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lz-readys .container3 .circle3[data-v-23c596b6] {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.lz-readys .container1 .circle4[data-v-23c596b6] {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.lz-readys .container2 .circle4[data-v-23c596b6] {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.lz-readys .container3 .circle4[data-v-23c596b6] {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay-23c596b6 {
0%,
  80%,
  100% {
    -webkit-transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
}
}
@keyframes bouncedelay-23c596b6 {
0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
40% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}
.lz-readys .loadText[data-v-23c596b6] {
    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-23c596b6] {
      width: 60px;
      width: 0.8rem;
      height: 60px;
      height: 0.8rem;
      display: block;
      margin: 10px auto;
      margin: 0.13333rem auto;
}
.design-modal[data-v-23c596b6] {
  width: 630px;
  width: 8.4rem;
}
.design-modal.design-modal-footer[data-v-23c596b6] {
    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-23c596b6] {
      display: none;
}
.design-modal.design-modal-confirm[data-v-23c596b6] {
    width: 650px;
    width: 8.66667rem;
}
.design-modal.design-modal-confirm .van-dialog__content .van-dialog__message[data-v-23c596b6] {
      padding: 40px 30px;
      padding: 0.53333rem 0.4rem;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-button--default[data-v-23c596b6] {
      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-23c596b6] {
        font-size: 28px;
        font-size: 0.37333rem;
        color: #fff;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-dialog__cancel[data-v-23c596b6] {
      background: #fff;
      border: 1px solid #236DFF;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-dialog__cancel .van-button__text[data-v-23c596b6] {
        color: #236DFF;
}
.design-modal .van-dialog__header[data-v-23c596b6] {
    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-23c596b6] {
    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-23c596b6] {
    padding: 0 30px 40px;
    padding: 0 0.4rem 0.53333rem;
}
.design-modal .van-dialog__footer.van-hairline--top[data-v-23c596b6]::after {
      border: none;
}
.design-modal .van-dialog__footer .van-button--default[data-v-23c596b6] {
      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-23c596b6] {
        font-size: 32px;
        font-size: 0.42667rem;
        color: #fff;
}
.cp-details[data-v-23c596b6] {
  position: relative;
  /*第一部分*/
  /*第二部分*/
  /*第四部分*/
  /* .detail-tab-list .van-tabs .van-tabs__nav>div.van-tab:last-child {
    margin-right: 0;
  } */
}
.cp-details .pro-saletag[data-v-23c596b6] {
    width: 100%;
    height: 60px;
    height: 0.8rem;
    line-height: 60px;
    line-height: 0.8rem;
    background: #ffede6;
    color: #ff5715;
    font-size: 24px;
    font-size: 0.32rem;
    padding-left: 59px;
    padding-left: 0.78667rem;
    position: relative;
}
.cp-details .pro-saletag i[data-v-23c596b6] {
      width: 24px;
      width: 0.32rem;
      height: 22px;
      height: 0.29333rem;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAAXNSR0IArs4c6QAAAp5JREFUSEutlVtIVFEUhr9TmPmSPuRYmIioGVQSCj0UlAVhBRVI5iUFqQjLQgpFNEUruhAVCGqKkOloJDFZEoYoaiVTEGiJ2EtJmlh566Kipc2O7Z5R01FndDYcOBz+tb6z11UT/d0CW09dGTwrgNhLEBhik5VmE8Bkgke3oK5UOd0VDeEpDgKM/YZ7adBcO+UwJBqOzAAMDkBxOmzeATsjJ7Xz32DoB+QnQvvb///WGqDNCDmnlO5wMuyOmXidG9DbBbmnoadjdiisAYQAw00VxmXLIVkP3hvRhLFC8KFJskAzP1Lc8ACGBqzH2QIYHQZjBQSHgqs7SLuCc9BSD35BcL4ITcT5CEaGbErYpMgCeF4O5Vdh1Wo4kwfrAmDgC2QdgPExSC1HE1FrBabxxQGks+yT0NsJOu8Jhzi7QGESNNdA6AkJWCMw/V0cQFrJ6rkSDr/64GgmbA9TYSvNAv9gNBHpIRCmxQOkZfVdeJKtmi8+Gzrb4HoUuHk4CNDaCHkJ4L0JUsqgvxsy9oGTswToxET27Tkzy7SlQfWLT6AqT5mb9L1mQIROwBIBVfnw9I4q1+M34PN7uBYJrjo0EeFup3dg+g1kL1wOg+9fISYTtoXB60ooyQDfoCUCRgYhNwHa34GbDrIqYYULFKXCmyrYE4cmYr0Ef0btycDUDVpfQN5ZcFqpGs0/WJWtTLD0maRHE40GMWuYyaS/fKjE1o4lRLJ/Gg3guwU81yulPhNePQavDeZOnmvh9HVBTgL0fLJt2ElVbYnaG/IkFkLA1nmmqRQN/1Tl97F54XH9rQMuHlS60GNwKHGBcW1xKRdO8QVoqpmCWBvXUleUBp5+sD9eTeZ598H0f5ajxHAb6vTqq0NX5nRQ/X2QTWXH0v8HQOIpsP1U5rsAAAAASUVORK5CYII=) no-repeat;
      background-size: 24px 22px;
      background-size: 0.32rem 0.29333rem;
      position: absolute;
      top: 19px;
      top: 0.25333rem;
      left: 20px;
      left: 0.26667rem;
}
.cp-details .cantScroll[data-v-23c596b6] {
    overflow: hidden !important;
}
.cp-details .footer-info[data-v-23c596b6] {
    color: #b2b2b2;
    font-size: 26px;
    font-size: 0.34667rem;
    text-align: center;
    padding-bottom: 15px;
    padding-bottom: 0.2rem;
}
.cp-details .details-head[data-v-23c596b6] {
    padding: 18px 30px;
    padding: 0.24rem 0.4rem;
    background-color: #fff;
}
.cp-details .details-head .product-name[data-v-23c596b6] {
      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[data-v-23c596b6] {
      font-size: 30px;
      font-size: 0.4rem;
      color: #000;
}
.cp-details .details-head .product-age-limit .an-age[data-v-23c596b6] {
      padding-right: 30px;
      padding-right: 0.4rem;
}
.cp-details .company-product-box[data-v-23c596b6] {
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 0.26667rem;
    padding-bottom: 30px;
    padding-bottom: 0.4rem;
}
.cp-details .company-product-box .product-company-name[data-v-23c596b6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 30px 30px 0;
      padding: 0.4rem 0.4rem 0;
}
.cp-details .company-product-box .product-company-name .company-name[data-v-23c596b6] {
        font-size: 28px;
        font-size: 0.37333rem;
        color: #3c464f;
        margin-top: 11px;
        margin-top: 0.14667rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 4em;
                flex: 0 0 4em;
        text-align: center;
}
.cp-details .company-product-box .product-company-name .product-name[data-v-23c596b6] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 42px;
        font-size: 0.56rem;
        margin-right: 45px;
        margin-right: 0.6rem;
        text-align: justify;
        font-weight: bold;
}
.cp-details .company-product-box .product-company-name .product-name-full[data-v-23c596b6] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.cp-details .company-product-box .label-wrap[data-v-23c596b6] {
      padding: 20px 0 0px;
      padding: 0.26667rem 0 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 30px;
      margin: 0 0.4rem;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
}
.cp-details .company-product-box .label-wrap.noLine[data-v-23c596b6] {
        border-bottom: unset;
        padding-bottom: 0;
}
.cp-details .company-product-box .label-wrap .tags-wrap[data-v-23c596b6] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.cp-details .company-product-box .label-wrap .tags-wrap .tag[data-v-23c596b6] {
          border: 1px solid #fc4e5c;
          display: inline-block;
          margin-right: 10px;
          margin-right: 0.13333rem;
          padding: 0 10px;
          padding: 0 0.13333rem;
          height: 36px;
          height: 0.48rem;
          margin-top: 10px;
          margin-top: 0.13333rem;
          text-align: center;
          font-size: 22px;
          font-size: 0.29333rem;
          color: #fc4e5c;
          line-height: 32px;
          line-height: 0.42667rem;
          text-align: center;
          border-radius: 2px;
}
.cp-details .company-product-box .label-wrap .tags-wrap .tag1[data-v-23c596b6] {
          border: 1px solid #236dff;
          display: inline-block;
          margin-right: 10px;
          margin-right: 0.13333rem;
          padding: 0 10px;
          padding: 0 0.13333rem;
          height: 36px;
          height: 0.48rem;
          margin-top: 10px;
          margin-top: 0.13333rem;
          text-align: center;
          font-size: 22px;
          font-size: 0.29333rem;
          color: #236dff;
          line-height: 32px;
          line-height: 0.42667rem;
          text-align: center;
          border-radius: 2px;
}
.cp-details .company-product-box .label-wrap .more[data-v-23c596b6] {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 36px;
            -ms-flex: 0 0 0.48rem;
                flex: 0 0 36px;
                flex: 0 0 0.48rem;
        width: 36px;
        width: 0.48rem;
        height: 36px;
        height: 0.48rem;
        margin-top: 10px;
        margin-top: 0.13333rem;
}
.cp-details .company-product-box .tg-wrap[data-v-23c596b6] {
      margin: 30px 30px 0 30px;
      margin: 0.4rem 0.4rem 0 0.4rem;
      padding-top: 30px;
      padding-top: 0.4rem;
      border-top: 1px solid #ddd;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 28px;
      font-size: 0.37333rem;
      color: #333333;
      line-height: 40px;
      line-height: 0.53333rem;
      position: relative;
}
.cp-details .company-product-box .tg-wrap .label[data-v-23c596b6] {
        color: #888888;
        padding-right: 30px;
        padding-right: 0.4rem;
}
.cp-details .company-product-box .tg-wrap .hd-commission[data-v-23c596b6] {
        color: #fc5426;
}
.cp-details .company-product-box .tg-wrap .more[data-v-23c596b6] {
        position: absolute;
        right: 0px;
        width: 36px;
        width: 0.48rem;
        height: 36px;
        height: 0.48rem;
}
.cp-details .company-product-box .tips-wrap[data-v-23c596b6] {
      width: 690px;
      width: 9.2rem;
      height: 60px;
      height: 0.8rem;
      background: #f5f5f5;
      border-radius: 4px;
      font-size: 26px;
      font-size: 0.34667rem;
      line-height: 60px;
      line-height: 0.8rem;
      margin: 30px auto 0;
      margin: 0.4rem auto 0;
      padding-left: 20px;
      padding-left: 0.26667rem;
      color: #999999;
}
.cp-details .company-product-box .record-name[data-v-23c596b6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 28px;
      font-size: 0.37333rem;
      color: #8A9094;
      padding: 20px 30px 0;
      padding: 0.26667rem 0.4rem 0;
      position: relative;
}
.cp-details .company-product-box .record-name.showAll .record-items[data-v-23c596b6] {
        height: auto;
}
.cp-details .company-product-box .record-name .record-items[data-v-23c596b6] {
        width: 540px;
        width: 7.2rem;
        height: 120px;
        height: 1.6rem;
        overflow: hidden;
}
.cp-details .company-product-box .record-name .record-items div[data-v-23c596b6]:nth-child(n+2) {
          margin-top: 10px;
          margin-top: 0.13333rem;
}
.cp-details .company-product-box .more-btn[data-v-23c596b6] {
      width: 100%;
      text-align: center;
      font-size: 26px;
      font-size: 0.34667rem;
      padding-top: 30px;
      padding-top: 0.4rem;
      margin-bottom: -20px;
      margin-bottom: -0.26667rem;
      background: transparent;
      position: relative;
      top: -15px;
      top: -0.2rem;
}
.cp-details .company-product-box .more-btn.bg-gradient[data-v-23c596b6] {
        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 .company-product-box .more-btn.bg-gradient .more-icon[data-v-23c596b6] {
          -webkit-transform: rotate(0);
              -ms-transform: rotate(0);
                  transform: rotate(0);
}
.cp-details .company-product-box .more-btn .more-icon[data-v-23c596b6] {
        width: 24px;
        width: 0.32rem;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
}
.cp-details .details-video[data-v-23c596b6] {
    padding: 0px 30px 30px;
    padding: 0px 0.4rem 0.4rem;
    margin-bottom: 20px;
    margin-bottom: 0.26667rem;
    position: relative;
    background-color: #fff;
}
.cp-details .details-video .title[data-v-23c596b6] {
      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[data-v-23c596b6] {
      padding-left: 0;
}
.cp-details .premium[data-v-23c596b6] {
    min-height: auto;
}
.cp-details .detail-isPresell[data-v-23c596b6] {
    padding: 0px 30px;
    padding: 0px 0.4rem;
    line-height: 40px;
    line-height: 0.53333rem;
    font-size: 24px;
    font-size: 0.32rem;
    color: red;
    background: #fff;
}
.cp-details .product-tags[data-v-23c596b6] {
    width: 720px;
    width: 9.6rem;
    padding-left: 30px;
    padding-left: 0.4rem;
    overflow-x: scroll;
    padding-top: 20px;
    padding-top: 0.26667rem;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}
.cp-details .product-tags[data-v-23c596b6]::-webkit-scrollbar {
      display: none !important;
}
.cp-details .product-tags > div[data-v-23c596b6] {
      white-space: nowrap;
}
.cp-details .product-tags > div span[data-v-23c596b6] {
        display: inline-block;
        height: 50px;
        height: 0.66667rem;
        line-height: 50px;
        line-height: 0.66667rem;
        padding: 0 20px;
        padding: 0 0.26667rem;
        color: #ff8700;
        font-size: 24px;
        font-size: 0.32rem;
        background-color: rgba(255, 135, 0, 0.06);
        margin-right: 10px;
        margin-right: 0.13333rem;
}
.cp-details .details-top[data-v-23c596b6] {
    background-color: #fff;
    padding: 10px 30px;
    padding: 0.13333rem 0.4rem;
    margin-top: 20px;
    margin-top: 0.26667rem;
}
.cp-details .details-top span[data-v-23c596b6] {
      font-size: 28px;
      font-size: 0.37333rem;
}
.cp-details .details-top i[data-v-23c596b6] {
      color: #126ffa;
      font-size: 32px;
      font-size: 0.42667rem;
      margin-right: 5px;
}
.cp-details .details-commend[data-v-23c596b6] {
    background-color: #fafafa;
    padding: 5px 0;
}
.cp-details .details-commend .commend-li[data-v-23c596b6] {
      color: #000;
      display: block;
      position: relative;
      padding: 10px 60px 10px 170px;
      padding: 0.13333rem 0.8rem 0.13333rem 2.26667rem;
}
.cp-details .details-commend .title[data-v-23c596b6] {
      position: absolute;
      left: 30px;
      left: 0.4rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 26px;
      font-size: 0.34667rem;
      padding: 2px 5px 3px;
      border-radius: 3px;
      background-color: #4580f4;
      color: #fff;
}
.cp-details .details-commend .desc[data-v-23c596b6] {
      font-size: 28px;
      font-size: 0.37333rem;
}
.cp-details .details-commend .iconfont[data-v-23c596b6] {
      position: absolute;
      right: 25px;
      right: 0.33333rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 32px;
      font-size: 0.42667rem;
      color: #9a9a9a;
}
.cp-details .div-hide[data-v-23c596b6] {
    display: none;
}
.cp-details a.title-right[data-v-23c596b6] {
    color: #236dff;
    text-decoration: none;
}
.cp-details .title-left[data-v-23c596b6] {
    display: block;
    font-size: 36px;
    font-size: 0.48rem;
    font-weight: bold;
    color: #333333;
    padding: 30px 0 30px 30px;
    padding: 0.4rem 0 0.4rem 0.4rem;
    height: auto;
    line-height: 50px;
    line-height: 0.66667rem;
    text-indent: 0;
    position: relative;
}
.cp-details .title-left .annuity-table-btn[data-v-23c596b6] {
      position: absolute;
      right: 30px;
      right: 0.4rem;
      color: #236dff;
      font-size: 28px;
      font-size: 0.37333rem;
      font-weight: normal;
}
.cp-details .title-left .annuity-table-btn .iconfont[data-v-23c596b6] {
        font-size: 24px;
        font-size: 0.32rem;
}
.cp-details .title-left1[data-v-23c596b6] {
    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[data-v-23c596b6] {
    background-color: #fff;
    padding-bottom: 30px;
    padding-bottom: 0.4rem;
    margin: 20px 0;
    margin: 0.26667rem 0;
}
.cp-details .cp-details-box.margin0[data-v-23c596b6] {
      margin-top: 0;
}
.cp-details .cp-details-yl[data-v-23c596b6] {
    background-color: #fff;
    margin: 0 0 20px;
    margin: 0 0 0.26667rem;
}
.cp-details[data-v-23c596b6] .tb-rule {
    padding-top: 30px;
    padding-top: 0.4rem;
}
.cp-details[data-v-23c596b6] .tb-rule .rule-item {
      margin-bottom: 30px;
      margin-bottom: 0.4rem;
      color: #333333;
}
.cp-details[data-v-23c596b6] .tb-rule .rule-article {
      padding-bottom: 20px;
      padding-bottom: 0.26667rem;
}
.cp-details .cp-details-01[data-v-23c596b6] {
    padding-bottom: 0;
}
.cp-details .cp-details-01.no-tab .title-left[data-v-23c596b6] {
      padding-bottom: 10px;
      padding-bottom: 0.13333rem;
}
.cp-details .cp-details-01 .title-left1[data-v-23c596b6] {
      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;
}
.cp-details .cp-details-01 .title-left1 .see-detail[data-v-23c596b6] {
        color: #236dff;
        font-weight: normal;
        padding-right: 30px;
        padding-right: 0.4rem;
        font-size: 26px;
        font-size: 0.34667rem;
}
.cp-details .cp-details-01 .main-uls[data-v-23c596b6] {
      margin-bottom: 10px;
      margin-bottom: 0.13333rem;
      padding-bottom: 15px;
      padding-bottom: 0.2rem;
}
.cp-details .cp-details-01 .main-uls .titles[data-v-23c596b6] {
        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[data-v-23c596b6] {
          -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[data-v-23c596b6] {
          background-color: #236dff;
          color: #fff;
          position: relative;
          border-left: 1px solid #236dff;
          border-top: 1px solid #236dff;
          border-right: 1px solid #236dff !important;
}
.cp-details .cp-details-01 .main-uls .titles-fault[data-v-23c596b6] {
        width: 100%;
        min-height: 90px;
        min-height: 1.2rem;
        overflow: hidden;
}
.cp-details .cp-details-01 .main-uls .titles-fault.smallBtn li[data-v-23c596b6] {
          font-size: 26px;
          font-size: 0.34667rem;
}
.cp-details .cp-details-01 .main-uls .titles-fault.scrollBtn[data-v-23c596b6] {
          overflow-x: auto;
          white-space: nowrap;
}
.cp-details .cp-details-01 .main-uls .titles-fault.scrollBtn li[data-v-23c596b6] {
            float: none;
            display: inline-block;
}
.cp-details .cp-details-01 .main-uls .titles-fault li[data-v-23c596b6] {
          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[data-v-23c596b6] {
          background-color: #236dff;
          color: #fff;
          position: relative;
          border-left: 1px solid #236dff;
          border-top: 1px solid #236dff;
          border-right: 1px solid #236dff !important;
}
.cp-details .cp-details-01 .main-uls .fl1[data-v-23c596b6] {
        float: left;
        width: 80%;
        vertical-align: middle;
        display: inline-block;
}
.cp-details .cp-details-01 .main-uls .fl1 .fl1_1[data-v-23c596b6] {
          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[data-v-23c596b6] {
          height: 60px;
          height: 0.8rem;
          line-height: 70px;
          line-height: 0.93333rem;
}
.cp-details .cp-details-01 .main-uls .fl1 .fl1_2[data-v-23c596b6] {
          font-size: 26px;
          font-size: 0.34667rem;
          color: #000000;
          height: 40px;
          height: 0.53333rem;
}
.cp-details .cp-details-01 .main-uls .frone[data-v-23c596b6] {
        float: right;
        width: 15%;
        vertical-align: middle;
        display: inline-block;
        line-height: 100px;
        line-height: 1.33333rem;
        color: #236dff;
        font-size: 32px;
        font-size: 0.42667rem;
        text-align: right;
}
.cp-details .cp-details-01 .main-uls .tip[data-v-23c596b6] {
        padding: 30px;
        padding: 0.4rem;
        color: #666;
        text-align: justify;
        font-size: 28px;
        font-size: 0.37333rem;
}
.cp-details .cp-details-01 .main-uls .tip a[data-v-23c596b6] {
          color: #236dff;
}
.cp-details .cp-details-01 .moneys[data-v-23c596b6] {
      margin-bottom: 5px;
}
.cp-details .cp-details-01 .moneys span[data-v-23c596b6] {
        height: 60px;
        height: 0.8rem;
        line-height: 60px;
        line-height: 0.8rem;
}
.cp-details .cp-details-01 .clause-box[data-v-23c596b6] {
      padding: 20px 0;
      padding: 0.26667rem 0;
}
.cp-details .cp-details-01 .clause-box a[data-v-23c596b6] {
        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[data-v-23c596b6] {
        font-size: 30px;
        font-size: 0.4rem;
        line-height: 60px;
        line-height: 0.8rem;
        color: #999;
}
.cp-details .cp-details-01 .ul-contents[data-v-23c596b6] {
      display: block;
      width: 100%;
}
.cp-details .cp-details-01 .ul-contents .li-title[data-v-23c596b6] {
        font-size: 27px;
        font-size: 0.36rem;
        color: #333;
        line-height: 40px;
        line-height: 0.53333rem;
        padding-right: 30px;
        padding-right: 0.4rem;
}
.cp-details .cp-details-01 .ul-contents .li-title .fr[data-v-23c596b6] {
          margin-right: 40px;
          margin-right: 0.53333rem;
}
.cp-details .cp-details-01 .ul-contents .li-title .li-title-div[data-v-23c596b6] {
          padding: 0;
          position: relative;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class[data-v-23c596b6] {
          margin: 15px 0;
          margin: 0.2rem 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;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class span[data-v-23c596b6] {
            display: block;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class span.li-left[data-v-23c596b6] {
              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[data-v-23c596b6] {
              padding-left: 0.3rem;
              max-width: 400px;
              max-width: 5.33333rem;
              color: #f66d05;
              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[data-v-23c596b6] {
              font-size: 46px;
              font-size: 0.61333rem;
              vertical-align: middle;
              color: #236dff;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class span .text-all[data-v-23c596b6] {
              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 0.3s;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class span .text-all[data-v-23c596b6]::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[data-v-23c596b6] {
                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[data-v-23c596b6] {
            font-size: 28px;
            font-size: 0.37333rem;
}
.cp-details .cp-details-01 .ul-contents .li-title .line-class .len11[data-v-23c596b6] {
            line-height: 50px;
            line-height: 0.66667rem;
            text-align: right;
}
.cp-details .cp-details-01 .ul-contents .li-title .content-des[data-v-23c596b6] {
          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[data-v-23c596b6] {
            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[data-v-23c596b6]:last-child {
              margin-bottom: 0;
}
.cp-details .cp-details-01 .ul-contents .li-title .content-des[data-v-23c596b6]: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[data-v-23c596b6] {
        height: 150px;
        height: 2rem;
}
.cp-details .cp-details-01 .ul-contents .add-newLine-left .line-class .fr[data-v-23c596b6] {
          line-height: 100px;
          line-height: 1.33333rem;
}
.cp-details .cp-details-01 .ul-contents .add-newLine-left .li-title-div[data-v-23c596b6]:after {
        top: 78px;
        top: 1.04rem;
}
.cp-details .cp-details-01 .ul-contents .add-newLine-right .line-class[data-v-23c596b6] {
        height: 150px;
        height: 2rem;
}
.cp-details .cp-details-01 .ul-contents .add-newLine-right .line-class .fl[data-v-23c596b6] {
          line-height: 100px;
          line-height: 1.33333rem;
}
.cp-details .cp-details-01 .ul-contents .add-newLine-right .li-title-div[data-v-23c596b6]:after {
        top: 78px;
        top: 1.04rem;
}
.cp-details .cp-details-01 .ul-contents .add-title-class .li-title-div[data-v-23c596b6]: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[data-v-23c596b6] {
        display: block;
}
.cp-details .cp-details-01 .look-more[data-v-23c596b6] {
      font-size: 28px;
      font-size: 0.37333rem;
      text-align: center;
      height: 120px;
      height: 1.6rem;
      line-height: 120px;
      line-height: 1.6rem;
      text-align: center;
      color: #236dff;
}
.cp-details .cp-details-01 .look-more a[data-v-23c596b6] {
        display: inline-block;
        height: 100%;
        color: #000;
        padding: 0 30px;
        padding: 0 0.4rem;
}
.cp-details .cp-details-01 .active[data-v-23c596b6] {
      display: block;
}
.cp-details .cp-details-01 .moneys .icon-xiangyou[data-v-23c596b6] {
      padding: 2px 5px;
      border: 1px solid #236dff;
      border-radius: 10px;
      border-radius: 0.13333rem;
}
.cp-details .cp-details-01 .recomment[data-v-23c596b6] {
      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[data-v-23c596b6] {
        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[data-v-23c596b6] {
        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[data-v-23c596b6] {
    background-color: #f0f7ff;
    padding: 30px;
    padding: 0.4rem;
}
.cp-details .annuity-box .annuity-process[data-v-23c596b6] {
      position: relative;
      padding-top: 120px;
      padding-top: 1.6rem;
      overflow-x: auto;
}
.cp-details .annuity-box .annuity-process .annuity-point[data-v-23c596b6] {
        position: absolute;
}
.cp-details .annuity-box .annuity-process .annuity-point .point-box[data-v-23c596b6] {
          position: relative;
}
.cp-details .annuity-box .annuity-process .annuity-point .point-ico[data-v-23c596b6] {
          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[data-v-23c596b6] {
          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[data-v-23c596b6] {
          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[data-v-23c596b6] {
          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[data-v-23c596b6] {
          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[data-v-23c596b6] {
            background-color: #c4ddff;
}
.cp-details .annuity-box .annuity-process .annuity-point .point-bottom-desc[data-v-23c596b6] {
          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[data-v-23c596b6] {
            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[data-v-23c596b6] {
            border-color: #c4ddff;
            background-color: #deecff;
            color: #236dff;
}
.cp-details .annuity-box .annuity-process .point-line-left[data-v-23c596b6] {
        position: absolute;
        top: 145px;
        top: 1.93333rem;
        height: 2px;
        background-color: #f66d04;
}
.cp-details .annuity-box .annuity-process .point-line-left.annuity-collect[data-v-23c596b6] {
          background-color: #236dff;
}
.cp-details .annuity-box .annuity-process .point-line-left.annuity-space[data-v-23c596b6] {
          background-color: transparent;
          height: 0;
          border-bottom: 2px dotted #bfbfbf;
}
.cp-details .annuity-box .annuity-msg[data-v-23c596b6] {
      font-size: 24px;
      font-size: 0.32rem;
      color: #666;
      padding: 5px 15px;
      padding: 5px 0.2rem;
}
.cp-details .annuity-box .annuity-table[data-v-23c596b6] {
      background-color: #fff;
      border-radius: 10px;
      border-radius: 0.13333rem;
      padding: 20px 0;
      padding: 0.26667rem 0;
}
.cp-details .annuity-box .annuity-table > div[data-v-23c596b6] {
        margin-top: 40px;
        margin-top: 0.53333rem;
        margin-bottom: 40px;
        margin-bottom: 0.53333rem;
}
.cp-details .annuity-box .annuity-table .annuity-table-p1[data-v-23c596b6] {
        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[data-v-23c596b6],
        .cp-details .annuity-box .annuity-table .annuity-table-p1 .t2[data-v-23c596b6] {
          color: #ff7300;
          font-size: 32px;
          font-size: 0.42667rem;
          padding: 0 5px;
}
.cp-details .annuity-box .annuity-table .annuity-table-p2[data-v-23c596b6] {
        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[data-v-23c596b6] {
        font-size: 26px;
        font-size: 0.34667rem;
        color: #666;
        text-align: center;
        line-height: 1.2;
        white-space: pre-wrap;
}
.cp-details .annuity-box .annuity-table .annuity-table-p4[data-v-23c596b6] {
        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[data-v-23c596b6] {
          color: #f66d05;
}
.cp-details .annuity-box .annuity-table .annuity-table-p5[data-v-23c596b6] {
        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[data-v-23c596b6] {
        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[data-v-23c596b6] {
          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[data-v-23c596b6] {
      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[data-v-23c596b6] {
        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[data-v-23c596b6] {
          background: #eef3ff;
          color: #236dff;
}
.cp-details .annuity-box .accountValueSelectBox[data-v-23c596b6] {
      height: 60PX;
      position: relative;
}
.cp-details .annuity-box .accountValueSelectBox .pillar[data-v-23c596b6] {
        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[data-v-23c596b6] {
        min-width: 320PX;
        max-width: 768PX;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
}
.cp-details .annuity-box .accountValueSelectBox .wrapper1[data-v-23c596b6] {
        position: relative;
        height: 60PX;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
}
.cp-details .annuity-box .accountValueSelectBox .wrapper1 .scroller[data-v-23c596b6] {
        position: absolute;
        padding: 0 50% 0 50%;
        z-index: 1;
}
.cp-details .annuity-box .accountValueSelectBox .wrapper1 .scroller li[data-v-23c596b6] {
        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[data-v-23c596b6]:nth-last-of-type(1) {
          width: 1PX;
}
.cp-details .annuity-box .accountValueSelectBox .wrapper1 .scroller li.active[data-v-23c596b6] {
          padding: 15PX 0 30PX;
}
.cp-details .annuity-box .accountValueSelectBox .wrapper1 .scroller li span[data-v-23c596b6] {
        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[data-v-23c596b6] {
        position: absolute;
        bottom: -25PX;
        left: -25PX;
        font-size: 12PX;
        font-style: normal;
        width: 50PX;
}
.cp-details .cp-details-02[data-v-23c596b6] {
    background-color: #fff;
}
.cp-details .cp-details-02 .clause-name[data-v-23c596b6] {
      position: relative;
      padding: 0 30px 70px;
      padding: 0 0.4rem 0.93333rem;
      color: #3c464f;
}
.cp-details .cp-details-02 .clause-name .clause-title[data-v-23c596b6] {
        font-size: 28px;
        font-size: 0.37333rem;
        color: #1d38ff;
}
.cp-details .cp-details-02 .clause-name .notice-p[data-v-23c596b6] {
        font-size: 28px;
        font-size: 0.37333rem;
        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[data-v-23c596b6] {
          display: inline-block;
          width: 30px;
          width: 0.4rem;
          height: 30px;
          height: 0.4rem;
          background-color: #126ffa;
          border-radius: 2px;
          color: #fff;
          text-align: center;
          line-height: 30px;
          line-height: 0.4rem;
          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[data-v-23c596b6] {
        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;
        color: #3c464f;
}
.cp-details .cp-details-02 .clause-name .notice-more.bg-gradient[data-v-23c596b6] {
          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[data-v-23c596b6] {
    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.32);
    -webkit-box-shadow: 0px 4px 0.16rem 0px rgba(149, 151, 164, 0.32);
            box-shadow: 0px 4px 12px 0px rgba(149, 151, 164, 0.32);
            box-shadow: 0px 4px 0.16rem 0px rgba(149, 151, 164, 0.32);
    overflow: auto;
}
.cp-details .productTap.active[data-v-23c596b6] {
      display: block;
}
.cp-details .productTap.smallFont ul li[data-v-23c596b6] {
      font-size: 20px;
      font-size: 0.26667rem;
}
.cp-details .productTap > ul[data-v-23c596b6] {
      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[data-v-23c596b6] {
      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[data-v-23c596b6]:first-child {
      border-left: none;
}
.cp-details .productTap li.active[data-v-23c596b6] {
      color: #246cfc;
      background-color: transparent;
      font-weight: normal;
}
.cp-details .productTap .navScrollIcon[data-v-23c596b6] {
      display: block;
      width: 46px;
      width: 0.61333rem;
      height: 46px;
      height: 0.61333rem;
      margin: 0 auto 14px;
      margin: 0 auto 0.18667rem;
}
.cp-details .img_cc[data-v-23c596b6] {
    width: 100%;
    height: auto;
}
.cp-details .cp-details-04[data-v-23c596b6] {
    background: #fff;
    padding-bottom: 0;
}
.cp-details .cp-details-04 .img-2[data-v-23c596b6] {
      width: 100%;
      vertical-align: middle;
}
.cp-details .cp-details-04 div.img-2[data-v-23c596b6] {
      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-23c596b6 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rota-23c596b6 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.cp-details .move[data-v-23c596b6] {
    -webkit-animation: rota-23c596b6 3s linear infinite;
            animation: rota-23c596b6 3s linear infinite;
}
.cp-details .pause[data-v-23c596b6] {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
.cp-details .play[data-v-23c596b6] {
    -webkit-animation-play-state: running;
            animation-play-state: running;
}
.cp-details .w-box[data-v-23c596b6] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    padding: 0 0.4rem;
}
.cp-details .cp-details-06[data-v-23c596b6] {
    background: #fff;
    padding-bottom: 30px;
    padding-bottom: 0.4rem;
}
.cp-details .cp-details-06 .title-left[data-v-23c596b6] {
      padding-bottom: 0;
}
.cp-details .cp-details-06 .lp-banner[data-v-23c596b6] {
      width: 670px;
      width: 8.93333rem;
      margin-left: 40px;
      margin-left: 0.53333rem;
      display: block;
      margin-bottom: 47px;
      margin-bottom: 0.62667rem;
}
.cp-details .cp-details-06 .w-boxp[data-v-23c596b6] {
      padding: 30px 0 30px 0;
      padding: 0.4rem 0 0.4rem 0;
}
.cp-details .cp-details-06 .newa[data-v-23c596b6] {
      height: 70px;
      height: 0.93333rem;
      width: 198px;
      width: 2.64rem;
      font-size: 28px;
      font-size: 0.37333rem;
}
.cp-details .cp-details-06 #kclp[data-v-23c596b6] {
      -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: #236dff;
      font-size: 30px;
      font-size: 0.4rem;
      color: #fff;
      display: block;
      text-align: center;
      margin: 0 auto;
}
.cp-details .cp-details-06 .lpei-tip-list li[data-v-23c596b6] {
      margin-bottom: 60px;
      margin-bottom: 0.8rem;
}
.cp-details .cp-details-06 .lpei-tip-list s[data-v-23c596b6] {
      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 .lpei-tip-list .tip-title[data-v-23c596b6] {
      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 .lpei-tip-list .text-box[data-v-23c596b6] {
      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 .lpei-tip-list .text-box .tip-text[data-v-23c596b6] {
        padding-left: 40px;
        padding-left: 0.53333rem;
        position: relative;
        line-height: 33px;
        line-height: 0.44rem;
}
.cp-details .cp-details-06 .lpei-tip-list .text-box .tip-text[data-v-23c596b6]::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 .lpei-tip-list .text-box .tip-text.tip-subtitle[data-v-23c596b6] {
          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 .lpei-tip-list .text-box .tip-text.tip-subtitle[data-v-23c596b6]:first-child {
            margin-top: 0;
}
.cp-details .cp-details-06 .lpei-tip-list .text-box .tip-text.tip-subtitle[data-v-23c596b6]::before {
            display: none;
}
.cp-details .cp-details-06 .lpei-tip-list .text-box.samll[data-v-23c596b6] {
        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 .lpei-tip-list .text-box.samll[data-v-23c596b6]::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[data-v-23c596b6] {
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 0.26667rem;
}
.cp-details .cp-details-07 .title-left[data-v-23c596b6] {
      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[data-v-23c596b6] {
      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[data-v-23c596b6] {
        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[data-v-23c596b6]:last-child {
        border-bottom: 0;
}
.cp-details .cp-details-07 li .title[data-v-23c596b6] {
        font-size: 32px;
        font-size: 0.42667rem;
        color: #333333;
        font-weight: bold;
}
.cp-details .cp-details-07 li .title span[data-v-23c596b6] {
          display: inline-block;
          width: 580px;
          width: 7.73333rem;
}
.cp-details .cp-details-07 li .title .arr-icon[data-v-23c596b6] {
          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[data-v-23c596b6] {
        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[data-v-23c596b6] {
          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[data-v-23c596b6] {
          font-size: 28px;
          font-size: 0.37333rem;
          color: #000;
}
.cp-details .cp-details-07 li .ul-lip .text[data-v-23c596b6] {
          color: #666;
          font-size: 28px;
          font-size: 0.37333rem;
          white-space: pre-wrap;
          text-align: justify;
}
.cp-details .cp-details-07 li .ul-lip .q-link[data-v-23c596b6] {
          color: #236dff;
}
.cp-details .cp-details-07 li .answer[data-v-23c596b6] {
        display: none;
}
.cp-details .cp-details-07 li.active .answer[data-v-23c596b6] {
        display: block;
}
.cp-details .cp-details-07 li.active .arr-icon[data-v-23c596b6] {
        -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[data-v-23c596b6] {
      display: none;
}
.cp-details .cp-details-07 .btn-bot[data-v-23c596b6] {
      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[data-v-23c596b6] {
    background-color: #fff;
    padding-bottom: 20px;
    padding-bottom: 0.26667rem;
}
.cp-details .cp-details-08 .icon-xiangxia[data-v-23c596b6] {
      font-size: 26px;
      font-size: 0.34667rem;
      margin-left: 5px;
}
.cp-details .cp-details-08 .uls[data-v-23c596b6] {
      margin-bottom: 20px;
      margin-bottom: 0.26667rem;
}
.cp-details .cp-details-08 .uls li[data-v-23c596b6] {
        padding-left: 150px;
        padding-left: 2rem;
        position: relative;
        margin-top: 30px;
        margin-top: 0.4rem;
}
.cp-details .cp-details-08 .uls .left[data-v-23c596b6] {
        position: absolute;
        left: 0;
        top: 0;
}
.cp-details .cp-details-08 .uls .right[data-v-23c596b6] {
        padding-left: 10px;
        padding-left: 0.13333rem;
        border-left: 1px solid #c8c8c8;
}
.cp-details .cp-details-08 .uls .authers[data-v-23c596b6] {
        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[data-v-23c596b6] {
        text-align: center;
}
.cp-details .cp-details-08 .uls .stars[data-v-23c596b6] {
        color: #ff9a16;
}
.cp-details .cp-details-08 .uls .stars i[data-v-23c596b6] {
          margin-right: 10px;
          margin-right: 0.13333rem;
          font-size: 14px;
          font-size: 0.18667rem;
}
.cp-details .cp-details-08 .uls .stars i.star-999[data-v-23c596b6] {
          color: #999;
}
.cp-details .cp-details-08 .uls .evaluate[data-v-23c596b6] {
        font-size: 14px;
        font-size: 0.18667rem;
}
.cp-details .cp-details-08 .uls .bottom[data-v-23c596b6] {
        font-size: 28px;
        font-size: 0.37333rem;
        margin: 15px 0;
        margin: 0.2rem 0;
}
.cp-details .cp-details-08 .uls .reply[data-v-23c596b6] {
        width: 100%;
        padding: 10px;
        padding: 0.13333rem;
        background-color: #dcdcdc;
        color: #666;
        position: relative;
}
.cp-details .cp-details-08 .uls .reply[data-v-23c596b6]: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[data-v-23c596b6] {
    width: 100%;
    height: 110px;
    height: 1.46667rem;
    position: relative;
}
.cp-details .cp-details-09 p[data-v-23c596b6] {
      line-height: 110px;
      line-height: 1.46667rem;
      text-decoration: underline;
}
.cp-details .cp-details-09 .subscribe[data-v-23c596b6] {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 105px;
      height: 1.4rem;
}
.cp-details .detail-tab-list[data-v-23c596b6] {
    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;
    width: 690px;
    width: 9.2rem;
    margin: 0 auto;
}
.cp-details .detail-tab-list .detail-tab-list-left[data-v-23c596b6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: hidden;
}
.cp-details .detail-tab-list .van-tabs[data-v-23c596b6] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: auto;
}
.cp-details .detail-tab-list .list-title[data-v-23c596b6] {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 120px;
          -ms-flex: 0 0 1.6rem;
              flex: 0 0 120px;
              flex: 0 0 1.6rem;
      font-size: 30px;
      font-size: 0.4rem;
      color: #3c464f;
      margin-right: 20px;
      margin-right: 0.26667rem;
}
.cp-details .detail-tab-list .detail-more[data-v-23c596b6] {
      font-size: 36px !important;
      font-size: 0.48rem !important;
}
.cp-details .detail-tab-list .van-tabs .van-tabs__nav[data-v-23c596b6] {
    padding-left: 0 !important;
}
.cp-details .detail-tab-list .van-tabs .van-tabs__nav > div[data-v-23c596b6] {
    margin-left: 0;
    margin-right: 20px;
    margin-right: 0.26667rem;
}
.cp-details .detail-tab-list1 .van-tabs .van-tabs__nav[data-v-23c596b6] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.cp-details .detail-tab-list1 .van-tabs .van-tabs__nav > div[data-v-23c596b6] {
    margin-bottom: 20px;
    margin-bottom: 0.26667rem;
}
.cp-details .detail-tab-list1 > .list-title[data-v-23c596b6] {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 25px;
    margin-top: 0.33333rem;
}
.cp-details .support-items[data-v-23c596b6] {
    margin: 20px 0;
    margin: 0.26667rem 0;
    padding: 40px 30px 20px;
    padding: 0.53333rem 0.4rem 0.26667rem;
    background-color: #fff;
}
.cp-details .support-items div[data-v-23c596b6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.cp-details .support-items div[data-v-23c596b6]: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;
}
.cp-details .support-items div:first-child i[data-v-23c596b6] {
          font-size: 17px;
          font-size: 0.22667rem;
          color: #236dff;
}
.cp-details .support-items .support-item[data-v-23c596b6] {
      color: #3c464f;
      font-size: 28px;
      font-size: 0.37333rem;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cp-details .support-items .support-item span[data-v-23c596b6] {
        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;
}
.cp-details .support-items .support-item span i[data-v-23c596b6] {
          color: #ff8700;
          font-size: 36px;
          font-size: 0.48rem;
          margin-right: 4px;
}
.cp-details .support-items .support-items-detail[data-v-23c596b6] {
      color: #236dff;
      font-size: 28px;
      font-size: 0.37333rem;
}
.cp-details .liyi-text[data-v-23c596b6] {
    width: 196px;
    width: 2.61333rem;
    background-color: rgba(255, 126, 21, 0.06);
    font-size: 26px;
    font-size: 0.34667rem;
    color: #916215;
    padding: 4px 0;
    border-radius: 30px;
    border-radius: 0.4rem;
    text-align: center;
    margin: 0 auto;
}

/*.cp-details 结束*/
a.return-index[data-v-23c596b6] {
  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[data-v-23c596b6] {
    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[data-v-23c596b6] {
    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[data-v-23c596b6] {
  width: 100%;
  height: 96px;
  height: 1.28rem;
}
.fixed-btn[data-v-23c596b6] {
  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;
  min-height: 120px;
  min-height: 1.6rem;
  width: 750px;
  width: 10rem;
  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;
  z-index: 10;
}
.fixed-btn .left-btn-wrap[data-v-23c596b6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.fixed-btn .resource-wrap[data-v-23c596b6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 34px 20px 44px;
    padding: 0.26667rem 0.45333rem 0.26667rem 0.58667rem;
    position: relative;
    font-size: 24px;
    font-size: 0.32rem;
    color: #676767;
    line-height: 32px;
    line-height: 0.42667rem;
    white-space: nowrap;
}
.fixed-btn .resource-wrap .icon-resource[data-v-23c596b6] {
      width: 40px;
      width: 0.53333rem;
      height: 40px;
      height: 0.53333rem;
      margin-bottom: 2px;
}
.fixed-btn .resource-wrap[data-v-23c596b6]::after {
      content: '';
      display: inline-block;
      border-right: 1px solid #ddd;
      position: absolute;
      right: 0;
      top: 24px;
      top: 0.32rem;
      bottom: 24px;
      bottom: 0.32rem;
      width: 0;
}
.fixed-btn > span[data-v-23c596b6] {
    display: inline-block;
    vertical-align: middle;
}
.fixed-btn .online-reserve[data-v-23c596b6] {
    vertical-align: middle;
    position: fixed;
    right: 0;
    bottom: 225px;
    bottom: 3rem;
    -webkit-animation: goleft-23c596b6 0.5s 1;
            animation: goleft-23c596b6 0.5s 1;
    background-color: #6379ef;
    color: #fff;
    width: 70px;
    width: 0.93333rem;
    height: 100px;
    height: 1.33333rem;
    border-radius: 10px 0px 0px 10px;
    border-radius: 0.13333rem 0px 0px 0.13333rem;
    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 10px rgba(103, 121, 231, 0.5);
    -webkit-box-shadow: 0 0 0.13333rem rgba(103, 121, 231, 0.5);
            box-shadow: 0 0 10px rgba(103, 121, 231, 0.5);
            box-shadow: 0 0 0.13333rem rgba(103, 121, 231, 0.5);
    padding: 20px;
    padding: 0.26667rem;
    line-height: 1.2;
    text-align: center;
}
.fixed-btn .online-reserve > img[data-v-23c596b6] {
      width: 120px;
      width: 1.6rem;
      height: 120px;
      height: 1.6rem;
}
.fixed-btn .online-reserve.active[data-v-23c596b6] {
      right: -60px;
      right: -0.8rem;
      -webkit-animation: goright-23c596b6 0.5s 1;
              animation: goright-23c596b6 0.5s 1;
}
@-webkit-keyframes goright-23c596b6 {
from {
    right: 0;
}
to {
    right: -60px;
    right: -0.8rem;
}
}
@keyframes goright-23c596b6 {
from {
    right: 0;
}
to {
    right: -60px;
    right: -0.8rem;
}
}
@-webkit-keyframes goleft-23c596b6 {
from {
    right: -60px;
    right: -0.8rem;
}
to {
    right: 0;
}
}
@keyframes goleft-23c596b6 {
from {
    right: -60px;
    right: -0.8rem;
}
to {
    right: 0;
}
}
.fixed-btn .online-reserve.btn2[data-v-23c596b6] {
      bottom: 350px;
      bottom: 4.66667rem;
      background: #4e85ff;
      -webkit-box-shadow: 0px 0px 10px rgba(78, 133, 255, 0.5);
      -webkit-box-shadow: 0px 0px 0.13333rem rgba(78, 133, 255, 0.5);
              box-shadow: 0px 0px 10px rgba(78, 133, 255, 0.5);
              box-shadow: 0px 0px 0.13333rem rgba(78, 133, 255, 0.5);
}
.fixed-btn .moneys-box[data-v-23c596b6] {
    width: 270px;
    width: 3.6rem;
    padding-left: 30px;
    padding-left: 0.4rem;
    padding-top: 20px;
    padding-top: 0.26667rem;
    padding-bottom: 20px;
    padding-bottom: 0.26667rem;
}
.fixed-btn .moneys-box > div[data-v-23c596b6] {
      line-height: 1;
}
.fixed-btn .moneys-box > span[data-v-23c596b6] {
      display: inline-block;
}
.fixed-btn .moneys-box .tip[data-v-23c596b6] {
      font-size: 24px;
      font-size: 0.32rem;
      color: #888888;
}
.fixed-btn .moneys[data-v-23c596b6] {
    white-space: nowrap;
    line-height: 52px;
    line-height: 0.69333rem;
    font-weight: 600;
    font-size: 38px;
    font-size: 0.50667rem;
    color: #f66d05;
}
.fixed-btn .moneys.big[data-v-23c596b6] {
      width: 350px;
      width: 4.66667rem;
}
.fixed-btn .moneys .bfBox[data-v-23c596b6] {
      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[data-v-23c596b6] {
        font-size: 34px;
        font-size: 0.45333rem;
        line-height: 40px;
        line-height: 0.53333rem;
}
.fixed-btn .moneys .m1[data-v-23c596b6] {
      font-size: 24px;
      font-size: 0.32rem;
}
.fixed-btn .moneys .first-m[data-v-23c596b6] {
      font-size: 24px;
      font-size: 0.32rem;
      display: block;
      line-height: 56px;
      line-height: 0.74667rem;
      height: 56px;
      height: 0.74667rem;
      text-align: left;
      color: #8a9095;
      margin-top: 5px;
}
.fixed-btn .moneys .first-m b[data-v-23c596b6] {
        font-size: 40px;
        font-size: 0.53333rem;
        color: #ff8700;
}
.fixed-btn .moneys .next-m[data-v-23c596b6] {
      text-align: left;
      line-height: 34px;
      line-height: 0.45333rem;
      color: #8a9095;
      font-size: 24px;
      font-size: 0.32rem;
      display: block;
}
.fixed-btn .moneys1[data-v-23c596b6] {
    font-size: 40px;
    font-size: 0.53333rem;
}
.fixed-btn .insure[data-v-23c596b6] {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #fff;
    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;
    width: 180px;
    width: 2.4rem;
    height: 80px;
    height: 1.06667rem;
    background: linear-gradient(165deg, #fd8e4b 0%, #fc6d25 100%);
    -webkit-box-shadow: 0px 3px 15px 1px rgba(252, 109, 37, 0.42);
    -webkit-box-shadow: 0px 3px 0.2rem 1px rgba(252, 109, 37, 0.42);
            box-shadow: 0px 3px 15px 1px rgba(252, 109, 37, 0.42);
            box-shadow: 0px 3px 0.2rem 1px rgba(252, 109, 37, 0.42);
    border-radius: 40px 40px 40px 40px;
    border-radius: 0.53333rem 0.53333rem 0.53333rem 0.53333rem;
    font-size: 30px;
    font-size: 0.4rem;
}
.fixed-btn .insure.insure-tell[data-v-23c596b6] {
      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[data-v-23c596b6] {
      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[data-v-23c596b6] {
  width: 750px;
  width: 10rem;
  display: block;
}
.tbxz-scroll-wrapper[data-v-23c596b6] {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.market-comment[data-v-23c596b6] {
  padding-bottom: 0;
}
.market-comment .top[data-v-23c596b6] {
    width: 100%;
    position: relative;
}
.market-comment .top #text[data-v-23c596b6] {
      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[data-v-23c596b6] {
      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[data-v-23c596b6] {
      color: red;
}
.market-comment .middle[data-v-23c596b6] {
    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[data-v-23c596b6] {
      display: inline-block;
      position: relative;
      top: -2px;
}
.market-comment .middle .xx[data-v-23c596b6] {
      height: 50px;
      height: 0.66667rem;
      display: inline-block;
      line-height: 50px;
      line-height: 0.66667rem;
}
.market-comment .middle .xx[data-v-23c596b6]: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[data-v-23c596b6]:after {
        content: '\e6c4';
        color: #236dff;
}
.market-comment #send[data-v-23c596b6] {
    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: #236dff;
    color: #fff;
}
.market-comment .titles[data-v-23c596b6] {
    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[data-v-23c596b6] {
    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[data-v-23c596b6] {
    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[data-v-23c596b6] {
      border-bottom: 1px solid #e0e0e0;
}
.market-comment .commentList .commentLi:last-child .border-line[data-v-23c596b6] {
      border-bottom: 0;
}
.market-comment .commentList .commentLi .head[data-v-23c596b6] {
      position: relative;
      padding-left: 100px;
      padding-left: 1.33333rem;
      min-height: 80px;
      min-height: 1.06667rem;
}
.market-comment .commentList .commentLi .headImg[data-v-23c596b6] {
      position: absolute;
      left: 0;
      top: 0;
      width: 80px;
      width: 1.06667rem;
      height: 80px;
      height: 1.06667rem;
      border-radius: 50%;
}
.market-comment .commentList .commentLi .name[data-v-23c596b6] {
      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[data-v-23c596b6] {
      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[data-v-23c596b6] {
        line-height: 34px;
        line-height: 0.45333rem;
        margin-right: 5px;
}
.market-comment .commentList .commentLi .timeAndLevel .level[data-v-23c596b6] {
        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[data-v-23c596b6] {
      font-size: 30px;
      font-size: 0.4rem;
      word-break: break-all;
      padding: 20px 0;
      padding: 0.26667rem 0;
}
.market-comment .commentList .xx[data-v-23c596b6] {
    display: inline-block;
    margin-right: 5px;
}
.market-comment .commentList .xx[data-v-23c596b6]:after {
      content: '\e6d3';
      font-family: 'iconfont';
      display: inline-block;
      font-size: 32px;
      font-size: 0.42667rem;
      color: #236dff;
      vertical-align: middle;
}
.market-comment .allComments[data-v-23c596b6] {
    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[data-v-23c596b6] {
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 0.26667rem;
    padding: 15px 30px;
    padding: 0.2rem 0.4rem;
}
.market-comment .productsLevel .p1[data-v-23c596b6] {
      font-size: 38px;
      font-size: 0.50667rem;
      line-height: 60px;
      line-height: 0.8rem;
      margin-bottom: 5px;
}
.market-comment .productsLevel .p2[data-v-23c596b6] {
      font-size: 30px;
      font-size: 0.4rem;
      line-height: 45px;
      line-height: 0.6rem;
}
.market-comment .productsLevel .xx[data-v-23c596b6] {
      position: relative;
      top: -2px;
}
.market-comment .notMore[data-v-23c596b6] {
    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[data-v-23c596b6] {
      display: block;
}
.layer-act-key[data-v-23c596b6] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.layer-act-key .mask[data-v-23c596b6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.layer-act-key .mainContent[data-v-23c596b6] {
    position: absolute;
    width: 580px;
    width: 7.73333rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    overflow: visible;
    background-color: #fff;
    padding: 10px 10px 120px;
    padding: 0.13333rem 0.13333rem 1.6rem;
    border-radius: 5px;
}
.layer-act-key .mainContent #layer_05_btn[data-v-23c596b6] {
      position: absolute;
      bottom: 30px;
      bottom: 0.4rem;
      left: 50%;
      margin-left: -147px;
      margin-left: -1.96rem;
      background-color: #236dff;
}
.layer-act-key .mainContent .txt_tip[data-v-23c596b6] {
      color: #fd9143;
}
.layer-act-key .mainContent .input-box[data-v-23c596b6] {
      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[data-v-23c596b6] {
        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[data-v-23c596b6] {
        width: 300px;
        width: 4rem;
}
.layer-act-key .mainContent .lz-fs-30[data-v-23c596b6] {
      font-size: 28px;
      font-size: 0.37333rem;
}
.layer-share-yindao[data-v-23c596b6] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: right;
  padding-right: 20px;
  padding-right: 0.26667rem;
  padding-top: 20px;
  padding-top: 0.26667rem;
  z-index: 2200;
}
.layer-share-yindao img[data-v-23c596b6] {
    width: 560px;
    width: 7.46667rem;
}
.layer-reserve[data-v-23c596b6] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.layer-reserve .mask[data-v-23c596b6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.layer-reserve .maskbox[data-v-23c596b6] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
}
.layer-reserve .maskbox .maskContent[data-v-23c596b6] {
      background-color: #fff;
      padding-left: 30px;
      padding-left: 0.4rem;
      padding-right: 30px;
      padding-right: 0.4rem;
}
.layer-reserve .maskbox .qxbtn[data-v-23c596b6] {
      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[data-v-23c596b6] {
      line-height: 100px;
      line-height: 1.33333rem;
      font-size: 28px;
      font-size: 0.37333rem;
}
.layer-reserve .maskbox .maskItem.client[data-v-23c596b6] {
        border-bottom: 1px solid #ddd;
}
.layer-reserve .maskbox .maskItem span[data-v-23c596b6] {
        color: #333;
        vertical-align: middle;
}
.layer-reserve .maskbox .maskItem img[data-v-23c596b6] {
        width: 40px;
        width: 0.53333rem;
        height: 40px;
        height: 0.53333rem;
        margin-right: 10px;
        margin-right: 0.13333rem;
        vertical-align: middle;
}
.layer-reserve .wxfoot[data-v-23c596b6] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-bottom: 30px;
    padding-bottom: 0.4rem;
}
.layer-reserve .wxfoot .wxTitle[data-v-23c596b6] {
      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[data-v-23c596b6] {
        float: right;
}
.layer-reserve .wxfoot .wxNum[data-v-23c596b6] {
      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[data-v-23c596b6] {
      background: #4581f9;
      display: inline-block;
      color: #fff;
      padding: 0 0.18667rem;
      line-height: 0.72rem;
      border-radius: 3px;
}
.layer-reserve .wxfoot .wxImg[data-v-23c596b6] {
      width: 260px;
      width: 3.46667rem;
      height: 260px;
      height: 3.46667rem;
      display: block;
      margin: 20px auto;
      margin: 0.26667rem auto;
}
.layer-reserve .wxfoot .p1[data-v-23c596b6] {
      font-size: 30px;
      font-size: 0.4rem;
      text-align: center;
}
.layer-reserve .wxfoot .p2[data-v-23c596b6] {
      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[data-v-23c596b6] {
    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[data-v-23c596b6] {
    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[data-v-23c596b6] {
    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[data-v-23c596b6] {
    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[data-v-23c596b6] {
    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[data-v-23c596b6] {
      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[data-v-23c596b6] {
      width: 65%;
      height: 100%;
      border: none;
      outline: none;
      -webkit-appearance: none;
}
.layer-reserve .pros-reserve-btn[data-v-23c596b6] {
    width: 520px;
    width: 6.93333rem;
    height: 80px;
    height: 1.06667rem;
    line-height: 80px;
    line-height: 1.06667rem;
    background-color: #236dff;
    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[data-v-23c596b6] {
    font-size: 24px;
    font-size: 0.32rem;
    color: #666;
    line-height: 1.5;
}
.layer-alert-06[data-v-23c596b6] {
  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[data-v-23c596b6] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.layer-alert-06 .mainPopup[data-v-23c596b6] {
    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[data-v-23c596b6] {
    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[data-v-23c596b6] {
    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[data-v-23c596b6] {
    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[data-v-23c596b6] {
      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[data-v-23c596b6]:last-of-type {
    border: none;
    margin-bottom: 20px;
    margin-bottom: 0.26667rem;
}
.layer-alert-06 .baoxianps:last-of-type a[data-v-23c596b6] {
      line-height: 40px;
      line-height: 0.53333rem;
}
.common-bottom[data-v-23c596b6] {
  height: 350px;
  height: 4.66667rem;
  background: #fff;
  overflow: hidden;
}
.common-bottom > .tel-box[data-v-23c596b6] {
    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[data-v-23c596b6] {
      display: inline-block;
      font-size: 24px;
      font-size: 0.32rem;
}
.common-bottom > .tel-box > .d1[data-v-23c596b6] {
      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[data-v-23c596b6] {
      font-size: 29px;
      font-size: 0.38667rem;
      color: #126ffa;
      font-weight: bold;
      vertical-align: middle;
}
.common-bottom > .tel-box > .d2 > img[data-v-23c596b6] {
        width: 48px;
        width: 0.64rem;
        height: 48px;
        height: 0.64rem;
        vertical-align: middle;
        margin-left: 10px;
        margin-left: 0.13333rem;
}
.common-bottom > .certifi-box[data-v-23c596b6] {
    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[data-v-23c596b6] {
      width: 33.33%;
      color: #e4a230;
      font-size: 25px;
      font-size: 0.33333rem;
      float: left;
}
.common-bottom > .certifi-box > div > img[data-v-23c596b6] {
        width: 54px;
        width: 0.72rem;
        height: 54px;
        height: 0.72rem;
        display: block;
        margin: 0 auto 12px;
        margin: 0 auto 0.16rem;
}
.common-bottom > .externalpages[data-v-23c596b6] {
    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[data-v-23c596b6] {
      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[data-v-23c596b6]:nth-child(1) {
      padding-left: 0px;
}
.common-bottom > .externalpages > a[data-v-23c596b6]:nth-last-child(1) {
      padding-right: 0px;
      border: none;
}

