/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");


/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #0E8494; /* H3、H4标签字体颜色 */
    --HbgColor: #E3F5FD; /* H3、H4的span背景颜色 */
    --WbgColor: #1199AC; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /* --menu-float-item-bg: #0F8495; 左右浮动子菜单项背景色 */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 */
}


/* == 展会组织 ==================== */
.box-Organization ul {
    width:36%;
}
.box-Organization ul:first-child {
    width: 28%;
}
/* ================================= */


/* == 为何参展 ==================== */
.my-WhyExhibiting > div {
    width: 24.5%;
}

    .my-WhyExhibiting > div:last-child {
        width: 23.5%;
    }
/* ================================= */


/* == Vip卖家团 ==================== */
.my-VipBuyers ul {
    padding: 10px;
    background-color:#f8f8f8;
}

.my-VipBuyers ul {
    width: 36%;
}
.my-VipBuyers ul:last-child {
    width: 28%;
}
/* ================================= */


/* == 特邀卖家 ==================== */
.my-KeyBuyers div:first-child {
    width: 26%;
}
.my-KeyBuyers div:nth-child(2) {
    width: 44%;
}
.my-KeyBuyers div:last-child {
    width: 28%;
}
/* ================================= */


