.body{
    position: relative;
    width: 100%;
    height: 2752px;
    background: url('../img/body_pc.jpg') no-repeat;
    background-size: 100%;
    padding-top: 2%;
    margin: 0 auto;
}
.age_tip{
    position: absolute;
    left: 20px;
    width: 91px;
    height: 1088px;
    background: url('../img/16.png') no-repeat;
    background-size: 100%;
}
.icon_top{
    width: 28.48%;
    height: 16.93%;
    background: url('../img/9918.png') no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.icon{
    width: 15.625%;
    height: 10.95%;
    background: url('../img/icon.png') no-repeat;
    background-size: 100%;
    margin: 10% auto 8%;
}
.news_title{
    width: 80%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
}
.news_title a{
    flex: 1;
}
.news_title a img{
    width: 80%;
    height: auto;
}
.news_banner{
    width: 80%;
    height: 832px;
    margin-left: 10%;
    overflow: hidden;
}
.news_banner .container{
    width: 100%;
    display: flex;
    transform: translate3d(0px, 0px, 0px);
    transition: all 1.5s;
}
.news_banner img{
    width: 30.46%;
    height: 30.73%;
    margin-right: 30px;
}
.news_banner img:last-child{
    margin: 0;
}
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 40px 0;
    text-align: center;
    color: #fff;
    line-height: 26px;
}

.pay_body{
    max-width: 576px;
    background: #fff;
    margin: 0 auto;
    padding: 0 15px;
}
.pay_body .title{
    font-size:20px;
    padding: 20px 0;
    font-weight: bold;
}
.pay_body .shop{
    padding: 20px 0 0;
}
.pay_body .shop .select{
    width: 100%;
    display: flex;
}
.pay_body .shop .select button{
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 0;
    border: none;
    cursor: pointer;
}
.pay_body .shop .select .active{
    color: #fff;
    background-color: #07c160;
    border: 1px solid #07c160;
}
.pay_body .shop .cell_group{
    padding: 10px 0;
}
.pay_body .shop .cell_group .cell{
    display: flex;
    justify-content: space-between;
    background:#eee;
    padding: 15px;
    border-bottom: 1px solid #fff;
}
.pay_body .shop .cell_group .active{
    color: #fff;
    background-color: #07c160;
    border: 1px solid #07c160;
}
.pay_body .user_id{
    display: flex;
    align-items: center;
}
.pay_body .user_id h1{
    margin-right: 10px;
}
.pay_body .user_id input{
    border: 1px solid #eee;
    padding: 10px 5px;
    width: 200px;
}
.pay_body .submit{
    color: #fff;
    background-color: #07c160;
    border: 1px solid #07c160;
    width: 50%;
    padding: 10px 20px;
    text-align:center;
    border-radius: 4px;
    margin: 20px 0 20px 25%;
}

@media screen and (max-width: 1450px) {
    .footer{
        padding: 20px 0;
        line-height: 22px;
    }
}
@media screen and (max-width: 1200px) {
    .icon_top{
        width: 72.93%;
    }
    .icon{
        width: 40%;
        margin: 25% auto 16%;
    }
    .news_banner{
        height: 400px;
    }
    .news_title{
        width: 103%;
    }
    .news_banner img{
        width: 62.4%;
    }
    .footer{
        padding: 20px 0;
        line-height: 18px;
        font-size: 12px;
    }
}