.lock-back{
    height: 100Vh;
    overflow: hidden;
}
.first-srceen a,.btn-wrap a,.second-srceen a{
    display: block;
}
.first-srceen img,.btn-wrap img,.second-srceen img{
    width: 100%;
}
.first-srceen{
    position: relative;
}
.btn-wrap{
    position: absolute;
    width:100%;
    height: 27vw;
    left:0;
    bottom: 0;
    text-align: center;
    z-index: 1;
}
.mbzt{
    height: calc(100vh - 27vw);
    overflow: auto;
}
.btn-wrap2 a{
    position: relative;
}
.btn-wrap2 a .position-box{
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%,0);
}
.btn-wrap2 .orange-shadow{
    color: #000;
    font-weight: 700;
    white-space: nowrap;
}
.btn-wrap2 .small-label{
    font-size: 14px;
    text-align: left;
}
.btn-wrap2 .phone-num{
    font-size: 20px;
    vertical-align: text-top;
}
.btn-wrap2 .do-bus-card{
    font-size: 24px;
    margin-left: 10px;
}
@media screen and (max-width: 320px){
    .btn-wrap2 .small-label{
        font-size: 12px;
    }
    .btn-wrap2 .phone-num{
        font-size: 16px;
    }
    .btn-wrap2 .do-bus-card{
        font-size: 20px;
    }
}
.second-srceen .border-img{
    margin-top: -14px;
}
.second-srceen .tariff-statement,.second-srceen .active{
    display: none;
}
/*无主卡弹框*/
.no-main-card-pop{
    display: none;
}
.no-main-card-pop .pop-box{
    width: 75%;
    border: 2px solid #000;
}
.no-main-card-pop .pop-box .pop_con{
    padding: 0;
}
.no-main-card-pop .close{
    position:absolute;
    width:10%;
    top:-40px;
    right:0;
}
.no-main-card-pop .close img{
    width: 100%;
}
.no-main-card-pop .pop-box .content{
    background: url('../images/planfk/pop-bg.png') no-repeat center 6px;
    background-size:96% auto;
}
.no-main-card-pop h4{
    text-align: center;
    padding: 20px 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.no-main-card-pop .user-validate-box{
    padding:0 20px 20px;
}
.no-main-card-pop .user-validate-box input{
    width: 100%;
    font-size: 14px;
    color: #444a53;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px 14px;
}
.no-main-card-pop .user-validate-box>input:first-of-type {
    margin-bottom: 10px;
}
.no-main-card-pop .user-validate-box .iden-code{
    position: relative;
}
.no-main-card-pop .user-validate-box .iden-code a{
    position: absolute;
    right: 14px;
    top:50%;
    transform:translateY(-50%);
    color: #fabc35;
    font-size: 14px;
    width: 70px;
    text-align: center;
}
.no-main-card-pop .validate-btn{
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #fdfdfd;
    border-radius: 0 0 5px 5px;
}
.no-main-card-pop .validate-btn img{
    width: 100%;
}
/*有主卡弹框*/
.have-main-card-pop{
    display: none;
}
.have-main-card-pop .pop-box{
    width: 75%;
    border: 2px solid #000;
}
.have-main-card-pop .pop-box .pop_con{
    padding: 0;
}
.have-main-card-pop .close{
    position:absolute;
    width:10%;
    top:-40px;
    right:0;
}
.have-main-card-pop .close img{
    width: 100%;
}
.have-main-card-pop .pop-box .content{
    background: url('../images/planfk/pop-bg.png') no-repeat center 6px;
    background-size:96% auto;
}
.have-main-card-pop h4{
    text-align: center;
    padding: 20px 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.have-main-card-pop .warm-tip{
    padding:0 20px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #444a53;
}
.have-main-card-pop .go-and-see-btn{
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #fdfdfd;
}
.have-main-card-pop .go-and-see-btn img{
    width: 100%;
}
/*20230116修改*/
.position-box2 .small-label .db{
    display: block;
    line-height: 16px;
}
.btn-wrap2 a .position-box2{
    bottom:6vw;
}