/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #006937; /* H3、H4标签字体颜色 */
    --HbgColor: #BEE7E7; /* H3、H4的span背景颜色 */
    --WbgColor: #359D95; /* 适配白色字体的背景颜色*/
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #3C9B9B; /* 左右浮动子菜单项背景色*/
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 */
}



/* == 展会组织 ==================== */
.box-Organization ul {
    width: 44%;
}

    .box-Organization ul:first-child {
        width: 28%;
    }

    .box-Organization ul:last-child {
        width: 28%;
    }
.box-Organize ul:first-child {
    width: 72%;
}

.box-Organize ul:last-child {
    width: 28%;
}
/* ================================= */


/* == 展会背景 ==================== */
.my-Preview {
    margin: 0 auto;
    padding: 15px 20px 10px 20px;
    background-image: url(images/Preview.jpg);
    background-size: cover;
    background-position: center;
}

    .my-Preview p {
        line-height: 36px;
        color: #fff;
        font-size:18px;

    }
/* ================================= */

/* 拟邀观众 */
.my-Visitors li {
    width: 16%;
    margin-right:0.66%;
}

/* VIP买家团 */
.my-VipBuyers ul {
    width: 33.3%;
}

.my-Activities {
    background: url(images/Actives-bg.jpg) no-repeat center;
    padding: 20px 0;
}

/* 同期活动 */
.my-Activities li {
    margin: 5px 3%;
    width: 27%;
    height: 70px;
    padding: 0 20px;
    font-size: 16px;
    text-align:center;
}

