/* 导入样式表 */
@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) {
    .box-main h3 {
        font-size: 15px;
    }

    /* == 活动背景 ==================== */
    .tb-Preview tr td:first-child {
        padding-right: 0;
    }
    .tb-Preview tr td:last-child {
        width: 0; 
        display:none;
    }
    /* ================================= */

    .my-table th, .my-table td {
        padding: 6px 2px;
    }


    /* == 拟邀嘉宾 ===================== */
    .my-Guests li, .my-Guests li:last-child {
        width: 49%;
        float: left;
    }

        .my-Guests li:nth-child(2n) {
            float: right;
        }
    /* ================================= */


    /* == 展品范围 ==================== */
   .my-ExpoProfile tr td:first-child {
        width: 80px;
    }
    /* ================================= */
}