/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/invitation-en.css");
@import url("/static/public/parts-en.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #519830; /* H3、H4标签字体颜色 */
    --HbgColor: #D8E8D2; /* H3、H4的span背景颜色 */
    --WbgColor: #79BD4D; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #358327; /* 左右浮动子菜单项背景色 */
    --bgColor1: #E0F2F3; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0EFE7; /* 交替背景色2 */
}

.box-main h2 {
    background-image: url(/en/Invitation/30.NOE/2025/images/h2.jpg);
}


/* == 市场前景 ==================== */
.box-Gradient {
    background-image: url(/en/Invitation/30.NOE/2025/images/Preview.jpg);
}
    .box-Gradient div {
        background: linear-gradient(to right,rgba(37,129,53,0),rgba(37,129,53,0.7),rgba(37,129,53,0.8),rgba(131,188,36,0.9));
    }
/* ================================= */

/* == 上届观众 ==================== */
.box-Visitors {
    min-height: 270px; /*配合背景图*/
    background-image: url(/en/Invitation/30.NOE/2025/images/Visitors.jpg);
}
/* ================================= */


/* == Vip卖家团 ==================== */
.box-VipBuyers {
    background-color:#f8f8f8;
    padding:8px 0;
}
.box-VipBuyers ul:first-child,.box-VipBuyers ul:last-child {
    width: 50%;
}
/* ================================= */