/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/invitation-cn.css");
@import url("/static/public/parts-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #B66B45; /* H3、H4标签字体颜色 */
    --HbgColor: #F4E8E1; /* H3、H4的span背景颜色 */
    --WbgColor: #AD7745; /* 搭配白色字体的背景色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --bgColor1: #F8F1EB; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #FCFAF8; /* 交替背景色2 */
}

.box-main h2 {
    background-image: url(images/h2.jpg);
}

/* 展会组织 */
.box-Organization ul {
    width: 33%;
}

    .box-Organization ul:first-child {
        width: 39%;
    }

    .box-Organization ul:last-child {
        width: 28%;
    }


/* 观众数据 */
.box-Visitors {
    background: url(images/Visitors.jpg) no-repeat bottom;
}

/* VIP买家团 */
.box-VipBuyers ul:first-child {
    width:35%;
}
.box-VipBuyers ul:nth-child(2) {
    width: 27%;
}
.box-VipBuyers ul:last-child {
    width: 38%;
}

/* 特邀买家 */
.box-KeyBuyers h3 {
    border-bottom: solid 1px #F8B62C;
}

.box-KeyBuyers div:first-child {
    width: 26%;
}

.box-KeyBuyers div:nth-child(2) {
    width: 31%;
}

.box-KeyBuyers div:nth-child(3) {
    width: 19%;
}

.box-KeyBuyers div:last-child {
    width: 21%;
}
