/* 导入样式表 */
@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: #49AB82; /* 适配白色字体的背景颜色 */
    --bgColor1: #EFF6EF; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #E9F4FA; /* 交替背景色2 */
}

/* == 展会组织 =================== */
.my-Organization > div:first-child {
    width: 59%;
}
.my-Organization > div:last-child {
    width: 38%;
    float:right;
}
/* ================================ */


/* == 上届观众数据 ==================== */
.box-Visitors {
    min-height: 276px; /*配合背景图*/
    background: url(images/visitors.jpg) no-repeat bottom;
}

    .box-Visitors ul:first-child li {
        line-height: 26px;
    }

    .box-Visitors ul:last-child li {
        line-height: 22px;
    }
/* ================================= */


/* == Vip卖家团 ==================== */
.my-VipBuyers {
    background-color: var(--bgColor2);
}
    .my-VipBuyers ul:first-child {
        width: 56%;
    }

    .my-VipBuyers ul:last-child {
        float: right;
        width: 43%;
    }
/* ================================= */


/* ========= 展品范围 ============== */
.my-profile h3 {
    background-color: var(--HbgColor);
}
/* ================================= */
