/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #428BCE; /* H3、H4标签字体颜色 */
    --HbgColor: #E2EEF8; /* H3、H4的span背景颜色 */
    --WbgColor: #64A0D7; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #5295D1; /* 左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 */
}

/* 展会组织 */
.box-Organization ul, .box-Organization ul:last-child {
    width: 30%;
}
    .box-Organization ul:first-child {
        width: 40%;
    }

/* 市场前景 */
.box-Gradient {
    background-image: url(images/expo-desc.jpg);
}
    .box-Gradient div {
        background: linear-gradient(to right,rgba(48,122,197,0),rgba(48,122,197,0.6),rgba(48,122,197,0.7),rgba(48,122,197,0.8),rgba(48,122,197,0.9));
    }

/* 上届观众 */
.box-Visitors {
    min-height: 295px;
    background: url(images/Visitors.jpg) no-repeat bottom;
}

    .box-Visitors ul:first-child li {
        line-height: 25px;
    }

    .box-Visitors ul:last-child li {
        width: 40%;
    }

/* Vip卖家团 */
.box-VipBeyers ul, .box-VipBeyers ul:last-child {
    width:32%;
}
   .box-VipBeyers ul:first-child {
        width: 36%;
    }