/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #048A96; /* H3、H4标签字体颜色 */
    --HbgColor: #E3F5FD; /* H3、H4的span背景颜色 */
    --WbgColor: #49C9C2; /* 适配白色字体的背景颜色 */
    --bgColor1: #F5FAFE; /* 交替背景色，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E8F8FD; /* 交替背景色 */
    --bgColor3: #CCF0EE; /* 交替背景色 */
    --bgColor4: #CCE8E1; /* 交替背景色 */
}

.box-main h3{
    font-size:16px;
}

/* == 展会组织 ==================== */
.ul-Organization {
    display:inline-block;
}
.ul-Organization li {
    float:left;
    margin-right:25px;
}

    .ul-Organization li, .box-Organization li, .box-Organization2 li {
        padding-right: 10px;
    }
    .box-Organization ul:last-child li {
        padding-right: 0;
    }


.box-Organization ul:first-child {
    width:35%;
}
.box-Organization ul:nth-child(2) {
    width: 40%;
}
.box-Organization ul:last-child {
    width: 25%;
}

.box-Organization2 ul {
    width: 50%;
}

/* ================================= */


/* == 活动背景 ==================== */
.tb-Preview tr td:first-child {
    padding-right:15px;
}
.tb-Preview tr td:last-child {
    width: 30%; /*配合背景图*/
    background-image: url(/cn/Invitation/80.RSE/2026/images/Preview2.jpg);
    background-size:cover;
}
/* ================================= */


/* == 通用表格 ==================== */
.my-table th {
    background-color: var(--WbgColor);
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}

.my-table tr {
    border-bottom: solid 2px #fff;
}

.my-table th, .my-table td {
    padding: 8px 15px;
    border-right: solid 2px #fff;
}
.my-table tr th:last-child, .my-table tr td:last-child {
    border-right: none;
}

.my-table tr:nth-child(2n+1) {
    background-color: var(--bgColor1);
}

.my-table tr:nth-child(2n) {
    background-color: var(--bgColor2);
}

.my-tdCenterPercent100 td {
    text-align: center;
}
.my-tdCenterPercent50 td {
    text-align:center;
    width:50%;
}
/* ================================= */


/* == 拟邀嘉宾 ===================== */
.my-Guests li {
    /*color: var(--HnnColor);*/
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

    .my-Guests li img {
        margin-right: 10px;
    }
/* ================================= */


/* == 展品范围 ==================== */
.my-ExpoProfile tr td:first-child {
    text-align: center;
    font-weight: bold;
    width: 21%;
    color: var(--HnnColor);
}
/* ================================= */


