.main{
    max-width: 1920px;
    min-width: 1200px;
    min-height: 580px;
    /*background-color: #fff !important;*/
    margin-top: 30px;

}
/*main第一部分*/
.main_tp{
    width: 1200px;
    margin: 40px auto 0;
    height: 86px;
}
.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: 420px;
    position: relative;
    z-index: 1;
}
.main_ct:after{
    content: "";
    display: block;
    width: 70%;
    height: 400px;
    background: url(../../images/venues/main_bg.png) no-repeat right bottom;
    background-color: #EFF3F5;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.main_ct_con{
    width: 1200px;
    margin: 0 auto;
}

.main_ct_show{
    width: 600px;
    height: 400px;
    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: 70px;
    width: 530px;
    padding-top: 66px;
}
.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 p.venue_address{
    background: url(../../images/venues/venue_address.png) no-repeat left 1px;
    cursor: pointer;
    color: #E44515;
    position: relative;
    overflow: hidden;
    height: 22px;
}
.main_ct_con .info p.venue_address em{
    font-style: normal;
    float: left;
}
.main_ct_con .info p.venue_address span{
    max-width: 370px;
    display: inline-block;
    float: left;
}
.main_ct_con .info p.venue_address a{
    color: #E44515;
}
.main_ct_con .info p.venue_address:hover em{
    border-bottom: 1px solid #E44515;
}
.main_ct_con .info p.venue_address:hover span{
    border-bottom: 1px solid #E44515;
}
.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: #E44515;
    margin-right: 50px;
}
.main_ct_con .info .btn a.vr_btn{
    background: #111A51;
}
/*main第三部分*/
.main_bt{
    width: 1200px;
    margin: 50px auto 0;
    padding-bottom: 50px;
    background: #fff;
}
.main_bt .title{
    padding-left: 74px;
    font-size: 22px;
    color: #333333;
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
    background: url(../../images/venues/venueInfo_icon.png) no-repeat;
    background-position: 32px center;
}
/*.main_bt .title:before{*/
/*    content: "";*/
/*    display: block;*/
/*    width: 57px;*/
/*    height: 2px;*/
/*    background: #A0A4AA;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translate(0,-50%);*/
/*}*/
/*.main_bt .title:after{*/
/*    content: "";*/
/*    display: block;*/
/*    width: 1030px;*/
/*    height: 2px;*/
/*    background: #A0A4AA;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translate(0,-50%);*/
/*}*/
/*场地预定*/
.book_room{
    width: 1200px;
    margin: 39px auto;
    background: #fff;
}
.book_room_tp{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
}
.book_room_tp .title{
    padding-left: 74px;
    font-size: 22px;
    color: #333333;
    position: relative;
    height: 50px;
    line-height: 50px;
    background: url(../../images/venues/venueInfo_icon.png) no-repeat;
    background-position: 32px center;
}
.book_room_tp a{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 20px;
}
.book_room .list{
   padding: 40px 30px 50px;
}
.book_room .list li{
    width: 270px;
    height: 330px;
    background: #fff;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}
.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;
    overflow: hidden;
    height: 150px;
    border: 1px solid #E5E5E5;
    border-top: none;
}
.book_room .list li .info .title{
    font-size: 18px;
    color: #4D4D4D;
    margin-top: 19px;
    height: 20px;
    transition: all 0.4s;
}
.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: rgba(77, 77, 77, 0.8);
    margin-top: 46px;
}
.book_room .list li .info .btn{
    width: 70px;
    height: 30px;
    background: #874063;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 10px;
    bottom: 15px;
}
.book_room .list li:after{
    content: "";
    display: block;
    width: 0px;
    height: 4px;
    background: #E44515;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
}
.book_room .list li:hover:after{
    width: 270px;
}
.book_room .list li:hover .info .title{
    color: #E44515;
}
/*热门活动*/
.activity{
    width: 1200px;
    margin: 39px auto;
    background: #fff;
}
.activity_tp{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
}
.activity_tp .title{
    padding-left: 74px;
    font-size: 22px;
    color: #333333;
    position: relative;
    height: 50px;
    line-height: 50px;
    background: url(../../images/venues/venueInfo_icon.png) no-repeat;
    background-position: 32px center;
}

.activity_tp a{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 20px;
}
.activity .list{
    padding: 40px 30px 50px;
}
.activity .list>li{
    width: 270px;
    height: 330px;
    margin-right: 20px;
    background: #fff;
}
.activity .list>li:nth-child(4n){
    margin-right: 0;
}
.activity .info{
    position: relative;
    width: 100%;
    height: 170px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-top: none;
}
.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: 37px;
}
.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;
}
.activity .status0{
    background: rgba(135, 64, 99, 0.6);
}
.activity .status1{
    background: #874063;
}
.activity .status2{
    background: #AAAAAA;
}
