.bp-body{
    width: 1220px;
    margin: 0 auto;
    z-index: 99;
    height: 1px;
    position: relative;
    margin-top: -360px;
    margin-bottom: 360px;
}
.bp-main{
    position: absolute;
    top: 0px;
    left: 0;
    /*width: 291px;*/
    width: 334px;
    /*height: 316px;*/
    /*height: 379px;*/
    padding-bottom: 12px;
    background-color: #fff;
    z-index: 99;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.bp-main .bp-tab {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-image: linear-gradient(180deg, #EEF4F4 0%, #FFFFFF 100%);
}

.tab-item {
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 50%;
    /*background-image: linear-gradient(180deg, #EEF4F4 0%, #FFFFFF 100%);*/

    font-weight: 600;
    font-size: 16px;
    color: #9B9D9B;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.tab-item.active {
    color: #1A1C1A;
    background: #FFFFFF;
    border-radius: 5px 5px 0 0;
}
.tab-item.active:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 2px;
    background: #22C787;
    border-radius: 2px;
}

.bp-title-box {
    display: none;
}
.bp-title-box.active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.bp-title-text {
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.bp-title-line {
    margin-bottom: 3px;
    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 18px;
    color: #1A1C1A;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
}
.bp-title-text .bp-title-line:last-child {
    margin-bottom: 0;
}
.bp-title-strong {
    color: #22c787;
    font-size: 30px;
    font-face: PingFangSC;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    paragraph-spacing: 0;
    text-align: left;
}

.bp-title-img {
    flex-shrink: 0;
    width: 102px;
    height: 82px;
}

.bp-form {
    padding: 0 20px;
}

/*.bp-main h3{*/
/*    font-weight: bold;*/
/*    color: #FFFFFF;*/
/*    margin-top: 30px;*/
/*    text-align: center;*/
/*    line-height: 1.3;*/

/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    color: #1a1c1a;*/
/*    line-height: 18px;*/
/*}*/
/*.bp-main .p1{*/
/*    font-size: 14px;*/
/*    text-align: center;*/
/*    !*color: #fff;*!*/
/*    margin-top: 6px;*/
/*    margin-bottom: 16px;*/
/*    line-height: 1.3;*/
/*}*/
.bp-main .bp-unit{
    width: 100%;
    /*height: 35px;*/
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 6px;
}
.bp_error{
    color: #f66;
    width: 242px;
}
.bp_error.none{
    display: none;
}
.bp-unit input{
    float: left;
    /*border: none;*/
    padding: 8px 70px 8px 10px;
    box-sizing: border-box;

    height: 40px;
    background: #F6F8F6;
    border: 1px solid #ECEEEC;
    border-radius: 8px;
}
.bp-unit .unit{
    float: left;
    margin-top: 7px;
    color: #333;
}
.bp-agg{
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    /*padding-left: 24px;*/
    cursor: default;
}
.bdd-link{
    color: #fff;
    font-size: 12px;
}
.bdd-std{
    float: left;
    margin-top: 2px;
    margin-right: 4px;
    cursor: pointer;
}
.bp-btn {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    background-image: linear-gradient(270deg, #22C787 0%, #06C179 100%);
    border-radius: 8px;
}
.bp-btn span{
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;

    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}
.bp-tips{
    color: #999;
    text-align: center;
    margin-top: 20px;
}

.bp-rs-layer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.6);
    z-index: 9999;
}
.bp-rs-body {
    /*width: 980px;*/
    /*height: 420px;*/
    background: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 12px;
}
/* 报价 */
.bp-rs-body.bpr-price {
    width: 711px;
    /*height: 342px;*/
    padding-bottom: 51px;
}
/* 设计 */
.bp-rs-body.bpr-design {
    width: 396px;
    padding-bottom: 49px;
}

.bpr-header{
    margin-top: 37px;
    text-align: center;
}
.bpr-big {
    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 22px;
    color: #1A1C1A;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    cursor: default;
}

.bpr-big em{
    vertical-align: -0.3ex;
    font-size: 51px;
    color: #22C787;
}
.bpr-price-tip {
    margin-top: 7px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #4C4E4C;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    cursor: default;
}
.bpr-price-result {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 396px;
    margin: 0 auto;
    margin-top: 25px;
    padding: 14px 16px;
    background: #F6F8F6;
    border: 1px solid #ECEEEC;
    border-radius: 12px;
}
.bpr-price-wximg {
    flex-shrink: 0;
    width: 144px;
    height: 144px;
    margin-right: 24px;
    border-radius: 10px;
    cursor: default;
}
.bpr-price-content {
    display: flex;
    flex-direction: column;

}
.bpr-price-arrow {
    width: 20px;
    height: 20px;
    cursor: default;
}
.bpr-price-title {
    margin-top: 5px;
    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 22px;
    color: #1A1C1A;
    letter-spacing: 0;
    text-align: left;
    line-height: 30px;
    cursor: default;
}
.bpr-price-desc {
    margin-top: 5px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #4C4E4C;
    letter-spacing: 0;
    line-height: 20px;
    cursor: default;
}

/* 设计结果 */
.bpr-design-ico {
    display: block;
    margin: 48px auto 12px;

    width: 80px;
    height: 80px;
}
.bpr-design-title {
    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 22px;
    color: #1A1C1A;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    cursor: default;
}
.bpr-design-desc {
    margin-top: 2px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #4C4E4C;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    cursor: default;
}
.bpr-design-code {
    display: block;
    width: 154px;
    height: 154px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 10px;
}
.bpr-design-btm {
    margin-top: 8px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #4C4E4C;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
}


.bpr-close{
    width: 24px;
    height: 24px;
    background: url(//pic.to8to.com/te/osf/95954c489a5047f29f9674b716382726.png) no-repeat;
    position: absolute;
    top: 4px;
    right: 4px;
    background-size: 100%;
    cursor: pointer;
}
.bp_privacy-confirm{
    width: 100%;
    height: 460px;
}
.bp_privacy-confirm.none{
    display: none;
}
.bp_privacy-confirm-mask{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,0);
}
.bp_privacy-content{
    margin-top: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%,-30%);
    width: 265px;
    height: 122px;
    background: #fff;
    box-shadow: 0 5px 30px 0 hsla(0,0%,81%,.5);
    border-radius: 10px;
    padding: 10px 30px 18px;
}
.bp_privacy-content p{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    text-align: center;
    margin-top: 37px;
}
.bp_privacy-content a.bp_agree-link{
    color: #0dc76e;
}
.bp_footer-wrapper{
    padding-top: 20px;
    text-align: center;
}
.bp_footer-wrapper a{
    font-size: 14px;
    display: inline-block;
    width: 96px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 3px;
}
.bp_footer-wrapper a:nth-child(1) {
    color: #999;
    background: #f5f5f5;
}
.bp_footer-wrapper a:nth-child(2) {
    color: #fff;
    background: #50ac6a;
    margin-left: 10px;
}
.bp-main.v1 {
    margin-top: 10px;
}
/*version 1*/
/*.bp-main.v1{*/
/*    width: 319px;*/
/*    height: 322px;*/
/*    background-color: #fff;*/
/*    margin-top: 20px;*/
/*}*/
/*.bp-main.v1 h3{*/
/*    color: #333;*/
/*    margin-top: 20px;*/
/*}*/
/*.bp-main.v1 .p1{*/
/*    color: #ef7a26;*/
/*    !*font-size: 16px;*!*/
/*    margin-top: 10px;*/
/*}*/
.bp-main.v1 #bpArea{
    background: #F7F7F7;
    width: 100%;
    font-size: 14px;
    color: #333;
}
.bp-main.v1 #bpArea::placeholder {
    color: #B3B3B3;
}
.bp-main.v1 .bp-unit{
    margin-top: 8px;
}
.bp-main.v1 .bp-unit:first-child {
    margin-top: 4px;
}
.bp-main.v1 .bp-unit .unit{
    position: absolute;
    right: 14px;
    font-size: 14px;
}
.bp-main.v1 #bpPhone{
    background: #F7F7F7;
    width: 100%;
    font-size: 14px;
    color: #333;
}
.bp-main.v1 #bpPhone::placeholder {
    color: #B3B3B3;
}
.bp-main.v1 .bp-agg{
    color: #4c4e4c;
    /*padding-left: 38px;*/
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.bp-main.v1 .bdd-link{
    color: #22C787;
}
.bp-main.v1 .bp-btn{
    /*background: #52B16E;*/
    /*width: 250px;*/
    /*height: 42px;*/
    /*line-height: 42px;*/
    /*margin-left: 39px;*/
}
.bp-main.v1 .bp-btn span{
    font-size: 14px;
    font-weight: 500;
}
.bp-main.v1 .bp-tips{
    margin-top: 10px;
    opacity: 0.5;
}


@media screen and (min-width:1460px) {
    .bp-body{
        margin-top: -460px;
        margin-bottom: 460px;
        height: 1px;
        width: 1460px;
    }
    .bp-main{
        top: 0px;
        width: 330px;
        /*height: 460px;*/
        background-color: #fff;
    }
    /*.bp-main h3{*/
    /*    font-size: 26px;*/
    /*    margin-top: 55px;*/
    /*}*/
    /*.bp-main .p1{*/
    /*    font-size: 16px;*/
    /*    line-height: 1.3;*/
    /*    margin-top: 8px;*/
    /*    margin-bottom: 36px;*/
    /*}*/
    .bp-main .bp-unit{
        width: 100%;
        /*height: 44px;*/
        margin-top: 14px;
    }
    .bp_error{
        /*width: 261px;*/
    }
    .bp-unit input{
        font-size: 14px;
        padding: 12px 60px 10px 14px;
    }
    .bp-unit .unit{
        font-size: 16px;
        margin-top: 10px;
    }
    .bp-agg{
        /*padding-left: 33px;*/
    }
    .bdd-std{
        float: left;
        margin-top: 3px;
        margin-right: 4px;
    }
    .bp-btn{
        /*width: 261px;*/
        /*height: 44px;*/
        /*line-height: 44px;*/
        /*margin-top: 12px;*/
    }

    .bp-main.v1{
        width: 330px;
        /*height: 373px;*/
        margin-top: 50px;
        /*padding-bottom: 30px;*/
        /*height: 379px;*/
    }
    .bp-main.v1 .bp-tab {
        height: 47px;
    }
    .bp-main .bp-tab .tab-item {
        height: 47px;
        line-height: 47px;
        font-size: 16px;
    }

    .bp-title-line {
        margin-bottom: 4px;
        font-size: 22px;
        line-height: 30px;
    }

    .bp-title-img {
        flex-shrink: 0;
        width: 114px;
        height: 92px;
    }

    .bp-main .bp-unit {
        width: 100%;
        /*height: 35px;*/
        background: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-top: 10px;
    }
    .bp-main.v1 .bp-unit {
        margin-top: 10px;
    }

    .bp-main.v1 .bp-unit:first-child {
        margin-top: 4px;
    }

    .bp-unit input{
        float: left;
        /*border: none;*/
        /*padding: 8px 70px 8px 10px;*/
        /*box-sizing: border-box;*/

        height: 44px;
        /*background: #F6F8F6;*/
        /*border: 1px solid #ECEEEC;*/
        /*border-radius: 8px;*/
    }

    .bp-main.v1 .bp-agg{
        /*color: #4c4e4c;*/
        /*padding-left: 38px;*/
        margin-top: 14px;
        /*display: flex;*/
        /*align-items: center;*/
    }

    .bp-btn {
        height: 46px;
        margin-top: 14px;
        line-height: 46px;
    }

    .bp-main.v1 .bp-tips{
        margin-top: 14px;
    }

    .bp-main.v1 #bpArea{
        width: 100%;
    }
    .bp-main.v1 input {
        padding: 13px 70px 12px 10px;
    }
    .bp-main.v1 .bp-unit{
        width: 100%;
        /*width: 275px;*/
        height: 45px;
        background: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-top: 11px;
    }

    .bp-main.v1 .bp-unit .unit{
        position: absolute;
        right: 12px;
        font-size: 16px;
    }
    .bp-main.v1 #bpPhone{
        width: 100%;
    }
    .bp-main.v1 .bp-agg{
        /*padding-left: 28px;*/
        /*margin-top: 11px;*/
    }
    .bp-main.v1 .bp-btn{
        background: #52B16E;
        width: 275px;
        height: 45px;
        line-height: 45px;
        /*margin-left: 29px;*/
    }
    .bp-main.v1 .bp_error{
        width: 275px;
    }
    .bp-main.v1 .bp-tips{
        margin-top: 12px;
    }
}
/*version 1*/
