/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/invitation-cn.css");
@import url("/static/public/parts-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 */
}

.box-main h2 {
    background-image: url(/cn/Invitation/2024/images/h2.jpg);
}

/* == 展会组织 ==================== */
.box-Organization ul {
    width: 100%;
    display: inline-block;
}

    .box-Organization ul li {
        float: left;
        width: auto;
        margin-right: 25px;
    }
/* ================================= */

/* == 展会介绍 ==================== */
.box-Preview {
    background-color: var(--bgColor2);
}
    .box-Preview img {
        max-height: 170px;
    }
/* ================================= */

/* == 上届观众 ==================== */
.box-Visitors {
    height: 265px; /*配合背景图*/
    background: url(/cn/Invitation/2024/images/Visitors.jpg) no-repeat bottom;
}
/* ================================= */

/* == VIP买家团 ==================== */
.box-VipBuyers {
    padding: 10px 0;
    background-color: #f8f8f8;
    width: 100%;
    display: inline-block;
}

    .box-VipBuyers ul {
        float: left;
        width: 21%;
    }

        .box-VipBuyers ul:nth-child(2) {
            width: 27%;
        }

        .box-VipBuyers ul:last-child {
            width: 31%;
        }

    .box-VipBuyers li {
        font-size: 14px;
    }
/* ================================= */

/* == 特邀买家 ==================== */
.box-KeyBuyers1 div:first-child {
    width: 25%;
}

.box-KeyBuyers1 div:last-child {
    width: 74%;
}

.box-KeyBuyers2 div:first-child {
    width: 54%;
    background-color: #F1F7E6;
}

.box-KeyBuyers2 div:last-child {
    width: 45%;
    background-color: #E7F5EF;
}
/* ================================= */