/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/public/invitation-en.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #00A0E9; /* H3、H4标签字体颜色 */
    --HbgColor: #E3F7FF; /* H3、H4的span背景颜色 */
    --WbgColor: #24A9D5; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 */
    --bgColor3: #EFF6EF; /* 交替背景色3 */
}

/* 展会组织 */
.box-Organization ul:first-child {
    width: 60%;
}
    .box-Organization ul:last-child {
        width: 40%;
    }

/* 观众数据 */
.box-Visitors {
    background-image: url(images/Visitors.gif);
}
.box-Visitors ul:first-child li {
    line-height:26px;
}
.box-Visitors ul:last-child li {
    line-height:22px;
}

/* Vip卖家团 */
.box-VipBuyerGroups ul:first-child {
    width: 50%;
}
.box-VipBuyerGroups ul:last-child {
    width: 48%;
    float:right;
}

/* 商务配对 */
.my-matching-1 {
    margin: 0 auto 0 auto;
    padding: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #000;
    background-color: var(--bgColor1);
    display: inline-block;
}

    .my-matching-1 p {
        margin: 0;
        padding: 10px 15px;
    }

        .my-matching-1 p:last-child {
            color: #00A0E9;
            font-weight: bold;
            text-align: right
        }

    .my-matching-1 img {
        float: left;
        margin-right: 15px;
        border-top-left-radius: 20px;
    }

.my-matching-2 {
    background-color: var(--bgColor2);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 15px;
}


/* 同期活动 */
.my-activities {
    margin: 0 auto 10px auto;
    background-color: #E9F4FA;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 23px;
}

    .my-activities img:first-child {
        float: right;
        margin-left: 15px;
        border-top-right-radius: 23px;
        border-bottom-left-radius: 23px;
    }

    .my-activities p {
        margin: 0;
        padding: 10px 15px;
    }