/* 弹框 */
.popshow{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000008c;
    text-align: center;
    padding-top: 80px;
    z-index: 99999;
    display: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    SimSun, sans-serif !important;
}

.nopaybox{
    width: 370px;
    height: auto;
    background: #FFFFFF;
    border-radius: 10px;
    margin: auto;
    padding-bottom: 15px;
    max-height: 90%;
    overflow-y: scroll;
}
.nopaybox::-webkit-scrollbar {
    width: 5px;
}
.nopaybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(100,100,100,0.2);
}
.nopaybox .div_h{
    height: 120px;
    width: 370px;
    background: url(../image/popimg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    z-index: 99;
    padding-top: 50px;
    box-sizing: border-box;
}
.nopaybox .div_h .p1{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 800;
}
.nopaybox .div_h .p2{
    color: #ffffff;
    font-size: 16px;
    margin-top: 2px;
}
.nopaybox .div_h .call_te{
    width: 125px;
    height: 47px;
    background: url(../image/popimg1.png);
    position: absolute;
    top: 15px;
    left: -11px;
    color: #775A1A;
    font-size: 15px;
    font-weight: 800;
    line-height: 37px;
}
.nopaybox .div_h .closebtn{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.nopaybox .div_b {
    margin-top: 120px;
}
.nopaybox .box{
    padding: 12px 12px 0;
    box-sizing: border-box;
}

.nopaybox .box .box_le{
    width: 80px;
    text-align: center;
}
.nopaybox .box .box_ri{
    width: 249px;
    border-bottom: 1px dashed #D7D7D7;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.nopaybox .box_ri .sonbox{
    text-align: left;
    float: left;
    padding-left: 10px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
    height: 36px;
    width: 40%;
    box-sizing: border-box;
}
.nopaybox .box_ri .sonbox .dian{
    width: 3px;
    height: 3px;
    background: #FE611E;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.nopaybox .box_ri .sonbox .p3{
    color: #999999;
    font-size: 12px;
    height: 20px;
}

.nopaybox .box_ri .sonbox .p4{
    color: #333333;
    font-size: 14px;
}
.nopaybox .box_ri .sonbox .p5btn{
    width: 83px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: linear-gradient(90deg, #E0BF73, #EFD58B);
    border-radius: 14px;
    display: inline-block;
    font-size: 14px;
    color: #755200;
    margin-top: 3px;
}

.nopaybox .box .box_ri .ptime1{
    color: #BF7D62;
    font-size: 12px;
}
.nopaybox .popeimg{
    width: 200px;
    height: 200px;
    margin: auto;
}
.nopaybox .nopaybtnbox{
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}
.nopaybox .paybtn1{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #FFC29C;
    border-radius: 20px;
    display: inline-block;
    color: #FF7100;
    font-size: 14px;
}
.nopaybox .paybtn2{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(90deg, #FF954C, #FD4A09);
    border-radius: 20px;
    font-size: 14px;
    color: #FFFFFF;
}

.color9{
    color: #999999;
}

.img100{
    width: 100%;
}

.clear{
    clear: both;
}
