/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/public/invitation-en.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #2A91A1; /* H3、H4标签字体颜色  #1EA69C*/
    --HbgColor: #D7F0EF; /* H3、H4的span背景颜色  #DCFAEF*/
    --WbgColor: #2FAABB; /* 适配白色字体的背景颜色  #1EA69C*/
    --BbgColor: #98D8D7; /* 适配黑色字体的背景颜色  #B8F3DD*/
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --bgColor1: #E2F8FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #EFFBFC; /* 交替背景色2 */
    --bgColor3: #EFF4FA; /* 背景色3 */
}


/* == 展会组织 ==================== */
.my-Organization > ul:first-child {
    width: 64%;
}

.my-Organization > ul:last-child {
    width: 36%;
}
/* ================================ */


/* == VIP买家 ==================== */
.my-VipBuyers {
    background-color: #f8f8f8;
    padding: 6px 0;
}

    .my-VipBuyers > ul:first-child {
        width: 49%;
    }

    .my-VipBuyers > ul:last-child {
        width: 49%;
        float: right;
    }
/* ================================ */


/* == 上届观众数据 ==================== */
.my-Visitors li {
    border-bottom: dashed 1px #ccc;
}

.my-Visitors > div:first-child {
    width: 40%;
}

.my-Visitors > div:last-child {
    float: right;
    width: 50%;
}
/* ================================ */


