@charset "utf-8";

/* **** Banner **** */
.banner {
    background: url(img/banners/venueBannerBg.jpg) center center/auto 100% no-repeat
}
/* **** 场地信息 **** */
.venueInfo {
    width: 1062px;
    margin: 60px auto 0;
    padding-bottom: 60px;
    border-bottom: 1px solid #d3d3d3;
}
.venuePhotos {
    position: relative;
    width: 494px;
    height: 266px;
    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: #c30d23;
}
.venueInfoBox {
    width: 530px;
}
.venueTitle {
    margin-bottom: 22px;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
}
.venueIntro {
    font-size: 16px;
    line-height: 40px;
}
.venueIntro a {
    display: inline-block;
    color: #c30d23;
}
.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;
}

/* **** 交通信息 **** */
.traffic {
    width: 1062px;
    margin: 0 auto;
    overflow: hidden;
}
.trafficDesc {
    font-size: 16px;
    line-height: 40px;    
}
.trafficList {
    margin: 30px 0;
}
.trafficItem {
    padding: 30px 0;
    font-size: 0;
    border-bottom: 1px solid #d3d3d3;
}
.trafficItem:last-child {
    border-bottom: 0;
}
.trafficItemLeft, .trafficItemRight {
    display: inline-block;
    vertical-align: top;
}
.trafficItemLeft {
    width: 86px;
    margin-right: 30px;
}
.trafficItemIcon {
    display: block;
    width: 86px;
    height: 86px;
    border-radius: 100%;
}
.trafficIconA {
    background: url(img/icon-traffic.png) #c30d23 0px 0px no-repeat;
}
.trafficIconB {
    background: url(img/icon-traffic.png) #c30d23 -86px 0px no-repeat;
}
.trafficItemCaption {
    display: none;
}
.trafficItemRight {
    width: calc(100% - 120px);
}
.trafficItemTitle {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
}
.trafficItemDesc {
    font-size: 16px;
    line-height: 34px;
}
.trafficLink {
    display: inline-block;
    color: #c30d23;
}

@media screen and (max-width: 750px) {
    /* **** 场地信息 **** */
    .venueInfo {
        width: 90%;
        margin: 0.3rem auto 0;
        padding-bottom: 0.6rem;
    }
    .venuePhotos {
        width: 100%;
        height: 3.6rem;
        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%;
        margin-top: 0.2rem;
        float: none;
    }
    .venueTitle {
        margin-bottom: 0.2rem;
        font-size: 0.32rem;
        font-weight: bold;
        line-height: 0.5rem;
        text-align: center;
    }
    .venueIntro {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .venueSummary {
        width: 90%;
        margin: 0.3rem auto 0;
    }
    .venueSummarySite, .venueSummaryTel {
        padding-left: 0.5rem;
        font-size: 0.28rem;
        line-height: 0.5rem;
        background-size: auto 0.4rem;
    }

    /* **** 交通信息 **** */
    .traffic {
        width: 90%;
    }
    .trafficDesc {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .trafficList {
        margin: 0.2rem 0;
    }
    .trafficItem {
        padding: 0.2rem 0;
    }
    .trafficItemLeft {
        width: 1.2rem;
        margin-right: 0.3rem;
    }
    .trafficItemIcon {
        width: 1.2rem;
        height: 1.2rem;
        background-size: 2.4rem auto;
    }
    .trafficIconB {
        background: url(img/icon-traffic.png) #c30d23 -1.2rem 0 no-repeat;
        background-size: 2.4rem auto;
    }
    .trafficItemCaption {
        display: block;
        margin-top: 0.2rem;
        font-size: 0.32rem;
        line-height: 0.5rem;
        text-align: center;
    }
    .trafficItemRight {
        width: calc(100% - 1.5rem);
    }
    .trafficItemTitle {
        display: none;
    }
    .trafficItemDesc {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
}