.info-center-page-body {
    background: #ffffff;
}

/* 首屏导航覆盖在 banner 上方，滚动后由 header-active 恢复白底 */
body.info-center-top-hero .header {
    background-color: transparent;
    backdrop-filter: none;
}

body.info-center-top-hero .header.header-active {
    background-color: #ffffff;
    backdrop-filter: blur(10px);
}

.info-center-page-main {
    padding-bottom: 64px;
}

.info-center-page-nav {
    max-width: 1192px;
}

.info-center-page-nav .information-center-nav-item {
    width: 50%;
    border: 0;
    background: transparent;
    font-family: inherit;
}

.info-center-page-nav .information-center-nav-item-active {
    background: rgba(98, 70, 232, 1);
}

.info-center-page-nav-links .information-center-nav-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.information-center-section {
    display: none;
}

.information-center-section.is-active {
    display: block;
}

.information-center-empty {
    width: 1192px;
    margin: 0 auto;
    border-radius: 12px;
    background: #fbfcff;
    box-shadow: 0 4px 16px rgba(46, 51, 191, 0.12);
    color: #4e5969;
    font-size: 16px;
    line-height: 120px;
    text-align: center;
}

.info-center-pagination {
    width: 1192px;
    margin: 24px auto 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.info-center-page-link {
    min-width: 40px;
    height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(98, 70, 232, 0.2);
    border-radius: 8px;
    background: #ffffff;
    color: #3d3f52;
    cursor: pointer;
    transition: all 0.2s ease;
}

.info-center-page-link:hover {
    border-color: rgba(98, 70, 232, 0.45);
    color: rgba(98, 70, 232, 1);
}

.info-center-page-link.is-active {
    background: rgba(98, 70, 232, 1);
    border-color: rgba(98, 70, 232, 1);
    color: #ffffff;
}

.info-center-page-link.is-disabled,
.info-center-page-link:disabled {
    border-color: rgba(156, 163, 175, 0.3);
    color: rgba(156, 163, 175, 1);
    cursor: not-allowed;
}

.info-center-page-summary {
    margin-left: 8px;
    color: #4e5969;
    font-size: 14px;
}

.info-center-page-jump {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.info-center-page-jump-input {
    width: 72px;
    height: 36px;
    border: 1px solid rgba(98, 70, 232, 0.2);
    border-radius: 8px;
    text-align: center;
    color: #3d3f52;
}

.info-center-page-jump-btn {
    height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(98, 70, 232, 1);
    border-radius: 8px;
    background: #ffffff;
    color: rgba(98, 70, 232, 1);
    cursor: pointer;
}

.info-center-detail-page {
    padding-bottom: 24px;
}

.info-center-detail-shell {
    width: 1192px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.info-center-detail-main {
    flex: 1;
    min-width: 0;
}

.info-center-detail-panel,
.info-center-detail-side-card {
    border-radius: 12px;
    background: #fbfcff;
    box-shadow: 0 4px 16px rgba(46, 51, 191, 0.12);
}

.info-center-detail-panel {
    padding: 36px 40px;
}

.info-center-detail-header {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(230, 236, 248, 1);
}

.info-center-detail-tagline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.info-center-detail-back a {
    color: rgba(98, 70, 232, 1);
    font-size: 14px;
    text-decoration: none;
}

.info-center-detail-title {
    color: rgba(24, 24, 24, 1);
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.info-center-detail-meta {
    color: rgba(143, 152, 165, 1);
    font-size: 14px;
}

.info-center-detail-body {
    padding-top: 32px;
    color: rgba(78, 89, 105, 1);
    font-size: 16px;
    line-height: 1.9;
    word-break: break-word;
}

.info-center-detail-body img {
    max-width: 100%;
    height: auto;
}

.info-center-detail-body p,
.info-center-detail-body ul,
.info-center-detail-body ol,
.info-center-detail-body blockquote {
    margin-bottom: 18px;
}

.info-center-detail-body ul,
.info-center-detail-body ol {
    padding-left: 24px;
}

.info-center-detail-near {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.info-center-detail-near-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 112px;
    padding: 20px 24px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(230, 236, 248, 1);
    color: rgba(24, 24, 24, 1);
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.info-center-detail-near-item:hover {
    border-color: rgba(98, 70, 232, 0.35);
    transform: translateY(-2px);
}

.info-center-detail-near-item.is-disabled {
    color: rgba(143, 152, 165, 1);
}

.info-center-detail-near-label {
    color: rgba(98, 70, 232, 1);
    font-size: 14px;
}

.info-center-detail-side {
    width: 292px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-center-detail-side-card {
    padding: 24px;
}

.info-center-detail-side-card h3 {
    color: rgba(24, 24, 24, 1);
    font-size: 18px;
    margin-bottom: 16px;
}

.info-center-detail-side-card ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
}

.info-center-detail-side-card li {
    list-style: none;
}

.info-center-detail-side-card a {
    color: rgba(78, 89, 105, 1);
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
}

.info-center-detail-side-card a:hover,
.info-center-detail-back a:hover {
    color: rgba(98, 70, 232, 1);
}

@media (max-width: 1279px) {
    .info-center-page-nav,
    .information-center-empty,
    .info-center-detail-shell,
    .info-center-pagination {
        width: calc(100% - 32px);
    }
}

@media (max-width: 1023px) {
    .info-center-detail-shell {
        flex-direction: column;
    }

    .info-center-detail-side {
        width: 100%;
    }

    .info-center-detail-panel {
        padding: 28px 24px;
    }

    .info-center-detail-title {
        font-size: 28px;
    }

    .info-center-detail-near {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 749px) {
    .info-center-page-nav {
        width: calc(100% - 24px);
        margin-bottom: 32px;
    }

    .info-center-page-nav .information-center-nav-item {
        height: 64px;
        line-height: 64px;
        font-size: 18px;
    }

    .information-center-empty,
    .info-center-detail-shell,
    .info-center-pagination {
        width: calc(100% - 24px);
    }

    .info-center-pagination {
        gap: 6px;
    }

    .info-center-page-summary {
        width: 100%;
        margin-left: 0;
    }

    .info-center-page-jump {
        margin-left: 0;
    }

    .info-center-detail-panel {
        padding: 24px 18px;
    }

    .info-center-detail-tagline {
        flex-direction: column;
        align-items: flex-start;
    }

    .info-center-detail-title {
        font-size: 24px;
    }

    .info-center-detail-body {
        font-size: 15px;
    }
}