/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/private/ihe-invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #22AAB4; /* H3、H4标签字体颜色 */
    --HbgColor: #E0F8FA; /* H3、H4的span背景颜色 */
    --WbgColor: #22AAB4;
}

/* == 展会组织 （IHE中文3列）======= */
.box-Organization ul {
    width: 30%;
}
    .box-Organization ul:first-child {
        width: 40%;
    }
/* ================================= */


/* ===== 大健康市场 ================ */
.my-Market h3 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    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: #87BD42;
    width: 28.5%;
}

.my-Market div:nth-child(2) {
    background-color: #F1C136;
    width: 23%;
}

.my-Market div:nth-child(3) {
    background-color: #46A7A7;
    width: 20.5%;
}

.my-Market div:last-child {
    background-color: #69C09D;
    width: 25%;
    margin-right: 0;
}
/* ================================= */


/* ===== Vip买家 ================== */
.my-VipBuyers {
    background-color: #f8f8f8;
    padding: 10px 0;
}

    .my-VipBuyers ul:first-child {
        width: 54%;
    }

    .my-VipBuyers ul:last-child {
        width: 45%;
        float: right;
    }
/* ================================= */
