/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #3EB034; /* H3、H4标签字体颜色 */
    --HbgColor: #D7EAB9; /* H3、H4的span背景颜色 #EFF8FC */
    --HbwColor: #8EC21F; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /*--menu-float-item-bg: #008E40; 左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #EEF9D7; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #E2F2DB; /* 交替背景色2 */
    --bgColor3: #F0F7EF; /* 交替背景色3 */
}

/* == 展会组织 ==================== */
.box-Organization ul {
    width: 33%;
}
    .box-Organization ul:first-child {
        width: 34%;
    }
/* ================================= */


/* == 上届观众 ==================== */
.box-Visitors {
    height: 270px; /*配合背景图*/
    background: url(images/Visitors.jpg) no-repeat bottom;
}
/* ================================= */

/* == Vip卖家团 ==================== */
.box-VipBuyers li {
    font-size:14px;
}
.box-VipBuyers ul:first-child {
    width: 24%;
}
.box-VipBuyers ul:nth-child(2) {
    width: 28%;
}
.box-VipBuyers ul:nth-child(3) {
    width: 26%;
}
.box-VipBuyers ul:last-child {
    width: 22%;
}
/* ================================= */

/* == 展品类别 ==================== */
.tb-ExpoProfile th {
    background-color: var(--HbgColor);
    color: var(--HnnColor);
    font-weight:bold;
}
/* =============================== */
