/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/invitation-en.css");
@import url("/static/public/parts-en.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #229344; /* H3、H4标签字体颜色 */
    --HbgColor: #D8E8D2; /* H3、H4的span背景颜色 */
    --WbgColor: #E7F5EF; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #2A8B46; /* 左右浮动子菜单项背景色 */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #F0F7EF; /* 交替背景色2 */
}

.box-main h2 {
    background: url(/en/Invitation/2025/images/h2.jpg) no-repeat left bottom;
}


/* == 展会组织 =================== */
.my-Organization ul {
    width: 48%;
}.my-Organization ul:last-child {
    width: 48%;
    float:right;
}

.my-Supporters ul:first-child {
    width: 20%;
}
.my-Supporters ul:nth-child(2) {
    width: 32%;
}
.my-Supporters ul:last-child {
    float: right;
    width: 48%;
}
/* ================================ */


/* == 上届观众数据 =============== */
.my-Visitors > div:first-child {
    width: 73%;
}

    .my-Visitors > div:first-child img {
        max-width: 100%;
    }

.my-Visitors > div:last-child {
    width: 27%;
    margin-top: -25px;
}

    .my-Visitors > div:last-child li {
        list-style:none;
        margin-left:0;
        font-size:13px;
        line-height:23px;
        border-bottom: dashed 1px #ccc;
    }
/* ================================ */


/* == 参展产品比例 ================ */
.my-Exhibits > div:first-child {
    width: 73%;
}

    .my-Exhibits > div:first-child img {
        max-width: 100%;
    }

.my-Exhibits > div:last-child {
    width: 27%;
}

    .my-Exhibits > div:last-child li {
        border-bottom: dashed 1px #ccc;
    }
/* ================================ */


/* == Vip卖家团 ==================== */
.my-VipBuyers {
    padding: 10px 0;
    background-color: #f8f8f8;
}

    .my-VipBuyers ul:first-child {
        width: 49%;
    }

    .my-VipBuyers ul:last-child {
        float: right;
        width: 49%;
    }
/* ================================= */


/* == 特邀卖家 ==================== */
.my-KeyBuyers1 p, .my-KeyBuyers2 p {
    font-size: 13px;
}

.my-KeyBuyers1 div:first-child {
    width: 48%;
    background-color: #E9F4FA;
}
.my-KeyBuyers1 div:last-child {
    width: 51%;
    background-color: #F0F7EF;
}


.my-KeyBuyers2 div:first-child {
    width: 71%;
    background-color: #F1F7E6;
}

.my-KeyBuyers2 div:last-child {
    width: 28%;
    background-color: #E7F5EF;
}
/* ================================= */
