/* 导入样式表 */
@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: #CBE9DC; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #008E40; /*左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #EFF6EF; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #E9F4FA; /* 交替背景色2 */
}

.box-main h2 {
    background: url(/cn/Invitation/2026/images/h2.jpg) no-repeat left bottom;
}

/* == 展会组织 ==================== */
.box-Organization ul {
    width: 24%;
}
    .box-Organization ul:first-child {
        width: 31%;
    }
    .box-Organization ul:last-child {
        float: right;
        width: 20%;
    }
/* ================================= */

/* == 上届观众数据 ==================== */
.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%;
}
/* ================================= */

/* == 特邀卖家 ==================== */
.my-KeyBuyers {
    padding: 10px 10px 0 10px;
    background-color: #f8f8f8;
    display:inline-block;
}
    .my-KeyBuyers li {
        letter-spacing:1px;
        float:left;
        margin-right:20px;
        margin-bottom:10px;

    }
/* ================================= */

/* == 媒体传播 ==================== */
.box-Publicity {
    display: inline-block;
}
    .box-Publicity div {
        float: left;
        margin: 0 0.5% 5px 0;
        padding: 0;
        width: 24.5%;
        height: 98px;
        border-radius: 25px;
        /* 垂直居中 */
        display: flex;
        align-items: center;
    }
        .box-Publicity div p {
            /* 配合父容器div垂直居中 */
            height: 100%;
            margin: 0;
            padding: 10px 0 0 0;
        }
        .box-Publicity div:nth-child(2n+1) {
            background-color: var(--bgColor1);
        }

        .box-Publicity div:nth-child(2n) {
            background-color: var(--bgColor2);
        }

        .box-Publicity div img {
            float: left;
            border-radius: 32px;
            margin:0 8px;
        }

        .box-Publicity div b {
            color: var(--HnnColor);
            font-size: 21px;
        }
/* ================================= */

/* ========= 同期活动 ================ */
:root {
    --myConferencesColor10: #CB474F;
    --myConferencesColor20: #475643;
    --myConferencesColor30: #3358A6;
}

.box-Conferences p {
    padding: 0 15px;
}

.box-Conferences > div {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    background-color: #f8f8f8;
}

    .box-Conferences > div:last-child {
        margin-bottom: 5px;
    }

/* 系列h标签 */
.box-Conferences h3 {
    margin: 0 auto;
    padding-right: 15px;
    line-height: normal;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: #f8f8f8;
    /* 垂直居中 */
    display: flex;
    align-items: center;
}

    .box-Conferences h3 b {
        float: left;
        margin-right: 15px;
        font-size: 43px;
        color: #fff;
        line-height: normal;
        padding: 1px 25px;
    }

.box-Conferences > div:nth-child(1) h3 {
    color: var(--myConferencesColor10);
}

    .box-Conferences > div:nth-child(1) h3 b {
        background-color: var(--myConferencesColor10);
    }

.box-Conferences > div:nth-child(2) h3 {
    color: var(--myConferencesColor20);
}

    .box-Conferences > div:nth-child(2) h3 b {
        background-color: var(--myConferencesColor20);
    }

.box-Conferences > div:nth-child(3) h3 {
    color: var(--myConferencesColor30);
}

    .box-Conferences > div:nth-child(3) h3 b {
        background-color: var(--myConferencesColor30);
    }
/* =================================== */