/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/invitation-en.css");
@import url("/static/public/parts-en.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #C860C6; /* H3、H4标签字体颜色 */
    --HbgColor: #F9ECF9; /* H3、H4的span背景颜色 */
    --WbgColor: #D27DD0; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #1E949D; /* 左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #F9ECF9; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #FDF7FD; /* 交替背景色2 */
}

.box-main h2 {
    background-image: url(/en/Invitation/16.MCH/2025/images/h2.jpg);
}

.my-Organization div:first-child {
    width: 39%;
}

.my-Organization div:last-child {
    width: 58%;
    float:right;
}

/* == 上届观众 ==================== */
.box-Visitors {
    min-height: 270px; /*配合背景图*/
    background-image: url(/en/Invitation/16.MCH/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%;
}
/* ================================= */