/* 导入样式表 */
@import url("/static/public/style-cn-mob.css");
@import url("/static/public/invitation-cn-mob.css");
@import url("/static/public/parts-cn-mob.css");

@media only screen and (max-width: 840px) {
    .box-main h2 {
        background-image: url(/cn/Invitation/2024/images/h2-mob.jpg);
    }
    /* === 支持单位、企业 ========== */
    .ul-Supporters li {
        margin-right: 15px; /* 减小间隔 */
    }
    /* ============================= */

    /* === 上届展品比例 ============ */
    .my-Exhibits > div:last-child ul:first-child {
        float: left;
        width: 49%;
    }
    .my-Exhibits > div:last-child ul:last-child {
        float: right;
        width: 49%;
    }
    /* ============================== */

    /* === VIP卖家团:li拼盘式摆放 === */
    .box-VipBuyers ul, .box-VipBuyers ul:first-child, .box-VipBuyers ul:last-child {
        width: 100%;
    }
        .box-VipBuyers ul li {
            float: left;
            width: auto;
            margin-right:15px;
        }
    /* =============================== */

}
