/* 导入样式表 */
@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: #E2EECA; /* H3、H4的span背景颜色 #EFF8FC */
    --HbwColor: #CBE9DC; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
     /*--menu-float-item-bg: #008E40;左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #EFF6EF; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #E9F4FA; /* 交替背景色2 */
}

/* == 展会组织 =================== */
.my-Organization > div:first-child {
    width: 55%;
}
.my-Organization > div:last-child {
    width: 43%;
    float:right;
}
/* ================================ */


/* == 上届观众数据 ==================== */
.my-Visitors {
    background-color: #f8f8f8;
}

    .my-Visitors li {
        border-bottom:dashed 1px #ccc;
    }
    .my-Visitors > ul:first-child {
        width: 50%;
    }

    .my-Visitors > ul:last-child {
        float: right;
        width: 42%;
    }

    .my-Visitors h3 {
        margin: 0 auto 3px auto;
        padding: 4px 0 4px 15px;
        vertical-align: central;
        line-height: 20px;
        background-color: var(--HbgColor);
    }
/* ================================= */

/* == Vip卖家团 ==================== */
.my-VipBuyers {
    width: 100%;
    display: inline-block;
    padding: 5px 5px 5px 0;
    background-color: var(--bgColor2);
}

    .my-VipBuyers ul:first-child {
        float: left;
        width: 52%;
    }

    .my-VipBuyers ul:last-child {
        float: right;
        width: 47%;
    }
/* ================================= */
