/* 导入样式表 */
@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) {
    /*以下3项是ihe特有的*/
    .box-main h2 {
        margin: 30px auto 10px auto;
        padding: 0 0 5px 3px;
        height: auto;
        color: #333;
        font-size: 19px;
        line-height: normal;
        letter-spacing: 0;
        background: url(/static/public/images/3ccc.jpg) repeat-x bottom;
    }

        .box-main h2 b {
            margin: 0;
            padding: 0;
            border: none;
        }

        .box-main h2 span {
            margin: 0;
            padding: 0;
            color: #333;
            font-size: 19px;
            font-weight: normal;
            letter-spacing: 0;
            background: none;
        }

    /* 上届数据 */
    .tb-Figures td {
        padding-left: 5px;
        font-size: 16px;
    }

    /* ==== 展品目录）================== */
    .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;
    }
    /* ================================= */
}
