/* 导入样式表 */
@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-Preview {
    padding: 0;
    background-color: #E9F4FA;
    border-radius: 23px;
    box-shadow: 5px 5px 5px #ccc;
}

    .my-Preview div:first-child {
        width: 38%;
    }

    .my-Preview div:last-child {
        width: 62%;
    }

    .my-Preview div:first-child img {
        margin: 0;
        width: 100%;
        border-radius: 25px;
    }

    .my-Preview div:last-child {
        border-top-right-radius: 23px;
        border-bottom-left-radius: 23px;
        padding: 10px 15px;
    }
/* ================================= */


/* == 为何参展 ==================== */
.my-WhyExhibiting {
    background-image: url(images/WhyVisiting.jpg);
    background-size: cover;
    padding: 10px;
}
/* ================================= */


/* == 上届观众 ==================== */
.box-Visitors {
    height: 270px; 
    background-image: url(images/Visitors.jpg);
}
/* ================================= */


/* == 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 div:first-child {
    width: 60%;
}

.my-Matching div:last-child {
    float: right;
    width: 39%;
}

    .my-Matching div:last-child img {
        width: 100%;
        border-radius: 25px;
    }

.my-Matching div:first-child p:last-child {
    background-color: #E9F4FA;
    border-radius: 23px;
    padding: 10px 15px;
}
/* ================================= */


/* == 同期活动 ==================== */
.my-Activities {
    background-color: #E9F4FA;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 23px;
    padding: 10px 15px 10px 0;
}

    .my-Activities img {
        float: left;
        margin: -10px 10px 0 0;
        border-top-right-radius: 23px;
        border-bottom-left-radius: 23px;
    }

    .my-Activities b {
        color: #00A0E9;
    }
/* ================================= */

