/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/public/invitation-en.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #007F34; /* #519830; H3、H4标签字体颜色 */
    --HbgColor: #D8E8D2; /* H3、H4的span背景颜色 */
    --WbgColor: #79BD4D; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /* --menu-float-item-bg: #358327; 左右浮动子菜单项背景色 */
    --bgColor1: #E0F2F3; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0EFE7; /* 交替背景色2 */
}

/* == 上届观众 ==================== */
.box-Visitors {
    height: 255px; /*配合背景图*/
    background: url(images/Visitors.jpg) no-repeat bottom;
}
    .box-Visitors ul:last-child li {
        line-height:19px
    }
/* ================================= */


/* == Vip卖家团 ==================== */
.box-VipBuyers {
    background-color: #f8f8f8;
    padding: 8px 0;
}
.box-VipBuyers ul {
    width: 49%;
}
.box-VipBuyers ul:last-child {
    float:right;
}
/* ================================= */