/* 导入样式表 */
@import url("/static/public/style-cn-mob.css");
@import url("/static/public/parts-cn-mob.css");
@import url("/static/private/ihe-invitation-cn-mob.css");

/* ================================= */
@media only screen and (max-width: 840px) {

    /* ==== 展会概述================== */
    .box-Preview {
        padding: 0;
        background: none;
    }
        .box-Preview div {
            width: 100%;
        }
    /* ================================= */

    /* ===== 展会优势（为何参展）======= */
    .my-WhyExhibiting img {
        display: none;
    }

    .my-Visitors-Regions tr td:first-child {
        width: 110px;
    }

    .my-Visiting-Categories tr td:first-child {
        width: 220px;
    }

    .my-Exhibits tr td:first-child {
        width: 200px;
    }
    /* ================================= */


    /* 上届数据 */
    .tb-Figures td {
        padding-left: 5px;
        font-size: 16px;
    }

    /* ==== 展品目录）================== */
    .my-ExpoProfile > div, .my-ExpoProfile > div:first-child, .my-ExpoProfile > div:last-child {
        width: 100%;
        margin: 10px auto;
    }
    .my-ExpoProfile p {
        height: auto;
    }
    .my-ExpoProfile img {
        float: left;
        margin-right: 5px;
        max-width: 60%;
    }
    /* ================================= */


    /* ==== 展商及展品分布 ============= */
        .my-Exhibits-1 ul, .my-Exhibits-2 ul {
            width: 160px;
        } 
        .my-Exhibits-1 li, .my-Exhibits-2 li {
            text-shadow:1px 1px 0 #fff; 
        }
    /* ================================= */
}
