.pay-box {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.pay-box button {
    border: none;
    background: none;
    padding: 0;
    outline: none;
    cursor: pointer;
}

.pay-box button.pay-btn {
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #E74851;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s;
    display: block;
    margin: 0 auto;
}

.pay-box button.pay-btn:hover {
    opacity: 0.8;
    font-size: 18px;
}

.pay-content {
    position: relative; 
    margin: 0 auto;
    /*   
    left: 50%;
    top: 50%;
    margin-left: -270px;
    margin-top: -50%; */
    border: 1px dotted #dedede;
    display: none;
    text-align: center;
    background-color: #fff;
    width: 540px;
    z-index: 99999;
    /* _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); */
}

 
.shadow {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

@media screen and (max-width: 768px) {
    .pay-content {
        z-index: 999999;
        top: 44%;
        width: 100%;
    }
    .pay-content .pay-method {
        margin-top: -20px;
    }
}

.pay-content .pay-logo {
    width: 200px;
    height: 50px;
    margin: 0;
}

.pay-content .pay-title {
    width: 100%;
    height: 75px;
    text-align: center;
    line-height: 75px;
    color: #a3a3a3;
    font-size: 20px;
    background: url('../image/cy-reward-title-bg.jpg') center center no-repeat;
    margin-top: 7px;
    margin-right: 2px;
}

.pay-content .pay-close {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url('../image/close.jpg') center center no-repeat;
    border: 1px solid #ccc;
}

.pay-content .pay-img {
    border: 6px solid #EA5F00;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-top: -20px;
}

.pay-content .pay-img img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 160px;
    max-width: 100%;
}

.pay-content .pay-explain {
    text-align: center;
    margin: 0px auto;
    font-size: 12px;
    color: #545454;
}

.pay-content .radiobox {
    width: 16px;
    height: 16px;
    background: url('../image/radio2.jpg');
    display: block;
    margin-top: 5px;
}

.pay-content .checked .radiobox {
    background: url('../image/radio1.jpg');
}

.pay-content .pay-select {
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    height: 60px;
    width: 100%;
    align-items: center;
}

.pay-content .pay-select .pay_item {
    display: flex;
    justify-content: center;
    width: 150px;
    align-items: center;
}

.pay-content .pay-select .pay_item .pay-btn-img {
    margin-left: 10px;
}

.pay-content .pay-method {
    color: #C3C3C3;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    line-height: 2em;
}

.acount {
    text-align: left;
}