.single-goods-charge {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 70;
}

.single-goods-charge .charge-main {
    width: 691px;
    height: 389px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.single-goods-charge .charge-main-close {
    display: block;
    width: 34px;
    height: 34px;
    background: url(https://ak-gw.akspeedy.com/act/20220527/popup/close-bg.png) left center no-repeat;
    position: absolute;
    top: 24px;
    right: 25px;
}

.single-goods-charge .charge-main-close:hover {
    background-position-x: -34px;

}

.single-goods-charge .charge-main-close:active {
    background-position-x: -68px;
}

.single-goods-charge .charge-main-paytype {
    position: absolute;
    left: 285px;
    top: 67px;
}

.single-goods-charge .charge-main-paytype a {
    display: block;
    float: left;
    width: 174px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-indent: 30px;
    color: #886049;
    cursor: pointer;
    background: url(https://ak-gw.akspeedy.com/act/20220527/popup/pay-type.png) no-repeat;
}

.single-goods-charge .charge-main-paytype a img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 14px;
}

.single-goods-charge .charge-main-paytype span {
    vertical-align: middle;
}

.single-goods-charge .charge-main-paytype a:first-child {
    margin-right: 8px;
}

.single-goods-charge .charge-main-paytype a.charge-main-paytype-active {
    background-position-x: -174px;
    color: #886049;
}

.single-goods-charge .charge-main-qrcode-box {
    width: 145px;
    height: 145px;
    position: absolute;
    left: 295px;
    top: 163px;
    background-color: #fff;
    padding: 11px;
    box-sizing: border-box;
}

.single-goods-charge .charge-main-qrcode-box .charge-main-qrcode {
    width: 100%;
    height: 100%;
}

.single-goods-charge .charge-main-qrcode-box .charge-main-qrcode-icon {
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.single-goods-charge .charge-main-qrcode-box .charge-main-refresh {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
    text-align: center;
    color: #fff;
    line-height: 18px;
    display: none;
    padding-top: 40%;
}

.single-goods-charge .charge-main-qrcode-box .charge-main-refresh .charge-main-refresh-btn {
    display: block;
    height: 21px;
    margin: 8px auto 0;
    color: #fff;
    text-decoration: underline;
}