/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/invitation-cn.css");
@import url("/static/public/parts-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #C860C6; /* H3、H4标签字体颜色 */
    --HbgColor: #F9ECF9; /* H3、H4的span背景颜色 */
    --WbgColor: #D27DD0; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #2C967B; /* 左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #F9ECF9; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #FDF7FD; /* 交替背景色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-expoDesc div {
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(210,125,206,0.8);
}
    .box-expoDesc div p {
        margin: 0;
        padding: 0;
        font-size: 15px;
        text-align: left;
    }
        .box-expoDesc div p:last-child {
            text-align: right;
        }
    .box-expoDesc div ul {
        margin-top: 0;
    }


/* Vip卖家团 */
.box-VipBeyers ul, .box-VipBeyers ul:last-child {
    width: 32%;
}
    .box-VipBeyers ul:first-child {
        width: 36%;
    }

/* 特邀卖家（对 .box-hang4son再定义） */
.box-KeyBuyers div, .box-KeyBuyers div:first-child {
    width: 22%;
}
    .box-KeyBuyers div:first-child {
        width: 31%;
    }

/* tb-leftDataRightImg 类的再定义，为美观 */
.tb-leftDataRightImg td:first-child {
    width: 50%;
}
