.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: 712px;
    height: 417px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.single-goods-charge .charge-main-close {
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://ak-gw.akspeedy.com/act/20221103/popup/popup-close.png) left center no-repeat;
    position: absolute;
    top: 24px;
    right: 24px;
}

.single-goods-charge .charge-main-close:hover {
    background-position-x: -20px;

}

.single-goods-charge .charge-main-close:active {
    background-position-x: -40px;
}

.single-goods-charge .charge-main-paytype {
    position: absolute;
    left: 347px;
    top: 72px;
}

.single-goods-charge .charge-main-paytype a {
    display: block;
    float: left;
    width: 148px;
    height: 42px;
    font-size: 14px;
    line-height: 42px;
    text-indent: 14px;
    color: #fff;
    cursor: pointer;
    background: url(https://ak-gw.akspeedy.com/act/20221103/popup/pay-type.png) left top no-repeat;
}

.single-goods-charge .charge-main-paytype a img {
    width: 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: 22px;
}

.single-goods-charge .charge-main-paytype a:hover, .single-goods-charge .charge-main-paytype a.charge-main-paytype-active {
    background-position-x: -148px;
    color: #001DC9;
}

.single-goods-charge .charge-main-qrcode-box {
    width: 144px;
    height: 144px;
    position: absolute;
    left: 354px;
    top: 172px;
    background-color: #fff;
    padding: 10px;
    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;
}

.agree-box {
    position: absolute;
    top: 344px;
    left: 347px;
}

.agree-box > a, .agree-box div {
    display: inline-block;
    vertical-align: middle;
}

.agree-box > a {
    width: 12px;
    height: 12px;
    background: url(https://ak-gw.akspeedy.com/act/20221103/popup/select.png) left top no-repeat;
    margin-right: 9px;
}

.agree-box > a.active {
    background-position-x: -12px;
}

.agree-box div {
    color: #B3B2BF;
}

.agree-box div a {
    color: #A0BFFF;
}