.detail-hero {
    position: relative;
    height: 480px;
    margin-top: 81px;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0F1720;
    overflow: hidden;
}

.news-detail-hero {
    position: relative;
}

.news-detail-hero-mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(1, 22, 40, 0.58) 0%, rgba(1, 22, 40, 0.22) 56%, rgba(1, 22, 40, 0.12) 100%);
}

.news-detail-section {
    padding: 40px 0 220px;
    background: #F5F7FA;
}

.detail-breadcrumb-wrap {
    width: min(1540px, calc(100% - 80px));
    margin: 0 auto 40px;
}

.news-detail-shell {
    width: min(1540px, calc(100% - 80px));
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 22px 64px rgba(13, 33, 58, 0.08);
}

.news-detail-inner {
    width: min(1440px, calc(100% - 100px));
    margin: 0 auto;
    padding: 54px 0 72px;
}

.detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 1.7;
    color: #8E939A;
}

.detail-breadcrumb-line {
    width: 100%;
    height: 1px;
    background: #D9DEE5;
}

.detail-breadcrumb a,
.detail-breadcrumb-link,
.detail-breadcrumb-current {
    color: #8E939A;
}

.detail-breadcrumb a:hover,
.detail-breadcrumb-link:hover {
    color: #0D3F78;
}

.news-detail-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.45;
    font-weight: 700;
    color: #111111;
    text-align: center;
}

.news-detail-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 42px;
    margin-top: 22px;
    padding-bottom: 34px;
    border-bottom: 1px solid #E5EAF0;
    font-size: 21px;
    line-height: 1.7;
    color: #8E939A;
    text-align: center;
}

.news-detail-content {
    padding: 44px 0 0;
    color: #333333;
    font-size: 18px;
    line-height: 2;
    word-break: break-word;
    overflow-x: auto;
}

.news-detail-content h1,
.news-detail-content h2,
.news-detail-content h3,
.news-detail-content h4,
.news-detail-content h5,
.news-detail-content h6 {
    color: #111111;
}

.news-detail-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 24px auto;
}

.news-detail-content table,
.product-detail-content table {
    display: table !important;
    width: 100% !important;
    max-width: 100%;
    margin: 24px 0;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: auto !important;
    background: #FFFFFF !important;
    border: 1px solid #D9E1EA !important;
}

.news-detail-content tbody,
.news-detail-content thead,
.news-detail-content tfoot,
.product-detail-content tbody,
.product-detail-content thead,
.product-detail-content tfoot {
    width: auto;
}

.news-detail-content tr,
.product-detail-content tr {
    background: #FFFFFF !important;
}

.news-detail-content table,
.news-detail-content tbody,
.news-detail-content thead,
.news-detail-content tfoot,
.news-detail-content tr,
.product-detail-content table,
.product-detail-content tbody,
.product-detail-content thead,
.product-detail-content tfoot,
.product-detail-content tr {
    border-color: #D9E1EA !important;
}

.news-detail-content th,
.news-detail-content td,
.product-detail-content th,
.product-detail-content td {
    min-width: 120px;
    padding: 14px 16px;
    border: 1px solid #D9E1EA !important;
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    background: #FFFFFF !important;
}

.news-detail-content th,
.product-detail-content th {
    background: #F3F7FA !important;
    font-weight: 700;
    color: #111111;
}

.news-detail-content td p,
.news-detail-content td div,
.product-detail-content td p,
.product-detail-content td div,
.news-detail-content th p,
.news-detail-content th div,
.product-detail-content th p,
.product-detail-content th div {
    margin: 0;
    line-height: 1.8;
}

.product-detail-content {
    overflow-x: auto;
}

.detail-pagination {
    margin-top: 36px;
}

.detail-pagination .pagination {
    margin-bottom: 0;
}

.detail-pager {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 56px;
    padding-top: 30px;
    border-top: 1px solid #E5EAF0;
}

.detail-pager-link {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 0 1 calc(50% - 20px);
    min-width: 0;
    color: #111111;
}

.detail-pager-link.is-next {
    text-align: right;
    align-items: flex-end;
}

.detail-pager-link:hover {
    color: #0D3F78;
}

.detail-pager-link.is-disabled {
    color: #B7BCC3;
    pointer-events: none;
}

.detail-pager-title {
    display: block;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.7;
}

.product-detail-hero {
    background-color: #EEF3F7;
}

.product-detail-hero-image {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.product-detail-section {
    padding: 40px 0 150px;
    background: #FFFFFF;
}

.product-detail-shell {
    width: min(1540px, calc(100% - 80px));
    margin: 0 auto;
}

.product-detail-top {
    display: grid;
    grid-template-columns: 720px minmax(0, 1fr);
    gap: 48px;
    align-items: stretch;
}

.product-detail-gallery {
    background: #ECF2F5;
    padding: 24px;
}

.product-detail-gallery-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 620px;
    background: #FFFFFF;
    overflow: hidden;
}

.product-detail-gallery img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-detail-gallery-placeholder {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 6px;
    color: #A7B5C4;
}

.product-detail-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    text-align: center;
}

.product-detail-title-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    align-self: center;
}

.product-detail-title-cn {
    position: relative;
    z-index: 2;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
}

.product-detail-title-en {
    position: absolute;
    left: 50%;
    top: 22px;
    z-index: 1;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 4px;
    color: #C7CDD6;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateX(-50%);
}

.product-detail-subtitle {
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.8;
    color: #0D3F78;
}

.product-detail-desc {
    margin-top: 24px;
    font-size: 18px;
    line-height: 2;
    color: #555555;
}

.product-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 32px;
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid #E5EAF0;
    font-size: 17px;
    line-height: 1.8;
    color: #8E939A;
}

.product-detail-content {
    margin-top: 56px;
    padding: 54px 48px;
    background: #F7F9FB;
    border-radius: 24px;
    color: #333333;
    font-size: 18px;
    line-height: 2;
    word-break: break-word;
}

.product-detail-content h1,
.product-detail-content h2,
.product-detail-content h3,
.product-detail-content h4,
.product-detail-content h5,
.product-detail-content h6 {
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    color: #111111;
}

.product-detail-content p {
    margin: 0 0 1em;
    text-align: justify;
    text-indent: 2em;
}

.product-detail-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 24px auto;
    border-radius: 16px;
}

@media (max-width: 767px) {
    .detail-hero {
        display: block;
        height: auto;
        min-height: 0;
        background: none !important;
        line-height: 0;
    }

    .news-detail-section {
        padding: 40px 0 84px;
    }

    .detail-breadcrumb-wrap,
    .news-detail-shell {
        width: calc(100% - 32px);
    }

    .news-detail-inner {
        width: calc(100% - 40px);
        padding: 32px 0 44px;
    }

    .detail-breadcrumb,
    .news-detail-meta {
        font-size: 16px;
    }

    .detail-breadcrumb {
        gap: 8px;
        margin-bottom: 18px;
    }

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

    .news-detail-content {
        padding-top: 30px;
        font-size: 16px;
    }

    .news-detail-content table,
    .product-detail-content table {
        font-size: 14px;
    }

    .news-detail-content th,
    .news-detail-content td,
    .product-detail-content th,
    .product-detail-content td {
        min-width: 96px;
        padding: 12px 10px;
        font-size: 14px;
    }

    .detail-pager {
        flex-direction: column;
        gap: 24px;
    }

    .detail-pager-link,
    .detail-pager-link.is-next {
        flex-basis: auto;
        text-align: left;
        align-items: flex-start;
    }

    .detail-pager-title {
        font-size: 18px;
    }

    .product-detail-section {
        padding: 28px 0 84px;
    }

    .product-detail-shell {
        width: calc(100% - 32px);
    }

    .product-detail-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .product-detail-gallery {
        padding: 16px;
    }

    .product-detail-gallery-inner {
        min-height: 320px;
    }

    .product-detail-hero-image {
        display: block;
        width: 120%;
        height: auto;
        max-width: none;
        margin-left: -10%;
        object-fit: contain;
        object-position: center top;
    }

    .product-detail-title-wrap {
        min-height: 44px;
    }

    .product-detail-title-cn {
        font-size: 28px;
    }

    .product-detail-title-en {
        top: 13px;
        font-size: 28px;
        letter-spacing: 2px;
    }

    .product-detail-subtitle {
        margin-top: 18px;
        font-size: 17px;
    }

    .product-detail-desc,
    .product-detail-content {
        font-size: 16px;
    }

    .product-detail-desc {
        margin-top: 16px;
        line-height: 1.9;
    }

    .product-detail-content {
        margin-top: 28px;
        padding: 24px 18px;
        border-radius: 18px;
        line-height: 1.9;
    }

    .product-detail-content p {
        margin-bottom: 0.9em;
    }

    .product-detail-content img {
        margin: 18px auto;
        border-radius: 12px;
    }
}
