/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/invitation-cn.css");
@import url("/static/public/parts-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #229344; /* H3、H4标签字体颜色 */
    --HbgColor: #D8E8D2; /* H3、H4的span背景颜色 */
    --WbgColor: #E7F5EF; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #2A8B46; /* 左右浮动子菜单项背景色 */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #F0F7EF; /* 交替背景色2 */
}

.box-main h2 {
    background-image: url(/cn/Invitation/21.IRE/2025/images/h2.jpg);
}

/* == 展会组织 ==================== */
.box-Organization ul {
    width: 100%;
    display: inline-block;
}

    .box-Organization ul li {
        float: left;
        width: auto;
        margin-right: 25px;
    }
/* ================================= */

/* == 上届观众 ==================== */
.box-Visitors {
    height: 265px; /*配合背景图*/
    background: url(/cn/Invitation/21.IRE/2025/images/Visitors.jpg) no-repeat bottom;
}
/* ================================= */


/* == VIP买家团 ==================== */
.my-VipBuyers ul {
    width: 31%;
}
    .my-VipBuyers ul:first-child {
        width: 38%;
    }
/* ================================= */

