/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #1689CC; /* H3、H4标签字体颜色 */
    --HbgColor: #E9F4FA; /* H3、H4的span背景颜色 */
    --WbgColor: #42ACEC; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
     /* --menu-float-item-bg: #1170A8;左右浮动子菜单项背景色 */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #F5FBFE; /* 交替背景色2 */
}

/* == 展会组织 ==================== */
.my-Organization {
    width: 100%;
    display: inline-block;
}

    .my-Organization li {
        float: left;
        width: auto;
        margin-right: 25px;
    }
/* ================================= */


/* == 上届观众 ==================== */
.box-Visitors {
    height: 253px; /*配合背景图*/
    background-color: #E9F4FA;
    background-image: url(images/Visitors.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}
.tb-Figures th {
    border: solid 1px #fff;
    background-color: var(--WbgColor);
    color: #fff;
    font-weight: normal;
    padding: 8px 0;
}

.tb-Figures td {
    border: solid 1px #fff;
    background-color: var(--bgColor1);
    padding-left: 15px;
    font-size: 22px;
    color: var(--HnnColor);
    font-weight: bold;
}

    .tb-Figures td small {
        margin-left: 5px;
        color: #444;
        font-size: 13px;
        font-weight: normal;
    }
/* ================================= */

/* == VIP买家团 ==================== */
    .box-VipBuyers ul {
        width: 21.5%;
    }

        .box-VipBuyers ul:nth-child(2) {
            width: 27%;
        }

        .box-VipBuyers ul:last-child {
            width: 30%;
        }

    .box-VipBuyers li {
        font-size: 14px;
    }
/* ================================= */
