@charset "utf-8";

body {
    background-color: #f0f1f2;
}
/* 复写样式 */
.sectionTitle {
    margin: 0px auto 40px;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    color: var(--color-theme);
}
/* **** Banner **** */
/* .banner {
    background: url(img/banners/venuebg.jpg) center center/auto 100% no-repeat
} */
.ban {
    background-image: url(/css/dta2022/img/banners/topBanner_2.svg);
}
/* **** 场地信息 **** */
.venueInfo {
    overflow: hidden;
    margin-top: 100px;
    padding-bottom: 60px;
    background-color: #ffffff;
}
.venueInfoWrap {
    width: 1062px;
    margin: 60px auto 0;
    font-size: 0px;
    background-color: #fff;
    overflow: hidden;
}
.dtaVenueInfo {
    padding-top: 40px;
    border-top: 1px solid #E5E5E5;
}
.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: var(--color-theme);
}
.venueInfoBox {
    box-sizing: border-box;
    width: calc(100% - 524px);
    height: 266px;
    /* padding: 25px; */
}
.venueCaption {
    margin-bottom: 24px;
    font-size: 20px;
    color: #333333;
}
.venueTitle {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 30px;
    color: #12284B;
}
.venueIntro {
    font-size: 16px;
    line-height: 30px;
}
.venueIntro a {
    display: inline-block;
    color: var(--color-theme);
}
.venueSummary {
    margin-top: 60px;
}
.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 {
    margin-top: 10px;
    background: url(img/icon-tel.png) center left no-repeat;
}
.mapGuideLink {
    display: inline-block;
    color: var(--color-theme);
}
.mMapGuideLink {
    display: inline-block;
    color: #000000;
}

/* **** 会场平面图 **** */
.venuePlan {
    box-sizing: border-box;
    width: 1062px;
    margin: 50px auto;
    padding: 30px 20px;
    background-color: #F8F8F8;
}
.venuePlanWrap {
    box-sizing: border-box;
    width: 1062px;
    margin: 40px auto;
    background-color: #fff;
    overflow: hidden;
}
.venuePlanImg {
    width: 100%;
}
.mVenuePlanImg {
    display: none;
}
.smallPlanItem {
    position: relative;
    width: 495px;
    cursor: pointer;
}
.smallPlanImg {
    width: 100%;
    height: auto;
}
.enlargeBox {
    position: absolute;
    display: flex;
    height: 30px;
    padding: 0px 20px;
    align-items: center;
    bottom: 0px;
    right: 0px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}
.enlargeIcon {
    margin-right: 8px;
}

/* **** 交通信息 **** */
.traffic {
    width: 1062px;
    height: 740px;
    margin: 40px auto 60px;
    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-top: 25px;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 30px;
    color: var(--color-theme);
}
.taxiCaption {
    background: url(img/iconTaxi.png) left center no-repeat;
}
.subwayCaption {
    margin-top: 25px;
    background: url(img/iconSubway.png) left center no-repeat;
}
.parkingCaption {
    background: url(img/iconParking.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: 20px;
    font-size: 20px;
    line-height: 25px;
    color: #333333;
}
.hotelInfo {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.hotelDesc {
    min-height: 20px;
    margin: 25px 0 30px;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.hotelLink {
    display: inline-block;
    color: var(--color-theme);
}
.otherHotelLink {
    width: 180px;
    font-size: 16px;
    /* line-height: 40px; */
    /* text-align: center; */
    /* background-color: var(--color-theme);
    color: #fff; */
    color: var(--color-theme);
}
/* .hotelCodeImg {
    width: 100px;
    margin-top: 10px;
} */

.reserveBtn{
    width: 126px;
    margin-top: 28px;
    line-height: 34px;
    font-size: 16px;
    color: var(--color-theme);
    text-align: center;
    border: 1px solid var(--color-theme);
    background: url(img/reserveIcon.svg) right 16px center no-repeat;
    border-radius: 19px;
}
.reserveBtn:hover{
    color: #ffffff;
    background: var(--color-theme) url(img/reserveIcon_active.svg) right 16px center no-repeat;
}
.reserveWin{
    z-index: 2000;
}
.reserveWin .dialogBox{
    width: auto;
    padding: 0 0;
}
.reserveWin .closeDialog{
    top: -20px;
    right: -50px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.8);
}
.reserveImg{
    height: 800px;
}
@media screen and (max-width: 1440px) {
    .reserveImg{
        height: 560px;
    }
}

/* **** 缩略图大图窗口 **** */
.planWin {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2000;
    display: none;
}
.planWinBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.planBigImgBox {
    position: absolute;
    width: 990px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.planBigImg {
    display: none;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 750px) {
    /* **** 场地信息 **** */
    .venueInfo {
        padding-bottom: 0px;
    }
    .venueInfoWrap {
        width: 92%;
        margin: 0.3rem auto 0;
        padding-bottom: 0.3rem;
    }
    .dtaVenueInfo {
        padding-top: 0.6rem;
    }
    .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;
    }
    .venueCaption {
        margin: 0.4rem 0px;
        font-size: 0.28rem;
    }
    .venueTitle {
        margin: 0.3rem 0 0.4rem;
        font-size: 0.4rem;
        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;
    }
    .mMapGuideLink {
        color: var(--color-theme);
    }

    /* **** 会场平面图 **** */
    .venuePlan {
        width: 90%;
        margin: 0.4rem auto 0.6rem;
        padding: 0.1rem 0.3rem;
    }
    .venuePlanWrap {
        width: 92%;
        margin: 0.5rem auto;
    }
    .venuePlanImg {
        display: none;
    }
    .mVenuePlanImg {
        display: block;
        width: 100%;
    }
    .smallPlanItem {
        width: 100%;
        margin-bottom: 0.3rem;
        float: none;
    }
    .enlargeBox {
        height: 0.4rem;
        padding: 0px 0.2rem;
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .enlargeIcon {
        width: 0.24rem;
        margin-right: 0.2rem;
    }

    /* **** 交通信息 **** */
    .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.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;
    }

    /* **** 缩略图大图窗口 **** */
    .planWinBg {
        background-color: #000000;
    }
    .planBigImgBox {
        width: 100%;
        left: 0px;
        transform: translateY(-50%);
    }
    .planBigImg {
        width: 100%;
        height: auto;
    }

    .reserveBtn {
        width: 2.6rem;
        margin-top: 0.32rem;
        line-height: .6rem;
        font-size: .28rem;
        background: url(img/reserveIcon.svg) right 0.28rem center no-repeat;
        border-radius: 0.36rem;
    }
    .reserveWin .closeDialog {
        top: -60px;
        right: -20px;
    }
    .reserveImg {
        height: 10rem;
    }
}