/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/invitation-cn.css");
@import url("/static/public/parts-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #D2737E; /* H3、H4标签字体颜色 */
    --HbgColor: #FBE8E8; /* H3、H4的span背景颜色 */
    --WbgColor: #F9D0D2; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #2C967B; /* 左右子菜单项背景色，原始定义在：style-cn.css*/
    --bgColor1: #FCF5F7; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #FDF2F2; /* 交替背景色2 */
}

.box-main h2 {
    background-image: url(images/h2.jpg);
}

/* 展会组织 */
.box-Organization ul {
    width: 38%;
}
    .box-Organization ul:first-child {
        width: 35%;
    }
    .box-Organization ul:last-child {
        width: 27%;
    }

.box-main li {
    list-style-image: url(images/rhombus.png);
}
.box-Organization ul li {
    list-style-image: url(images/start.png);
}

.box-Preview {
    background-color: #FEF8F8;
    box-shadow:none;
}

/* 上届观众 */
.box-Visitors {
    background: url(images/Visitors.jpg) no-repeat bottom;
    min-height: 283px;
}

    .box-Visitors ul:last-child li {
        width: 42%;
        line-height: 22px;
    }


/* 卖家类别 */
.my-BuyersCategories div {
    width: 20%;
}

    .my-BuyersCategories div:first-child, .my-BuyersCategories div:nth-child(2) {
        width: 28.5%;
    }
