/* 苍穹星系信息发布平台 · 搜索、平台文档与保留功能页面 */
.cq_search_page,
.cq_document_page,
.cq_pay_page,
.cq_error_page {
    --cqp-navy: var(--cq-navy, #061f5c);
    --cqp-blue: var(--cq-blue, #075bcb);
    --cqp-action: var(--cq-blue-bright, #0b7deb);
    --cqp-cyan: var(--cq-cyan, #14c8e8);
    --cqp-ice: var(--cq-ice, #eaf2ff);
    --cqp-bg: var(--cq-bg, #f6f9fe);
    --cqp-text: var(--cq-text, #13213a);
    --cqp-muted: var(--cq-muted, #61718d);
    --cqp-line: var(--cq-line, #dde8f5);
    --cqp-white: #fff;
    --cqp-soft-shadow: 0 18px 50px rgba(6, 31, 92, .08);
    --cqp-hover-shadow: 0 24px 60px rgba(7, 91, 203, .14);
    background: var(--cqp-bg);
    color: var(--cqp-text);
}

.cq_search_page .td_main,
.cq_document_page .td_main,
.cq_pay_page .td_main {
    overflow: clip;
}

.cq_pay_page [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

.cq_search_page .td_container,
.cq_document_page .td_container,
.cq_pay_page .td_container {
    width: min(100%, 1280px);
    margin-inline: auto;
    padding-inline: 28px;
}

/* ---------- 404 ---------- */
.cq_error_page {
    background: var(--cqp-bg);
}

.cq_error_page .td_err {
    position: relative;
    min-height: min(780px, calc(100vh - var(--cq-sticky-offset, 58px)));
    display: grid;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    padding: 82px 0 104px;
    background: linear-gradient(125deg, #fff 0 48%, #edf5ff 48% 100%);
}

.cq_error_page .td_err::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: radial-gradient(circle at 82% 22%, rgba(20,200,232,.16) 0 2px, transparent 3px) 0 0 / 23px 23px;
    opacity: .72;
}

.cq_error_page .td_err::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -110px;
    bottom: -160px;
    width: 390px;
    height: 390px;
    border: 80px solid rgba(7,91,203,.07);
    border-radius: 50%;
    background: none;
    mask-image: none;
    -webkit-mask-image: none;
}

.cq_error_page .td_err_inner {
    width: min(100%, 710px);
    margin-inline: auto;
    padding: 54px 50px 42px;
    border: 1px solid var(--cqp-line);
    border-radius: 42px 13px 42px 13px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 30px 80px rgba(6,31,92,.13);
    backdrop-filter: blur(12px);
}

.cq_error_page .td_err_code {
    margin: 0 0 22px;
    color: var(--cqp-blue);
    background: none;
    font-family: inherit;
    font-size: clamp(96px, 16vw, 172px);
    font-weight: 900;
    line-height: .85;
    letter-spacing: -.08em;
    -webkit-text-fill-color: currentColor;
}

.cq_error_page .td_err_code::before,
.cq_error_page .td_err_code::after {
    width: 52px;
    height: 52px;
    border: 1px solid #c4dbf4;
    border-radius: 18px 7px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(7,91,203,.12);
    animation: none;
}

.cq_error_page .td_err_code::before { left: -68px; color: var(--cqp-blue); }
.cq_error_page .td_err_code::after { right: -68px; color: var(--cqp-cyan); }
.cq_error_page .td_err_title { margin: 0 0 12px; color: var(--cqp-navy); font-size: clamp(24px, 3vw, 32px); }
.cq_error_page .td_err_desc { color: var(--cqp-muted); }
.cq_error_page .td_err_actions { gap: 11px; margin-bottom: 35px; }
.cq_error_page .td_err_actions .td_btn { border-radius: 9px 18px; }
.cq_error_page .td_err_actions .td_btn_primary { background: var(--cqp-blue); }
.cq_error_page .td_err_links { border-top-color: var(--cqp-line); color: var(--cqp-muted); }
.cq_error_page .td_err_links a { color: #4c607d; }
.cq_error_page .td_err_links a:hover { color: var(--cqp-blue); }
.cq_error_page .td_err_links a i { color: var(--cqp-cyan); }

/* ---------- 搜索页 ---------- */
.cq_search_page .td_sr_hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 44px 0 64px;
    color: var(--cqp-text);
    background:
        radial-gradient(circle at 82% 24%, rgba(20, 200, 232, .12) 0 2px, transparent 3px) 0 0 / 22px 22px,
        linear-gradient(118deg, #fff 0 43%, #eef5ff 43% 100%);
    border-bottom: 1px solid var(--cqp-line);
}

.cq_search_page .td_sr_hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: clamp(-110px, -5vw, -45px);
    top: -145px;
    width: 420px;
    height: 420px;
    border: 86px solid rgba(7, 91, 203, .07);
    border-radius: 50%;
}

.cq_search_page .td_sr_hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(7,91,203,.035) 1px, transparent 1px);
    background-size: 72px 100%;
}

.cq_search_page .td_sr_crumb,
.cq_document_page .td_pg_crumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 28px;
    color: #8090aa;
    font-size: 13px;
}

.cq_search_page .td_sr_crumb a,
.cq_document_page .td_pg_crumb a {
    color: #667894;
}

.cq_search_page .td_sr_crumb a:hover,
.cq_document_page .td_pg_crumb a:hover {
    color: var(--cqp-action);
}

.cq_search_page .td_sr_crumb > i,
.cq_document_page .td_pg_crumb > i {
    font-size: 9px;
    color: #a9b7c9;
}

.cq_search_page .td_sr_crumb .cur,
.cq_document_page .td_pg_crumb .cur {
    color: var(--cqp-text);
}

.cq_search_page .td_sr_hero_title {
    max-width: 850px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    color: var(--cqp-navy);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.16;
    letter-spacing: -.045em;
}

.cq_search_page .td_sr_hero_title > i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid #cfe0f6;
    border-radius: 18px 8px 18px 8px;
    color: var(--cqp-action);
    background: rgba(255,255,255,.8);
    font-size: 17px;
}

.cq_search_page .td_sr_hero_title em {
    color: var(--cqp-action);
    font-style: normal;
}

.cq_search_page .td_sr_hero_summary {
    margin: 15px 0 0 62px;
    color: var(--cqp-muted);
    font-size: 15px;
}

.cq_search_page .td_sr_hero_summary strong {
    color: var(--cqp-navy);
}

.cq_search_page .td_sr_searchbar {
    width: min(100%, 780px);
    min-height: 62px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
    padding: 6px 7px 6px 20px;
    border: 1px solid #cfdef1;
    border-radius: 15px 31px 31px 15px;
    background: var(--cqp-white);
    box-shadow: 0 14px 42px rgba(6, 31, 92, .1);
}

.cq_search_page .td_sr_searchbar:focus-within {
    border-color: rgba(11,125,235,.7);
    box-shadow: 0 0 0 4px rgba(11,125,235,.09), 0 18px 48px rgba(6,31,92,.12);
}

.cq_search_page .td_sr_searchbar > i {
    color: var(--cqp-action);
}

.cq_search_page .td_sr_searchbar input {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: var(--cqp-text);
    background: transparent;
    font: inherit;
    font-size: 15px;
}

.cq_search_page .td_sr_searchbar button {
    align-self: stretch;
    min-width: 102px;
    padding: 0 25px;
    border: 0;
    border-radius: 11px 26px 26px 11px;
    color: #fff;
    background: var(--cqp-blue);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.cq_search_page .td_sr_searchbar button:hover { background: var(--cqp-navy); }

.cq_search_page .td_sr_body {
    padding: 56px 0 92px;
    background: var(--cqp-bg);
}

.cq_search_page .td_sr_layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 318px;
    align-items: start;
    gap: 34px;
}

.cq_search_page .td_sr_main { min-width: 0; }

.cq_search_page .td_sr_count {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 20px;
    padding: 10px 14px;
    border: 1px solid #d7e6f7;
    border-radius: 9px 18px 18px 9px;
    color: var(--cqp-muted);
    background: #fff;
    font-size: 13px;
}

.cq_search_page .td_sr_count i,
.cq_search_page .td_sr_count strong,
.cq_search_page .td_sr_count em {
    color: var(--cqp-blue);
    font-style: normal;
}

.cq_search_page .td_sr_list {
    display: grid;
    gap: 18px;
}

.cq_search_page .td_sr_card {
    position: relative;
    min-height: 218px;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--cqp-line);
    border-radius: 10px 28px 10px 28px;
    color: inherit;
    background: #fff;
    box-shadow: 0 10px 32px rgba(6,31,92,.055);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.cq_search_page .td_sr_card:nth-child(even) {
    border-radius: 28px 10px 28px 10px;
}

.cq_search_page .td_sr_card:hover {
    z-index: 1;
    transform: translateY(-3px);
    border-color: #bdd2ec;
    color: inherit;
    box-shadow: var(--cqp-hover-shadow);
}

.cq_search_page .td_sr_card_cover {
    position: relative;
    min-height: 218px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #edf5ff;
    border-right: 1px solid var(--cqp-line);
}

.cq_search_page .td_sr_card_cover::after {
    content: "";
    position: absolute;
    inset: auto 14px 14px auto;
    width: 42px;
    height: 7px;
    border-radius: 9px;
    background: rgba(20,200,232,.68);
}

.cq_search_page .td_sr_card_cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .32s ease;
}

.cq_search_page .td_sr_card:hover .td_sr_card_cover img { transform: scale(1.025); }

.cq_search_page .td_sr_card_ph {
    color: #79a8e5;
    font-size: 40px;
}

.cq_search_page .td_sr_card_body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 25px 28px 20px;
}

.cq_search_page .td_sr_card_cat {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    color: var(--cqp-blue);
    font-size: 12px;
    font-weight: 700;
}

.cq_search_page .td_sr_card_title {
    margin: 0;
    color: var(--cqp-text);
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: -.012em;
}

.cq_search_page .td_sr_card_title mark,
.cq_search_page .td_sr_card_desc mark {
    padding: 0 2px;
    color: var(--cqp-blue);
    background: #dff4ff;
    border-radius: 3px;
}

.cq_search_page .td_sr_card_desc {
    display: -webkit-box;
    margin: 10px 0 18px;
    overflow: hidden;
    color: var(--cqp-muted);
    font-size: 13.5px;
    line-height: 1.8;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cq_search_page .td_sr_card_foot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 17px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #edf2f8;
    color: #8492a6;
    font-size: 11.5px;
}

.cq_search_page .td_sr_card_foot > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.cq_search_page .td_sr_card_author { color: #455672; }

.cq_search_page .td_sr_card_author img {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    object-fit: cover;
}

.cq_search_page .td_sr_card_go {
    margin-left: auto;
    color: var(--cqp-action);
    font-weight: 700;
}

.cq_search_page .td_sr_aside,
.cq_document_page .td_pg_aside {
    position: sticky;
    top: calc(var(--cq-sticky-offset, 58px) + 22px);
    display: grid;
    gap: 18px;
}

.cq_search_page .td_sr_acard,
.cq_document_page .td_pg_acard {
    overflow: hidden;
    border: 1px solid var(--cqp-line);
    border-radius: 20px 8px 20px 8px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(6,31,92,.055);
}

.cq_search_page .td_sr_acard h4,
.cq_document_page .td_pg_acard_head {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 17px 19px;
    border-bottom: 1px solid #e7eff9;
    color: var(--cqp-navy);
    background: #f9fbff;
    font-size: 14px;
    font-weight: 800;
}

.cq_search_page .td_sr_acard h4 i,
.cq_document_page .td_pg_acard_head i {
    color: var(--cqp-action);
}

.cq_search_page .td_sr_suggest {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 18px;
}

.cq_search_page .td_sr_suggest a {
    padding: 8px 11px;
    border: 1px solid #dbe8f7;
    border-radius: 7px 13px 13px 7px;
    color: #536681;
    background: #fff;
    font-size: 12px;
}

.cq_search_page .td_sr_suggest a:hover {
    color: var(--cqp-blue);
    border-color: #b8d2f2;
    background: #f2f7ff;
}

.cq_search_page .td_sr_hot {
    margin: 0;
    padding: 8px 17px 13px;
    list-style: none;
}

.cq_search_page .td_sr_hot li + li { border-top: 1px solid #edf2f8; }

.cq_search_page .td_sr_hot a {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 11px 1px;
    color: #3c4e68;
    font-size: 12.5px;
}

.cq_search_page .td_sr_hot a:hover { color: var(--cqp-blue); }

.cq_search_page .td_sr_hot_n {
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    color: #71819a;
    background: #eef3f9;
    font-size: 10px;
    font-weight: 800;
}

.cq_search_page .td_sr_hot_n.top {
    color: #fff;
    background: var(--cqp-blue);
}

.cq_search_page .td_sr_hot_t {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.55;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cq_search_page .td_sr_acta,
.cq_document_page .td_pg_acta {
    position: relative;
    overflow: hidden;
    padding: 27px 24px;
    border-radius: 8px 26px 8px 26px;
    color: #fff;
    background: var(--cqp-navy);
}

.cq_search_page .td_sr_acta::after,
.cq_document_page .td_pg_acta::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -54px;
    width: 130px;
    height: 130px;
    border: 30px solid rgba(20,200,232,.13);
    border-radius: 50%;
}

.cq_search_page .td_sr_acta_icon,
.cq_document_page .td_pg_acta_icon {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 13px 6px;
    color: var(--cqp-cyan);
    background: rgba(255,255,255,.08);
}

.cq_search_page .td_sr_acta h4,
.cq_document_page .td_pg_acta h4 {
    margin: 0 0 9px;
    font-size: 19px;
}

.cq_search_page .td_sr_acta p,
.cq_document_page .td_pg_acta p {
    margin: 0 0 20px;
    color: #c7d5ed;
    font-size: 12.5px;
    line-height: 1.8;
}

.cq_search_page .td_sr_acta .td_btn,
.cq_document_page .td_pg_acta .td_btn {
    position: relative;
    z-index: 1;
    min-height: 40px;
    padding-inline: 17px;
    color: var(--cqp-navy);
    border: 0;
    border-radius: 8px 16px;
    background: #fff;
    box-shadow: none;
}

.cq_search_page .td_sr_empty {
    padding: 72px 28px;
    border: 1px solid var(--cqp-line);
    border-radius: 12px 34px 12px 34px;
    text-align: center;
    background: #fff;
    box-shadow: var(--cqp-soft-shadow);
}

.cq_search_page .td_sr_empty_icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 24px 9px;
    color: var(--cqp-action);
    background: var(--cqp-ice);
    font-size: 25px;
}

.cq_search_page .td_sr_empty h3 { margin: 0; color: var(--cqp-navy); }
.cq_search_page .td_sr_empty p { margin: 11px 0 25px; color: var(--cqp-muted); }
.cq_search_page .td_sr_empty_actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }

/* ---------- 平台文档/单页 ---------- */
.cq_document_page .td_pg_hero {
    position: relative;
    overflow: hidden;
    padding: 40px 0 58px;
    background: #fff;
    border-bottom: 1px solid var(--cqp-line);
}

.cq_document_page .td_pg_hero::before {
    content: "DOCUMENT / PLATFORM";
    position: absolute;
    right: max(28px, calc((100vw - 1224px) / 2));
    bottom: -8px;
    color: rgba(7,91,203,.045);
    font-size: clamp(54px, 7vw, 104px);
    font-weight: 900;
    letter-spacing: .08em;
    white-space: nowrap;
}

.cq_document_page [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.cq_document_page .td_pg_hero_title {
    position: relative;
    width: min(780px, 100%);
    margin: 0;
    color: var(--cqp-navy);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.18;
    letter-spacing: -.045em;
}

.cq_document_page .td_pg_hero_title::before {
    content: "";
    display: block;
    width: 58px;
    height: 6px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: linear-gradient(90deg, var(--cqp-blue) 0 68%, var(--cqp-cyan) 68%);
}

.cq_document_page .td_pg_hero_desc {
    position: relative;
    width: min(680px, 100%);
    margin: 15px 0 0;
    color: var(--cqp-muted);
    font-size: 15px;
    line-height: 1.8;
}

.cq_document_page .td_pg_body {
    padding: 58px 0 96px;
    background:
        linear-gradient(90deg, transparent 0 65%, rgba(234,242,255,.62) 65% 100%),
        var(--cqp-bg);
}

.cq_document_page .td_pg_layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 322px;
    align-items: start;
    gap: 36px;
}

.cq_document_page .td_pg_article {
    position: relative;
    min-width: 0;
}

.cq_document_page .td_pg_article::before {
    content: "";
    position: absolute;
    inset: 24px -12px -12px 26px;
    z-index: 0;
    border: 1px solid #cde0f6;
    border-radius: 12px 34px 12px 34px;
    background: #eaf3ff;
}

.cq_document_page .td_pg_article_inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid var(--cqp-line);
    border-radius: 32px 10px 32px 10px;
    background: #fff;
    box-shadow: var(--cqp-soft-shadow);
}

.cq_document_page .td_pg_article_header {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 17px;
    padding: 28px 34px;
    border-bottom: 1px solid #e7eff8;
    background: #fbfdff;
}

.cq_document_page .td_pg_article_icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 19px 7px;
    color: #fff;
    background: var(--cqp-blue);
    box-shadow: 0 12px 26px rgba(7,91,203,.19);
    font-size: 20px;
}

.cq_document_page .td_pg_article_titlewrap { min-width: 0; }

.cq_document_page .td_pg_article_title {
    margin: 1px 0 7px;
    color: var(--cqp-text);
    font-size: 22px;
    line-height: 1.4;
}

.cq_document_page .td_pg_article_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    color: #7b8ca4;
    font-size: 12px;
}

.cq_document_page .td_pg_article_meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.cq_document_page .td_pg_rich {
    padding: 38px clamp(25px, 4vw, 54px) 52px;
    color: #40516b;
    font-size: 15px;
    line-height: 2;
}

.cq_document_page .td_pg_rich h1,
.cq_document_page .td_pg_rich h2,
.cq_document_page .td_pg_rich h3,
.cq_document_page .td_pg_rich h4 {
    color: var(--cqp-navy);
    line-height: 1.45;
}

.cq_document_page .td_pg_rich h2 {
    position: relative;
    margin: 40px 0 18px;
    padding-left: 18px;
    font-size: 23px;
}

.cq_document_page .td_pg_rich h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: .18em;
    bottom: .18em;
    width: 5px;
    border-radius: 4px;
    background: linear-gradient(var(--cqp-blue), var(--cqp-cyan));
}

.cq_document_page .td_pg_rich h3 { margin: 32px 0 14px; font-size: 19px; }
.cq_document_page .td_pg_rich p { margin: 0 0 18px; }
.cq_document_page .td_pg_rich ul,
.cq_document_page .td_pg_rich ol { margin: 0 0 22px; padding-left: 1.4em; }
.cq_document_page .td_pg_rich li { margin: 7px 0; }
.cq_document_page .td_pg_rich a { color: var(--cqp-blue); text-decoration: underline; text-underline-offset: 3px; }
.cq_document_page .td_pg_rich img { max-width: 100%; height: auto; object-fit: contain; border-radius: 15px; }
.cq_document_page .td_pg_rich blockquote {
    margin: 25px 0;
    padding: 18px 21px;
    border-left: 4px solid var(--cqp-cyan);
    color: #405470;
    background: #f1f7ff;
}
.cq_document_page .td_pg_rich table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
    font-size: 13.5px;
}
.cq_document_page .td_pg_rich th,
.cq_document_page .td_pg_rich td { padding: 12px 14px; border: 1px solid #dbe7f5; text-align: left; }
.cq_document_page .td_pg_rich th { color: var(--cqp-navy); background: #edf5ff; }

.cq_document_page .td_pg_rich_empty {
    padding: 62px 20px;
    color: #8b99ad;
    text-align: center;
}

.cq_document_page .td_pg_doclist {
    margin: 0;
    padding: 8px 15px 15px;
    list-style: none;
}

.cq_document_page .td_pg_doclist li + li { border-top: 1px solid #edf2f8; }

.cq_document_page .td_pg_doclist a {
    display: grid;
    grid-template-columns: 13px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    padding: 12px 6px;
    color: #52647e;
    font-size: 13px;
}

.cq_document_page .td_pg_doclist a i { color: #a7b5c7; font-size: 9px; }
.cq_document_page .td_pg_doclist a:hover,
.cq_document_page .td_pg_doclist a.cur { color: var(--cqp-blue); }
.cq_document_page .td_pg_doclist a.cur { font-weight: 800; }
.cq_document_page .td_pg_doclist a.cur i { color: var(--cqp-cyan); }

.cq_document_page .td_pg_contact_body { padding: 8px 18px 15px; }

.cq_document_page .td_pg_contact_item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    padding: 11px 0;
}

.cq_document_page .td_pg_contact_item + .td_pg_contact_item { border-top: 1px solid #edf2f8; }

.cq_document_page .td_pg_contact_icon {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 12px 5px;
    color: var(--cqp-blue);
    background: var(--cqp-ice);
    font-size: 12px;
}

.cq_document_page .td_pg_contact_label { color: #8795aa; font-size: 10.5px; }
.cq_document_page .td_pg_contact_value { overflow-wrap: anywhere; color: #34465f; font-size: 12.5px; line-height: 1.5; }

/* ---------- 保留的会员服务页 ---------- */
.cq_pay_page .td_page_hero {
    padding: 40px 0 52px;
    color: var(--cqp-text);
    background: #fff;
    border-bottom: 1px solid var(--cqp-line);
}

.cq_pay_page .td_breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
    color: #8493a9;
    font-size: 13px;
}

.cq_pay_page .td_page_hero_title {
    margin: 0;
    color: var(--cqp-navy);
    font-size: clamp(34px, 4vw, 48px);
}

.cq_pay_page .td_page_body {
    min-height: 520px;
    display: grid;
    align-items: center;
    padding: 76px 0 96px;
    background:
        radial-gradient(circle at 18% 25%, rgba(20,200,232,.11) 0 2px, transparent 3px) 0 0 / 24px 24px,
        var(--cqp-bg);
}

.cq_pay_page .td_pay_card {
    position: relative;
    max-width: 620px;
    overflow: hidden;
    padding: 62px 52px;
    border: 1px solid var(--cqp-line);
    border-radius: 36px 12px 36px 12px;
    background: #fff;
    box-shadow: var(--cqp-soft-shadow);
}

.cq_pay_page .td_pay_card::after {
    content: "";
    position: absolute;
    right: -72px;
    top: -72px;
    width: 190px;
    height: 190px;
    border: 42px solid rgba(7,91,203,.07);
    border-radius: 50%;
}

.cq_pay_page .td_pay_icon {
    position: relative;
    z-index: 1;
    width: 84px;
    height: 84px;
    border-radius: 27px 10px;
    background: var(--cqp-blue);
    box-shadow: 0 16px 35px rgba(7,91,203,.22);
}

.cq_pay_page .td_pay_title { color: var(--cqp-navy); font-size: 25px; }
.cq_pay_page .td_pay_desc { color: var(--cqp-muted); }
.cq_pay_page .td_pay_card .td_btn { border-radius: 9px 18px; background: var(--cqp-blue); }

/* ---------- 分页与可访问性 ---------- */
.cq_search_page .td_pagination_wrap { margin-top: 32px; }

.cq_search_page :is(a, button, input):focus-visible,
.cq_document_page :is(a, button):focus-visible,
.cq_pay_page :is(a, button):focus-visible {
    outline: 3px solid rgba(20,200,232,.42);
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    .cq_search_page .td_sr_layout,
    .cq_document_page .td_pg_layout {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 24px;
    }

    .cq_search_page .td_sr_card { grid-template-columns: 210px minmax(0, 1fr); }
    .cq_search_page .td_sr_card_body { padding-inline: 22px; }
    .cq_search_page .td_sr_card_foot > span:not(.td_sr_card_author):not(.td_sr_card_go) { display: none; }
}

@media (max-width: 820px) {
    .cq_search_page .td_sr_layout,
    .cq_document_page .td_pg_layout {
        grid-template-columns: 1fr;
    }

    .cq_search_page .td_sr_aside,
    .cq_document_page .td_pg_aside {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cq_search_page .td_sr_acta,
    .cq_document_page .td_pg_acta { min-height: 210px; }

    .cq_document_page .td_pg_body { background: var(--cqp-bg); }
}

@media (max-width: 640px) {
    .cq_search_page .td_container,
    .cq_document_page .td_container,
    .cq_pay_page .td_container { padding-inline: 18px; }

    .cq_search_page .td_sr_hero,
    .cq_document_page .td_pg_hero { padding: 30px 0 42px; }

    .cq_search_page .td_sr_crumb,
    .cq_document_page .td_pg_crumb { margin-bottom: 20px; }

    .cq_search_page .td_sr_hero_title { align-items: flex-start; font-size: 30px; }
    .cq_search_page .td_sr_hero_title > i { width: 39px; height: 39px; border-radius: 14px 6px; font-size: 14px; }
    .cq_search_page .td_sr_hero_summary { margin-left: 0; font-size: 13px; }
    .cq_search_page .td_sr_searchbar { min-height: 54px; margin-top: 25px; padding-left: 15px; }
    .cq_search_page .td_sr_searchbar button { min-width: 76px; padding-inline: 16px; }
    .cq_search_page .td_sr_body,
    .cq_document_page .td_pg_body { padding: 38px 0 68px; }

    .cq_search_page .td_sr_card {
        grid-template-columns: 1fr;
        border-radius: 9px 24px 9px 24px;
    }

    .cq_search_page .td_sr_card:nth-child(even) { border-radius: 24px 9px 24px 9px; }
    .cq_search_page .td_sr_card_cover { min-height: 0; aspect-ratio: 4 / 3; border-right: 0; border-bottom: 1px solid var(--cqp-line); }
    .cq_search_page .td_sr_card_body { padding: 20px 19px 18px; }
    .cq_search_page .td_sr_card_title { font-size: 18px; }
    .cq_search_page .td_sr_card_foot { gap: 8px; }
    .cq_search_page .td_sr_card_go { font-size: 0; }
    .cq_search_page .td_sr_card_go i { font-size: 12px; }

    .cq_search_page .td_sr_aside,
    .cq_document_page .td_pg_aside { grid-template-columns: 1fr; }

    .cq_search_page .td_sr_acta,
    .cq_document_page .td_pg_acta { min-height: 0; }

    .cq_document_page .td_pg_hero::before { display: none; }
    .cq_document_page .td_pg_hero_title { font-size: 32px; }
    .cq_document_page .td_pg_article::before { inset: 14px -5px -7px 13px; }
    .cq_document_page .td_pg_article_inner { border-radius: 23px 8px 23px 8px; }
    .cq_document_page .td_pg_article_header { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; padding: 20px 18px; }
    .cq_document_page .td_pg_article_icon { width: 44px; height: 44px; border-radius: 14px 6px; font-size: 16px; }
    .cq_document_page .td_pg_article_title { font-size: 18px; }
    .cq_document_page .td_pg_article_meta { display: grid; gap: 4px; font-size: 10.5px; }
    .cq_document_page .td_pg_rich { padding: 28px 20px 38px; font-size: 14px; line-height: 1.9; }
    .cq_document_page .td_pg_rich h2 { margin-top: 32px; font-size: 20px; }
    .cq_document_page .td_pg_rich table { display: block; overflow-x: auto; white-space: nowrap; }

    .cq_pay_page .td_page_body { min-height: 430px; padding: 54px 0 72px; }
    .cq_pay_page .td_pay_card { padding: 46px 22px; border-radius: 25px 9px; }

    .cq_error_page .td_err { min-height: 660px; padding: 54px 0 72px; }
    .cq_error_page .td_err_inner { padding: 42px 20px 34px; border-radius: 28px 9px; }
    .cq_error_page .td_err_actions { flex-direction: column; }
    .cq_error_page .td_err_actions .td_btn { width: 100%; min-width: 0; }
    .cq_error_page .td_err_links { gap: 14px 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .cq_search_page .td_sr_card,
    .cq_search_page .td_sr_card_cover img { transition: none; }
}
