.help-faq-article-main {
    padding: 18px 0 72px;
    background:
        radial-gradient(circle at 0 0, rgba(85, 144, 255, 0.12) 0, rgba(85, 144, 255, 0) 28%),
        linear-gradient(180deg, #f7faff 0%, #ffffff 22%, #ffffff 100%);
}

.help-faq-article-wrap {
    width: min(1520px, calc(100vw - 20px));
}

.help-faq-article-hero {
    margin-bottom: 24px;
}

.help-faq-article-hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    align-items: center;
    gap: 36px;
    padding: 22px 0 10px;
}

.help-faq-article-head {
    min-width: 0;
}

.help-faq-article-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(79, 124, 255, 0.08);
    color: #4d77f3;
    font-size: 12px;
    font-weight: 700;
}

.help-faq-article-breadcrumb a {
    color: #6c7da3;
}

.help-faq-article-breadcrumb a:hover {
    color: #ff6a28;
}

.help-faq-article-head h1 {
    margin: 16px 0 12px;
    color: #1c2740;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.help-faq-article-head p {
    margin: 0;
    max-width: 860px;
    color: #6f7b93;
    font-size: 15px;
    line-height: 1.9;
}

.help-faq-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 16px;
}

.help-faq-article-meta span,
.help-faq-article-meta time {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(245, 248, 253, 0.98);
    color: #7e8ba3;
    font-size: 12px;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(107, 136, 196, 0.08);
}

.help-faq-article-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.help-faq-article-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.help-faq-article-actions a:first-child {
    background: linear-gradient(135deg, #ff9338 0%, #ff6b2a 100%);
    color: #fff;
}

.help-faq-article-actions a:last-child {
    color: #4e78ec;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 0 0 1px rgba(103, 136, 204, 0.12);
}

.help-faq-article-cover {
    position: relative;
    display: block;
    width: 100%;
    min-height: 260px;
    aspect-ratio: 16 / 10;
    border-radius: 24px;
    background: linear-gradient(135deg, #eef4ff 0%, #fff7ee 100%);
    box-shadow:
        inset 0 0 0 1px rgba(124, 155, 220, 0.12),
        0 20px 36px rgba(75, 102, 162, 0.08);
    overflow: hidden;
}

.help-faq-article-cover::before {
    content: none;
    display: none;
}

.help-faq-article-cover::after {
    content: none;
    display: none;
}

.help-faq-article-cover-img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    object-position: center;
}

.help-faq-article-cover-empty {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 260px;
    color: #8b97ae;
    font-size: 15px;
    font-weight: 800;
}

.help-faq-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}

.help-faq-article-body,
.help-faq-article-side-card,
.help-faq-article-nav-card,
.help-faq-article-support {
    border-radius: 22px;
    border: 1px solid rgba(103, 135, 201, 0.12);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 36px rgba(65, 88, 135, 0.06);
}

.help-faq-article-body {
    padding: 26px 26px 30px;
    color: #4f5d75;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
}

.help-faq-article-aside {
    display: grid;
    gap: 16px;
}

.help-faq-article-side-list {
    display: grid;
    gap: 10px;
}

.help-faq-article-side-list a {
    display: grid;
    gap: 4px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(103, 135, 201, 0.1);
    color: #344054;
    text-decoration: none;
}

.help-faq-article-side-list a:last-child {
    border-bottom: 0;
}

.help-faq-article-side-list span {
    overflow: hidden;
    color: #24304a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-faq-article-side-list em {
    color: #8a96ad;
    font-size: 12px;
    font-style: normal;
}

.help-faq-article-side-list a:hover span {
    color: #ff6a28;
}

.help-faq-article-body > * + * {
    margin-top: 16px;
}

.help-faq-article-body h2 {
    margin: 0 0 12px;
    color: #243250;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
}

.help-faq-article-body h2:not(:first-child) {
    margin-top: 34px;
}

.help-faq-article-body p {
    margin: 0;
    color: #4f5d75;
    font-size: 16px;
    line-height: 2;
}

.help-faq-article-body img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 18px auto;
    border-radius: 14px;
    object-fit: contain;
}

.help-faq-article-body p img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.help-faq-article-body video,
.help-faq-article-body iframe,
.help-faq-article-body table {
    max-width: 100%;
}

.help-faq-article-body table {
    width: 100%;
    border-collapse: collapse;
    overflow-wrap: anywhere;
}

.help-faq-article-figure {
    margin: 18px 0 8px;
}

.help-faq-article-image {
    position: relative;
    height: 288px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 210, 182, 0.22) 0, rgba(255, 210, 182, 0) 30%),
        linear-gradient(160deg, rgba(242, 247, 255, 0.98) 0%, rgba(255, 246, 234, 0.98) 100%);
    box-shadow:
        inset 0 0 0 1px rgba(123, 160, 235, 0.12),
        0 18px 30px rgba(79, 109, 173, 0.08);
    overflow: hidden;
}

.help-faq-article-image::before {
    content: "";
    position: absolute;
    left: 54px;
    top: 54px;
    width: 260px;
    height: 140px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
    border: 1px solid rgba(123, 160, 235, 0.14);
    box-shadow: 0 20px 32px rgba(80, 110, 175, 0.08);
}

.help-faq-article-image::after {
    content: "";
    position: absolute;
    left: 88px;
    top: 92px;
    width: 168px;
    height: 8px;
    border-radius: 999px;
    background: #ff8938;
    box-shadow: 0 24px 0 0 #8daefb, 0 48px 0 0 #8daefb;
}

.help-faq-article-figure figcaption {
    margin-top: 10px;
    color: #9aa5bb;
    font-size: 12px;
    text-align: center;
}

.help-faq-article-plain-list {
    margin: 4px 0 0;
    padding: 0 0 0 24px;
    color: #4f5d75;
}

.help-faq-article-plain-list li {
    margin: 0;
    padding-left: 6px;
    font-size: 16px;
    line-height: 2;
}

.help-faq-article-plain-list li + li {
    margin-top: 10px;
}

.help-faq-article-plain-list strong {
    color: #243250;
}

.help-faq-article-plain-list.is-bulleted {
    list-style: disc;
}

.help-faq-article-sibling-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 28px;
    border: 1px solid #e5edf8;
    border-radius: 12px;
    background: #fbfdff;
    box-shadow: 0 12px 26px rgba(63, 95, 145, 0.06);
    overflow: hidden;
}

.help-faq-article-sibling {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 9px;
    row-gap: 2px;
    align-items: center;
    min-height: 58px;
    padding: 10px 16px;
    color: inherit;
    text-decoration: none;
    background: transparent;
    transition: background .18s ease;
}

.help-faq-article-sibling:hover {
    background: #f5f8ff;
}

.help-faq-article-sibling::before,
.help-faq-article-sibling::after {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    color: #8fa0bd;
    background: #f0f5ff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.help-faq-article-sibling.is-prev::before {
    content: "‹";
    grid-row: 1 / 3;
}

.help-faq-article-sibling.is-next::after {
    content: "›";
    grid-column: 2;
    grid-row: 1 / 3;
}

.help-faq-article-sibling:hover::before,
.help-faq-article-sibling:hover::after {
    color: #2563eb;
    background: #e8f0ff;
    transform: translateX(-1px);
}

.help-faq-article-sibling.is-next:hover::after {
    transform: translateX(1px);
}

.help-faq-article-sibling-label {
    display: block;
    align-items: center;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    color: #9aa6bd;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
    background: transparent;
}

.help-faq-article-sibling strong {
    overflow: hidden;
    min-width: 0;
    color: #1e2b4a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-faq-article-sibling em {
    display: none;
}

.help-faq-article-sibling.is-next {
    grid-template-columns: minmax(0, 1fr) 24px;
    border-left: 1px solid #e5edf8;
    text-align: right;
}

.help-faq-article-sibling.is-next:first-child {
    grid-column: 2;
}

.help-faq-article-sibling.is-disabled {
    cursor: default;
}

.help-faq-article-sibling.is-disabled strong {
    color: #9aa6bd;
    font-weight: 800;
}

.help-faq-article-sibling.is-disabled:hover {
    background: transparent;
}

.help-faq-article-sibling.is-disabled::before,
.help-faq-article-sibling.is-disabled::after,
.help-faq-article-sibling.is-disabled:hover::before,
.help-faq-article-sibling.is-disabled:hover::after {
    color: #bdc7d8;
    background: #f4f7fc;
    transform: none;
}

.help-faq-article-side {
    display: grid;
    gap: 16px;
    align-content: start;
}

.help-faq-article-side-card,
.help-faq-article-nav-card {
    padding: 18px 18px 16px;
}

.help-faq-article-side-card h2,
.help-faq-article-nav-card h2 {
    margin: 0 0 14px;
    color: #253453;
    font-size: 15px;
    font-weight: 800;
}

.help-faq-article-outline {
    display: grid;
    gap: 10px;
}

.help-faq-article-outline a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 12px;
    color: #6b7891;
    font-size: 13px;
    font-weight: 600;
    background: rgba(246, 249, 255, 0.96);
}

.help-faq-article-outline a:hover {
    color: #ff6a28;
    background: rgba(255, 243, 235, 0.96);
}

.help-faq-article-related {
    display: grid;
    gap: 12px;
}

.help-faq-article-related a {
    display: grid;
    gap: 6px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(249, 251, 255, 0.98);
    box-shadow: inset 0 0 0 1px rgba(108, 135, 190, 0.08);
    color: inherit;
    text-decoration: none;
}

.help-faq-article-related a:hover strong {
    color: #3466e0;
}

.help-faq-article-related strong {
    color: #243250;
    font-size: 14px;
    line-height: 1.5;
    transition: color .2s ease;
}

.help-faq-article-related span {
    color: #8c99b1;
    font-size: 12px;
}

.help-faq-article-support {
    padding: 20px 18px;
    background: linear-gradient(135deg, rgba(247, 250, 255, 0.98) 0%, rgba(238, 245, 255, 0.98) 100%);
}

.help-faq-article-support h2 {
    margin: 0 0 10px;
    color: #243250;
    font-size: 18px;
    line-height: 1.35;
}

.help-faq-article-support p {
    margin: 0;
    color: #7e8aa2;
    font-size: 13px;
    line-height: 1.8;
}

.help-faq-article-support a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 122px;
    min-height: 40px;
    margin-top: 14px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff9338 0%, #ff6b2a 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

/* Article aside redesign */
.help-faq-article-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
}

.help-faq-article-aside {
    display: grid;
    align-content: start;
    gap: 12px;
}

.help-faq-article-toc-card,
.help-faq-article-side-card,
.help-faq-article-nav-card,
.help-faq-article-support {
    padding: 16px 14px;
    border-radius: 14px;
    border: 1px solid #e5edf8;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(63, 95, 145, 0.07);
}

.help-faq-article-toc-card h2 {
    margin: 0 0 12px;
    color: #1f56d7;
    font-size: 15px;
    font-weight: 900;
}

.help-faq-article-toc {
    display: grid;
    gap: 8px;
    padding-left: 8px;
    border-left: 1px solid #e4ecfa;
}

.help-faq-article-toc a {
    position: relative;
    display: block;
    min-width: 0;
    padding-left: 12px;
    color: #5e6b85;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}

.help-faq-article-toc a::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7fa4ff;
}

.help-faq-article-toc a:hover {
    color: #1f56d7;
}

.help-faq-article-side-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 24px;
    margin-bottom: 13px;
}

.help-faq-article-side-head h2 {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #13234b;
    font-size: 16px;
    font-weight: 900;
}

.help-faq-article-side-head > a {
    color: #5d7fd8;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.help-faq-article-head-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    background: url("/template/pc/skin/images/bangzhuzhongxin-11.png") no-repeat center / contain;
}

.help-faq-article-hot-list {
    display: grid;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.help-faq-article-hot-list li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 7px 0;
    border-top: 1px solid #f1f5fb;
}

.help-faq-article-hot-list li:first-child {
    border-top: 0;
}

.help-faq-article-hot-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #fff0e6;
    color: #ff7b2f;
    font-size: 12px;
    font-weight: 900;
}

.help-faq-article-hot-list strong {
    min-width: 0;
    color: #1e2b4a;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.45;
}

.help-faq-article-hot-list strong a {
    display: block;
    overflow: hidden;
    color: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.help-faq-article-hot-list strong a:hover {
    color: #2563eb;
}

.help-faq-article-hot-list em {
    color: #98a4b8;
    font-size: 13px;
    font-style: normal;
    text-align: right;
}

.help-faq-article-category-list {
    display: grid;
    gap: 8px;
}

.help-faq-article-category-list a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 7px 8px;
    border-radius: 10px;
    color: inherit;
    text-decoration: none;
    background: #ffffff;
    transition: background .18s ease, transform .18s ease;
}

.help-faq-article-category-list a:hover {
    background: #f7faff;
    transform: translateX(2px);
}

.help-faq-article-category-icon {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eef4ff;
}

.help-faq-article-category-icon::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    width: 14px;
    height: 16px;
    border-radius: 3px;
    background: #4b7cff;
}

.help-faq-article-category-icon::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 14px;
    width: 8px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 4px 0 #ffffff;
}

.help-faq-article-category-list a:nth-child(3n + 2) .help-faq-article-category-icon {
    background: #eefdf6;
}

.help-faq-article-category-list a:nth-child(3n + 2) .help-faq-article-category-icon::before {
    background: #20c77a;
}

.help-faq-article-category-list a:nth-child(3n) .help-faq-article-category-icon {
    background: #fff4e9;
}

.help-faq-article-category-list a:nth-child(3n) .help-faq-article-category-icon::before {
    background: #ff8a2a;
}

.help-faq-article-category-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.help-faq-article-category-copy strong {
    overflow: hidden;
    color: #1c2949;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-faq-article-category-copy em {
    overflow: hidden;
    color: #8a96ad;
    font-size: 13px;
    font-style: normal;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-faq-article-support {
    display: grid;
    gap: 10px;
    background: #ffffff;
}

.help-faq-article-support-head {
    display: flex;
    align-items: center;
    gap: 9px;
}

.help-faq-article-service-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    background: url("/template/pc/skin/images/bangzhuzhongxin-12.png") no-repeat center / contain;
}

.help-faq-article-support h2 {
    margin: 0;
    color: #13234b;
    font-size: 16px;
    font-weight: 900;
}

.help-faq-article-support p {
    margin: 0;
    color: #7e8ba4;
    font-size: 13px;
    line-height: 1.62;
}

.help-faq-article-support a {
    width: 100%;
    min-height: 36px;
    margin-top: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #347bff 0%, #225bea 100%);
    box-shadow: 0 10px 20px rgba(34, 91, 234, 0.16);
    font-size: 14px;
    font-weight: 900;
}

@media (max-width: 1080px) {
    .help-faq-article-hero-shell {
        grid-template-columns: 1fr;
    }

    .help-faq-article-cover {
        max-width: 360px;
        width: 100%;
        justify-self: end;
    }

    .help-faq-article-layout {
        grid-template-columns: 1fr;
    }

    .help-faq-article-sibling-nav {
        grid-template-columns: 1fr;
    }

    .help-faq-article-sibling.is-next {
        grid-column: auto;
        text-align: left;
    }

    .help-faq-article-sibling.is-next .help-faq-article-sibling-label {
        justify-self: start;
    }
}

@media (max-width: 768px) {
    .help-faq-article-main {
        padding: 12px 0 48px;
    }

    .help-faq-article-wrap {
        width: min(100%, calc(100vw - 16px));
    }

    .help-faq-article-hero-shell {
        padding: 16px 0 8px;
    }

    .help-faq-article-head h1 {
        font-size: 34px;
    }

    .help-faq-article-checklist,
    .help-faq-article-tip-grid {
        grid-template-columns: 1fr;
    }

    .help-faq-article-step {
        grid-template-columns: 1fr;
    }
}
