/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/private/ihe-invitation-en.css"); 

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #20A2AC; /* H3、H4标签字体颜色 */
    --HbgColor: #E1F2F2; /* H3、H4的span背景颜色 */
    --WbgColor: #45A7A6; /* 适配白色字体的背景颜色 */
}


/* == 展会组织 （IHE英文：2列） ==== */
.box-Organization ul:first-child {
    width:50%;
}
.box-Organization ul:last-child {
    width: 49%;
    float:right;
}
/* 支持单位 */
.box-Supporters ul:first-child {
    width: 52%;
}
.box-Supporters ul:last-child {
    width: 47%;
    float: right;
}
/* ================================= */


/* ===== 大健康市场 ================ */
.my-market h3 {
    padding: 0;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    color: #fff;
}
.my-market p {
    color: #fff;
}
    .my-market > div:first-child {
        width: 25%;
        background-color: #88B325;
    }

    .my-market > div:nth-child(2) {
        width: 32%;
        background-color: #E9A55A;
    }

    .my-market > div:nth-child(3) {
        width: 29%;
        background-color: #F0BE26;
    }

    .my-market > div:last-child {
        width: 11%;
        margin-right: 0;
        background-color: #62AC80;
    }
/* ================================= */


/* ===== 展会概述================== */
.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 repeat-y;
    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: 45%;
}
.my-WhyExhibiting div:nth-child(2n) {
    margin: 0 1% 10px 0;
    width: 53%;
}
/* ================================= */


/* == 展品比例 ==================== */
.my-Exhibits tr td:first-child {
    width: 380px;
}
/* ================================= */


/* == Vip买家团 ==================== */
.my-VipBuyers ul:first-child {
    width: 50%;
}

.my-VipBuyers ul:last-child {
    width: 48%;
    float: right;
}
/* ================================= */


/* ===== 展品目录================== */
.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: 380px;
    display: inline-block;
}
/* ================================= */


