/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/private/ihe-invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #20A2AC; /* H3、H4标签字体颜色 */
    --HbgColor: #E1F2F2; /* H3、H4的span背景颜色 */
    --WbgColor: #45A7A6; /* 适配白色字体的背景颜色 */
}


/* == 展会组织 （IHE中文3列）======= */
.box-Organization ul {
    width: 30%;
}
    .box-Organization ul:first-child {
        width: 40%;
    }
/* ================================= */


/* ===== 大健康市场 ================ */
.my-Market h3 {
    padding: 0;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
}

    .my-Market h3 small {
        font-size: 16px;
        margin-left: 5px;
    }

.my-Market p {
    color: #fff;
}

.my-Market div:first-child {
    background-color: #88B325;
    width: 28.5%;
}

.my-Market div:nth-child(2) {
    background-color: #E9A55A;
    width: 23%;
}

.my-Market div:nth-child(3) {
    background-color: #F0BE26;
    width: 20.5%;
}

.my-Market div:last-child {
    background-color: #62AC80;
    width: 25%;
    margin-right: 0;
}
/* ================================= */


/* ===== 展会概述================== */
.my-Preview {
    padding: 15px 20px;
    background: url(images/Preview.jpg)
}

/* 展会日期 */
.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 15px;
    text-align:center;
}
/* ================================= */


/* ===== 展会优势（为何参展）======= */
.my-WhyExhibiting {
    background: url(images/WhyExhibiting.jpg) right no-repeat;
    padding-right: 22.5%
}

.my-WhyExhibiting h3 {
    color: #fff;
    background-color: var(--WbgColor);
    font-weight: normal;
}

    .my-WhyExhibiting div:nth-child(2n+1) {
        margin: 0 1% 10px 0;
        width: 56%;
    }

    .my-WhyExhibiting div:nth-child(2n) {
        margin: 0 1% 10px 0;
        width: 42%;
    }
/* ================================= */


/* ===== 展品目录================== */
.my-ExpoProfile > div, .my-ExpoProfile > div:first-child, .my-ExpoProfile > div:last-child {
    width: 32%;
    margin: 0 1% 10px 0;
}
.my-ExpoProfile h3 {
    background-color: var(--WbgColor);
    color: #fff;
    font-weight:normal;
}
.my-ExpoProfile p {
    height: 340px;
    display:inline-block;
}
/* ================================= */


/* ===== Vip 采购团 ================ */
.my-VipBuyers {
    background: url(images/VipBuyers.jpg) no-repeat right;
}
    .my-VipBuyers ul {
        width: 250px;
    }
/* ================================= */
