#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: 745px;
    height: 404px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

#single_charge .single_modal_close {
    width: 32px;
    height: 32px;
    background: url(https://cdn-js.yebaojiasu.com/act/20220107/modal/close.png) no-repeat;
    position: absolute;
    top: -16px;
    right: -43px;
    cursor: pointer;
}

#single_charge .single_modal_close:hover {
    background-position-x: -32px;

}

#single_charge .single_modal_close:active {
    background-position-x: -64px;
}

#single_charge .charge_payway {
    position: absolute;
    left: 330px;
    top: 67px;
}

#single_charge .charge_payway p {
    width: 184px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-indent: 30px;
    color: #2A70FF;
    cursor: pointer;
    background: url(https://cdn-js.yebaojiasu.com/act/20220107/modal/pay.png) no-repeat;
    display: inline-block;
}

#single_charge .charge_payway p img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 20px;
}

#single_charge .charge_payway .payway_wx {
    margin-right: 8px;
}

#single_charge .charge_payway p.payway_active {
    background-position-x: -184px;
    color: #FFFFFF;
}

#single_charge .act_code {
    padding: 5px;
    width: 165px;
    height: 165px;
    position: absolute;
    left: 340px;
    top: 158px;
    background-color: #fff;
}

#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: 175px;
    height: 175px;
    position: absolute;
    left: 340px;
    top: 158px;
    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: 44px;
}

#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 {
    text-decoration: underline;
}

/* #single_charge .tips_left {
    width: 251px;
    height: 297px;
    position: absolute;
    left: 58px;
    top: 87px;
    text-align: center;
} */

#single_charge .tips_left .tips_oldprice {
    font-size: 15px;
    font-weight: 500;
    text-decoration: line-through;
    color: #494949;
    margin-top: 92px;
    line-height: 1;
    display: none;
}

#single_charge .tips_left .tips_price {
    font-size: 48px;
    font-weight: bold;
    color: #352A16;
    line-height: 1;
    margin-top: 35px;
    display: none;
}

#single_charge .tips_left .tips_price span {
    font-size: 21px;
}

#single_charge .tips_left .tips_give {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 309px;
    left: 796px;
    line-height: 32px;
}

#single_charge .tips_left .tips_give span {
    font-size: 18px;
    font-weight: normal;
    color: #FFED00;
}

/* #single_charge .tips_right {
    width: 250px;
    height: 200px;
    position: absolute;
    top: 206px;
    left: 610px;
} */

#single_charge .tips_right .tips_name {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 220px;
    left: 796px;
    line-height: 1;
}

#single_charge .tips_right .tips_money {
    font-size: 24px;
    color: #FFFFFE;
    line-height: 1;
    margin-top: 46px;
    display: none;
}

#single_charge .tips_right .tips_money span {
    color: #F5C83E;
}

#single_charge .tips_right .tips_oldprice {
    font-size: 16px;
    text-decoration: line-through;
    color: #C6C6C6;
    line-height: 1;
    margin-top: 23px;
    display: none;
}

#single_charge .charge_main .new_add_text {
    position: absolute;
    top: 464px;
    left: 797px;
    color: #FBFAFF;
    font-size: 16px;
}