@charset "utf-8";

body {
    background-color: #f0f1f2;
}

/* **** Banner **** */
.banner {
    background: url(img/banners/venuebg.jpg) center center/auto 100% no-repeat
}
/* **** 场地信息 **** */
.venueInfoWrap {
    width: 1062px;
    margin: 60px auto 0;
    font-size: 0px;
    background-color: #fff;
    overflow: hidden;
}
.venuePhotos, .venueInfoBox {
    display: inline-block;
    vertical-align: middle;
}
.venuePhotos {
    position: relative;
    width: 494px;
    height: 266px;
    margin-right: 30px;
    overflow: hidden;
}
.venuePhotoBox {
    position: relative;
    width: 100%;
    height: 100%;
}
.venuePhoto {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}
.venuePhotoIndicator {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    line-height: 25px;
    padding-right: 4px;
    text-align: right;
    z-index: 10;
}
.venuePhotoIndex {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 100%;
    background-color: #fff;
}
.venuePhotoIndex.active {
    background-color: #B90F19;
}
.venueInfoBox {
    box-sizing: border-box;
    width: calc(100% - 524px);
    height: 266px;
    padding: 25px;
}
.venueTitle {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}
.venueIntro {
    font-size: 16px;
    line-height: 30px;
}
.venueIntro a {
    display: inline-block;
    color: #B90F19;
}
.venueSummary {
    margin-top: 25px;
}
.venueSummarySite, .venueSummaryTel {
    display: block;
    padding-left: 32px;
    font-size: 16px;
    line-height: 36px;
}
.venueSummarySite {
    background: url(img/icon-site.png) center left no-repeat;
}
.venueSummaryTel {
    background: url(img/icon-tel.png) center left no-repeat;
}

/* **** 会场平面图 **** */
.venuePlanWrap {
    box-sizing: border-box;
    width: 1062px;
    margin: 40px auto;
    background-color: #fff;
    overflow: hidden;
}
.venuePlanImg {
    width: 100%;
}
.mVenuePlanImg {
    display: none;
}

/* **** 交通信息 **** */
.traffic {
    width: 1062px;
    height: 600px;
    margin: 40px auto 0;
    background-color: #fff;
    overflow: hidden;
}
.trafficInfo {
    box-sizing: border-box;
    width: 400px;
    padding: 0 25px;
}
.trafficTitle {
    margin: 30px 0 20px;
    font-size: 20px;
    color: #333333;
}
.trafficItem {
    padding: 0 0 25px;
    font-size: 0;
    border-bottom: 1px solid #d3d3d3;
    overflow: hidden;
}
.trafficItem:last-child {
    border-bottom: 0;
}
.trafficItemCaption {
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #B90F19;
}
.taxiCaption {
    background: url(img/iconTaxi.png) left center no-repeat;
}
.subwayCaption {
    margin-top: 25px;
    background: url(img/iconSubway.png) left center no-repeat;
}
.trafficItemInfo {
    margin-bottom: 25px;
}
.trafficItemInfo:last-child {
    margin-bottom: 0px;
}
.trafficDistance {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.trafficDistanceDesc {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}
.trafficMap {
    width: calc(100% - 400px);
    height: 100%;
}

/* **** 住宿推荐 **** */
.accommodationWrap {
    box-sizing: border-box;
    width: 1062px;
    margin: 40px auto 60px;
    padding: 25px;
    background-color: #fff;
    overflow: hidden;
}
.accommodationItem {
    font-size: 0px;
}
.accommodationImg, .accommodationInfo {
    display: inline-block;
    vertical-align: middle;
}
.accommodationImg {
    width: 372px;
    margin-right: 25px;
}
.accommodationInfo {
    width: calc(100% - 397px);
}
.accommodationHotel {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 25px;
    color: #333333;
}
.hotelInfo {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}
.hotelDesc {
    margin: 25px 0 30px;
    font-size: 14px;
    color: #333333;
}
.hotelLink {
    display: inline-block;
    color: #B90F19;
}
.otherHotelLink {
    width: 180px; 
    font-size: 14px;
    /* line-height: 40px;
    text-align: center;
    background-color: #B90F19;
    color: #fff; */
    color: #B90F19;
}

@media screen and (max-width: 750px) {
    /* **** 场地信息 **** */
    .venueInfoWrap {
        width: 92%;
        margin: 0.3rem auto 0;
        padding-bottom: 0.3rem;
    }
    .venuePhotos {
        width: 100%;
        height: 3.72rem;
        float: none;
    }
    .venuePhotoIndicator {
        padding-right: 0.2rem;
        font-size: 0;
        line-height: 0.5rem;
    }
    .venuePhotoIndex {
        width: 0.16rem;
        height: 0.16rem;
        margin: 0 0.08rem;
    }
    .venueInfoBox {
        width: 100%;
        height: auto;
        padding: 0 0.3rem;
        float: none;
    }
    .venueTitle {
        margin: 0.3rem 0 0.4rem;
        font-size: 0.4rem;
        font-weight: normal;
        line-height: 0.4rem;
    }
    .venueIntro {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .venueSummary {
        margin: 0.4rem auto 0;
    }
    .venueSummarySite, .venueSummaryTel {
        padding-left: 0.5rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
        background-size: auto 0.4rem;
    }

    /* **** 会场平面图 **** */
    .venuePlanWrap {
        width: 92%;
        margin: 0.5rem auto;
    }
    .venuePlanImg {
        display: none;
    }
    .mVenuePlanImg {
        display: block;
        width: 100%;
    }

    /* **** 交通信息 **** */
    .traffic {
        display: flex;
        width: 92%;
        height: auto;
        margin: 0.5rem auto 0;
        flex-direction: column-reverse;
    }
    .trafficInfo {
        width: 100%;
        padding: 0 0.3rem;
    }
    .trafficTitle {
        margin: 0.3rem 0;
        font-size: 0.4rem;
    }
    .trafficItem {
        padding: 0 0 0.3rem;
    }
    .trafficItemCaption {
        margin-bottom: 0.3rem;
        padding-left: 0.6rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
    }
    .subwayCaption {
        margin-top: 0.3rem;
    }
    .trafficItemInfo {
        margin-bottom: 0.3rem;
    }
    .trafficDistance {
        margin-bottom: 0.1rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .trafficDistanceDesc {
        font-size: 0.28rem;
    }
    .trafficMap {
        width: 100%;
        height: 6rem;
    }

    /* **** 住宿推荐 **** */
    .accommodationWrap {
        width: 92%;
        margin: 0.5rem auto;
        padding: 0 0.3rem 0.3rem;
    }
    .accommodationImg {
        width: 100%;
        margin: 0 0 0.3rem;
    }
    .accommodationInfo {
        width: 100%;
    }
    .accommodationHotel {
        margin-bottom: 0.3rem;
        font-size: 0.32rem;
        line-height: 0.4rem;
    }
    .hotelInfo {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .hotelDesc {
        margin: 0.3rem 0 0.5rem;
        font-size: 0.28rem;
    }
    .otherHotelLink {
        width: 3.5rem; 
        font-size: 0.28rem;
        line-height: 0.8rem;
    }
}