/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/public/invitation-en.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 */
}


/* == 展会组织 =================== */
.my-Organization ul {
    width: 50%;
}

.my-Supporters ul:first-child {
    width: 43%;
}

.my-Supporters ul:nth-child(2) {
    width: 23%;
}

.my-Supporters ul:last-child {
    float: right;
    width: 34%;
}
/* ================================ */


/* == 上届观众数据 =============== */
.my-Visitors > div:first-child {
    width: 74%;
}

    .my-Visitors > div:first-child img {
        max-width: 100%;
    }

.my-Visitors > div:last-child {
    width: 26%;
    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: 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卖家团 ==================== */
.my-VipBuyers {
    padding: 10px 0;
    background-color: #f8f8f8;
}

    .my-VipBuyers ul:first-child {
        width: 56%;
    }

    .my-VipBuyers ul:last-child {
        float: right;
        width: 42%;
    }
/* ================================= */


/* == 特邀卖家 ==================== */
.my-KeyBuyers div {
    margin-bottom:5px;
}
.my-KeyBuyers p {
    font-size:13px;
}
.my-KeyBuyers div:nth-child(2n) {
    margin-left: 1%;
}

.my-KeyBuyers div:nth-child(2n+1) {
    margin-left: 0;
}

.my-KeyBuyers div:nth-child(1) {
    width: 40%;
    background-color: #E9F4FA;
}

.my-KeyBuyers div:nth-child(2) {
    width: 59%;
    background-color: #F0F7EF;
}

.my-KeyBuyers div:nth-child(3) {
    width: 45%;
    background-color: #F1F7E6;
}

.my-KeyBuyers div:nth-child(4) {
    width: 54%;
    background-color: #E7F5EF;
}
/* ================================= */
