/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #079C4D; /* H3、H4标签字体颜色 */
    --HbgColor: #E7F0DD; /* H3、H4的span背景颜色 #EFF8FC */
    --HbwColor: #8BC06B; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /*--menu-float-item-bg: #008E40; 左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #EFF6EF; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #E9F4FA; /* 交替背景色2 */
}


/* == 展会组织 ==================== */
.box-Organization {
    border-bottom:dashed 1px #ccc;
}
.box-Organization ul {
    width: 26%;
}
    .box-Organization ul:first-child {
        width: 34%;
    }

    .box-Organization ul:nth-child(2) {
        width: 40%;
    }
/* ================================= */


/* == Vip卖家团 ==================== */
.box-VipBuyers {
    background-color: #f8f8f8;
    padding: 10px;
}

    .box-VipBuyers ul {
        width: 33%;
    }

        .box-VipBuyers ul:nth-child(3) {
            width: 34%;
        }
/* ================================= */
