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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*查看更多*/
.wts-btn-more[data-v-2cfd0d92] {
  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-2cfd0d92]: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-2cfd0d92] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  z-index: 9999;
}
.lz-readys .spinner[data-v-2cfd0d92] {
    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-2cfd0d92],
  .lz-readys .container2 > div[data-v-2cfd0d92],
  .lz-readys .container3 > div[data-v-2cfd0d92] {
    width: 10px;
    width: 0.13333rem;
    height: 10px;
    height: 0.13333rem;
    background-color: #0084ff;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay-2cfd0d92 1.2s infinite ease-in-out;
    animation: bouncedelay-2cfd0d92 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.lz-readys .spinner .spinner-container[data-v-2cfd0d92] {
    position: absolute;
    width: 100%;
    height: 100%;
}
.lz-readys .container2[data-v-2cfd0d92] {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
        transform: rotateZ(45deg);
}
.lz-readys .container3[data-v-2cfd0d92] {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
        transform: rotateZ(90deg);
}
.lz-readys .circle1[data-v-2cfd0d92] {
    top: 0;
    left: 0;
}
.lz-readys .circle2[data-v-2cfd0d92] {
    top: 0;
    right: 0;
}
.lz-readys .circle3[data-v-2cfd0d92] {
    right: 0;
    bottom: 0;
}
.lz-readys .circle4[data-v-2cfd0d92] {
    left: 0;
    bottom: 0;
}
.lz-readys .container2 .circle1[data-v-2cfd0d92] {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.lz-readys .container3 .circle1[data-v-2cfd0d92] {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.lz-readys .container1 .circle2[data-v-2cfd0d92] {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.lz-readys .container2 .circle2[data-v-2cfd0d92] {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.lz-readys .container3 .circle2[data-v-2cfd0d92] {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.lz-readys .container1 .circle3[data-v-2cfd0d92] {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.lz-readys .container2 .circle3[data-v-2cfd0d92] {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lz-readys .container3 .circle3[data-v-2cfd0d92] {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.lz-readys .container1 .circle4[data-v-2cfd0d92] {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.lz-readys .container2 .circle4[data-v-2cfd0d92] {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.lz-readys .container3 .circle4[data-v-2cfd0d92] {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay-2cfd0d92 {
0%,
  80%,
  100% {
    -webkit-transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
}
}
@keyframes bouncedelay-2cfd0d92 {
0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
40% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}
.lz-readys .loadText[data-v-2cfd0d92] {
    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-2cfd0d92] {
      width: 60px;
      width: 0.8rem;
      height: 60px;
      height: 0.8rem;
      display: block;
      margin: 10px auto;
      margin: 0.13333rem auto;
}
.design-modal[data-v-2cfd0d92] {
  width: 630px;
  width: 8.4rem;
}
.design-modal.design-modal-footer[data-v-2cfd0d92] {
    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-2cfd0d92] {
      display: none;
}
.design-modal.design-modal-confirm[data-v-2cfd0d92] {
    width: 650px;
    width: 8.66667rem;
}
.design-modal.design-modal-confirm .van-dialog__content .van-dialog__message[data-v-2cfd0d92] {
      padding: 40px 30px;
      padding: 0.53333rem 0.4rem;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-button--default[data-v-2cfd0d92] {
      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-2cfd0d92] {
        font-size: 28px;
        font-size: 0.37333rem;
        color: #fff;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-dialog__cancel[data-v-2cfd0d92] {
      background: #fff;
      border: 1px solid #236DFF;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-dialog__cancel .van-button__text[data-v-2cfd0d92] {
        color: #236DFF;
}
.design-modal .van-dialog__header[data-v-2cfd0d92] {
    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-2cfd0d92] {
    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-2cfd0d92] {
    padding: 0 30px 40px;
    padding: 0 0.4rem 0.53333rem;
}
.design-modal .van-dialog__footer.van-hairline--top[data-v-2cfd0d92]::after {
      border: none;
}
.design-modal .van-dialog__footer .van-button--default[data-v-2cfd0d92] {
      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-2cfd0d92] {
        font-size: 32px;
        font-size: 0.42667rem;
        color: #fff;
}
.input-item[data-v-2cfd0d92] {
  height: 124px;
  height: 1.65333rem;
  border-bottom: 1px solid #eee;
}
.input-item .input-label[data-v-2cfd0d92] {
    display: inline-block;
    width: 148px;
    width: 1.97333rem;
    height: 124px;
    height: 1.65333rem;
    line-height: 124px;
    line-height: 1.65333rem;
    color: #000000;
    font-size: 32px;
    font-size: 0.42667rem;
    font-weight: 600;
}
.input-item .input-label.long-label[data-v-2cfd0d92] {
      width: 244px;
      width: 3.25333rem;
}
.input-item .input-text[data-v-2cfd0d92] {
    display: inline-block;
    position: relative;
    height: 124px;
    height: 1.65333rem;
    line-height: 124px;
    line-height: 1.65333rem;
    font-size: 32px;
    font-size: 0.42667rem;
    width: 462px;
    width: 6.16rem;
}
.input-item .input-text .iconfont[data-v-2cfd0d92] {
      position: absolute;
      right: 0;
      top: 50%;
      font-size: 30px;
      font-size: 0.4rem;
      color: #999;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
}
.select-layer-box[data-v-2cfd0d92] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.select-layer-box .mask[data-v-2cfd0d92] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.select-layer-box .mainContent[data-v-2cfd0d92] {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*查看更多*/
.wts-btn-more[data-v-c56230c4] {
  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-c56230c4]: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-c56230c4] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  z-index: 9999;
}
.lz-readys .spinner[data-v-c56230c4] {
    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-c56230c4],
  .lz-readys .container2 > div[data-v-c56230c4],
  .lz-readys .container3 > div[data-v-c56230c4] {
    width: 10px;
    width: 0.13333rem;
    height: 10px;
    height: 0.13333rem;
    background-color: #0084ff;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay-c56230c4 1.2s infinite ease-in-out;
    animation: bouncedelay-c56230c4 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.lz-readys .spinner .spinner-container[data-v-c56230c4] {
    position: absolute;
    width: 100%;
    height: 100%;
}
.lz-readys .container2[data-v-c56230c4] {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
        transform: rotateZ(45deg);
}
.lz-readys .container3[data-v-c56230c4] {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
        transform: rotateZ(90deg);
}
.lz-readys .circle1[data-v-c56230c4] {
    top: 0;
    left: 0;
}
.lz-readys .circle2[data-v-c56230c4] {
    top: 0;
    right: 0;
}
.lz-readys .circle3[data-v-c56230c4] {
    right: 0;
    bottom: 0;
}
.lz-readys .circle4[data-v-c56230c4] {
    left: 0;
    bottom: 0;
}
.lz-readys .container2 .circle1[data-v-c56230c4] {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.lz-readys .container3 .circle1[data-v-c56230c4] {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.lz-readys .container1 .circle2[data-v-c56230c4] {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.lz-readys .container2 .circle2[data-v-c56230c4] {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.lz-readys .container3 .circle2[data-v-c56230c4] {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.lz-readys .container1 .circle3[data-v-c56230c4] {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.lz-readys .container2 .circle3[data-v-c56230c4] {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lz-readys .container3 .circle3[data-v-c56230c4] {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.lz-readys .container1 .circle4[data-v-c56230c4] {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.lz-readys .container2 .circle4[data-v-c56230c4] {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.lz-readys .container3 .circle4[data-v-c56230c4] {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay-c56230c4 {
0%,
  80%,
  100% {
    -webkit-transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
}
}
@keyframes bouncedelay-c56230c4 {
0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
40% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}
.lz-readys .loadText[data-v-c56230c4] {
    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-c56230c4] {
      width: 60px;
      width: 0.8rem;
      height: 60px;
      height: 0.8rem;
      display: block;
      margin: 10px auto;
      margin: 0.13333rem auto;
}
.design-modal[data-v-c56230c4] {
  width: 630px;
  width: 8.4rem;
}
.design-modal.design-modal-footer[data-v-c56230c4] {
    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-c56230c4] {
      display: none;
}
.design-modal.design-modal-confirm[data-v-c56230c4] {
    width: 650px;
    width: 8.66667rem;
}
.design-modal.design-modal-confirm .van-dialog__content .van-dialog__message[data-v-c56230c4] {
      padding: 40px 30px;
      padding: 0.53333rem 0.4rem;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-button--default[data-v-c56230c4] {
      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-c56230c4] {
        font-size: 28px;
        font-size: 0.37333rem;
        color: #fff;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-dialog__cancel[data-v-c56230c4] {
      background: #fff;
      border: 1px solid #236DFF;
}
.design-modal.design-modal-confirm .van-dialog__footer .van-dialog__cancel .van-button__text[data-v-c56230c4] {
        color: #236DFF;
}
.design-modal .van-dialog__header[data-v-c56230c4] {
    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-c56230c4] {
    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-c56230c4] {
    padding: 0 30px 40px;
    padding: 0 0.4rem 0.53333rem;
}
.design-modal .van-dialog__footer.van-hairline--top[data-v-c56230c4]::after {
      border: none;
}
.design-modal .van-dialog__footer .van-button--default[data-v-c56230c4] {
      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-c56230c4] {
        font-size: 32px;
        font-size: 0.42667rem;
        color: #fff;
}
.union-card[data-v-c56230c4] {
  width: 750px;
  width: 10rem;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  padding: 100px 70px 90px;
  padding: 1.33333rem 0.93333rem 1.2rem;
}
.union-card .union-header[data-v-c56230c4] {
    width: 230px;
    width: 3.06667rem;
    display: block;
    margin: 0 auto;
}
.union-card .header-top[data-v-c56230c4] {
    color: #000000;
    font-size: 30px;
    font-size: 0.4rem;
    line-height: 42px;
    line-height: 0.56rem;
    font-weight: 600;
    text-align: center;
    margin-top: 60px;
    margin-top: 0.8rem;
}
.union-card .top-money[data-v-c56230c4] {
    font-size: 68px;
    font-size: 0.90667rem;
    color: #000000;
    line-height: 95px;
    line-height: 1.26667rem;
    text-align: center;
    margin-top: 30px;
    margin-top: 0.4rem;
}
.union-card .input-field[data-v-c56230c4] {
    margin-top: 90px;
    margin-top: 1.2rem;
}
.union-card .input-field .input-item[data-v-c56230c4] {
      height: 124px;
      height: 1.65333rem;
      border-bottom: 1px solid #eee;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.union-card .input-field .input-item .input-label[data-v-c56230c4] {
        display: inline-block;
        min-width: 150px;
        min-width: 2rem;
        height: 124px;
        height: 1.65333rem;
        line-height: 124px;
        line-height: 1.65333rem;
        color: #000000;
        font-size: 32px;
        font-size: 0.42667rem;
        font-weight: 600;
}
.union-card .input-field .input-item .input-label.long-label[data-v-c56230c4] {
          width: 244px;
          width: 3.25333rem;
}
.union-card .input-field .input-item .input-place[data-v-c56230c4] {
        width: 450px;
        width: 6rem;
        background: transparent;
        border: none;
        outline: none;
        height: 100px;
        height: 1.33333rem;
        font-size: 32px;
        font-size: 0.42667rem;
        width: 462px;
        width: 6.16rem;
}
.union-card .input-field .input-item .input-place.short-place[data-v-c56230c4] {
          width: 366px;
          width: 4.88rem;
}
.union-card .input-field .input-item .input-place.withYZM[data-v-c56230c4] {
          width: 312px;
          width: 4.16rem;
}
.union-card .input-field .input-item .get-YZM[data-v-c56230c4] {
        display: inline-block;
        width: 140px;
        width: 1.86667rem;
        height: 40px;
        height: 0.53333rem;
        line-height: 40px;
        line-height: 0.53333rem;
        color: #377aff;
        font-size: 28px;
        font-size: 0.37333rem;
        text-align: center;
}
.union-card .safe-word[data-v-c56230c4] {
    font-size: 32px;
    font-size: 0.42667rem;
    line-height: 45px;
    line-height: 0.6rem;
    height: 45px;
    height: 0.6rem;
    margin-top: 29px;
    margin-top: 0.38667rem;
}
.union-card .safe-word .icon-left[data-v-c56230c4] {
      font-size: 36px;
      font-size: 0.48rem;
      color: #377aff;
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px;
      margin-right: 0.16rem;
}
.union-card .safe-word .safe-text[data-v-c56230c4] {
      color: #000000;
      font-size: 32px;
      font-size: 0.42667rem;
      display: inline-block;
      vertical-align: middle;
}
.union-card .safe-word .safe-text span[data-v-c56230c4] {
        color: #377aff;
}
.union-card .sub-btn-blank[data-v-c56230c4] {
    width: 610px;
    width: 8.13333rem;
    height: 96px;
    height: 1.28rem;
}
.union-card .fix-sub-btn[data-v-c56230c4] {
    width: 610px;
    width: 8.13333rem;
    height: 96px;
    height: 1.28rem;
    background: #377aff;
    color: #fff;
    font-size: 32px;
    font-size: 0.42667rem;
    text-align: center;
    line-height: 96px;
    line-height: 1.28rem;
    border-radius: 48px;
    border-radius: 0.64rem;
    cursor: pointer;
}
.union-card .safe-word-text-modal[data-v-c56230c4] {
    width: 750px;
    width: 10rem;
    height: 100vh;
    position: fixed;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.union-card .safe-word-text-modal .modal-bg[data-v-c56230c4] {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
}
.union-card .safe-word-text-modal .modal-content[data-v-c56230c4] {
      width: 600px;
      width: 8rem;
      height: 700px;
      height: 9.33333rem;
      background: #fff;
      border-radius: 16px;
      border-radius: 0.21333rem;
      position: fixed;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      padding: 50px 40px 0px;
      padding: 0.66667rem 0.53333rem 0px;
}
.union-card .safe-word-text-modal .modal-content h3[data-v-c56230c4] {
        color: #000000;
        font-size: 32px;
        font-size: 0.42667rem;
        font-weight: bold;
        text-align: center;
}
.union-card .safe-word-text-modal .modal-content .content-scroll-wrapper[data-v-c56230c4] {
        margin-top: 20px;
        margin-top: 0.26667rem;
        width: 100%;
        height: 450px;
        height: 6rem;
        overflow: hidden;
}
.union-card .safe-word-text-modal .modal-content .content-scroll-wrapper .scroll-content[data-v-c56230c4] {
          width: 100%;
          height: 450px;
          height: 6rem;
          overflow-y: auto;
          -webkit-overflow-scrolling: touch;
          padding-right: 10px;
          padding-right: 0.13333rem;
}
.union-card .safe-word-text-modal .modal-content .content-scroll-wrapper .scroll-content p[data-v-c56230c4] {
            color: #3c464f;
            font-size: 32px;
            font-size: 0.42667rem;
            line-height: 45px;
            line-height: 0.6rem;
            text-indent: 32px;
            text-indent: 0.42667rem;
}
.union-card .safe-word-text-modal .modal-content .read-know-btn[data-v-c56230c4] {
        color: #377aff;
        font-size: 32px;
        font-size: 0.42667rem;
        text-align: center;
        line-height: 45px;
        line-height: 0.6rem;
        height: 45px;
        height: 0.6rem;
        width: 200px;
        width: 2.66667rem;
        margin: 0 auto;
        margin-top: 50px;
        margin-top: 0.66667rem;
}

