/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #229344; /* H3、H4标签字体颜色 */
    --HbgColor: #E2EECA; /* H3、H4的span背景颜色 #EFF8FC */
    --HbwColor: #49AB82; /* 适配白色字体的背景颜色 */
    --bgColor1: #EFF6EF; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #E9F4FA; /* 交替背景色2 */
}


/* == 展会组织 ==================== */
.box-Organization ul:first-child {
    width: 35%;
}
.box-Organization ul:nth-child(2) {
    width: 30%;
}
.box-Organization ul:last-child {
        width: 35%;
}
/* ================================= */


/* 支持单位 */
.ul-Supporters {
    width: 100%;
    display: inline-block;
}

    .ul-Supporters li {
        float: left;
        width: 21.5%;
    }
/* ================================= */


/* == 上届观众数据 ==================== */
.box-Visitors {
    min-height: 260px; /*配合背景图*/
    background: url(images/Visitors.jpg) no-repeat bottom;
}

    .box-Visitors ul:first-child li {
        line-height: 25px;
    }

    .box-Visitors ul:last-child li {
        width: 38%;
        line-height: 22.5px;
    }
/* ================================= */

/* == Vip卖家团 ==================== */
.my-VipBuyers ul {
    width: 33%;
}
/* ================================= */

/* == 特邀卖家 ==================== */
.my-KeyBuyers {
    padding: 10px 10px 10px 0;
    background-color: #f8f8f8;
}
/* ================================= */

/* == 展品类别 ==================== */
.tb-ExpoProfile th {
    background-color: var(--HbwColor);
}
/* ================================= */

