/* 支付宝支付弹框 */
.rechargePay {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.rechargeBg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.26;
}

.rechargePayHead {
    padding: 20px 30px 15px 30px;
}

.rechargePayBox {
    position: absolute;
    width: 536px;
    height: 556px;
    background: #fff;
    margin: 110px auto 0;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}

.rechargeMoney {
    text-align: center;
    font-size: 18px;
}

.rechargePayType {
    color: #666666;
    font-size: 20px;
}

.rechargePayType img {
    vertical-align: middle;
    margin-right: 5px;
}

.rechargeClose {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

.rechargeCode {
    width: 325px;
    height: 325px;
    border: 2px solid rgba(240, 240, 240, 1);
    margin: 20px auto 20px
}

.rechargeCode img {
    width: 100%;
    height: 100%;
}

.rechargeTypeDesc {
    width: 325px;
    height: 66px;
    background: #3dbb2b;
    margin: 0 auto;
    line-height: 66px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.closeImg {
    width: 21px;
    height: auto;
    object-fit: cover;
}
