/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #1689CC; /* H3、H4标签字体颜色 */
    --HbgColor: #E9F4FA; /* H3、H4的span背景颜色 */
    --WbgColor: #42ACEC; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
     /* --menu-float-item-bg: #1170A8;左右浮动子菜单项背景色 */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #F5FBFE; /* 交替背景色2 */
}

/* == 展会组织 ==================== */
.my-Organization {
    width: 100%;
    display: inline-block;
}

    .my-Organization li {
        float: left;
        width: auto;
        margin-right: 25px;
    }
/* ================================= */


/* == 上届观众 ==================== */
.box-Visitors {
    height: 265px; /*配合背景图*/
    background: url(images/Visitors.jpg) no-repeat bottom;
}
/* ================================= */


/* == VIP买家团 ==================== */
.box-VipBuyers ul {
    width: 21.5%;
}

    .box-VipBuyers ul:nth-child(2) {
        width: 27%;
    }

    .box-VipBuyers ul:last-child {
        width: 30%;
    }

.box-VipBuyers li {
    font-size: 14px;
}
/* ================================= */