@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.layer-ewm-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.layer-ewm-box .layer-ewm-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.layer-ewm-box .layer-ewm-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    background-color: #fff;
    padding: 20px 30px;
    min-height: 300px;
    margin-left: -200px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 5px;
}
.layer-ewm-box .layer-ewm-title {
    position: relative;
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 1.6;
}
.layer-ewm-box .iconguanbi11 {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.layer-ewm-box .layer-ewm-desc {
    font-size: 16px;
    color: #666;
    text-align: center;
}
.layer-ewm-box .layer-QRcode img {
    display: block;
    margin: 15px auto;
    width: 180px;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.policy-info {
  width: 520px;
  padding: 30px 30px 20px;
  margin: 0 auto 40px;
  background-color: #f7f7f7;
  text-align: left;
  color: #333;
  font-size: 14px;
}
.policy-info div {
    margin-bottom: 10px;
}
.policy-info div span {
      color: #fc6e06;
      font-weight: bold;
}
.policy-info .more-no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.policy-info .more-no > div {
      margin-bottom: 0;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.premium h2[data-v-87c2f322] {
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  color: #ff6f00;
  font-weight: 900;
}
.premium *[data-v-87c2f322] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.premium .box-pc-content[data-v-87c2f322] {
  margin-bottom: 20px;
}
.premium .content-left[data-v-87c2f322] {
  width: 840px;
  background-color: #fff;
  float: left;
  padding: 20px;
}
.premium .content-right[data-v-87c2f322] {
  width: 350px;
  background-color: #fff;
  float: right;
}
.premium .premium-from[data-v-87c2f322] {
  padding-left: 10px;
  padding-right: 10px;
}
.premium .title-h3[data-v-87c2f322] {
  position: relative;
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  padding-left: 12px;
  margin-top: 10px;
  font-weight: 900;
}
.premium .title-h3[data-v-87c2f322]:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 16px;
    top: 50%;
    left: 0;
    border-radius: 5px;
    margin-top: -8px;
    background-color: #ff6f00;
}
.premium .h3-amout[data-v-87c2f322] {
  color: #999;
  font-size: 12px;
  padding-left: 10px;
}
.premium .items[data-v-87c2f322] {
  padding: 6px 0;
}
.premium .items-wrap .lables[data-v-87c2f322] {
  width: 30%;
  text-align: right;
  float: left;
  font-size: 16px;
  padding: 5px 20px;
  line-height: 22px;
}
.premium .items-wrap .from-right[data-v-87c2f322] {
  float: left;
  width: 70%;
  font-size: 16px;
}
.premium .notes[data-v-87c2f322] {
  font-size: 12px;
  color: #666;
  padding-left: 242px;
  margin-bottom: 5px;
  margin-top: 3px;
}
.premium .items-wrap[data-v-87c2f322]:before,
.premium .items-wrap[data-v-87c2f322]:after {
  content: '';
  display: table;
}
.premium .items-wrap[data-v-87c2f322]:after {
  clear: both;
}
.premium .items-wrap[data-v-87c2f322] {
  *zoom: 1;
  /*IE/7/6*/
}
.premium .premium-price-box[data-v-87c2f322] {
  padding: 0px 20px;
}
.premium .premium-price-center[data-v-87c2f322] {
  padding: 5px 15px;
  text-align: right;
}
.premium .premium-price-center .next[data-v-87c2f322] {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #ff6f00;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    cursor: pointer;
}
.premium .premium-price-center .prev[data-v-87c2f322] {
    float: left;
}
.premium .showPrice[data-v-87c2f322] {
  color: #ff6f00;
  font-size: 24px;
  text-align: right;
}
.premium .input-box[data-v-87c2f322],
.premium .email-box[data-v-87c2f322] {
  position: relative;
  width: 400px;
}
.premium .input-box .iconfabiaowenzhang[data-v-87c2f322],
  .premium .email-box .iconfabiaowenzhang[data-v-87c2f322] {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -13px;
    font-size: 18px;
    color: #ff6f00;
    opacity: 0.7;
}
.premium .input-text[data-v-87c2f322] {
  width: 400px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #ececec;
  font-size: 14px;
  padding: 0 10px 0 10px;
  border-radius: 5px;
}
.premium .default-input[data-v-87c2f322] {
  position: relative;
  display: inline-block;
  min-width: 400px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #ececec;
  font-size: 14px;
  padding: 0 10px 0 40px;
}
.premium .default-input .default-input-txt[data-v-87c2f322] {
    width: 100%;
    height: 100%;
    color: #666;
}
.premium .default-input .iconfont[data-v-87c2f322] {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -12px;
    font-size: 18px;
    color: #ff6f00;
}
.premium .in-text[data-v-87c2f322] {
  line-height: 20px;
  font-size: 14px;
  padding: 6px 0;
  display: inline-block;
}
.premium .errorMsg[data-v-87c2f322] {
  padding-left: 228px;
  font-size: 14px;
  color: red;
  line-height: 20px;
  margin-top: 5px;
  display: block;
}
.box-pc-content.BPS[data-v-87c2f322] {
  min-height: calc(100vh - 110px);
}

/*公共弹窗样式1 */
.tips-design-modal[data-v-87c2f322] {
  width: 450px;
  border-radius: 10px;
}
.tips-design-modal .el-message-box__header[data-v-87c2f322] {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    padding: 30px 0px 20px;
}
.tips-design-modal .el-message-box__header .el-message-box__title[data-v-87c2f322] {
      line-height: 28px;
}
.tips-design-modal .el-message-box__content[data-v-87c2f322] {
    padding: 0px 34px 30px 30px;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.tips-design-modal .el-message-box__btns[data-v-87c2f322] {
    width: 320px;
    padding: 0px;
    margin: 0 auto;
}
.tips-design-modal .el-message-box__btns .el-button--default[data-v-87c2f322] {
      width: 150px;
      height: 40px;
      font-size: 16px;
      color: #666;
      border: 1px solid #ddd;
}
.tips-design-modal .el-message-box__btns .el-button--default[data-v-87c2f322]:hover {
        background: #fff;
}
.tips-design-modal .el-message-box__btns .el-button--default.tips-sure-btn[data-v-87c2f322] {
        background: #fd6e06;
        color: #fff;
        border: 1px solid #fd6e06;
}
.tips-design-modal .el-message-box__btns .el-button--default.tips-sure-btn[data-v-87c2f322]:hover {
          background: #fd6e06;
}
.box-pc-content .result[data-v-87c2f322] {
  margin-top: 40px;
  padding: 25px 0;
  margin-bottom: 20px;
  background: #fff;
}
.box-pc-content .result .result_success[data-v-87c2f322] {
    text-align: center;
}
.box-pc-content .result .result_success .pay_img[data-v-87c2f322] {
      width: 60px;
      height: 60px;
      margin-bottom: 14px;
}
.box-pc-content .result .result_success .pay_text[data-v-87c2f322] {
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: bold;
      color: #333;
}
.box-pc-content .result .result_success .msg[data-v-87c2f322] {
      text-align: left;
}
.box-pc-content .result .result_success .msg .msg_title[data-v-87c2f322] {
        margin-bottom: 22px;
        padding-left: 12px;
        border-left: 6px solid #ff9c00;
        font-size: 30px;
        height: 30px;
        line-height: 30px;
}
.box-pc-content .result .result_success .msg .msg_content[data-v-87c2f322] {
        margin-bottom: 33px;
        padding-left: 18px;
        height: 26px;
        line-height: 26px;
        font-size: 25px;
        color: #666;
}
.box-pc-content .result .result_success .status-info[data-v-87c2f322] {
      width: 500px;
      margin: 0 auto 23px;
}
.box-pc-content .result .result_success .status-info .info-p1[data-v-87c2f322] {
        font-size: 14px;
        color: #666;
}
.box-pc-content .result .result_success .error-box[data-v-87c2f322] {
      position: relative;
      width: 780px;
      margin: 20px auto;
      background-color: #f9f9f9;
      padding: 20px 20px 20px 110px;
      text-align: left;
}
.box-pc-content .result .result_success .error-box .error-p1[data-v-87c2f322] {
        position: absolute;
        left: 0;
        top: 50%;
        line-height: 50px;
        margin-top: -25px;
        width: 110px;
        font-size: 14px;
        color: #666;
        text-align: center;
}
.box-pc-content .result .result_success .error-box .error-content[data-v-87c2f322] {
        padding-left: 20px;
        border-left: 1px solid #ececec;
}
.box-pc-content .result .result_success .error-box .error-p2[data-v-87c2f322] {
        font-size: 14px;
        color: #3c464f;
        margin-bottom: 10px;
}
.box-pc-content .result .result_success .error-box .error-text-content[data-v-87c2f322] {
        position: relative;
        padding-left: 100px;
}
.box-pc-content .result .result_success .error-box .error-p3[data-v-87c2f322] {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        color: #3c464f;
        padding-left: 10px;
        font-weight: 900;
}
.box-pc-content .result .result_success .error-box .error-p3[data-v-87c2f322]:after {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          width: 4px;
          height: 4px;
          background-color: #fd6e06;
          margin-top: -2px;
          border-radius: 5px;
}
.box-pc-content .result .result_success .error-box .error-p4[data-v-87c2f322] {
        font-size: 12px;
        color: #777;
        margin-bottom: 5px;
}
.box-pc-content .result .result_success .error-box .error-btn[data-v-87c2f322] {
        width: 100px;
        height: 30px;
        border-radius: 5px;
        border: 1px solid #fd6e06;
        color: #fd6e06;
        font-size: 12px;
        line-height: 28px;
        text-align: center;
        display: inline-block;
        margin-top: 5px;
        margin-left: 100px;
        cursor: pointer;
}
.box-pc-content .result .result_success .btn_box[data-v-87c2f322] {
      position: relative;
}
.box-pc-content .result .result_success .btn_box .top_service[data-v-87c2f322] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.box-pc-content .result .result_success .btn_box .top_service > li[data-v-87c2f322] {
          width: 150px;
          height: 40px;
          line-height: 38px;
          background-color: #fd6e06;
          border: solid 1px #fd6e06;
          text-align: center;
          font-size: 16px;
          color: #fff;
          cursor: pointer;
          border-radius: 5px;
}
.box-pc-content .result .result_success .btn_box .top_service > li.lis1[data-v-87c2f322] {
            position: relative;
}
.box-pc-content .result .result_success .btn_box .top_service > li.lis1:hover .top-list-hover-box[data-v-87c2f322] {
              display: block;
}
.box-pc-content .result .result_success .btn_box .top_service > li.lis1:hover .top-icons[data-v-87c2f322] {
              background-position: -16px 0;
}
.box-pc-content .result .result_success .btn_box .top_service > li[data-v-87c2f322]:first-child {
            margin-right: 40px;
}
.box-pc-content .result .result_success .btn_box .top_service > li .kf[data-v-87c2f322] {
            color: #fd6e06;
}
.box-pc-content .result .result_success .btn_box .top_service > li[data-v-87c2f322]:first-child {
            background-color: #fff;
            color: #fd6e06;
}
.box-pc-content .result .result_success .btn_box .top_service .top-a-hover[data-v-87c2f322] {
          display: inline-block;
          padding: 0 10px;
}
.box-pc-content .result .result_success .btn_box .top_service .top-a-hover:hover .top-icons[data-v-87c2f322] {
            background-position: -16px 0;
}
.box-pc-content .result .result_success .btn_box .top_service .active[data-v-87c2f322] {
          display: block;
}
.box-pc-content .result .result_success .btn_box .top_service .top-list-hover-box[data-v-87c2f322] {
          position: absolute;
          padding: 20px 20px 30px;
          top: 52px;
          left: 50%;
          background-color: #fff;
          border-radius: 5px;
          z-index: 999;
          color: #fff;
          text-align: center;
          display: none;
          -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.box-pc-content .result .result_success .btn_box .top_service .top-list-hover-box .down-box[data-v-87c2f322] {
            width: 200px;
            position: relative;
}
.box-pc-content .result .result_success .btn_box .top_service .top-list-hover-box .down-box .top-down[data-v-87c2f322] {
              width: 100%;
}
.box-pc-content .result .result_success .btn_box .top_service .top-list-hover-box .down-box .txt1[data-v-87c2f322],
            .box-pc-content .result .result_success .btn_box .top_service .top-list-hover-box .down-box .txt2[data-v-87c2f322],
            .box-pc-content .result .result_success .btn_box .top_service .top-list-hover-box .down-box .txt3[data-v-87c2f322] {
              font-size: 14px;
              color: #333;
}
.box-pc-content .result .result_success .btn_box .top_service .top-list-hover-box .down-box .xiaosanjiao-infor[data-v-87c2f322] {
              position: absolute;
              left: 50%;
              top: 0px;
              margin-top: -31px;
              margin-left: -10px;
}
.box-pc-content .result .result_success .btn_box .top_service .top-list-hover-box.boxLeft[data-v-87c2f322] {
            margin-left: -125px;
}
.box-pc-content .result .result_success .btn_box .top_service .top-list-hover-box.boxLeft1[data-v-87c2f322] {
            margin-left: -125px;
}
.box-pc-content .result .result_success .expire-info[data-v-87c2f322] {
      color: #777777;
      font-size: 14px;
      width: 780px;
      margin: 0 auto;
      border-top: 1px solid #ececec;
      padding-top: 28px;
      padding-bottom: 9px;
      text-align: center;
      margin-top: 30px;
      line-height: 20px;
}
.box-pc-content .product-title[data-v-87c2f322] {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-top: 80px;
  font-weight: bold;
}
.box-pc-content .product-title img[data-v-87c2f322] {
    width: 20px;
    margin: 0 5px;
    position: relative;
    top: -2px;
}
.box-pc-content .pro_list[data-v-87c2f322] {
  margin-top: 20px;
}
.box-pc-content .pro_list .product-nav[data-v-87c2f322] {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
    font-weight: bold;
}
.box-pc-content .pro_list .bottomTap[data-v-87c2f322] {
    display: inline-block;
    background-color: #ffede6;
    line-height: 30px;
    text-align: left;
    padding-left: 14px;
    color: #ff5714;
    font-size: 14px;
    min-width: 354px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.box-pc-content .pro_list .bottomTap img[data-v-87c2f322] {
      width: 15px;
      height: 14px;
}
.box-pc-content .pro_list .pro_item[data-v-87c2f322] {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 20px 200px 20px 180px;
    border-radius: 4px;
    border: 1px solid #ececec;
    min-height: 148px;
}
.box-pc-content .pro_list .pro_item[data-v-87c2f322]:last-child {
      margin-bottom: 0;
}
.box-pc-content .pro_list .pro_item .pre_img[data-v-87c2f322] {
      position: absolute;
      left: 20px;
      top: 20px;
}
.box-pc-content .pro_list .pro_item .pro_title[data-v-87c2f322] {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 10px;
      padding-top: 5px;
      color: #333;
      font-weight: bold;
}
.box-pc-content .pro_list .pro_item .pro_info[data-v-87c2f322] {
      font-size: 16px;
      line-height: 24px;
      color: #666;
}
.box-pc-content .pro_list .pro_item .pro_btn[data-v-87c2f322] {
      position: absolute;
      right: 20px;
      top: 30px;
      text-align: center;
      width: 160px;
}
.box-pc-content .pro_list .pro_item .pro_btn p[data-v-87c2f322] {
        font-size: 14px;
        color: #ff7200;
}
.box-pc-content .pro_list .pro_item .pro_btn p span[data-v-87c2f322] {
          position: relative;
          font-size: 24px;
          font-weight: bold;
}
.box-pc-content .pro_list .pro_item .pro_btn .seeDetail[data-v-87c2f322] {
        display: inline-block;
        width: 150px;
        height: 34px;
        margin-top: 10px;
        border-radius: 20px;
        cursor: pointer;
}
.box-pc-content .pro_list .pro_item .pro_btn .seeDetail > .insure-btn[data-v-87c2f322] {
          width: 100%;
          height: 100%;
          background: linear-gradient(3deg, #fd6e06 0%, #fe9b0f 100%);
          border-radius: 20px;
          color: #ffffff;
          font-size: 14px;
          line-height: 34px;
          text-align: center;
          display: block;
}
.box-pc-content .pro_list .pro_item .pro_btn .seeDetail > .insure-btn.orange[data-v-87c2f322] {
            background: #fc6e06;
}
.box-pc-content .pro_list .pro_item .pro_btn .seeDetail > .insure-btn.pray[data-v-87c2f322] {
            background: #bfbfbf;
}
.box-pc-content .pro_list .pro_item .pro_btn .seeDetail > .insure-btn.colorgray[data-v-87c2f322] {
            background: linear-gradient(215deg, #fda25a 0%, #fec861 100%);
}
.box-pc-content .tomore[data-v-87c2f322] {
  cursor: pointer;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #3561ef;
}
.limit_layer[data-v-87c2f322] .el-dialog__body {
  text-align: center;
  padding-top: 10px !important;
}
.limit-table[data-v-87c2f322] {
  width: 480px;
  margin: 0 auto;
  background-color: #fff;
  border-spacing: 1px;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.limit-table th[data-v-87c2f322] {
    width: 33.3%;
    background-color: #dddddd;
    color: #666666;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #ddd;
}
.limit-table td[data-v-87c2f322] {
    width: 33.3%;
    color: #000000;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #ddd;
}
.other-info[data-v-87c2f322] {
  width: 520px;
  margin: 30px auto 0;
  padding: 30px 30px 18px;
  background-color: #f7f7f7;
}
.other-info > div[data-v-87c2f322] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 12px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.other-info > div span[data-v-87c2f322] {
      color: #fc6e06;
}
.other-info > div .other-btn[data-v-87c2f322] {
      position: relative;
      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: 96px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      border-radius: 16px;
      border: 1px solid #fc6e06;
      color: #fc6e06;
      font-weight: normal;
      cursor: pointer;
}
.other-info > div .other-btn:hover .gzh[data-v-87c2f322] {
        display: block;
}
.other-info > div .other-btn .gzh[data-v-87c2f322] {
        display: none;
        position: absolute;
        top: 40px;
        background-color: #fff;
        z-index: 88;
        padding: 20px 20px 30px;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
        color: #333;
}
.other-info > div .other-btn .gzh .gzh-icon[data-v-87c2f322] {
          width: 200px;
          height: 200px;
}
.other-info > div .other-btn .gzh .arrow[data-v-87c2f322] {
          position: absolute;
          top: -10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
}
.kefu-entrance[data-v-87c2f322] {
  color: #666666;
  font-size: 14epx;
  padding: 30px 0px 0;
}
.kefu-entrance a[data-v-87c2f322] {
    color: #3561ef;
}

