/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/invitation-cn.css");
@import url("/static/public/parts-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #519830; /* H3、H4标签字体颜色 */
    --HbgColor: #D8E8D2; /* H3、H4的span背景颜色 #EFF8FC  #D8E8D2*/
    --HbwColor: #CBE9DC; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #358327; /*左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #EFF6EF; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #E9F4FA; /* 交替背景色2 */
}

.box-main h2 {
    background-image: url(/cn/Invitation/2024/images/h2.jpg);
}

/* == 指导主办 ==================== */
.box-Organisers > ul {
    width: 25%;
}
    .box-Organisers > ul:nth-child(2) {
        width: 50%;
    }

/* 支持单位、企业 */
.ul-Supporters {
    width:100%;
    display:inline-block;
}
    .ul-Supporters li {
        float: left;
        width: auto;
        margin-right: 25px;
    }
/* ================================= */


/* == 上届观众 ==================== */
.my-Visitors > div:first-child {
    width: 74%;
}

    .my-Visitors > div:first-child img {
        max-width: 100%;
    }

.my-Visitors > div:last-child {
    width: 26%;
}

    .my-Visitors > div:last-child li {
        border-bottom: dashed 1px #ccc;
    }
/* ================================= */


/* == 上届展品比例 ==================== */
.my-Exhibits > div:first-child {
    width: 68%;
}

    .my-Exhibits > div:first-child img {
        max-width: 100%;
    }

.my-Exhibits > div:last-child {
    width: 32%;
}

    .my-Exhibits > div:last-child li {
        border-bottom: dashed 1px #ccc;
    }
/* ================================= */


/* == VIP买家团 ==================== */
.box-VipBuyers {
    margin:0;
    padding: 10px 0;
    background-color: #f8f8f8;
    width:100%;
    display:inline-block;
}
    .box-VipBuyers ul {
        float: left;
        width: 23%;
    }
        .box-VipBuyers ul:first-child {
            width: 24%;
        }
        .box-VipBuyers ul:last-child {
            width: 30%;
        }
    .box-VipBuyers li {
        font-size: 14px;
    }
/* ================================= */

/* == 特邀买家 ==================== */
.box-KeyBuyers1 div:first-child {
    width: 35%;
}

.box-KeyBuyers1 div:last-child {
    width: 64%;
}

.box-KeyBuyers2 div:first-child {
    width: 42%;
    background-color: #F1F7E6;
}

.box-KeyBuyers2 div:last-child {
    width: 57%;
    background-color: #F0F7EF;
}
/* ================================= */