/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.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 */
}

.box-main h3 {
    font-size:16px;
}

/* ========== Organization ======= */
.my-Organization {
    border-bottom: dashed 1px #ccc;
}

    .my-Organization ul {
        width: 33%;
    }

        .my-Organization ul:first-child {
            width: 34%;
        }
/* ================================ */


/* ======= WhyExhibiting ========== */
.my-WhyExhibiting h3, .my-WhyExhibiting p {
    color: #fff;
}

.my-WhyExhibiting > div {
    width: 18.5%;
}

    .my-WhyExhibiting > div:last-child {
        width: 22%;
    }

    .my-WhyExhibiting > div:first-child {
        background-color: #56BBA7;
    }

    .my-WhyExhibiting > div:nth-child(2) {
        background-color: #9CBF31;
    }

    .my-WhyExhibiting > div:nth-child(3) {
        background-color: #F39700;
    }

    .my-WhyExhibiting > div:nth-child(4) {
        background-color: #EA712E;
    }

    .my-WhyExhibiting > div:last-child {
        background-color: #9999FF;
    }
/* ================================ */


/* ========== VipBuyers ============== */
.my-VipBuyers > ul:first-child {
    width: 25%;
}

.my-VipBuyers > ul:nth-child(2) {
    width: 27%;
}

.my-VipBuyers > ul:last-child {
    width: 48%;
}

.my-VipBuyers li {
    font-size: 14px;
}
/* ================================ */


/* ========== 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;
    }
/* =================================== */


