/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/invitation-en.css");
@import url("/static/public/parts-en.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(/en/Invitation/2025/images/h2.jpg) no-repeat left;
}

/* 展会组织 */
.box-Organization ul {
    width: 50%;
}

/* 展会介绍 */
.box-Gradient {
    background: url(/en/Invitation/2025/images/Preview.jpg) no-repeat top left;
}
    .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-image: url(/en/Invitation/2025/images/Visitors.jpg);
}
    .box-Visitors li {
        line-height: 22.5px;
    }
    .box-Visitors ul:last-child li {
        line-height: 24.5px;
    }

/* Vip卖家 */
.box-VipBuyers {
    padding: 8px 10px 8px 0;
    background-color: #f8f8f8;
}
    .box-VipBuyers ul:first-child {
        width: 46%;
    }
    .box-VipBuyers ul:last-child {
        float: right;
        width: 53%;
    }

/* 特邀卖家 */
.box-KeyBuyers ul:first-child {
    width: 50%;
    padding: 8px 0;
}
.box-KeyBuyers ul:last-child {
    width: 49%;
    padding: 8px 0;
}