/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/report-en.css");
@import url("/static/public/parts-en.css");

:root {
    --HnnColor: #22AAB4; /* H2-3标签字体颜色 */
    --HbgColor: #D8E8D2; /* H3、H4的span背景颜色 */
    --WbgColor: #79BD4D; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /* --menu-float-item-bg: #1E949D; 左右子菜单项背景色，原始定义在：style-cn.css */
}

/* 支持单位：对/static/public/style.css的.box-max4son 类再定义 */
.my-Supporters ul:first-child {
    width: 46%;
}
.my-Supporters ul:last-child {
    width: 52%;
    float:right;
}

/* Vip采购团 */
.my-VipGroupBuyers ul:first-child {
    width: 59%;
}
.my-VipGroupBuyers ul:last-child {
    width: 41%;
}

.my-Visiting-Categories td:first-child {
    width: 500px;
}
