/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/report-cn.css");
@import url("/static/public/parts-cn.css");

:root {
    --HnnColor: #22AAB4; /* H2-3标签字体颜色 */
    --HbgColor: #D8E8D2; /* H3、H4的span背景颜色 */
    --WbgColor: #79BD4D; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
     /* --menu-float-item-bg: #1E949D;左右子菜单项背景色，原始定义在：style-cn.css */
}


.my-TitleInfo ul {
    margin: 15px auto 5px auto;
    width: 50%;
}

/* 三列子表：对/static/public/style.css的.box-max4son 类再定义 */
.my-Organization ul {
    width: 30%; /*第2列*/
}
    .my-Organization ul:first-child {
        width: 43%;
    }
    .my-Organization ul:last-child {
        width: 27%;
    }
    .my-Organization ul li {
        list-style-image: url(/static/public/images/start.png);
    }


.box-TwoSon {
    background-color:#f8f8f8;
}

/* ========= 展商满意度 ============ */
.box-ExhibitorsSurvey {
    background-image: url(images/Exhibitors-3.jpg);
    background-size: cover;
}

    .box-ExhibitorsSurvey > div {
        background: linear-gradient(to right,rgba(46,80,43, 0.9),rgba(46,80,43, 0.8),rgba(160,202,157,0.6),rgba(255,255,255,0.1),rgba(255,255,255,0));
        padding: 20px 0 20px 20px;
    }

    .box-ExhibitorsSurvey h3 span {
        background-color: #fff;
        color: #2E502B;
        font-weight: normal;
        letter-spacing: 2px;
        padding: 3px 15px;
    }

    .box-ExhibitorsSurvey li {
        list-style: none;
        color: #fff;
        font-size: 13px;
        letter-spacing: 1px;
        padding: 5px 0;
    }

        .box-ExhibitorsSurvey li b {
            color: #FFE200;
            font-size: 21px;
        }
/* =================================== */


/* ========= 展会买家 ================ */
.my-VipBuyers ul {
    width: 28%; /*第2列*/
}
    .my-VipBuyers ul:first-child {
        width: 37%;
    }
    .my-VipBuyers ul:last-child {
        width: 35%;
    }
.my-KeyBuyers1 li {
    font-size: 14px;
}

.my-KeyBuyers1 ul, .my-KeyBuyers2 ul {
    margin-left: 2%;
    width: 32%;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

    .my-KeyBuyers1 ul:first-child {
        width: 31%;
    }

    .my-KeyBuyers2 ul:first-child {
        width: 36%;
    }
/* =================================== */


/* ========= 商务配对会 =============== */
.tb-Matchmaking th {
    background-color: var(--WbgColor);
    color: #fff;
    font-size: 30px;
    height: 50px;
    border-bottom: solid 2px #fff;
}

    .tb-Matchmaking th small {
        font-size: 14px;
        font-weight: normal;
        margin-left: 5px;
    }

.tb-Matchmaking td {
    padding-left: 10px;
    background-color: #f7f8f8;
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
}/* =================================== */


/* =================================== */
.tb-leftDataRightImg tr td:last-child {
    background-color: #F7F8F8; /* 图片格子的背景色 */
}
/* =================================== */



/* ========= 同期活动 ================ */
:root {
    --myConferencesColor10: #708BC0;
    --myConferencesColor20: #308691;
    --myConferencesColor30: #CB474F;
    --myConferencesColor40: #8A6C6C;
    --myConferencesColor50: #0E4A6D;
    --myConferencesColor60: #BD9119;
    --myConferencesColor70: #389BCF;
    --myConferencesColor80: #928AAB;
}

.box-Conferences p {
    padding:0 15px;
}
.box-Conferences > div {
    display: inline-block;
    width: 100%;
    margin-bottom:25px;
    background-color:#f8f8f8;
}


/* 系列h标签 */
.box-Conferences h3 {
    margin: 0 auto;
    padding-right: 15px;
    line-height: normal;
    font-size: 21px;
    letter-spacing: 1px;
    background-color: #f8f8f8;
    /* 垂直居中 */
    display: flex;
    align-items: center;
}

    .box-Conferences h3 b {
        float: left;
        margin-right: 15px;
        font-size: 54px;
        color: #fff;
        line-height: normal;
        padding: 1px 30px;
        /*border-radius:0;*/
    }

.box-Conferences > div:nth-child(1) h3 {
    color: var(--myConferencesColor10);
}
    .box-Conferences > div:nth-child(1) h3 b {
        background-color: var(--myConferencesColor10);
    }

.box-Conferences > div:nth-child(2) {
    background-color: #f7f8f8;
}

.box-Conferences > div:nth-child(3) h3 {
    color: var(--myConferencesColor20);
}
    .box-Conferences > div:nth-child(3) h3 b {
        background-color: var(--myConferencesColor20);
    }

.box-Conferences > div:nth-child(4) h3 {
    color: var(--myConferencesColor30);
}
    .box-Conferences > div:nth-child(4) h3 b {
        background-color: var(--myConferencesColor30);
    }

.box-Conferences > div:nth-child(5) h3 {
    color: var(--myConferencesColor40);
}
    .box-Conferences > div:nth-child(5) h3 b {
        background-color: var(--myConferencesColor40);
    }

.box-Conferences > div:nth-child(6) h3 {
    color: var(--myConferencesColor50);
}
    .box-Conferences > div:nth-child(6) h3 b {
        background-color: var(--myConferencesColor50);
    }

.box-Conferences > div:nth-child(7) h3 {
    color: var(--myConferencesColor60);
}
    .box-Conferences > div:nth-child(7) h3 b {
        background-color: var(--myConferencesColor60);
    }

.box-Conferences > div:nth-child(8) h3 {
    color: var(--myConferencesColor70);
}
    .box-Conferences > div:nth-child(8) h3 b {
        background-color: var(--myConferencesColor70);
    }

.box-Conferences > div:nth-child(9) h3 {
    color: var(--myConferencesColor80);
}
    .box-Conferences > div:nth-child(9) h3 b {
        background-color: var(--myConferencesColor80);
    }

/* 私有特定定义 */
.my-img-right {
    float: right;
    margin-left: 15px;
    max-width: 50%;
}
/* =================================== */

