/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #229344; /* H3、H4标签字体颜色 */
    --HbgColor: #E2EECA; /* H3、H4的span背景颜色 #EFF8FC */
    --HbwColor: #49AB82; /* 适配白色字体的背景颜色 */
    --bgColor1: #EFF6EF; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #E9F4FA; /* 交替背景色2 */
}

/* == 展会组织 ==================== */
.box-Organization ul {
    width: 24%;
}
    .box-Organization ul:first-child {
        width: 28%;
    }
/* ================================= */

.ul-li-float {
    width:100%;
    display:inline-block;
}
    .ul-li-float li {
        float:left;
        margin-right:25px;
    }
    
/* == 上届观众数据 ==================== */
.my-Visitors {
    background-color: #f8f8f8;
}.my-Visitors > div:first-child {
width: 60%;
}
.my-Visitors > div:last-child {
    float: right;
    width: 39%;
}
.my-Visitors h3 {
    margin:0 auto;
    height: 30px;
    line-height: 30px;
    background-color: var(--HbgColor);
    padding-left:15px;
}
/* ================================= */

/* == Vip卖家团 ==================== */
.box-VipBuyers li {
    font-size:14px;
}
.box-VipBuyers ul:first-child {
    width: 25.5%;
}
.box-VipBuyers ul:nth-child(2) {
    width: 24.5%;
}
.box-VipBuyers ul:nth-child(3) {
    width: 28%;
}
.box-VipBuyers ul:last-child {
    width: 22%;
}
/* ================================= */

