/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/public/invitation-en.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #0E8494; /* H3、H4标签字体颜色 */
    --HbgColor: #E3F5FD; /* H3、H4的span背景颜色 */
    --WbgColor: #1199AC; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /* --menu-float-item-bg: #0C6774; 左右浮动子菜单项背景色 */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 */
}

/* 主办 */
.my-Organizer ul:first-child {
    width: 60%;
}

.my-Organizer ul:last-child {
    width: 40%;
}

/* 支持组织 */
.my-Supports ul {
    width: 50%;
}


/* 上届参展商数据 */
.my-Figures {
    background-color: var(--bgColor1);
}

    .my-Figures td {
        text-align: left;
        padding-left: 15px;
        line-height: 45px;
        width: 25%;
        border: 2px solid #fff;
    }

    .my-Figures b {
        color: var(--HnnColor);
        font-size: 22px;
        padding-right: 5px;
        font-weight: bold;
    }


/* 展会观众 */
.box-Visitors {
    height: 250px;
    background-image: url(images/Visitors.jpg);
}

    .box-Visitors ul:first-child {
        width: 42%;
    }

        .box-Visitors ul:first-child li {
            line-height: 23.5px;
        }

    .box-Visitors ul:last-child {
        width: 58%;
    }

        .box-Visitors ul:last-child li {
            line-height: 26.5px;
        }


/* Vip卖家 */
.box-VipBuyers {
    padding: 10px 10px 10px 0;
    background-color: #f8f8f8;
    margin-bottom:0;
}
    .box-VipBuyers ul:first-child {
        width: 58%;
    }
    .box-VipBuyers ul:last-child {
        float: right;
        width: 40%;
    }

/* 特邀卖家 */
.box-KeyBuyers ul:first-child {
    width: 38%;
}

.box-KeyBuyers ul:nth-child(2) {
    width: 29%;
}

.box-KeyBuyers ul:last-child {
    width: 33%;
}