/* seemb5 单页（关于我们 / 联系我们等），对齐 mb5 aboutUs 布局 */

.seemb5-single-page .content-box {
    width: 100%;
    padding-bottom: 20px;
}

/* 左侧同级单页导航（aboutMenu 内无 .LeftMenu 包裹，需单页专用样式） */
.seemb5-single-page .aboutMenu .LeftMenu-list {
    width: 100%;
    margin-bottom: var(--jq_mb4);
    background-color: var(--jq_color2);
    box-shadow: 0 0 15px var(--jq_color11);
    border-radius: 6px;
    overflow: hidden;
}

.seemb5-single-page .LeftMenu-box {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 8px;
}

.seemb5-single-page .LeftMenu-box a,
.seemb5-single-page .LeftMenu-box span {
    display: block;
    width: 100%;
    padding: 11px 14px;
    font-size: var(--jq_fs2);
    line-height: 1.45;
    color: var(--jq_color12);
    text-decoration: none;
    border-radius: 4px;
    border-left: 3px solid transparent;
    box-sizing: border-box;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.seemb5-single-page .LeftMenu-box a:hover {
    color: var(--jq_color5);
    background-color: var(--jq_color16);
}

.seemb5-single-page .LeftMenu-box span.active {
    color: var(--jq_color5);
    font-weight: 600;
    background-color: var(--jq_color16);
    border-left-color: var(--jq_color5);
}

.seemb5-single-page .aboutMenu-phone {
    border-radius: 6px;
}

.seemb5-single-page .aboutMenu-phone span.active {
    color: var(--jq_color5);
    font-weight: 600;
}

.aboutUs-box .aboutUs-main .aboutUs .aboutContent.aboutContent--full {
    width: 100%;
    padding-left: 0;
}

.seemb5-single-page .aboutUs-main {
    padding-left: 12px;
    padding-right: 12px;
}

/* 收紧左侧导航与正文间距（避免 space-between + padding-left 留白过大） */
.seemb5-single-page .aboutUs-box .aboutUs-main .aboutUs {
    justify-content: flex-start;
    gap: 20px;
}

.seemb5-single-page .aboutUs-box .aboutUs-main .aboutUs .aboutMenu {
    margin-right: 0;
}

.seemb5-single-page .aboutUs-box .aboutUs-main .aboutUs .aboutContent {
    flex: 1;
    width: auto;
    min-width: 0;
    padding-left: 0;
}

.seemb5-single-page .aboutUs-box .aboutUs-main .aboutUs .aboutContent .aboutMain {
    padding: 0;
}

.seemb5-single-page .aboutContent.aboutContent--full .aboutMain {
    padding-left: 0;
    padding-right: 0;
}

.seemb5-single-page .aboutContent.aboutContent--full .aboutMain > div[style] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.aboutUs-box .aboutUs-main .aboutUs .aboutContent .aboutMain img {
    max-width: 100%;
    height: auto;
}

/* 单页富文本表格：无内联 style 的 table/tr/td 也有清晰边框与表头（有内联 style 的仍以行内为准） */
.aboutUs-box .aboutUs-main .aboutUs .aboutContent .aboutMain :where(table) {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.25em;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.6;
    background: #fff;
}

.aboutUs-box .aboutUs-main .aboutUs .aboutContent .aboutMain :where(th, td) {
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    vertical-align: top;
    text-align: left;
}

.aboutUs-box .aboutUs-main .aboutUs .aboutContent .aboutMain :where(th) {
    font-weight: 600;
    color: #1f2937;
    background: #f3f4f6;
}

.aboutUs-box .aboutUs-main .aboutUs .aboutContent .aboutMain :where(tr:nth-child(even) td) {
    background: #fafafa;
}

/* 无 th 时，首行 td 作表头样式（常见于联系方式表） */
.aboutUs-box .aboutUs-main .aboutUs .aboutContent .aboutMain :where(table:not(:has(th)) tr:first-child td) {
    font-weight: 600;
    color: #1f2937;
    background: #f3f4f6;
}

@media (max-width: 767.98px) {
    .aboutUs-box .aboutUs-main .aboutUs .aboutContent .aboutMain {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .aboutUs-box .aboutUs-main .aboutUs .aboutContent .aboutMain :where(table) {
        min-width: 480px;
    }
}
