/* 导入样式表 */
@import url("/static/public/style-cn-mob.css");
@import url("/static/public/parts-cn-mob.css"); /* 展商评价等内容页有用到 */

@media only screen and (max-width: 840px)  {
    .box-main {
        margin: 0px auto 10px auto;
        padding: 0 10px;
    }

    h1 {
        margin: 0 auto 5px auto;
        font-size: 16px;
        font-weight: bold;
        line-height: 25px;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    /* 参展信息 */
    .ul-Exhibitor {
        background-image: url(/static/public/images/null.png);
    }

    /* 展商推荐 --> 参展产品 图片。原定义在 NewsExpo-cn.css。 */
    .ul-Products > li > div > img {
        width: auto;
        max-width: 100%; /* 应对：在具体页面可能会定义为各种宽度 */
    }
    #ul-Products > li > div > img {
        width: auto;
        max-width: 100%; /* 网页内有多个.ul-Products的情况下，实际的参展产品要加id，以便“展会生图”等功能抓取信息 */
    }
}

