/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/private/ihe-invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #2C967B; /* H3、H4标签字体颜色#2EA084 #30A88A*/
    --HbgColor: #E0F2F3; /* H3、H4的span背景颜色 */
    --WbgColor: #30A98A; /* 适配白色字体的背景颜色 #85DFE9*/
}
.box-main h3 {
    font-size:15px;
}

/* == 展会组织 （IHE中文3列）======= */
.box-Organization ul {
    width: 30%;
}
    .box-Organization ul:first-child {
        width: 40%;
    }
/* ================================= */


/* ==== 展会概述==================== */
.box-Preview {
    margin: 0 0 30px 0;
    padding: 10px 318px 10px 20px;
    background: url(images/Preview.jpg) top right repeat-y;
}

    .box-Preview div {
        width: 60%;
    }

/* 展会日期 */
.my-Schedule > div, .my-Schedule > div:first-child, .my-Schedule > div:last-child {
    width: 32%;
}

.my-Schedule h3 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background-color: var(--WbgColor);
}

.my-Schedule p {
    padding: 5px 0 10px 15px;
    text-align: center;
}
/* ================================= */


/* ===== 展会优势（为何参展）======= */
.my-WhyExhibiting img {
    float: right;
    width: 22%
}

/* ================================= */


/* ==== 上届数据==================== */
.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;
    }
/* ================================= */


/* ==== 展商及展品分布 ============= */
.my-Exhibits-1 {
    background: url(images/Exhibits-1.jpg) no-repeat right top;
    min-height: 138px;
}

.my-Exhibits-2 {
    background: url(images/Exhibits-2.jpg) no-repeat right top;
    min-height: 230px;
}

    .my-Exhibits-1 ul, .my-Exhibits-2 ul {
        width: 300px;
    }
/* ================================= */


/* ==== Vip 买家团 ================ */
.my-VipBuyers {
    background: url(images/VipBuyers.jpg) no-repeat right bottom;
}

    .my-VipBuyers li {
        font-size: 14px;
    }

    .my-VipBuyers ul:first-child {
        width: 25%;
    }

    .my-VipBuyers ul:last-child {
        width: 30%;
    }
/* ================================= */


/* ==== 展品目录================== */
.my-ExpoProfile > div, .my-ExpoProfile > div:first-child, .my-ExpoProfile > div:last-child {
    width: 31%;
    margin: 0 2% 10px 0;
}

.my-ExpoProfile h3 {
    background-color: var(--WbgColor);
    color: #fff;
    font-weight:normal;
}

.my-ExpoProfile p {
    height: 285px;
    display: inline-block;
}
/* ================================= */
