/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/invitation-cn.css");
@import url("/static/public/parts-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #00A0E9; /* H3、H4标签字体颜色 */
    --HbgColor: #D0F2FF; /* H3、H4的span背景颜色 #E3F7FF*/
    --WbgColor: #24A9D5; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #009ECE; /* 左右浮动子菜单项背景色 */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E3F7FF; /* 交替背景色2 */
    --bgColor3: #E0F2F3; /* 交替背景色3 */
}


.box-main h2 {
    background: url(images/h2.jpg) no-repeat left bottom;
}

/* == 展会组织 ==================== */
.box-Organization ul {
    width:28%;
}
.box-Organization ul:first-child {
    width: 39%;
}
.box-Organization ul:nth-child(2){
    width: 33%;
}
/* ================================= */


/* == 上届观众 ==================== */
.box-Visitors {
    min-height: 270px; /*配合背景图*/
    background: url(images/Visitors.jpg) no-repeat bottom;
}
/* ================================= */


/* == Vip卖家团 ==================== */
.box-VipBuyers ul:first-child, .box-VipBuyers ul:nth-child(2) {
    width: 35%;
    padding: 10px;
}
.box-VipBuyers ul:last-child {
    width: 28%;
    padding:10px;
}
/* ================================= */


/* == 特邀卖家 ==================== */
.box-KeyBuyers {
    margin: 0 auto 10px auto;
    padding: 0;
}

    .box-KeyBuyers h3 {
        margin: 0;
        padding-left: 15px;
        font-size: 15px;
        background-color: var(--HbgColor);
        font-weight: bold;
        line-height: 28px;
        height: 28px;
        width: 200px;
    }

    .box-KeyBuyers ul {
        margin: 5px auto 20px auto;
        padding: 10px 10px 10px 0;
        border-bottom-right-radius: 20px;
        box-shadow: 5px 5px 5px #ccc;
        background-color: var(--bgColor1);
    }
    .box-KeyBuyers li {
        margin-bottom: 5px;
    }
    .box-KeyBuyers ul:nth-child(2) {
        background-color: var(--bgColor2);
    }
    .box-KeyBuyers ul:last-child {
        background-color: var(--bgColor3);
    }
/* ================================= */


/* == 同期活动 ==================== */
.my-activities {
    margin: 0 auto;
    padding: 10px 10px 10px 15px;
    background-color: var(--HbgColor);
    color: #333;
}
    .my-activities b {
        color:var(--HnnColor)
    }
    .my-activities img {
        float: right;
        margin: -10px -10px 0px 10px
    }
/* ================================= */

