/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/invitation-cn.css");
@import url("/static/public/parts-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #92601D; /* H3、H4标签字体颜色 */
    --HbgColor: #F1E3D8; /* H3、H4的span背景颜色 */
    --WbgColor: #E8BF8B; /* 搭配白色字体的背景色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #9D6D3E; /* 左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #F9ECDD; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #EEE9E8; /* 交替背景色2 */
}

.box-main h2 {
    background-image: url(/cn/Invitation/62.GCF/2024/images/h2.jpg);
}

/* 展会组织 */
.box-Organization ul {
    width: 33%;
}
    .box-Organization ul:first-child {
        width: 34%;
    }



/* 观众数据 */
.box-Visitors {
    background: url(/cn/Invitation/62.GCF/2024/images/Visitors.jpg) no-repeat bottom;
    height:275px;
}

/* VIP买家团 */
.box-VipBuyers ul{
    width: 28%;
}
    .box-VipBuyers ul:nth-child(3) {
        width: 21%;
    }
    .box-VipBuyers ul:last-child {
        width: 23%;
    }
.box-VipBuyers li {
    font-size:14px;
}

/* 特邀买家 */
.box-KeyBuyers ul:first-child {
    width: 58%;
}
.box-KeyBuyers ul:last-child {
    width: 38%;
    float: right
}

/*论坛议题*/
.my-Conference {
    width: 100%;
    display: inline-block;
    border: dashed 1px #ccc;
}
    .my-Conference ul:first-child {
        width: 60%;
        padding: 10px;
    }
    .my-Conference ul:last-child {
        width: 40%;
        float: right;
        padding:10px;
    }

/*展品类别*/
.tb-ExpoProfile th {
    font-size:15px;
}
