/* 导入样式表 */
@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) {

    /* ==== 展会概述================== */
    .my-Preview {
        padding: 0;
        background: none;
    }
    /* ================================= */


    /* ===== 展会优势（为何参展）======= */
    .my-WhyExhibiting {
        padding-right: 0;
    }
        .my-WhyExhibiting div:nth-child(2n), .my-WhyExhibiting div:nth-child(2n+1) {
            margin: 0 0 10px 0;
            width: 100%;
        }
    /* ================================= */
    
    
    /* ===== 展会优势（上届观众）======= */
    .my-Exhibits tr td:first-child {
        width: 200px;
    }
    .my-Visitors-Regions tr td:first-child {
        width: 110px;
    }
    .my-Visiting-Categories tr td:first-child {
        width: 220px;
    }
    /* ================================= */


    /* ==== 展品目录）================== */
    .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%;
    }
    /* ================================= */
}