#single_charge{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 70;
}
#single_charge .charge_main{
    width: 743px;
    height: 399px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

#single_charge .single_modal_close{
    width: 30px;
    height: 30px;
    background: url(https://cdn-js.yebaojiasu.com/act/20210725/modal/modal_close.png) no-repeat;
    position: absolute;
    top:33px;
    right: 36px;
    cursor: pointer;
}
#single_charge .single_modal_close:hover{
    background-position-y: -30px;

}
#single_charge .single_modal_close:active{
    background-position-y: -60px;
}
#single_charge .charge_payway {
    position: absolute;
    left: 374px;
    top: 54px;
}
#single_charge .charge_payway p{
    width: 209px;
    height: 49px;
    border: 1px dashed #8E58F3;
    font-size: 20px;
    line-height: 49px;
    text-indent: 30px;
    color: #FFFFFF;
    font-weight: 500;
    cursor: pointer;
}
#single_charge .charge_payway p img{
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-right: 20px;
}
#single_charge .charge_payway .payway_wx{
    margin-bottom: 30px;
}
#single_charge .charge_payway p.payway_active{
    background-color: #8E58F3;
    border: 1px solid #AE83FF;
}
#single_charge .act_code{
    width: 107px;
    height: 111px;
    position: absolute;
    left: 389px;
    top: 225px;
}
#single_charge .act_code .actcode_img{
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.display{
    display: none;
}
#single_charge .pay_modal{
    width: 137px;
    height: 138px;
    position: absolute;
    left: 373px;
    bottom: 50px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99;
}
#single_charge .pay_modal p{
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}
#single_charge .pay_modal a{
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
#single_charge .pay_modal a:hover{
    color: #8E58F3;
}