/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #2AA2A3; /* H3、H4标签字体颜色 */
    --HbgColor: #DDF7F7; /* H3、H4的span背景颜色 */
    --WbgColor: #2EB1B1; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #2C967B; /* 左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #E0F2F3; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0EFE7; /* 交替背景色2 */
}

/* 展会组织 */
.my-Organizers ul {
    width: 32%;
}
    .my-Organizers ul:last-child {
        width: 36%;
    }


.my-Supports ul:first-child {
    width: 42%;
}
.my-Supports ul:nth-child(2n) {
    width: 31%;
}
.my-Supports ul:last-child {
        width: 27%;
    }




/* Vip卖家团 */
.box-VipBeyers ul, .box-VipBeyers ul:last-child {
    width: 32%;
}
    .box-VipBeyers ul:first-child {
        width: 36%;
    }

/* 特邀卖家（对 .box-hang4son再定义） */
.box-KeyBuyers div, .box-KeyBuyers div:first-child {
    width: 22%;
}
    .box-KeyBuyers div:first-child {
        width: 31%;
    }

/* tb-leftDataRightImg 类的再定义，为美观 */
.tb-leftDataRightImg td:first-child {
    width: 50%;
}
