/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/public/invitation-en.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #298E89; /* H3、H4标签字体颜色 */
    --HbgColor: #D3EFEE; /* H3、H4的span背景颜色 */
    --HbwColor: #8BC06B; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #30A39D; /*左右子菜单项背景色，原始定义在：style-cn.css*/
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #F0FBFB; /* 交替背景色2 */
    --bgColor3: #EFF4FA; /* 背景色3 */
}


/* ========== Organization ========= */
.my-Organization > ul:first-child {
    width: 52%;
}

.my-Organization > ul:last-child {
    width: 46%;
    float: right;
}
/* ================================ */


/* ======= WhyExhibiting ========== */
.my-WhyExhibiting h3, .my-WhyExhibiting p {
    color: #fff;
}
    .my-WhyExhibiting > div:first-child {
        background-color: #56BBA7;
        width: 33%;
    }

    .my-WhyExhibiting > div:nth-child(2) {
        background-color: #9CBF31;
        width: 32%;
    }

    .my-WhyExhibiting > div:nth-child(3) {
        width: 33%;
        margin-right:0;
        background-color: #F39700;
    }

    .my-WhyExhibiting > div:nth-child(4) {
        background-color: #EA712E;
        width: 40%;
    }

    .my-WhyExhibiting > div:last-child {
        background-color: #9999FF;
        width: 59%;
    }
/* =================================== */


/* ========== VipBuyers ============== */
.my-VipBuyers > ul:nth-child(2n+1) {
    width: 50.5%;
}

.my-VipBuyers > ul:nth-child(2n) {
    width: 47.5%;
    float: right;
}
/* ===================================== */


/* ========== ExpoProfile ============== */
.tb-ExpoProfileWithIcon {
    border: solid 2px var(--HbgColor);
}
    .tb-ExpoProfileWithIcon th {
        border-top: solid 1px var(--HbgColor);
        width: 70px;
    }
    .tb-ExpoProfileWithIcon td {
        border-top: solid 1px var(--HbgColor);
        padding: 2px;
    }
    .tb-ExpoProfileWithIcon h3 {
        margin: 0;
        padding: 3px 0;
        font-size: 15px;
        line-height: normal;
        font-weight: bold;
        color: #555;
        background-color: var(--HbgColor);
    }
    .tb-ExpoProfileWithIcon p {
        margin: 0 auto;
        padding: 4px 2px;
    }
/* =================================== */

