body {
    background-color: #f5f6f8;
}


.main {
    max-width: 1920px;
    min-width: 1200px;
    height: auto;
    padding-top: 40px;
    /*background-image: url(../images/bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;*/
}

.main-content {
    width: 1200px;
    min-height: 600px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.venues-content {
    width: 830px;
    /*background-color: #fff;*/
    padding-bottom: 29px;
}

.venuesinfo {
    padding: 15px 20px;
    background-color: #fff;
}

.venuesinfo-l {
    width: 450px;
    height: 253px;
    margin-right: 44px;
}















/*banner*/

.venuesinfo-l img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    display: inline-block;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #F40556;
}

.swiper-pagination {
    position: relative;
    top: -30px;
}

.swiper-wrapper {
    height: 464px;
}

.swiper-container {
    height: 464px;
}

.venuesinfo-r {
    /* width: 238px;
    height: 344px;*/
}

.venuesinfo h3 {
    margin-bottom: 14px;
    width: 100%;
    color: #1C2438;
    font-size: 24px;
    text-align: left;
    line-height: 34px;
}

.venuesinfo-r p {
    font-size: 14px;
    color: #1C2438;
    margin-top: 11px;
    line-height: 26px;
}



.venuesinfo-r p img {
    margin-right: 12px;
    margin-top: 4px;
}















/*场馆预约*/

.changguan {
    width: 790px;
    /*margin-top: 11px;*/
    padding: 15px 20px;
    background-color: #fff;
}

.changguan .title {
    height: 35px;
    
}

.changguan .yuyuebtn,
.changguan .jieshaobtn,
.changguan .xiangqingbtn,
.changguan .addrbtn,
.changguan .jiaotongbtn{
    display: inline-block;
    width: 97px;
    height: 35px;
    /*background: #2F343B;*/
    font-size: 16px;
    color: #2F343B;
    text-align: center;
    line-height: 35px;
    /*margin-right: 15px;*/
    cursor: pointer;
}















/*.changguan .title span.active {
    background: #000;
    color: #ffffff;
}*/

.venuesyuyue .content {
    margin-top: 14px;
}

.venuesxiangqing li,
.xiangqing li {
    color: #1C2438;
    font-size: 14px;
    line-height: 28px;
}

.datebtn span {
    font-size: 16px;
    color: #2F343B;
    margin-right: 20px;
}

.datebtn .leftbtn,
.datebtn .rightbtn {
    margin-top: 5px;
    width: 26px;
    height: 52px;
    z-index: 999;
    margin-top: -10px;
}

.datebtn .leftbtn img,
.datebtn .rightbtn img {
    width: 100%;
    z-index: 999;
}

.venuesyuyue .time {
    margin-top: 20px;
}

.venuesyuyue .time ul li {
    margin-bottom: 37px;
}
.venuesyuyue .time ul li:first-child{
    margin-top: 41px;
}

.venuesyuyue .time .pm {
    margin-top: 50px;
}

.yuyuemain {
    position: absolute;
    top: 0px;
    left: 78px;
    width: 705px;
    overflow: hidden;
}

.yuyueContent {
    width: 4000px;
    position: relative;
}

.yuyue {
    position: relative;
    /*overflow: hidden;*/
}




.yuyueContent table th {
    /*height: 68px;*/
    height: 64px;
    width: 116px;
}

.yuyueContent .week-th {
    font-size: 16px;
    color: #1C2438;
    margin-bottom: 9px;
}

.yuyueContent .date-th {
    font-size: 12px;
    color: #A0A4AA;
    margin-bottom: 20px;
}

.yuyueContent table tr td {
    width: 116px;
    /*line-height: 117px;*/
    height: 53px;
    line-height: 53px;
    /*border: 1px solid rgba(0,0,0,0.0);*/
    /*border: 1px solid;*/
    text-align: center;
    font-size: 14px;
}

.yuyueContent table tr td span {
    /*background: #3259C6;*/
    padding: 5px 24px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
}




















/*场馆介绍*/

.venuesjieshao,
.venuesxiangqing {
    padding: 10px;
    padding-top: 29px;
    padding-bottom: 0;
}

.venuesjieshao p,
.changuanjieshao p {
    /*font-size: 14px;*/
    /*color: #000000;*/
    /*line-height: 28px;*/
    /*text-align: justify;*/
    /*text-indent: 2em;*/
}












/* 地图 */

.map {
    /*padding: 15px 20px;*/
    /*background-color: #fff;*/
    /*margin-top: 11px;*/
    margin-top: 30px;
}

.map .address {

    font-size: 14px;
    color: #657180;
    margin-bottom: 20px;
}

.map .address span {
    font-size: 16px;
    color: #1C2438;
}

.map .traffic {
    font-size: 14px;
    color: #657180;
    margin-top: 20px;
}

.map .traffic span {
    font-size: 16px;
    color: #1C2438;
}

.map .traffic>div {
    line-height: 22px;
}

#map {
    width: 780px;
    height: 300px;
}