body{
    background: #EFF3F5!important;
}
.main{
    max-width: 1920px;
    min-width: 1200px;
    min-height: 800px;
    background-color: #fff !important;

}
.main_top{
    width: 100%;
    height: 580px;
    background: url("../../images/room/bg.png") no-repeat top center;
    overflow: hidden;
}
.main_top .main_t_content{
    width: 1140px;
    height: 490px;
    background: #FFFFFF;
    padding: 0 40px;
    margin: 39px auto 0;
}
/*main第一部分*/
.main_tp{
    width: 100%;
    margin: 0 auto;
    height: 94px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.main_tp .title{
    font-size: 26px;
    color: #424242;
    width: 400px;
    height: 86px;
    line-height: 86px;
}
/*用户观看量&&点赞*/
.course-operate{
    /*display: none;*/
    margin-top: 25px;
}
.course-operate .visit_num{
    color: #848484;
    font-size: 16px;
    line-height: 38px;
    margin-right: 40px;
    background-image: url(../../images/venues/visit_num.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;

}
.course-operate .dianzan{
    padding-left: 26px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 38px;
    cursor: pointer;
}
.course-operate .dianzan.dz_n{
    color: #848484;
    background-image: url(../../images/live/dianzan_n.png);
}
.course-operate .dianzan.dz_y{
    color: #F47079;
    background-image: url(../../images/muke/dianzan_yes.png);
}
/*main第二部分*/
.main_ct{
    width: 100%;
    height: 330px;
    position: relative;
    z-index: 1;
    margin-top: 29px;
}
.main_ct:after{
    content: "";
    display: block;
    width: 70%;
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.main_ct_con{
    width: 1140px;
    margin: 0 auto;
}

.main_ct_show{
    width: 540px;
    height: 330px;
    /*background: #fff;*/
    /*box-shadow: 18px 18px 18px 0px rgba(169, 169, 169, 0.4);*/
}
.main_ct_show .thumb{
    width: 100%;
    height: 100%;
}
.main_ct_con .info{
    margin-left: 40px;
    width: 560px;
    padding-top: 26px;
}
.main_ct_con .info p{
    font-size: 18px;
    color: #666666;
    margin-bottom: 35px;
    line-height: 20px;
    padding-left: 32px;
}
.main_ct_con .info p.tell{
    background: url(../../images/venues/tell.png) no-repeat left center;
}
.main_ct_con .info p.open_time{
    background: url(../../images/venues/open_time.png) no-repeat left center;
}
.main_ct_con .info p.max_people{
    background: url(../../images/venues/max_people.png) no-repeat left center;
}
.main_ct_con .info p.yuyue_num{
    background: url(../../images/venues/yuyue_num.png) no-repeat left center;
}
.main_ct_con .info .btn{
    margin-top: 25px;
}
.main_ct_con .info .btn a{
    display: inline-block;
    width: 114px;
    height: 46px;
    border-radius: 9px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
}
.main_ct_con .info .btn a.book_ticket_btn{
    background: #F44C57;
    margin-right: 20px;
}
.main_ct_con .info .btn a.book_admission_btn{
    background: #F44C57;
    margin-right: 20px;
}
.main_ct_con .info .btn a.vr_btn{
    background: #5AA0F6;
}
/*main第三部分*/
.main_bt{
    width: 1200px;
    margin: 48px auto;
    padding-bottom: 54px;
}
.main_bt .title{
    font-size: 22px;
    color: #333333;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.main_bt .title:before{
    content: "";
    display: block;
    width: 543px;
    height: 2px;
    background: #A0A4AA;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.main_bt .title:after{
    content: "";
    display: block;
    width: 543px;
    height: 2px;
    background: #A0A4AA;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
/*场地预定*/
.book_room{
    width: 1200px;
    margin: 50px auto 0;
}
.book_room_tp .title{
    font-size: 22px;
    color: #000000;
}
.book_room_tp .title span{
    display: inline-block;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    text-transform:Uppercase;
}
.book_room_tp a{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 2px;
}
.book_room .list{
    margin-bottom: 40px;
    margin-top: 20px;
}
.book_room .list li{
    width: 290px;
    height: 310px;
    background: #fff;
    position: relative;
    margin-right: 13px;
}
.book_room .list li:nth-of-type(4n){
    margin-right: 0;
}
.book_room .list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.book_room .list li .thumb{
    width: 100%;
    height: 180px;
}
.book_room .list li .info{
    padding: 0 20px;
}
.book_room .list li .info .title{
    font-size: 18px;
    color: #4D4D4D;
    margin-top: 12px;
    height: 20px;
}
.book_room .list li .info .address{
    font-size: 14px;
    color: #707070;
    height: 16px;
    margin-top: 10px;
    line-height: 16px;
    padding-left: 22px;
    background: url(../../images/venues/bookroom_add.png) no-repeat left center;
}
.book_room .list li .info .max_people{
    font-size: 14px;
    color: #4D4D4D;
    margin-top: 20px;
}
.book_room .list li .info .btn{
    width: 70px;
    height: 30px;
    background: #F44C57;
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 20px;
    bottom: 23px;
}
.book_room .list li:hover .info .title{
    color: #F44C57;
}
.book_room .list li:hover{
    box-shadow: 0 1px 24px 0 rgba(169,169,169,0.2);
}
/*活动动态*/
.activity_info{
    width: 1200px;
    margin: 40px auto 0;
}
.activity_info_tp .title{
    font-size: 22px;
    color: #000000;
}
.activity_info .list{
    margin-top: 30px;
}
.activity_info .list li{
    width: 50%;
    height: 260px;
}
.activity_info .list .img{
    position: relative;
    width: 300px;
    height: 100%;
    overflow: hidden;
}
.activity_info .list .img img:nth-child(1){
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity_info .list .img img:nth-child(2){
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.activity_info .list .info{
    width: 266px;
    height: 100%;
    padding: 0 17px;
    background: #FFFFFF;
}
.activity_info .list .time{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 25px;
}
.activity_info .list .title{
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    margin-top: 14px;
    opacity: 0.9;
}
.activity_info .list .intro{
    font-size: 14px;
    color: #707070;
    line-height: 22px;
    margin-top: 12px;
}
.activity_info .list .icon{
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin-top: 46.5px;
}
.activity_info .list .icon span{
    display: inline-block;
}
.activity_info .list .icon span:nth-child(1){
    margin-right: 28px;
    padding-left: 30px;
    background: url("../../images/room/venue.png") no-repeat left center;
    line-height: 26px;
}
.activity_info .list .icon span:nth-child(2){
    padding-left: 27px;
    background: url("../../images/room/eye.png") no-repeat left center;
}
.activity_info .list li:hover .title{
    color: #F44C57;
}
/*热门活动*/
.huodong{
    min-width: 1200px;
    max-width: 1920px;
    margin: 70px auto 0;
}
.activity{
    width: 1200px;
    margin: 39px auto;
}
.activity_tp .title{
    font-size: 18px;
    color: #000000;
    opacity: 0.5;
    cursor: pointer;
}
.activity_tp .title .active{
    font-size: 22px;
    opacity: 0.9;
    margin-top: -4px;
}
.activity_tp .title>div:last-child{
    margin: 0 0 0 42px;
}
.activity_tp a{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 2px;
}
.activity .list{
    margin-top: 20px;
}
.activity .list>li{
    width: 290px;
    height: 336px;
    margin-right: 13px;
    background: #fff;
}
.activity .list>li:nth-child(4n){
    margin-right: 0;
}
.activity .info{
    position: relative;
    width: 100%;
    height: 156px;
    background: #FFFFFF;
}
.activity .label{
    position: absolute;
    top: 14px;
    left: -5px;
    width: 58px;
    height: 26px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 21px;
    font-style: italic;
}
.activity .info-content{
    padding: 0 18px 14px;
    width: 254px;
    overflow: hidden;
}
.activity .info h3{
    font-size: 16px;
    color: #4D4D4D;
    line-height: 24px;
    margin-top: 15px;
    text-indent: 3em;
    margin-bottom: 14px;
    height: 48px;
}
.activity .info .time{
    font-size: 14px;
    line-height: 16px;
    color: #707070;
    padding-left: 18px;
    background: url(../../images/venues/bookroom_time.png) no-repeat left center;
    margin-bottom: 30px;
}
.activity .info .ticket_num{
    font-size: 14px;
    color: #4D4D4D;
}
.activity .baomingBtn{
    position: absolute;
    bottom: 15px;
    right: 20px;
    min-width: 40px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 15px;
}
.activity .status0{
    background: rgba(244, 76, 87, 0.6);
}
.activity .status1{
    background: #F44C57;
}
.activity .status2{
    background: #AAAAAA;
}
/*线上活动*/
.swiperbox{
    width: 1200px;
    margin-top: 40px;
}
.swiperbox .swiper-container{
    width: 100%;
    padding-bottom: 30px;
}
.swiperbox .swiper-slide{
    width: 380px;
    height: 300px;
}
.swiperbox .swiper-slide a{
    background: #fff;
    box-shadow: 0px 6px 20px 0px rgba(34,40,72,0.14);
    position: relative;
    display: block;
    height: 100%;
}
.swiperbox .swiper-slide .img{
    position: relative;
    width: 100%;
    height: 216px;
}
.swiperbox .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiperbox .swiper-slide .img .baomingBtn{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FFFFFF;
    font-size: 16px;
    width: 76px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    text-align: center;
    padding: 0;
}
.swiperbox .swiper-slide .txtbox{
    padding: 16px 20px;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
}
/*在线看展*/
.online{
    width: 1200px;
    margin: 10px auto;
}
.online_tp .title{
    font-size: 22px;
    color: #000000;
}
.online_tp .online_more{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 2px;
}
.online_btn{
    margin-top: 19px;
}
.online_btn li{
    width: 84px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    background-color: #BFBFBF;
    background-repeat: no-repeat;
    background-position: 14px center;
    font-size: 16px;
    text-indent: 38px;
    color: #FFFFFF;
    cursor: pointer;
}
.online_btn li:nth-child(1){
    margin-right: 20px;
    background-image: url("../../images/room/video.png");
}
.online_btn li:nth-child(2){
    background-image: url("../../images/room/picture.png");
}
.online_btn li.active{
    background-color: #F44C57;
}
.online .list{
    margin-top: 36px;
}
.online .mySwiper{
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 89px;
    overflow: hidden;
}
.online .mySwiper .swiper-slide{
    position: relative;
    width: 100%;
    height: 265px;
    border-radius: 10px;
    overflow: hidden;
}
.online .mySwiper .swiper-slide .bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/room/online_background.png") no-repeat center bottom;
}
.online .mySwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.online .mySwiper .swiper-slide .info{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
    width: 338px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.online .mySwiper .swiper-slide .title{
    width: 248px;
}
.online .mySwiper .swiper-slide .views{
    padding-left: 22px;
    background: url("../../images/room/online_eye_white.png") no-repeat left center;
}
.online .mySwiper .swiper-slide:hover{
    box-shadow: 0px 6px 20px 0px rgba(34,40,72,0.14);
}
.online .mySwiper .swiper-slide:hover .bg{
    display: none;
}
.online .mySwiper .swiper-slide:hover .info{
    background: #FFFFFF;
}
.online .mySwiper .swiper-slide:hover .title{
    color: #F44C57;
}
.online .mySwiper .swiper-slide:hover .views{
    color: #333333;
    background: url("../../images/room/online_eye_black.png") no-repeat left center;
}
.online .btn{
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 120px;
    height: 50px;
}
.online .btn>div{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2F4D6C;
}
.online .num{
    position: absolute;
    left: 20px;
    top: 20px;
    background: rgba(128, 128, 128, 0.8);
    border-radius: 15px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 5px 11px;
}
.swiper-button-prev{
    right: 70px;
}
.swiper-button-next, .swiper-button-prev{
    margin-top: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
}