/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/public/invitation-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 */
}
/* == 展会组织 =================== */
.my-Organization ul:first-child {
    width: 62%;
}

.my-Organization ul:last-child {
    width: 38%;
    float: right;
}

.my-Supporters ul {
    width: 22%;
}

    .my-Supporters ul:nth-child(3) {
        width: 34%;
    }
/* ================================ */


/* == 参展产品比例 ================ */
.my-Exhibits ul {
    width: 18%;
    margin-left:3%;
}
    .my-Exhibits ul:first-child {
        width: 24%;
        margin: 0 0 0 2%;
    }
.my-Exhibits ul:nth-child(2) {
    width: 28%;
}
    .my-Exhibits ul li {
        border-bottom: dashed 1px #ccc;
    }
/* ================================ */


/* == 媒体宣传 ==================== */
.my-Media li {
    width: 24%;
}
/* ================================ */


/* == 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, .my-KeyBuyers2 li {
    font-size: 13px;
    padding-right:10px;
}

.my-KeyBuyers1 div:first-child {
    width: 53%;
    background-color: #E9F4FA;
}
.my-KeyBuyers1 div:last-child {
    width: 46%;
    background-color: #F0F7EF;
}


.my-KeyBuyers2 div, .my-KeyBuyers2 div:first-child {
    width: 100%;
    margin:10px 0; 
}

/* ================================= */
