/* 导入样式表 */
@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: 100%;
    display: inline-block;
    border-bottom: dashed 1px #ccc;
}

    .box-Organization ul li {
        float: left;
        width: auto;
        margin-right: 25px;
    }
/* ================================= */


/* == 上届观众 ==================== */
.box-Visitors {
    height: 265px; /*配合背景图*/
    background: url(/cn/Invitation/23.IGME/2026/images/Visitors.jpg) no-repeat bottom;
}
/* ================================= */


/* == VIP买家团 ==================== */
.my-VipBuyers {
    padding: 10px 0;
    background-color: #f8f8f8;
}

    .my-VipBuyers ul:first-child {
        width: 29%;
    }

        .my-VipBuyers ul:nth-child(2) {
            width: 20%;
        }

    .my-VipBuyers ul:nth-child(3) {
        width: 28%;
    }

    .my-VipBuyers ul:last-child {
        width: 23%;
    }

    .my-VipBuyers li {
        font-size: 14px;
    }
/* ================================= */

