/* 导入样式表 */
@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;
        }

    /* == 市场前景 ==================== */
    .ihe-market {
        height: auto;
        background-color: none;
    }

        .ihe-market ul, .ihe-market ul:last-child {
            float: none;
            width: 100%;
            border: none;
        }

        .ihe-market li {
            padding: 0.15rem 0 0 0;
            min-height: 0;
        }

            .ihe-market li, .ihe-market li:last-child {
                border-bottom: solid 0.1rem #fff;
            }

        .ihe-market h3 {
            margin: 0 auto;
            height: 0.3rem;
            line-height: 0.3rem;
            font-size: 0.16rem;
            letter-spacing: 0.01rem;
            color: var(--HnnColor);
            background-color: var(--HbgColor);
        }

        .ihe-market p {
            margin: 0 auto;
            padding: 0.10rem;
            line-height: 0.25rem;
        }
    /* ================================= */

    /* == 展会优势1：为何参展 ========== */
    .ihe-advantage h3 span {
        color: var(--HnnColor);
        background-color: var(--HbgColor);
    }

    .ihe-advantage p {
        padding: 0.05rem;
    }
    /* ================================= */

    /* == 卖家、宣传 =================== */
    .ihe-buyers-publicity div, .ihe-buyers-publicity div:last-child {
        float: none;
        width: 100%;
    }

        .ihe-buyers-publicity div:first-child ul, .ihe-buyers-publicity div:first-child ul:last-child {
            float: none;
            width: 100%;
        }

        .ihe-buyers-publicity div:last-child ul {
            padding: 5px;
        }

            .ihe-buyers-publicity div:last-child ul li {
                margin: 5px 0 5px 10px;
                white-space: nowrap;
                display: inline-block;
                width: 45%;
                font-size: 0.15rem;
                line-height: 0.25rem;
            }

                .ihe-buyers-publicity div:last-child ul li b {
                    font-size: 0.20rem;
                    font-weight: bold;
                    margin-right: 0;
                }
    /* ================================= */

    /* == 展品范围 ==================== */
    .ihe-profile ul, .ihe-profile ul:first-child {
        float: none;
        width: 100%;
        border: none;
    }

        .ihe-profile ul:first-child li, .ihe-profile ul:last-child li {
            margin: 0 auto 0.05rem auto;
            padding: 0;
            background-image: linear-gradient(to left, #f8f8f8, #f8f8f8 95%);
        }

        .ihe-profile ul:first-child p, .ihe-profile ul:last-child p {
            padding: 0.05rem;
        }

        .ihe-profile ul:first-child h3, .ihe-profile ul:last-child h3 {
            padding-left: 0.05rem;
            color: var(--HnnColor);
            background-color: var(--HbgColor);
            height: 0.28rem;
            line-height: 0.28rem;
            font-size: 0.15rem;
            font-weight: bold;
        }
    /* ================================= */
}