@charset "utf-8";

/* **** Banner **** */
.banner {
    background: url(img/banners/boothBannerBg.jpg) center center/auto 100% no-repeat;
}

/* **** 数字旅游展介绍 **** */
.exhibitionIntro {
    width: 900px;
    margin: 45px auto;
    overflow: hidden;
}
.exhibitionIntroDesc {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 40px;
    color: #252525;
}
.exhibitionIntroDesc:last-child {
    margin-bottom: 0;
}
/* **** 展位 **** */
.booth {
    width: 900px;
    margin: 0 auto;
    padding-bottom: 30px;
    overflow: hidden;
}
    /* 展位分类与价格 */
.boothBox {
    margin-bottom: 30px;
    overflow: hidden;
}
.boothBoxTitle {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 20px;
}
.boothIconType,.boothIconInterests{
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.boothIconType{
    background: url(img/booth-icon-type.png) center no-repeat;
    background-size: 100% auto;
}
.boothIconInterests{
    background: url(img/booth-icon-interests.png) center no-repeat;
    background-size: 100% auto;
}
.boothImg {
    width: 750px;
}
.boothList {
    margin: 15px 0;
    overflow: hidden;
}
.boothItem {
    margin-bottom: 15px;
    font-size: 0;
    line-height: 25px;
}
.boothItem:last-child {
    margin-bottom: 0;
}
.boothItemCaret, .boothItemDesc {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}
.boothItemCaret {
    width: 8px;
    height: 8px;
    margin: 8px 10px 0 0;
    background-color: #000000;
}
.boothItemDesc {
    width: calc(100% - 20px);
}
.boothTip {
    font-size: 16px;
    color: #c30d23;
}
    /* 附加增值权益 */
.additionalIntroDesc {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
}

/* **** 联系我们参展（参展赞助登记） **** */
.exhibitionRegister {
    border-top: 1px solid #F1F1F1;
    overflow: hidden;
}
.exhibitionRegisterBox {
    width: 940px;
    margin: 0 auto 60px;
}
.exhibitionRegisterSuggest {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #767676;
}
.exhibitionRegisterContact {
    color: #c30d23;
}
.formItem {
    width: 300px;
    height: 60px;
}
.exhibitionMiddleItem {
    margin: 0 20px;
}
.formTip {
    position: static;
}
.submitExhibitionBtn {
    display: block;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    background-color: #c30d23;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    /* **** 数字旅游展介绍 **** */
    .exhibitionIntro {
        width: 90%;
        margin: 0.45rem auto;
    }
    .exhibitionIntroDesc {
        margin-bottom: 0.4rem;
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    /* **** 展位 **** */
    .booth {
        width: 90%;
        padding-bottom: 0;
    }
        /* 展位分类与价格 */
    .boothBox {
        margin-bottom: 0.6rem;
    }
    .boothBoxTitle {
        margin: 0 0 0.3rem;
        font-size: 0.3rem;
        line-height: 0.4rem;
    }
    .boothImg{
        width: 100%;
    }
    .boothList {
        margin: 0.3rem 0 0;
    }
    .boothItem {
        margin-bottom: 0.3rem;
        font-size: 0;
        line-height: 0.4rem;
    }
    .boothItemCaret {
        width: 0.2rem;
        height: 0.2rem;
        margin: 0.1rem 0.2rem 0 0;
    }
    .boothItemDesc {
        width: calc(100% - 0.4rem);
        font-size: 0.28rem;
    }
        /* 附加增值权益 */
    .additionalIntroDesc {
        margin-bottom: 0.3rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .boothTip {
        font-size: 0.28rem;
    }
    .suggestBox .boothTip {
        margin-top: 0.2rem;
    }

    /* **** 联系我们参展（参展赞助登记） **** */
    .exhibitionRegisterBox {
        width: 90%;
        margin: 0 auto 0.6rem;
    }
    .exhibitionRegisterSuggest {
        margin-bottom: 0.6rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .formItem {
        width: 100%;
        height: 1.2rem;
        margin: 0;
        float: none;
    }
    .submitExhibitionBtn {
        width: 100%;
        height: 0.8rem;
        margin: 0.2rem 0 0;
        font-size: 0.28rem;
        line-height: 0.8rem;
    }
}