.content{
    /* text-align: center */
    background: #FFF;
}
.banner{
    background: url(/statics/activity/vvip2019/pc/img/banner.png) center no-repeat ;
    background-size: cover;
    height: 720px;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.banner img{
    width: 613px;
    margin: 0 auto;
    margin-top: 270px;
    margin-bottom: 35px;
}
.banner p{
    width: 659px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 1.7;
}
.explain{
    width: 1200px;
    margin: 0 auto;
    height: 210px;
    display: flex;
    justify-content : space-between;
}
.explain .cl{
    background: #FFF;
    width: 260px;
    padding: 0 20px;
    display: flex;
    justify-content : space-between;
    height: 95px;
    margin-top: 57.5px;
}
.explain .cl img{
    width: auto;
    margin-right: 20px;
}
.explain .cl p{
    font-size: 22px;
    margin-bottom: 11px;
    color: #C9A571;
}
.explain .cl span{
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
    display: block;
}
.op1{
    background: url(/statics/activity/vvip2019/pc/img/dz.png) center no-repeat ;
    background-size: cover;
    height: 651px;
}
.op2{
    background: url(/statics/activity/vvip2019/pc/img/fj.png) center no-repeat ;
    background-size: cover;
    height: 637px;
}
.op3{
    background: url(/statics/activity/vvip2019/pc/img/yl.png) center no-repeat ;
    background-size: cover;
    height: 651px;
}
.op3,.op2,.op1{
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.op1 .info,
.op3 .info{
    position: absolute;
    top: 202px;
    left: 345px;
}
.op2 .info{
    position: absolute;
    top: 176px;
    right: 324px;
}
.op1 .info img,
.op2 .info img,
.op3 .info img{
    display: block;
    margin-bottom: 25px;
}
.op1 .info span,
.op2 .info span,
.op3 .info span{
    font-size: 18px;
    color: #F7CC8D;
    line-height: 30px;
    display: block;
    width: 450px;
    margin-bottom: 50px;
}
.op1 .info a,
.op2 .info a,
.op3 .info a{
    background: url(/statics/activity/vvip2019/pc/img/bg.svg) center no-repeat ;
    background-size: cover;
    width: 139px;
    height: 41px;
    line-height: 41px;
    display: block;
    color: #030303;
    font-size: 16px;
    text-align: center;
}
#contentBox .box{text-align:center;line-height:100px;font-size:24px;font-weight:blod;display:none;}
#contentBox .box.active{display:block;}
.FAQ{
    background: #F3f3f3;
    padding-bottom: 35px;
}
.FAQ h5{
    font-size: 24px;
    color: #4A4A4A;
    text-align: center;
    padding: 45px 0 25px;
}
.FAQ #nav{
    text-align: center;
}
.FAQ #nav a{
    color: #4A4A4A;
    font-size: 20px;
    margin: 0 30px;
    border-bottom: 2px solid #f3f3f3;
}
.FAQ #nav .on{
    color: #C9A571;
    border-bottom: 2px solid #C9A571;
    padding-bottom: 0.2rem;
}
#contentBox ul li p,#contentBox ul li span{
    text-align: left;
    display: block;
    width: 92%;
    margin-left: 4%;
    color: #4A4A4A;
}
#contentBox ul li{
    background: #f7f7f7;
}
#contentBox ul li p{
    font-size: 16px;
    line-height: 60px;
    display: flex;
    justify-content : space-between;
    align-items: center;     /* 垂直居中 */
    height: 60px;
    cursor: pointer;
}
#contentBox ul li p i{
    color: #C19D6C;
    width: 1rem;
    text-align: center;
    font-size: 20px;
}
#contentBox ul li span{
    font-size: 14px;
    padding-bottom: 15px;
    display: none;
    line-height: 2;
}
#contentBox ul li:nth-child(odd){
    background: #FFF;
}
#contentBox{
    width: 1200px;
    margin: 0 auto;
    margin-top:27px;
}
.openInfo span{
    display: block !important;
}
.contact_bottom{
    border: 0 !important;
}
@media screen and (max-width: 1600px) {
    .op1 .info, .op3 .info{
        left: 101px;
    }
    .op2 .info{
        right: 101px;
    }
}