/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/report-cn.css");
@import url("/static/public/parts-cn.css");

:root {
    --HnnColor: #348233; /* H2-3标签字体颜色 */
    --HbgColor: #DEECC1; /* H3、H4的span背景颜色 */
    --WbgColor: #84B139; /* 适配白色字体的背景颜色*/
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /* --menu-float-item-bg: #1E949D;左右子菜单项背景色，原始定义在：style-cn.css */
}
.box-main h2:first-child {
    font-size: 27px;
}

.my-TitleInfo ul {
    margin: 15px auto 5px auto;
    width: 50%;
}


/* 展会各类数据通用 */
.tb-Figures th {
    border: solid 1px #fff;
    background-color: var(--WbgColor);
    color: #fff;
    font-weight: normal;
    padding: 8px 0;
}

.tb-Figures td {
    border: solid 1px #fff;
    background-color: var(--bgColor1);
    padding-left: 15px;
    color: #444;
    font-size: 13px;
    font-weight: normal;
}
    .tb-Figures td b {
        margin-right: 5px;
        font-size: 22px;
        color: var(--HnnColor);
    }

/* 通用简单数据对 */
.ul-keyValue {
    width: 100%;
    display: inline-block;
}

    .ul-keyValue li {
        float: left;
        width: 80px;
        padding-right: 10px;
        margin-right: 12px;
        margin-bottom: 2px;
        background-color: #f8f8f8;
    }

.ul-liWidth100 li {
    width: 110px;
}
/* ================================ */


/* ===== 展商分析 ================ */
.my-Exhibitors-e2v > div:first-child {
    width: 49%;
    padding: 15px 20px;
}

.my-Exhibitors-e2v li {
    border-bottom: dashed 1px #ccc;
}

.my-Exhibitors-e2v > div:last-child {
    width: 49%;
    float: right;
    padding: 15px 20px;
}
/* ================================ */


/* ===== 观众分析 ================ */
.my-Visitors-2 > div:first-child {
    width: 60%;
    padding: 2px 20px 15px 20px;
}

.my-Visitors-2 > div:last-child {
    width: 38%;
    float: right;
    padding: 2px 20px 15px 20px;
}

.my-Visitors-2 th, .my-Visitors-2 td {
    padding: 9px 0;
    text-align: center;
    border: solid 2px #fff;
}

.my-Visitors-2 h3 {
    border-bottom: none;
    text-align: left;
}

.my-Visitors-2 li, .my-Visitors-4 li {
    border-bottom: dashed 1px #ccc;
}

.my-Visitors-5 li, .my-Visitors-6 li {
    width: 150px;
}

.my-Visitors-7 li b {
    font-size:18px;
    color:var(--HnnColor);
    margin-right:5px;
}
/* ================================ */



/* ===== VIP买家团 ================ */
.my-VipBuyers ul {
    background-color: #f8f8f8;
    padding: 10px;
}

.my-VipBuyers ul {
    width: 35%;
}

    .my-VipBuyers ul:first-child {
        width: 30%;
    }
/* ================================ */