/* 导入样式表 */
@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 */
}


/* == 展会组织 ==================== */
.box-Organization ul {
    width: 30%;
}
    .box-Organization ul:first-child {
        width: 40%;
    }
/* ================================= */

/* == 市场前景 ==================== */
.box-Gradient {
    background-image: url(images/Preview.jpg);
}
    .box-Gradient div {
        background: linear-gradient(to right,rgba(37,129,53,0),rgba(37,129,53,0.7),rgba(37,129,53,0.8),rgba(131,188,36,0.9));
    }
/* ================================= */

/* == 上届观众 ==================== */
.box-Visitors {
    min-height: 270px; /*配合背景图*/
    background: url(images/Visitors.jpg) no-repeat bottom;
}
/* ================================= */


/* == Vip卖家团 ==================== */
.box-VipBuyers ul {
    width: 24%;
}
    .box-VipBuyers ul:nth-child(2) {
        width: 29%;
    }
    .box-VipBuyers ul:nth-child(3) {
        width: 22%;
    }
/* ================================= */


