/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* == 展会组织 ==================== */
.box-Organization ul {
    width:28%;
}
.box-Organization ul:first-child {
    width: 39%;
}
.box-Organization ul:nth-child(2){
    width: 33%;
}
/* ================================= */


/* == Vip卖家团 ==================== */
.box-VipBuyers ul {
    padding-top:10px;
    padding-bottom:10px;
}
.box-VipBuyers ul:first-child {
    width: 35%;
}
.box-VipBuyers ul:nth-child(2) {
    width: 30%;
}
.box-VipBuyers ul:last-child {
    width: 33%;
}
/* ================================= */


/* == 特邀卖家 ==================== */
.box-KeyBuyers {
    margin: 0 auto 10px auto;
    padding: 0;
}

    .box-KeyBuyers h3 {
        margin: 0;
        padding-left: 15px;
        font-size: 15px;
        background-color: var(--HbgColor);
        font-weight: bold;
        line-height: 28px;
        height: 28px;
        width: 200px;
    }

    .box-KeyBuyers ul {
        margin: 5px auto 20px auto;
        padding: 10px 10px 10px 0;
        border-bottom-right-radius: 20px;
        box-shadow: 5px 5px 5px #ccc;
        background-color: var(--bgColor1);
    }
    .box-KeyBuyers li {
        margin-bottom: 5px;
    }
    .box-KeyBuyers ul:nth-child(2) {
        background-color: var(--bgColor2);
    }
    .box-KeyBuyers ul:last-child {
        background-color: var(--bgColor3);
    }
/* ================================= */


/* 同期活动*/
.my-activities {
    background-color: var(--HbgColor);
    padding: 5px 15px;
}

