:root {
    --header-height: 88px;
    --channel-height: 48px;
    --page-min-width: 1180px;
    --page-max-width: 1720px;
    --hero-tech-width: 500px;
    --accent: #FF3300;
    --accent-strong: #FF3300;
    --accent-soft: #fffaf6;
    --text-main: #1c232b;
    --text-muted: #5b6470;
    --text-light: #88929d;
    --line: #dfe4e8;
    --link: #1f6fd6;
    --link-hover: #1357aa;
    --surface: #ffffff;
    --surface-soft: #f5f6f8;
}

html {
    scroll-behavior: smooth;
    overflow-x: auto;
}

body {
    margin: 0;
    min-width: var(--page-min-width);
    overflow-x: auto;
    background: var(--surface-soft);
    color: var(--text-main);
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    border: 0;
}

a {
    color: var(--link);
    text-decoration: none;
}

a:hover {
    color: var(--link-hover);
    text-decoration: underline;
}

button,
input,
select {
    font: inherit;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.site-wrap {
    width: 100%;
    min-width: var(--page-min-width);
}

.wrap {
    width: 90%;
    max-width: var(--page-max-width);
    margin: 0 auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    min-width: var(--page-min-width);
    background: var(--surface);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: var(--header-height);
}

.brand-zone {
    display: flex;
    align-items: center;
    min-width: 0;
}

.brand-zone img {
    display: block;
    width: 200px;
    height: 40px;
}

.search-zone {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
}

.search-input,
.search-select,
.search-button {
    height: 40px;
    border: 1px solid #d7dce2;
    background: var(--surface);
    color: var(--text-main);
    font-size: 14px;
}

.search-input {
    width: 300px;
    padding: 0 14px;
}

.search-select {
    width: 140px;
    padding: 0 10px;
}

.search-input:focus,
.search-select:focus {
    outline: none;
    border-color: var(--accent);
}

.search-button {
    min-width: 88px;
    padding: 0 18px;
    background: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
    cursor: pointer;
    letter-spacing: .4px;
}

.search-button:hover {
    background: var(--accent-strong);
    border-color: var(--accent-strong);
}

.channel-bar {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    z-index: 999;
    min-width: var(--page-min-width);
    background: var(--surface);
    border-top: 3px solid var(--accent);
    border-bottom: 1px solid var(--line);
}

.channel-list {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.channel-list a {
    position: relative;
    display: block;
    padding: 15px 22px 14px;
    border-right: 1px solid #edf0f3;
    color: #20262d;
    font-size: 16px;
    line-height: 1;
}

.channel-list a:hover {
    color: var(--accent);
    text-decoration: none;
}

.channel-list a:hover::after,
.channel-list a.active::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 0;
    left: 18px;
    height: 2px;
    background: var(--accent);
}

.main {
    margin-top: calc(var(--header-height) + var(--channel-height));
    padding: 18px 0 26px;
}

.hero {
    --hero-title-line-width: 88px;
    position: relative;
    overflow: hidden;
    padding: 18px 0 18px;
    border-bottom: 0;
    background:
        linear-gradient(90deg, rgba(255, 51, 0, 0.035) 0, rgba(255, 51, 0, 0.014) 18%, rgba(255, 255, 255, 0) 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(250, 250, 251, 0.62) 100%);
}

#heroSection {
    border-bottom: none !important;
}

.hero::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: var(--hero-title-line-width);
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 51, 0, 1) 0%, rgba(255, 51, 0, 0.54) 58%, rgba(255, 51, 0, 0.14) 84%, rgba(255, 51, 0, 0) 100%);
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(38%, var(--hero-tech-width));
    pointer-events: none;
    background:
        linear-gradient(270deg, rgba(255, 51, 0, 0.078) 0%, rgba(255, 51, 0, 0.046) 24%, rgba(255, 51, 0, 0.020) 52%, rgba(255, 51, 0, 0.006) 74%, rgba(255, 51, 0, 0) 100%),
        url("/images/news/news2026-hero-tech.gif") right center / auto 100% no-repeat;
    opacity: 0.6;
    mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.86) 24%, rgba(0, 0, 0, 0.48) 58%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.86) 24%, rgba(0, 0, 0, 0.48) 58%, rgba(0, 0, 0, 0) 100%);
}

.hero-labels {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
    padding-top: 10px;
    padding-left: 18px;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border: 1px solid #f0c8aa;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .6px;
}

.hero-label a,
.hero-label a:hover,
.hero-label a:visited {
    color: inherit;
    text-decoration: none;
}

.hero-title {
    display: inline-block;
    max-width: 100%;
    margin: 0;
    color: #141b22;
    font-size: 28px;
    line-height: 1.32;
    font-weight: 700;
    word-break: break-word;
}

.meta-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: wrap;
    padding-top: 18px;
}

.meta-main {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.7;
}

.meta-item,
.meta-source-row {
    margin: 0;
}

.label {
    margin-right: 4px;
    color: var(--text-light);
}

.meta-source-row {
    display: inline-flex;
    align-items: center;
}

.source {
    color:var(--text-light);
}

.font-switcher {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 10px;
    flex-wrap: nowrap;
    padding-left: 10px;
    color: #6c7681;
    font-size: 14px;
    white-space: nowrap;
}

.font-switcher-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    white-space: nowrap;
}

.font-switcher-label::before {
    content: "A";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    margin-right: 1px;
    padding-bottom: 1px;
    border-bottom: 1.5px solid currentColor;
    color: currentColor;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.font-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 24px;
    padding: 0 1px 1px;
    border-bottom: 2px solid transparent;
    color: #5f6973;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.font-button:hover,
.font-button.current {
    color: var(--accent);
    border-bottom-color: var(--accent);
}

.article-body-wrap {
    padding: 18px 0 8px;
}

.article-body {
    width: 100%;
    overflow-x: hidden;
    color: #192028;
    text-align: left;
}

.article-body,
.article-body div,
.article-body p,
.article-body td,
.article-body th,
.article-body li {
    word-break: break-word;
}

body.font-small .article-body {
    font-size: 18px;
    line-height: 1.82;
}

body.font-small .article-body p {
    margin: 0 0 14px;
}

body.font-medium .article-body {
    font-size: 21px;
    line-height: 2;
}

body.font-medium .article-body p {
    margin: 0 0 18px;
}

body.font-large .article-body {
    font-size: 24px;
    line-height: 2.15;
}

body.font-large .article-body p {
    margin: 0 0 22px;
}

.article-body table {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 18px;
    border-collapse: collapse !important;
    table-layout: fixed;
    background: var(--surface);
}

.article-body table[width] {
    width: 100% !important;
}

.article-body th,
.article-body td {
    padding: 10px 12px !important;
    border: 1px solid #d9e0e6 !important;
    vertical-align: middle;
}

.article-body th {
    background: #fff4ea;
    color: #7e3e0a;
    font-weight: 700;
}

.article-body tr:nth-child(even) td {
    background: #fbfcfd;
}

.article-body img {
    height: auto !important;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4 {
    margin: 0 0 14px;
    color: #16202a;
    line-height: 1.45;
}

.article-body ul,
.article-body ol {
    margin: 0 0 18px 22px;
    padding: 0;
}

.article-note {
    margin: 16px 0 0;
    padding: 16px 0 18px;
    border-top: 1px solid #e7ebef;
    border-bottom: 1px solid #e7ebef;
    color: #4e5864;
    font-size: 15px;
    line-height: 1.8;
}

.article-note strong {
    color: #20262d;
}

.note-mark {
    position: relative;
    top: -0.04em;
    display: inline-block;
    width: .42em;
    height: .42em;
    margin-right: .38em;
    vertical-align: middle;
    background: var(--accent);
    transform: rotate(45deg);
}

.related-section {
    padding: 16px 0 8px;
}

.related-section.is-hidden {
    display: none;
}

.related-title {
    margin: 0 0 12px;
    color: #1b222a;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.related-list {
    color: #36404b;
    font-size: 15px;
    line-height: 1.95;
}

.page-actions-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding-top: 12px;
    color: #6e7781;
    font-size: 14px;
}

.page-actions-bottom a,
.action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #5f6973;
    line-height: 1;
    white-space: nowrap;
}

.action-link {
    cursor: pointer;
}

#pageTopLink::before,
.action-link[data-action="print"]::before,
.action-link[data-action="close"]::before {
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    color: currentColor;
}

#pageTopLink::before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px solid currentColor;
}

.action-link[data-action="print"]::before {
    width: 14px;
    height: 13px;
    background:
        linear-gradient(currentColor, currentColor) 50% 100% / 10px 1.5px no-repeat,
        linear-gradient(currentColor, currentColor) 50% 22% / 8px 3px no-repeat,
        linear-gradient(currentColor, currentColor) 50% 58% / 14px 6px no-repeat,
        linear-gradient(var(--surface), var(--surface)) 50% 22% / 6px 2px no-repeat,
        linear-gradient(var(--surface), var(--surface)) 50% 58% / 10px 3px no-repeat;
    border: 1.5px solid currentColor;
    border-top-width: 1px;
    border-radius: 2px;
    box-sizing: border-box;
}

.action-link[data-action="close"]::before {
    width: 11px;
    height: 11px;
    background:
        linear-gradient(45deg, transparent 43%, currentColor 44% 56%, transparent 57%) center / 100% 100% no-repeat,
        linear-gradient(-45deg, transparent 43%, currentColor 44% 56%, transparent 57%) center / 100% 100% no-repeat;
}

.page-actions-bottom a:hover,
.action-link:hover {
    color: var(--link-hover);
    text-decoration: underline;
}

.back-top-float {
    position: fixed;
    right: 26px;
    bottom: 28px;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 2px solid var(--accent);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: var(--accent);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 8px, 0);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.back-top-float.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

.back-top-float:hover {
    background: #fff3ea;
    border-color: var(--accent-strong);
    color: var(--accent-strong);
}

.arrow-up {
    width: 0;
    height: 0;
    margin-top: -2px;
    border-right: 8px solid transparent;
    border-bottom: 12px solid currentColor;
    border-left: 8px solid transparent;
}

.footer {
    margin-top: 18px;
    padding: 14px 0 18px;
    border-top: 1px solid #e2e6eb;
    background: var(--surface);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #7d8791;
    font-size: 13px;
    line-height: 1.7;
}

.footer-inner a {
    color: #6c7681;
}

/*      Ѷ      ǰ table/tr/td   ʵ ṹ       */
#relatedSection{
    margin-top:14px;
}

#relatedSection .related-list table{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}

#relatedSection .related-list tr{
    border:0;
}

#relatedSection .related-list td{
    position:relative;
    padding:6px 0 6px 18px;
    vertical-align:top;
    line-height:1.8;
    border:0;
}

/*    ؾɺڵ  */
#relatedSection .related-list td > font{
    display:none !important;
}

/*    ɺ ɫԲ 㣺      ֮ǰ    Ч  С  Ȧ ھ  */
#relatedSection .related-list td::before{
    content:"";
    position:absolute;
    left:2px;
    top:50%;
    width:8px;
    height:8px;
    margin-top:-4px;
    border-radius:50%;
    border:1px solid #de0422;
    background:rgba(222,4,34,.08);
}

/*      span   ľ      10.5pt */
#relatedSection .related-list td > span{
    font-size:15pt !important;
    line-height:1.8 !important;
    font-weight:400 !important;
}

/*    ⣺15pt     Ӵ  */
#relatedSection .related-list td > span > a{
    color:#151b22 !important;
    text-decoration:none !important;
    font-size:15pt !important;
    line-height:1.8 !important;
    font-weight:400 !important;
}

#relatedSection .related-list td > span > a:hover{
    color:#de0422 !important;
}

@media print {
    .header,
    .channel-bar,
    .page-actions-bottom,
    .footer,
    .back-top-float {
        display: none !important;
    }

    html,
    body {
        overflow: visible !important;
        background: #ffffff !important;
    }

    .main {
        margin-top: 0;
        padding-top: 0;
    }

    .hero {
        background: none !important;
    }

    .hero::before,
    .hero::after {
        display: none !important;
    }

    .wrap {
        width: auto;
        max-width: none;
    }
}
