.banner {
    width: 100%;
    background: url('/static/images/partyImg/banner.jpg')no-repeat;
    height: 400px;
    background-size: cover;
    position: relative;
}
.con_right_bto>p{
    font-size: 16px;
    color: #666666;
    margin: 40px 0;
    line-height: 35px;
}
.con_right_bto .skip{
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.con_right_bto .skip .prev,.con_right_bto .skip .next{
    width: 49.2%;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    background: #f3f3f3;
    cursor: pointer;
}
.con_right_bto .skip span{
    color: #b2b2b2;
}
.con_right_bto .tit{
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin: 40px 0;
    font-weight: normal;
}
.con_right_bto .img{
    text-align: center;
    margin: 40px 0;
}
.con_right .con_right_bto{
    display: block;
}