/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/invitation-en.css");
@import url("/static/public/parts-en.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #1689CC; /* H3、H4标签字体颜色 */
    --HbgColor: #E9F4FA; /* H3、H4的span背景颜色 #EFF8FC */
    --HbwColor: #42ACEC; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #1170A8; /*左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #F5FBFE; /* 交替背景色2 */
}

.box-main h2 {
    background: url(/en/Invitation/2025/images/h2.jpg) no-repeat left bottom;
}

/* == 展会组织 ==================== */
.my-Organizers ul:first-child {
    width: 58%;
}
.my-Organizers ul:last-child {
    width: 42%;
}

.my-Supporters ul:first-child {
    width: 40%;
}
.my-Supporters ul:last-child {
    width: 59%;
    float:right;
}
/* ================================= */


/* == 市场前景 ==================== */
.box-Gradient {
    background-image: url(/en/Invitation/2025/images/Preview.jpg);
}
    .box-Gradient div {
        background: linear-gradient(to right,rgba(20,128,192,0),rgba(20,128,192,0.8),rgba(20,128,192,0.9),rgba(20,128,192,1),rgba(20,128,192,1),rgba(20,128,192,1));
        padding-left: 180px;
    }
/* ================================= */


/* == 上届观众 ==================== */
    .box-Visitors {
        height: 265px; /*配合背景图*/
        background-image: url(/en/Invitation/2025/images/Visitors.jpg);
    }
/* ================================= */


/* == 上届观众 ==================== */
.my-VipBuyers {
    padding: 10px 0;
    background-color: #f8f8f8;
}
    .my-VipBuyers ul:first-child {
        width: 40%;
    }
    .my-VipBuyers ul:last-child {
        width: 59%;
        float: right;
    }
/* ================================= */


