.main {
    margin-bottom: 70px;
}
.main>.wp{
    position: relative;
}
.once3-pagebar{
    margin-top: 40px;
}
.main .swiper1{
    height: 500px;
}
.main .swiper1 .swiper-slide{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main .swiper1 .swiper-slide:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: linear-gradient(-180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 70%);
    box-shadow: 0px -15px 120px 35px #000;
}
.main .swiper1 .swiper-slide h3{
    position: relative;
    line-height: 86px;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    top: 410px;
}
.main .swiper1 .swiper-pagination{
    width: 1200px;
    display: block;
    margin: auto;
    right: 0;
    bottom: 40px;
    text-align: right;
    font-size: 0;
}
.main .swiper1 .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 6px;
    opacity: 1;
    background-color: #fff;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.main .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fc2139;
}
.screen-box{
    border: 1px solid #e1e1e1;
    margin-top: 20px;
}
.screen-box .screen-top{
    border-bottom: 1px solid #e1e1e1;
    padding: 0 20px;
    line-height: 56px;
}
.screen-box .screen-top .revoke{
    float: right;
    padding-left: 20px;
    background: url(../../../images/front/fmmm/kc_cx_icon.png) left center no-repeat;
    background-size: 16px;
    color: #909090;
    font-size: 14px;
    cursor: pointer;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.screen-box .screen-top .revoke:hover{
    background-image: url(../../../images/front/fmmm/newIcon/fanh.png);
    color: #fc2139;
}
.screen-box .screen-top .class1-wrap .class1-items{
    margin-right: 30px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.screen-box .screen-top .class1-wrap .class1-items.choice{
    color: #fc2139;
}
.screen-box .screen-top .class1-wrap .class1-items.choice:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fc2139;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.screen-box .screen-bottom{
    line-height: 58px;
    color: #909090;
    padding: 0 20px;
}
.screen-box .screen-bottom label{
    margin-right: 20px;
    font-size: 14px;
}
.screen-box .screen-bottom .class2-wrap .class2-items{
    font-size: 14px;
    margin-right: 30px;
    cursor: pointer;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.screen-box .screen-bottom .class2-wrap .class2-items:hover{
    color: #fc2139;
}
.main .box .once .title{
    line-height: 68px;
    font-size: 28px;
    font-weight: bold;
    color: #313131;
}
.main .box .once .title font{
    color: #fc2139;
    float: right;
    margin-top: 36px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    background: url(../../../images/front/fmmm/newIcon/all.png) right center no-repeat;
    background-size: 12px;
    padding-right: 17px;
}
.main .box .once.once1{
    margin-top: 14px;
}
.main .box .once.once1 .left{
    width: 730px;
    margin-right: 20px;
}
.main .box .once.once1 .left .left-items{
    border: 1px solid #e1e1e1;
    width: 228px;
    margin: 0 20px 20px 0;
    position: relative;
    cursor: pointer;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.main .box .once.once1 .left .left-items:hover{
    -webkit-box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
.main .box .once.once1 .left .left-items:nth-child(4),
.main .box .once.once1 .left .left-items:nth-child(5),
.main .box .once.once1 .left .left-items:nth-child(6){
    margin-bottom: 0;
}
.main .box .once.once1 .left .left-items:nth-child(3n){
    margin-right: 0;
}
.main .box .once.once1 .left .left-items .pic{
    position: relative;
    width: 100%;
    height: 153px;
    border-bottom: 1px solid #d6d7dc;
    overflow: hidden;
}
.main .box .once.once1 .left .left-items .pic:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    box-shadow: 0px -3px 50px 7px #000;
    z-index: 1;
}
.main .box .once.once1 .left .left-items img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.main .box .once.once1 .left .left-items img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main .box .once.once1 .left .left-items .tips{
    position: absolute;
    line-height: 15px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 122px;
    width: 100%;
    color: #fff;
    padding-left: 28px;
    background-image: url(../../../images/front/fmmm/time_icon1.png);
    background-position: left 10px center;
    background-size: 13px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    z-index: 2;
}
.main .box .once.once1 .left .left-items .tips label{
    z-index: 1;
    position: relative;
}
.main .box .once.once1 .left .left-items .tips:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.main .box .once.once1 .left .left-items.end:before{
    content: "已结束";
    background: url(../../../images/front/fmmm/111.png) center right no-repeat;
}
.main .box .once.once1 .left .left-items.live:before{
    content: "直播中";
    background: url(../../../images/front/fmmm/111.png) center right no-repeat;
}
.main .box .once.once1 .left .left-items:before{
    content: "预告";
}
.main .box .once.once1 .left .left-items:before{
    width: 60px;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    padding-left: 10px;
    box-sizing: border-box;
    background: url(../../../images/front/fmmm/home_bq_yg_icon.png) center right no-repeat;
    background-size: 60px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
}
.main .box .once.once1 .left .left-items:after{
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 17px;
    border-radius: 50px;
    z-index: 1;
}
.main .box .once.once1 .left .left-items .left-items-content{
    padding: 7px 10px;
    background-color: #fff;
}
.main .box .once.once1 .left .left-items .left-items-content h3{
    line-height: 26px;
    color: #333;
    font-size: 14px;
}
.main .box .once.once1 .left .left-items .left-items-content p{
    line-height: 24px;
    color: #808080;
    font-size: 12px;
}
.main .box .once.once1 .right{
    width: 450px;
}
.main .box .once.once1 .right .right-content{
    border: 1px solid #e1e1e1;
    height: 460px;
    box-sizing: border-box;
    background-color: #fff;
    padding-left: 34px;
    overflow: hidden;
    position: relative;
}
.main .box .once.once1 .right .right-content:before{
    content: "";
    width: 0;
    height: 100%;
    border-right: 1px dashed #e1e1e1;
    position: absolute;
    left: 33px;
    top: 0;
}
.main .box .once.once1 .right .right-content .right-wrap{
    padding: 36px 0 36px 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items{
    margin-bottom: 25px;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items.imgItems{
    margin-bottom: 30px;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items:before{
    content: "";
    width: 9px;
    height: 9px;
    background-color: #ccc;
    position: absolute;
    left: -35px;
    top: 9px;
    border-radius: 50px;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items .img{
    width: 38px;
    height: 0;
    margin-right: 14px;
    overflow: hidden;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items.imgItems .img{
    width: 120px;
    height: 80px;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items .img img{
    width: 100%;
    height: 100%;
    position: relative;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items .right-items-content{
    width: 310px;
    position: relative;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items.imgItems .right-items-content{
    width: 228px;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items .right-items-content.live:before{
    content: "直播中";
}
.main .box .once.once1 .right .right-content .right-wrap .right-items .right-items-content.end:before{
    content: "已结束";
}
.main .box .once.once1 .right .right-content .right-wrap .right-items .right-items-content:before{
    content: "预告";
}
.main .box .once.once1 .right .right-content .right-wrap .right-items .right-items-content:before{
    font-size: 14px;
    line-height: 26px;
    position: absolute;
    left: -52px;
    top: 0;
    color: #909090;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items.imgItems .right-items-content:before{
    left: 0;
    top: 56px;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items .right-items-content h3{
    font-size: 14px;
    color: #333;
    line-height: 26px;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items .right-items-content p{
    font-size: 12px;
    color: #909090;
    line-height: 24px;
    padding-left: 18px;
    background: url(../../../images/front/fmmm/home_time_icon.png) left center no-repeat;
    background-size: 13px;
    cursor: default;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items .collection{
    width: 13px;
    height: 12px;
    background: url(../../../images/front/fmmm/home_sc_normal_icon.png) center no-repeat;
    background-size: 13px;
    position: absolute;
    right: 20px;
    bottom: 5px;
    cursor: pointer;
}
.main .box .once.once1 .right .right-content .right-wrap .right-items .collection.active{
    background-image: url(../../../images/front/fmmm/home_sc_pressed_icon.png);
}
.main .box .once.once2{
    margin-top: 24px;
}
.main .box .once.once2 .title{
    margin-bottom: 10px;
}
.main .box .once.once2 .wrap .items{
    width: 277px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    box-sizing: border-box;
    margin: 30px 30px 0 0;
    cursor: pointer;
    position: relative;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.main .box .once.once2 .wrap .items:hover{
    -webkit-box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
.main .box .once.once2 .wrap .items.notLive:before{
    content: "预告";
    background: url(../../../images/front/fmmm/home_bq_yg_icon.png) center no-repeat;
    background-size: 60px;

}
.main .box .once.once2 .wrap .items.live:before{
    content: "直播中";
}
.main .box .once.once2 .wrap .items:before{
    content: "已结束";
}

.main .box .once.once2 .wrap .items:before{
    width: 60px;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    padding-left: 10px;
    box-sizing: border-box;
    background: url(../../../images/front/fmmm/111.png) center no-repeat;
    background-size: 60px;
    position: absolute;
    left: 0;
    top: 156px;
    z-index: 3;
}
.main .box .once.once2 .wrap .items:after{
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 162px;
    border-radius: 50px;
    z-index: 3;
}
.main .box .once.once2 .wrap .items .hot{
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    padding-left: 20px;
    background: url(../../../images/front/fmmm/home_pedple_icon.png) left center no-repeat;
    background-size: 16px;
    position: absolute;
    top: 156px;
    right: 8px;
    z-index: 3;
}
.main .box .once.once2 .wrap .items:nth-child(1),
.main .box .once.once2 .wrap .items:nth-child(2),
.main .box .once.once2 .wrap .items:nth-child(3),
.main .box .once.once2 .wrap .items:nth-child(4){
    margin-top: 0;
}
.main .box .once.once2 .wrap .items:nth-child(4n){
    margin-right: 0;
}
.main .box .once.once2 .wrap .items .pic{
    position: relative;
    width: 100%;
    height: 185px;
    border-bottom: 1px solid #d6d7dc;
    overflow: hidden;
}
.main .box .once.once2 .wrap .items .pic:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    box-shadow: 0px -5px 50px 10px #000;
    z-index: 2;
}
.main .box .once.once2 .wrap .items img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.main .box .once.once2 .wrap .items img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main .box .once.once2 .wrap .items .items-content{
    padding: 10px;
}
.main .box .once.once2 .wrap .items .items-content h3{
    line-height: 26px;
    color: #333;
    font-size: 14px;
}
.main .box .once.once2 .wrap .items .items-content p{
    line-height: 24px;
    color: #909090;
    font-size: 12px;
}
.main .box .once.once2 .wrap .items .items-content p i{
    float: right;
    width: 13px;
    height: 12px;
    background: url(../../../images/front/fmmm/home_sc_normal_icon.png) center no-repeat;
    background-size: 13px;
    margin-top: 8px;
}
.main .box .once.once2 .wrap .items .items-content p i.active{
    background-image: url(../../../images/front/fmmm/home_sc_pressed_icon.png);
}
.float-nav{
    position: fixed;
    left: 60px;
    top: 15%;
    opacity: 0;
    visibility: hidden;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
    transform:translate(0px,20px);
    -ms-transform:translate(0px,20px); /* IE 9 */
    -moz-transform:translate(0px,20px); /* Firefox */
    -webkit-transform:translate(0px,20px); /* Safari and Chrome */
    -o-transform:translate(0px,20px); /* Opera */
    z-index: 999;
}
.float-nav.active{
    opacity: 1;
    visibility: visible;
    transform:translate(0px,0px);
    -ms-transform:translate(0px,0px); /* IE 9 */
    -moz-transform:translate(0px,0px); /* Firefox */
    -webkit-transform:translate(0px,0px); /* Safari and Chrome */
    -o-transform:translate(0px,0px); /* Opera */
}
.float-nav .nav{
    position: relative;

}
.swiper-nav{
    max-height: 385px;
    width: 130px;
}
.swiper-btn{
    width: 96px;
    margin-top: 10px;
}
.swiper-btn>div{
    display: inline-block;
    width: 44px;
    height: 22px;
    border: 1px solid #fc2139;
    background: #fff url("../../../images/front/fmmm/arrow_icon.png") no-repeat center;
    position: inherit;
    top: auto;
    margin-top:0;
}
.swiper-btn .swiper-button-prev{
    background-image: url("../../../images/front/fmmm/arrow_icon2.png");
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: .6;
    pointer-events: painted;
}
.float-nav .nav:before{
    /*content: '';*/
    width: 1px;
    height: 130px;
    background-color: #ccc;
    position: absolute;
    right: -17px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.float-nav .nav .swiper-nav .items .p-wrap:before{
    content: '';
    width: 1px;
    height: 30px;
    background-color: #ccc;
    position: absolute;
    right: -35px;
    top: 0;
}
.float-nav .nav .swiper-nav .items .p-wrap:after{
    content: '';
    width: 1px;
    height: 37px;
    background-color: #ccc;
    position: absolute;
    right: -35px;
    bottom: -15px;
}
.float-nav .swiper-nav .swiper-slide:first-child .items .p-wrap:before,
.float-nav .swiper-nav .swiper-slide:last-child .items .p-wrap:after{
    display: none;
}
.float-nav .nav .items{
    border: 1px solid #fc2139;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 96px;
    padding: 0 17px;
    text-align: justify;
    letter-spacing: 1px;
    height: 55px;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
    color: #fc2139;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.float-nav .nav .items:last-child{
    margin-bottom: 0;
}
.float-nav .nav .items .p-wrap{
    position: relative;
    line-height: 20px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}
.float-nav .nav .items .p-wrap p{
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
}
.float-nav .nav .items:before{
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    background-color: transparent;
    right: -26px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.float-nav .nav .items:after{
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    background-color: #ccc;
    right: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.float-nav .nav .items.active{
    background-color: #fc2139;
    color: #fff;
}
.float-nav .nav .items.active:before{
    background-color: rgba(252, 59, 56, 0.93);
    z-index: 9;
}
.float-nav .nav .items.active:after{
    background-color: #fc2139;
}
.nav-btn{

}
.nav-btn>div{
    display: inline-block;

}
.nav-btn .prev{

}

.screen-box{
    border: 1px solid #e1e1e1;
    margin: 20px 200px;
}
.screen-box .screen-top{
    border-bottom: 1px solid #e1e1e1;
    padding: 0 20px;
    line-height: 56px;
}
.screen-box .screen-top .revoke{
    float: right;
    padding-left: 20px;
    background: url(../../../images/front/fmmm/kc_cx_icon.png) left center no-repeat;
    background-size: 16px;
    color: #909090;
    font-size: 14px;
    cursor: pointer;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.screen-box .screen-top .revoke:hover{
    background-image: url(../../../images/front/fmmm/newIcon/fanh.png);
    color: #fc2139;
}
.screen-box .screen-top .class1-wrap .class1-items{
    margin-right: 30px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.screen-box .screen-top .class1-wrap .class1-items.choice{
    color: #fc2139;
}
.screen-box .screen-top .class1-wrap .class1-items.choice:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fc2139;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.screen-box .screen-bottom{
    line-height: 58px;
    color: #909090;
    padding: 0 20px;
}
.screen-box .screen-bottom label{
    margin-right: 20px;
    font-size: 14px;
}
.screen-box .screen-bottom .class2-wrap{
    width: 94%;
}
.screen-box .screen-bottom .class2-wrap .class2-items{
    font-size: 14px;
    margin-right: 30px;
    cursor: pointer;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.screen-box .screen-bottom .class2-wrap .class2-items:hover{
    color: #fc2139;
}
.screen-box .screen-bottom .class3-wrap{
    width: 94%;
}
.screen-box .screen-bottom .class3-wrap .class3-items{
    font-size: 14px;
    margin-right: 30px;
    cursor: pointer;
    transition:all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
}
.screen-box .screen-bottom .class3-wrap >.class3-items:hover{
    color: #fc2139;
}
