/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/invitation-cn.css");
@import url("/static/public/parts-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #00A0E9; /* H3、H4标签字体颜色 */
    --HbgColor: #D0F2FF; /* H3、H4的span背景颜色 #E3F7FF*/
    --WbgColor: #24A9D5; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #009ECE; /* 左右浮动子菜单项背景色 */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E3F7FF; /* 交替背景色2 */
    --bgColor3: #E0F2F3; /* 交替背景色3 */
}


.box-main h2 {
    background: url(images/h2.jpg) no-repeat left bottom;
}


/* == 展会组织 ==================== */
.my-Organization ul {
    width: 28%;
}

    .my-Organization ul:first-child {
        width: 39%;
    }

    .my-Organization ul:nth-child(2) {
        width: 33%;
    }
/* ================================= */


/* == 市场前景 ==================== */
.my-Priview {
    background-color: #E9F4FA;
    border-radius: 25px;
}

    .my-Priview div:first-child {
        width: 44%;
        padding: 15px 15px 10px 15px;
        color: #fff;
        background-image: url(images/Priview.jpg);
        background-size: cover;
        border-radius: 25px;
    }

        .my-Priview div:first-child p {
            line-height: normal;
        }

            .my-Priview div:first-child p b {
                line-height: 45px;
                font-size: 45px;
                font-weight: normal;
            }

            .my-Priview div:first-child p span {
                float: right;
            }

    .my-Priview div:last-child {
        width: 56%;
        padding: 10px 20px;
    }
/* ================================= */


/* == 为何参展 ==================== */
.my-WhyExhibiting {
    background-image: url(/cn/Invitation/40.IWE/2023/images/WhyVisiting.jpg);
    background-size: cover;
    padding: 10px;
}
/* ================================= */


/* == 展会回顾数据 ================= */
.tb-Review td {
    padding: 5px 0 5px 15px;
    border: solid 2px #fff;
}

.tb-Review tr td:nth-child(2n+1) {
    background-color: #E9F4FA;
}

.tb-Review tr td:nth-child(2n) {
    background-color: #efefef;
}
/* ================================= */


/* == 上届观众 ==================== */
.box-Visitors {
    min-height: 260px; /*配合背景图*/
    background: url(images/Visitors.jpg) no-repeat bottom;
}
/* ================================= */


/* == Vip卖家团 ==================== */
.my-VipBuyers ul:first-child, .my-VipBuyers ul:nth-child(2) {
    width: 34%;
    padding: 10px;
}

.my-VipBuyers ul:last-child {
    width: 30%;
    padding: 10px;
}
/* ================================= */


/* == 精准配对 ==================== */
.my-Matching p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.my-Matching img {
    float: left;
    margin-right: 1%;
    width: 49%;
    border-radius: 23px;
}

.my-Matching div:first-child {
    width: 63%;
}

.my-Matching div:last-child {
    width: 37%;
    background-color: #E9F4FA;
    padding: 0 10px 5px 10px;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 23px;
}
/* ================================= */


/* == 同期活动 ==================== */
.my-Activities {
    background-color: #E9F4FA;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 23px;
    padding: 10px 15px 10px 0px;
}

    .my-Activities img {
        float: left;
        margin: -10px 10px 0 0px;
        border-top-right-radius: 23px;
        border-bottom-left-radius: 23px;
    }
/* ================================= */

