.head-top{    position: relative; text-align: center;}
.head-top a{    position:absolute;bottom:10%;padding:10px 20px;color:#d6c383;border:1px solid #d6c383;font-weight:500;border-radius:5px;margin-left: -60px;}
.vip-con .tit{width:200px;margin:40px 0 40px 550px;}   
.pay-down{padding:10px 20px;color:#d6c383;border:1px solid #d6c383;font-weight:500;border-radius:5px;margin:20px 0 50px 550px;width:130px;text-align:center;}
.content {
    width: 80%;
    margin: 200px auto;
}
.hide_box {
    z-index: 999;
    filter: alpha(opacity=50);
    background: #666;
    opacity: 0.5;
    -moz-opacity: 0.5;
    left: 0;
    top: 0;
    height: 99%;
    width: 100%;
    position: fixed;
    display: none;
}
.shang_box {
    width: 540px;
    height: 500px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -280px;
    margin-top: -280px;
    border: 1px dotted #dedede;
    display: none;
}
.shang_close {
    float: right;
    display: inline-block;
}
.shang_box img {
    border: none;
    border-width: 0;
}
.shang_tit {
    width: 100%;
    height: 75px;
    text-align: center;
    line-height: 66px;
    color: #a3a3a3;
    font-size: 16px;
    /**background: url(../images/vip-card.png);**/
    font-family: 'Microsoft YaHei';
    margin-top: 7px;
    margin-right: 2px;
}
.shang_tit p {
    color: #a3a3a3;
    text-align: center;
    font-size: 16px;
}
.shang_payimg {
    width: 140px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 3px;
    height: 140px;
}
.shang_payimg img {
    display: block;
    text-align: center;
    width: 140px;
    height: 140px;
}
.pay_explain {
    text-align: center;
    margin: 10px auto;
    font-size: 12px;
    color: #545454;
}
.shang_payselect {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
    height: 60px;
    width: 280px;
}
.shang_payselect .pay_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.checked .radiobox {
    background: url(/images/radio.jpg);
}
.radiobox {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 14px;
}
.shang_box img {
    border: none;
    border-width: 0;
}
.shang_info {
    clear: both;
}
.shang_info p, .shang_info a {
    color: #C3C3C3;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    line-height: 20px;
}