/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #007F34; /* #519830; H3、H4标签字体颜色 */
    --HbgColor: #D8E8D2; /* H3、H4的span背景颜色 */
    --WbgColor: #79BD4D; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /* --menu-float-item-bg: #519830; 左右浮动子菜单项背景色 */
    --bgColor1: #E0F2F3; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0EFE7; /* 交替背景色2 */
}

/* 展会组织 */
.ul-Organization {
    display:inline-block;
}
.ul-Organization li {
    float:left;
    margin-right:25px;
}


/* == 上届观众 ==================== */
.box-Visitors {
    min-height: 270px; /*配合背景图*/
    background: url(images/Visitors.jpg) no-repeat bottom;
}
/* ================================= */


/* == Vip卖家团 ==================== */
.box-VipBuyers ul {
    width: 31%;
}
.box-VipBuyers ul:first-child {
    width: 38%;
}
/* ================================= */


