.desc-test {
    text-align: center;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: .35rem;
    color: #282828;
    border-bottom: 1px solid #EDEDED;
    line-height: 1rem;
}
.buyPay {
    margin: 10px 0 10px 0;
}
.buyPay h1 {
    padding: 15px;
    font-size: 16px;
    color: #606a64;
}

.buyPay ul {
    background-color: #ffffff;
    padding: 5px 15px;
}

.buyPay li {
    line-height: 25px;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
}

.buyPay li {
    border-bottom: 1px solid #f4f3f3;
}

.buyPay .name {
    float: left;
}

.buyPay .name span,
.buyPay .name img {
    display: inline-block;
    vertical-align: middle;
}

.buyPay .name img {
    width: 40px;
    margin-right: 7.5px;
}

.buyPay .name span {
    color: #1d2420;
    font-size: 15px;
}

.buyPay .status {
    float: right;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 1px 3px #cccccc;
    margin-top: 0.3rem;
}

.buyPay .status:before {
    visibility: hidden;
}

.buyPay li.active .status {
    width: 15px;
    height: 15px;
    background-color: #FFC000;
    border: 1px solid #FFC000;
    box-shadow: 0 1px 3px #FFC000;
    color: #ffffff;
}
.buyPay li.active .status:before {
    visibility: visible;
}
.an {
    width: 90%;
    margin: 0 auto;
}
.an .js-load-more {
    cursor: pointer;
    background: #FFC000;
    color: #fff;
    border-radius: 1.5rem;
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    height: 50px;
    margin-top: 20px;
}
.yyhg-text {
    float: right;
    margin-top: -.2rem;
    margin-left: .08rem;
    line-height: .455rem;
}
.yyhg-text p {
    color: #999;
}