.banner,.tap2,.tap4,.tap5{
    position: relative;
    text-align: center;
}
#section0{
    background: url(/statics/activity/private2019/img/pc/1-banner.png);
    background-size:cover; 
}
#section1{
    background: url(/statics/activity/private2019/img/pc/tap2.png);
    background-size:cover;
}
#section3{
    background: url(/statics/activity/private2019/img/pc/tap4.png);
    background-size:cover;
}
#section4{
    background: url(/statics/activity/private2019/img/pc/tap5.png);
    background-size:cover;
}
.banner .go{
    width: 245px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #ff8000;
    display: block;
    color: #FFF;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,220%);
    -moz-transform: translate(-50%,220%);
    -webkit-transform: translate(-50%,220%);
}
.banner .bg,
.tap2 .bg,
.tap4 .bg,
.tap5 .bg{
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    display: block;
}
.banner .ft,
.tap2 .ft,
.tap4 .ft{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-70%);
    -moz-transform:translate(-50%,-70%);
    -webkit-transform:translate(-50%,-70%);
    text-align: center;
}
.answer_box .answer_body{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-57%);
    -moz-transform:translate(-50%,-57%);
    -webkit-transform:translate(-50%,-57%);
    text-align: center;
}
/* .banner .ft{
    margin-left: -401px;
}
.tap2 .ft{
    margin-left: -480px;
    top: 270px !important;
}
.tap4 .ft{
    margin-left: -380px;
    top: 240px !important;
} */
.tap3,
.tap3 .top,
.tap3 .bottom{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.tap3 h4{
    font-size: 20px;
    color: #333;
    font-weight: 400;
    text-align: center;
    margin: 30px 0;
}
.tap3 a,
.tap3 img{
    display: block;
    width: 100%;
}
.tap3 a span{
    position: absolute;
    left: 0;
    width: 80px;
    font-size: 18px;
    text-align: center;
    padding: 3px 0;
    color: #FFF;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -15px;
}
.top .left,
.topLeft,
.bottomLeft .lf,
.bottom .left{
    float: left;
    position: relative;
    clear: both;
}
.top .right,
.bottomLeft .rg,
.bottom .right{
    float: right;
    position: relative;
}
.top .topLeft{
    margin-bottom: 15px;
}
.bottom{
    margin-top: 15px !important;
}
.tap3 .more{
    width: 295px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ff8000;
    border: 1px solid #ff8000;
    font-size: 18px;
    margin: 40px auto;
    
}
.bottomLeft .lf,.bottomLeft .rg,.top .topLeft,.tap3 .bottom,.bottom .left,.bottom .right{
    height: 210px;
    overflow: hidden;
}
.top .right,.tap3 .top{
    height:435px;
    overflow: hidden;
}
/* .answer_box .answer_body {
    top: 180px !important;
    position: absolute !important;
} */
.answer_box{
    display: block !important;
}
.answer_box .user_information h4{
    text-align: left;
}
#fp-nav.fp-right {
    right: 55px !important;
}
@media screen and (max-width: 1600px) {
    .banner .ft,
    .tap2 .ft,
    .tap4 .ft{
        width: 600px;
    }
    .banner .go{
        transform: translate(-50%,180%);
        -moz-transform: translate(-50%,180%);
        -webkit-transform: translate(-50%,180%);
    }
}
@media screen and (max-height: 900px) {
    .bottomLeft .lf,.bottomLeft .rg,.top .topLeft,.tap3 .bottom,.bottom .left,.bottom .right{
        height: 180px;
    }
    .top .right,.tap3 .top{
        height:375px;
    }
    .tap3 .more {
        margin: 20px auto;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .tap3 a span{
        font-size: 14px;
    }
    .tap3 h4{
        font-size: 18px;
        margin: 15px 0;
        padding-top: 3px;
    }
}
@media screen and (max-height: 820px) {
    .bottomLeft .lf,.bottomLeft .rg,.top .topLeft,.tap3 .bottom,.bottom .left,.bottom .right{
        height: 155px;
    }
    .top .right,.tap3 .top{
        height:325px;
    }
    .tap3, .tap3 .top, .tap3 .bottom{
        width: 1000px;
    }
    .bottomLeft .lf,.bottomLeft .rg,.bottom .left{
        width: 342.5px;
    }
    .top .left{
        width: 700px;
        overflow: hidden;
    }
    .top .right{
        width: 285px;
    }
    .bottom .right{
        width: 642.5px;
    }
    .answer_box .answer_body{
        padding: 15px;
    }
    .answer_form {
        margin-top: 20px;
    }
    .user_information>h4{
        margin-top: 0;
    }
    .s_voyage>div{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1200px) {

}