/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-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-Organization ul {
    width:28%;
}
.box-Organization ul:first-child {
    width: 39%;
}
.box-Organization ul:nth-child(2){
    width: 33%;
}
/* ================================= */


/* == 买家评价 ==================== */
.box-Gradient {
    background-image: url(images/Testimonials.jpg);
}
    .my-Testimonials div {
        background: linear-gradient(to right, rgba(24,127,196,0),rgba(24,127,196,0.8), rgba(24,127,196,0.9), rgba(24,127,196,0.9), rgba(24,127,196,1) );
    }
/* ================================= */


/* == 上届观众 ==================== */
.box-Visitors {
    min-height: 270px; /*配合背景图*/
    background: url(images/Visitors.jpg) no-repeat bottom;
}
/* ================================= */


/* == Vip卖家团 ==================== */
.box-VipBuyers ul {
    padding-top:10px;
    padding-bottom:10px;
}
.box-VipBuyers ul:first-child {
    width: 35%;
}
.box-VipBuyers ul:nth-child(2) {
    width: 30%;
}
.box-VipBuyers ul:last-child {
    width: 33%;
}
/* ================================= */


/* == 特邀卖家 ==================== */
.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 {
    background-color: var(--HbgColor);
    padding: 0;
}

    .my-activities img {
        margin: 0;
        max-width: 100%;
    }

    .my-activities div:first-child {
        float: right;
        width: 35%;
        margin: 0;
        padding: 0;
    }

    .my-activities div:last-child {
        float: left;
        width: 65%;
        margin: 0;
        padding: 0;
    }

    .my-activities p {
        margin: 0 auto;
        padding: 10px 20px;
        color: #333;
        font-size: 15px;
        line-height: 25px;
        text-align: justify;
    }

    .my-activities b {
        color: var(--HnnColor)
    }

