﻿@charset "UTF-8";
/*文本格式化，超出范围，显示省略号*/
body {
    background-color: #E2E9F8 !important;
}

.container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .container .title-img {
        width: 228px;
        height: 32px;
        margin: 15px auto 10px;
    }

    .container .title-tip {
        font-size: 14px;
        font-weight: 500;
        color: #1777FD;
        border: 1px solid #C0D3F7;
        border-radius: 20px;
        padding: 8px 30px;
        margin: 10px auto;
    }

    .container .cont-box {
        /*background-image: url(https://pres.vobao.com/Images/v4/m/uwap/hy/lybg.png);*/
        background-repeat: no-repeat;
        background-size: 95% 100%;
        background-position: center;
        /* margin          : 10px; */
        /* max-width: 375px; */
    }

    .container .cont-box2 {
        padding-bottom: 310px;
        background-image: url(https://pres.vobao.com/Images/v4/m/uwap/hy/lybg2.png);
    }

    .container .cont-box3 {
        padding-bottom: 0px;
        background-image: url(https://pres.vobao.com/Images/v4/m/uwap/hy/lybgd.jpg);
    }

.plan {
    /* padding: 25px 15px 12px; */
    /* margin: 10px;
  width: 7.6rem; */
    /* max-width: 355px; */
}

    .plan .infor {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 18px 0;
    }

    .plan .name1 {
        width: 90px;
        font-size: 14px;
        color: #1A1A1A;
        line-height: 28px;
        height: 28px;
        flex-shrink: 1;
    }

.infor div.fl {
    flex: 1;
}

.regular-inp,
.regular-inp1,
.regular-inp2 {
    width: 96%;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    font-size: 12px;
    height: 25px;
    padding: 4px 0% 4px 4%;
}

.regular-inp2 {
    width: 40%;
}

.vbut {
    background: #FFA23E;
    border-radius: 3px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    padding: 8px 0px;
    outline: none;
    width: 84px;
    height: auto;
    border: none;
    margin-left: 10px;
}

.itips {
    position: absolute;
    top: 35px;
    color: #F00;
    font-size: 12px;
    left: 85px;
}

.new-infor {
    flex-direction: column;
    align-items: flex-start !important;
    margin: 0px 0px 10px !important;
}

.new-select {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.infor select {
    width: 83px;
    white-space: nowrap;
    overflow: hidden;
    outline: 0;
    font-size: 14px;
    margin: 0px 10px;
    line-height: 25px;
    padding: 2px 10px;
    border: 1px solid #e5e5e5;
    color: #515c6b;
    background: white;
    -webkit-appearance: none;
}

.new-check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.iptfor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    margin: 8px 0px;
}

.insurance input {
    margin-right: 5px;
}

.insurance label {
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
}

.condition {
    width: 100%;
    color: red;
    text-align: center;
    margin: 0;
    font-size: 12px;
    position: absolute;
    bottom: -10px;
}

.new-rule {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .new-rule input {
        margin-right: 10px;
    }

.label_ckb_userdeal,
.label_ckb_userdeal {
    color: #1A1A1A;
    font-size: 12px;
}

.pbut {
    width: 175px;
    margin: 15px auto 10px;
    background: #FFA23E;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 15px;
    text-align: center;
    height: auto;
    line-height: 30px;
}

input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 12px;
    height: 12px;
    font-size: 12px;
    background: white;
    border: none;
    -webkit-appearance: none;
}

    input[type=checkbox]::after {
        position: absolute;
        top: -3px;
        background-color: white;
        color: #333;
        width: 13px;
        height: 13px;
        display: inline-block;
        visibility: visible;
        padding-left: 0px;
        text-align: center;
        content: ' ';
        border: 1px solid gainsboro;
    }

    input[type=checkbox]:checked::after {
        content: "✓";
        font-size: 12px;
        font-weight: bold;
        line-height: 13px;
    }


/*  */
.banner {
    width: 100%;
    padding-top: 68.67%;
    background: url(https://pres.vobao.com/Images/pccommon/banner.jpg) top center no-repeat;
    background-size: cover;
}

body {
    background-color: #ebf4ff !important;
}

.form-section {
    background: #fff;
    border: 2px solid #5f90f9;
    border-radius: 10px;
    margin: .3rem auto 0;
    box-sizing: border-box;
    width: 94%;
}

.plan-tit {
    position: relative;
    top: -7px;
    width: 59.47%;
    margin: 0 auto;
}

    .plan-tit h2 {
        padding-top: 16.6%;
        background: url(https://pres.vobao.com/Images/pccommon/title.png) top center no-repeat;
        background-size: contain;
        font-size: 0;
    }

.plan {
    margin: 0 0 10px;
}

.require {
    color: #ff0000;
}

.plan p {
    font-size: 14px;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

    .plan p strong {
        color: #ff0000;
    }

.name1 {
    white-space: nowrap;
}

.infor select {
    width: auto;
    flex: 0 0 31%;
    margin: 0;
}

.new-select {
    padding: 0;
}

.insurance-item {
    flex: 0 0 30%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    line-height: 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    margin-right: calc(10% / 3);
}

.new-select1 {
    flex-flow: wrap;
    /* justify-content: flex-start; */
}

.insurance-item:nth-child(3n) {
    margin-right: 0;
}

.insurance-item:last-child {
    margin-right: auto;
}

.insurance-item.active {
    background: url(https://pres.vobao.com/Images/pccommon/check.png) bottom -2px right no-repeat;
    background-size: 16px 15px;
    border-color: #5f90f9;
}

.pbut {
    width: 90%;
    line-height: 45px;
    border-radius: 30px;
    background: linear-gradient(to bottom,#649dff,#4c6ff5);
}

.regular-txt1 {
    height: 60px;
    padding: 10px 5px;
    line-height: 1.2;
    box-sizing: border-box;
}

.product-section {
    width: 100%;
    position: relative;
    padding-top: 214.13%;
    margin-top: 15px;
}

.section1 {
    width: 100%;
    position: relative;
    padding-top: 94.67%;
    margin-top: 15px;
}

.section2 {
    width: 100%;
    position: relative;
    padding-top: 55.2%;
}

.section3 {
    width: 100%;
    position: relative;
    padding-top: 52.53%;
}

.section img, .about-section img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.about-section {
    position: relative;
    width: 94.8%;
    margin: 0 auto;
    /* padding-top: 86.93%; */
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
}

    .avatar img {
        width: 100%;
        height: 100%;
    }

.ques-item {
    position: relative;
    width: 90%;
    margin: 25px auto 18px;
    font-size: 14px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 2px 2px 20px rgba(112, 117, 162, 0.2),-2px -2px 10px rgba(112, 117, 162, 0.2);
}

.swiper-wrapper {
    margin: 10px 0;
}

.ques-info strong {
    font-size: 13px;
    padding-right: 10px;
    font-weight: bold;
}

.ques-info {
    margin-bottom: 5px;
    color: #333;
    line-height: 1.46;
}

.ques-item p {
    color: #999;
}

.copyright {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-top: 20px;
    line-height: 1.46;
}

.label_ckb_userdeal {
    text-decoration: none;
}

    .label_ckb_userdeal span {
        text-decoration: underline;
        color: #5981f6;
    }

.plan .name1 {
    padding-right: 10px;
}

.bd-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #5981f6;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    max-width: 750px;
    margin: 0 auto;
}

.swiper, .swiper-slide {
    position: relative;
    width: 100% !important;
    height: 100%;
    overflow: hidden;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    background-color: #acc0fa;
    border-radius: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #5981f6;
}

.swiper-pagination-bullets {
    bottom: 40px !important;
    font-size: 12px;
}

.infor select {
    position: relative;
    background: url(https://pres.vobao.com/Images/pccommon/arrow.png) right 5px center no-repeat;
    background-size: 12px 6px;
    padding-left: 18px;
}

.container {
    padding-bottom: 50px;
}

.itips {
    left: 92px;
}

.section-title {
    width: 29.33%;
    margin: 0 auto;
    position: relative;
}

    .section-title h2 {
        padding-top: 30.57%;
        font-size: 0;
        margin-top: 10px;
    }

.case-tit h2 {
    background: url(https://pres.vobao.com/Images/pccommon/fwal.png) top center no-repeat;
    background-size: contain;
}

.about-tit h2 {
    background: url(https://pres.vobao.com/Images/pccommon/about.png) top center no-repeat;
    background-size: contain;
    margin-top: 0;
    margin-bottom: 18px;
}

.about-box {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.about-item {
    width: 47.2%;
}

.about-img {
    position: relative;
    padding-top: 70.62%;
}

    .about-img img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        display: block;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.about-item h3 {
    color: #1a1a1a;
    font-size: 14px;
    text-align: center;
    margin: 10px auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imgpopup-wrap{
  z-index: 50;
}
@media screen and (min-width:760px) {
  html{
      font-size: 42px !important;
  }
  .imgpopup-box{
    max-width: 500px; 
  }  
}
