/* 导入样式表 */
@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 h2 {
        margin: 30px auto 10px auto;
        padding: 0;
        background-image: none;
        color: var(--HnnColor);
        font-size: 25px;
        min-height: 40px;
        line-height: 40px;
        letter-spacing: 1px;
        background-color: #f8f8f8;
    }


    /* == 会议及嘉宾 ================== */
    .my-conference th {
        width: auto;
    }
    .my-conference tr td:nth-last-child(2) {
        width: auto;
    }
    /* ================================ */


    /* == 拟邀专家嘉宾(大头像) ======== */
    .my-guest > div {
        float: none;
        margin: 0;
        width: 100%;
        min-height: initial;
    }
    /* ================================ */


    /* == 增值服务（赞助） ============ */
    .my-VaServices tr th:first-child {
        width: auto;
    }

    .my-VaServices1 tr:first-child th:nth-last-child(3) {
        width: auto;
    }

    .my-VaServices1 tr:first-child th:nth-last-child(2) {
        width: auto;
    }

    .my-VaServices1 tr:first-child th:last-child {
        width: auto;
    }
    /* ================================ */

}
