/* 导入样式表 */
@import url("/static/public/style-cn-mob.css");
@import url("/static/public/parts-cn-mob.css");
@import url("/static/public/invitation-cn-mob.css");

/* ================================= */
@media only screen and (max-width: 840px) {

    /* === 支持单位 ================ */
    .ul-Supporters li {
        width: auto;
        min-width:150px;
    }
    /* =============================== */

    /* === VIP卖家团:li拼盘式摆放 === */
    .box-VipBuyers ul:first-child, .box-VipBuyers ul:nth-child(2), .box-VipBuyers ul:nth-child(3), .box-VipBuyers ul:last-child {
        width: 100%;
    }
        .box-VipBuyers ul li {
            float: left;
            width: auto;
            margin-right: 15px;
        }
    /* =============================== */
}
