/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/invitation-cn.css");
@import url("/static/public/parts-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #0E8494; /* H3、H4标签字体颜色 */
    --HbgColor: #E3F5FD; /* H3、H4的span背景颜色 */
    --WbgColor: #1199AC; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #0C6774; /* 左右浮动子菜单项背景色 */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 */
}


.box-main h2 {
    background: url(/cn/Invitation/2025/images/h2.jpg) no-repeat left bottom;
}

/* == 展会组织 ==================== */
.box-Organization ul {
    width:33%;
}
.box-Organization ul:last-child {
    width: 34%;
}
/* ================================= */


/* == 展会介绍 ==================== */
.box-Gradient {
    background-image:url(/cn/Invitation/2025/images/Preview.jpg);
}
    .box-Gradient div {
        background: linear-gradient(to right,rgba(37,129,53,0),rgba(14,132,148,0.8),rgba(14,132,148,0.9),rgba(14,132,148,1),rgba(14,132,148,1));
    }
/* ================================= */


/* == 上届观众 ==================== */
.box-Visitors {
        height: 260px; /*配合背景图*/
        background: url(/cn/Invitation/2025/images/Visitors.jpg) no-repeat bottom;
    }
    .box-Visitors ul:first-child li {
        line-height:22.5px;
    }
    .box-Visitors ul:last-child li {
        line-height:24.5px;
    }
/* ================================= */


/* == Vip卖家团 ==================== */
.box-VipBuyers ul, .box-VipBuyers ul:first-child {
    width: 34%;
    padding: 8px 0;
}
.box-VipBuyers ul:nth-child(2) {
    width: 30%;
    padding:8px 0;
}
/* ================================= */


/* == 特邀卖家 ==================== */
.box-KeyBuyers {
    background-color: #f8f8f8;
    padding: 8px 0;
}
    .box-KeyBuyers ul:first-child {
        width: 37%;
    }
    .box-KeyBuyers ul:nth-child(2) {
        width: 33%;
    }
    .box-KeyBuyers ul:last-child {
        width: 29%;
    }
/* ================================= */


