/* 导入样式表 */
@import url("/static/public/style-en-mob.css");
@import url("/static/public/parts-en-mob.css");
@import url("/static/private/ihe-invitation-en-mob.css"); 

/* ================================= */
@media only screen and (max-width: 840px) {
    /* ===== 展会优势（为何参展）======= */
    .my-WhyExhibiting {
        padding-right: 0;
    }
    .my-WhyExhibiting h3{
        display:none;
    }
        .my-WhyExhibiting div:nth-child(2n+1), .my-WhyExhibiting div:nth-child(2n) {
            margin: 0 0 10px 0;
            width: 100%;
        }
    /* ================================= */


    /* ===== 展会优势（上届观众）======= */
    .my-Exhibits tr td:first-child {
        width: 345px;
    } 
    
    .my-Visitors-Regions tr td:first-child {
        width: 230px;
    }

    .my-Visiting-Categories tr td:first-child {
        width: 345px;
    }

    /* ================================= */


    /* ==== 展品目录）================== */
    .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%;
    }
    /* ================================= */
}