/* PC端样式 */
@media (min-width: 960px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        margin: 0;
    }

    h1 {
        font-family: 'Arial', sans-serif;
        font-size: 48px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .navbar {
        padding: 15px 40px 25px 40px;
        background-color: #ffffff;
    }

    .search {
        display: flex;
        align-items: center;
        border: 1px solid #000;
        border-radius: 5px;
        width: 230px;
        height: 38px;
    }

    .logo a {
        color: #000;
        text-decoration: none
    }

    .logo {
        font-weight: bold;
        font-size: 22px;
        padding: 0 6px;
        letter-spacing: 2px;
        width: 85px;
        height: 30px;
        margin-top: -4px;
        color: #000;
        margin: 0 auto;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .search-results {
        max-width: 1380px;
        margin: 0 auto;
        padding: 0px 40px 50px 40px;
    }

    .search-results .no {
        margin-top: 30px;
    }

    .search-results .featured-article {
        display: flex;
        margin-top: 10px;
        border-bottom: 1px solid #e5e5e5;
    }


    .social-media {
        text-decoration: none;
        /* 去掉链接下划线 */
        color: inherit;
        /* 让 a 标签的颜色继承自父元素 */
    }

    .search-results .featured-article img {
        width: 200px;
        height: auto;
        aspect-ratio: 1 / 1;
        margin-right: 50px;
        object-fit: contain;
        background: #0e1a33;
    }

    .search-results .featured-article .article-info {
        width: 70%;
    }

    .article-tag {
        margin-bottom: 6px;
        --type-token: globalEditorial . context-primary;
        text-transform: uppercase;
        font-family: FuturaPT, helvetica, sans-serif;
        font-feature-settings: normal;
        font-style: normal;
        letter-spacing: 0.1em;
        line-break: auto;
        line-height: 0.923077em;
        font-size: 13px;
        font-weight: 400;
        overflow-wrap: normal;
        --color__token-name: colors.consumption.lead.standard.context-signature;
        color: rgb(118, 118, 118);
    }

    .featured-article h4 {
        --type-token: discovery . hed-core-primary;
        text-transform: none;
        font-family: MillerDisplay, Georgia, sans-serif;
        font-feature-settings: normal;
        font-style: normal;
        letter-spacing: normal;
        line-break: auto;
        line-height: 1.23077em;
        font-size: 24px;
        font-weight: 300;
        overflow-wrap: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .search-results .featured-article .article-info .author {
        color: #7ba93f;
        font-weight: normal;
        margin-top: 6px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }

    .search-results .desc1 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 10px;
        font-size: 14px;
        color: #444;
        line-height: 1.6;
    }

    .search input {
        border: none;
        outline: none;
        padding: 5px 10px;
        font-size: 12px;
        width: 190px;
        border-radius: 20px;
    }

    #search_button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        margin-left: 10px;
        margin-top: 3px;
    }

    #search_button img {
        width: 20px;
        height: 20px;
        color: green;
    }

    .header {
        position: sticky;
        top: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 24px;
        background-color: white;
        border-bottom: 1px solid #ddd;
        box-shadow: 0 1px 3px #00000026;
    }

    .left-section {
        display: flex;
        align-items: center;
        gap: 24px;
        max-width: 1380px;
        margin: 0 auto;
    }

    .article-box {
        padding: 30px 40px 10px 40px;
        max-width: 1328px;
        margin: 0 auto;
    }

    .article-hero {
        display: flex;
        flex-wrap: wrap;
        font-family: 'Georgia', serif;
        background-color: #f5f5f5;
        color: #1a1a1a;
        height: 521px;
    }

    .hero-left,
    .hero-right {
        height: 521px;
    }

    .hero-left {
        flex: 0 0 65%;
    }

    .hero-right {
        flex: 0 0 35%;
    }

    .hero-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        background: #0e1a33;
    }

    .hero-right {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
        background-color: #f5f5f5;
    }

    .article-text {
        max-width: 500px;
    }

    .article-text a{
        text-decoration: none;
    }

    .article-title {
        --type-token: discovery . hed-break-out;
        text-transform: none;
        font-family: MillerDisplay, Georgia, sans-serif;
        font-feature-settings: normal;
        font-style: normal;
        letter-spacing: 0.015625em;
        line-break: auto;
        line-height: 1.125em;
        font-size: 40px;
        font-weight: 300;
        overflow-wrap: normal;
        color: #000;

        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .article-author {
        font-size: 16px;
        color: #666;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .author-name {
        color: #7ba93f;
        /* 类似绿色强调色 */
    }

    .article-date {
        font-size: 14px;
        color: #999;
        display: none;
    }

    .menu-button {
        font-size: 20px;
        background: none;
        border: none;
        cursor: pointer;
    }

    /* .logo {
        font-weight: bold;
        font-size: 22px;
        border: 2px solid black;
        padding: 0 6px;
        letter-spacing: 2px;
    }

    .logo a {
        color: #000;
        text-decoration: none
    } */

    .nav-links a {
        margin: 0 10px;
        text-decoration: none;
        color: black;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .center-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: 'Arial', sans-serif;
    }

    .header-logo {
        font-size: 40px;
        font-weight: 500;
        color: #000;
        text-decoration: none;
    }

    .adsContent {
        width: 100%;
        padding: 0 60px;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 20px;
    }

    .adsIndex {
        /* border: 1px solid #999; */
    }

    .adsContent h3 {
        text-align: center;
    }

    .ads-item {
        font-family: 'Open Sans', sans-serif;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 3px solid #8DBC8C;
    }

    .ads-item img {
        width: 25px;
        height: 27px;
    }

    .article-h1 {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .h1-text {
        text-transform: uppercase;
    }

    .right-section {
        display: flex;
        gap: 15px;
        font-size: 18px;
        color: #000;
    }

    .right-section a {
        color: #000;
        text-decoration: none;
    }


    .container {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 1fr 2fr 1fr;
        gap: 20px;
        max-width: 1360px;
        width: 100%;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .posts {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        max-width: 1360px;
        width: 100%;
        padding-top: 90px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .side-images {
        display: grid;
        grid-template-rows: 1fr 1fr;
        gap: 20px;
    }

    .side-images .image-box {
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease;
    }

    .side-images .image-box a {
        color: #000;
        text-decoration: none;
    }


    .side-images .image-box img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: contain;
        display: block;
        background: #0e1a33;
    }

    .side-images .image-box:hover {
        transform: scale(1.01);
        transition: transform 0.3s ease;

    }

    .overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    }

    .main-content {
        position: relative;
    }

    .main-content a {
        color: #000;
        text-decoration: none;
    }

    .main-image {
        overflow: hidden;
        margin-bottom: 10px;
        transition: transform 0.3s ease;
    }

    .main-image:hover {
        transform: scale(1.01);
        transition: transform 0.3s ease;

    }

    .main-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: contain;
        object-position: center;
        display: block;
        background: #0e1a33;
    }

    .text-content {
        padding: 10px 0;
    }

    .text-content h1 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .text-content p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }

    .right-list {
        padding-left: 10px;
    }

    .right-list h2 {
        font-size: 14px;
        font-weight: bold;
        color: #666;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .article-item {
        padding-top: 16px;
        padding-bottom: 17px;
        outline: 0;
        position: relative;
        display: block;
        border-bottom: 1px solid #eee;
        transition: transform 0.3s ease;
    }

    .article-item a {
        color: #000;
        text-decoration: none;
    }

    .article-item:hover {
        transform: scale(1.01);
        /* 悬停时放大1.1倍 */
    }

    .article-h1 {
        display: block;
        margin-bottom: -1px;
        font-weight: 400;
        font-size: 24px;
        line-height: 110%;
        text-transform: uppercase;
        color: #1d1d1d;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dynamic-link {
        text-decoration: none;
    }

    .article-item h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .article-item p {
        font-size: 15px;
        color: #888;
    }

    .card {
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .card_h1 {
        margin-top: 20px;
        margin-bottom: 4px;
        font-size: 24px;
    }

    .card a {
        color: #000;
        text-decoration: none;
    }

    .card img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: contain;
        object-position: center;
        display: block;
        background: #0e1a33;
    }

    .card img:hover {
        transform: scale(1.01);
        transition: transform 0.3s ease;
    }

    .card h2 {
        font-size: 18px;
        font-weight: bold;
        margin: 26px 0 10px;
    }

    .card p {
        font-size: 14px;
        color: #666;
    }

    /*  */
    .section-title {
        font-size: 56px;
        margin: 90px 0 20px;
        color: #eee;
        position: relative;
        text-transform: uppercase;
    }

    .section-title::after {
        content: "";
        display: block;
        width: 60px;
        height: 2px;
        background-color: #eee;
        margin: 10px auto;
    }

    .guide-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin: 0 auto;
        max-width: 1360px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 30px;
    }

    .city-card {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        aspect-ratio: 302 / 425;
        background: #0e1a33;
        transition: transform 0.3s ease, opacity 0.5s ease;
    }

    .city-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        transition: transform 0.3s ease;
    }

    .city-card:hover {
        transform: scale(1.01);
        opacity: 0.9;
    }

    .city-card a {
        color: #000;
        text-decoration: none;
    }

    .city-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        font-weight: bold;

    }

    .city-name {
        border-bottom: 2px solid #fff;
        padding-bottom: 2px;
        text-transform: uppercase;
    }



    .cardBox {
        width: 20%;
        text-align: center;
        margin: auto;
        padding-bottom: 42px;
    }

    .more-guides-button {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 4px;
        transition: color 0.3s ease, box-shadow 0.3s ease;
    }

    .more-guides-button::after {
        content: "→";
        margin-left: 5px;
        transition: transform 0.3s ease;
    }

    .more-guides-button:hover {
        color: #00AEEF;
        /* 蓝色 */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

    .more-guides-button:hover::after {
        transform: translateX(3px);
        /* 箭头稍微向右移动 */
    }

    .layout-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        max-width: 1360px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        align-items: center;
        padding-bottom: 50px;
    }

    .layout-grid a {
        color: #000;
        text-decoration: none;
    }

    .content-block h1 {
        font-size: 36px;
        line-height: 1.2;
        margin-top: 26px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .content-block p {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .image-wrapper:hover img {
        transform: scale(1.01);
        transition: transform 0.3s ease;
    }

    .content-block a:hover {
        color: #00AEEF;
    }

    .cta-link {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
    }

    .cta-link::after {
        content: "→";
        margin-left: 8px;
        transition: transform 0.3s;
    }

    .cta-link:hover::after {
        transform: translateX(4px);
    }

    .image-wrapper img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        transition: transform 0.3s ease;
        object-fit: contain;
        object-position: center;
        display: block;
        background: #0e1a33;
    }


    .latest-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        max-width: 1360px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        align-items: center;
        padding-bottom: 50px;
    }

    .latest-container a {
        color: #000;
        text-decoration: none;
    }

    .image-container {
        overflow: hidden;
    }

    .image-container:hover img {
        transform: scale(1.01);
        transition: transform 0.3s ease;
    }

    .image-container img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        transition: transform 0.3s ease;
        object-fit: contain;
        object-position: center;
        display: block;
        background: #0e1a33;
    }

    .text-content h1 {
        font-size: 36px;
        margin-bottom: 20px;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .text-content a {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;
        margin-top: 10px;
        transition: color 0.3s ease;
    }

    .text-content a:hover {
        color: #0073e6;
        /* 悬停时改变链接颜色 */
    }

    .text-content a::after {
        content: "→";
        margin-left: 8px;
        transition: transform 0.3s ease;
    }

    .text-content a:hover::after {
        transform: translateX(4px);
        /* 悬停时箭头向右移动 */
    }

    .content-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        max-width: 1360px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        align-items: center;
        padding-bottom: 50px;
    }

    .content-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .content-item a {
        color: #000;
        text-decoration: none;
    }

    .content-item img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: contain;
        object-position: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        display: block;
        background: #0e1a33;
    }

    .content-item img:hover {
        transform: scale(1.01);
        transition: transform 0.3s ease;
        /* 图片悬停放大效果 */
    }

    .content_h1 {
        font-size: 30px;
        text-transform: uppercase;
        line-height: 1.2;
        margin-top: 26px;
        margin-bottom: 12px;
    }

    .content-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 26px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .content-item p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        max-width: 90%;
        margin: 0 auto;
    }


    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
        max-width: 1300px;
        width: 100%;
        padding: 0 26px;
        margin: 0 auto;
        align-items: center;
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .grid-item {
        width: 390px;
        /* height: 415px; */
        overflow: hidden;
        overflow: hidden;
        text-overflow: ellipsis;
        border: 1px solid #EBEBF0;
    }

    .grid-item a {
        color: #000;
        text-decoration: none;
    }

    .grid-image {
        width: 100%;
        height: auto;
        aspect-ratio: 390 / 370;
        object-fit: contain;
        object-position: center;
        display: block;
        background: #0e1a33;
    }

    .grid-image:hover {
        transform: scale(1.01);
        transition: transform 0.3s ease;
        /* 图片悬停放大效果 */
    }

    .grid-box {
        padding: 37px;
        position: relative;
    }

    .card-tag {
        margin-bottom: 20px;
        --type-token: globalEditorial . context-primary;
        text-transform: uppercase;
        font-family: FuturaPT, helvetica, sans-serif;
        font-feature-settings: normal;
        font-style: normal;
        letter-spacing: 0.1em;
        line-break: auto;
        line-height: 0.923077em;
        font-size: 13px;
        font-weight: 400;
        overflow-wrap: normal;
        --color__token-name: colors.consumption.lead.standard.context-signature;
        color: rgb(118, 118, 118);
        text-align: center;
    }

    .author {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #7ba93f;
        font-weight: normal;
        margin-top: 70px;
        text-align: center;
    }


    .grid-title {
        --type-token: discovery . hed-core-primary;
        text-transform: none;
        font-family: MillerDisplay, Georgia, sans-serif;
        font-feature-settings: normal;
        font-style: normal;
        letter-spacing: normal;
        line-break: auto;
        line-height: 1.23077em;
        font-size: 24px;
        font-weight: 300;
        overflow-wrap: normal;
        text-align: center;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .grid-description {
        font-size: 14px;
        color: #444;
        line-height: 1.6;
        margin: 0 auto;
        overflow: hidden;
        /* 隐藏溢出的文本 */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .button_box {
        display: flex;
        justify-content: center;
        /* 水平居中 */
        margin: 0 auto;
        margin-bottom: 90px;
    }

    .button {
        font-family: 'Arial', sans-serif;
        display: inline-block;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        background-color: #000000;
        /* 默认黑色背景 */
        text-transform: uppercase;
        text-decoration: none;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    .button:hover {
        background-color: #00AEEF;
        /* 悬停时蓝色背景 */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        /* 悬停时阴影效果 */
    }

    .footer-container {
        background: #f5f5f5;
        color: #fff;
        padding: 30px 20px 40px 20px;
        font-family: Arial, sans-serif;
    }

    .footer-logo-text {
        text-align: center;
        max-width: 900px;
        margin: 0 auto 40px;
    }

    .footer-logo {
        height: 28px;
        margin-bottom: 16px;
    }

    .footer-desc {
        font-size: 15px;
        line-height: 1.8;
        color: #000;
        margin-top: 6px;
    }

    .footer-links-section {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-top: 1px solid #333;
        padding-top: 40px;
        max-width: 1380px;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .footer-link-group {
        /* flex: 1 1 200px; */
        margin-bottom: 20px;
        margin: 0 auto;
    }

    .footer-group-title {
        font-family: monospace;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .footer-link-group ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-link-group li {
        font-size: 14px;
        color: #000;
        margin-bottom: 8px;
        cursor: pointer;
    }

    .footer-link-group li a {
        font-size: 14px;
        color: #000;
        margin-bottom: 8px;
        cursor: pointer;
        text-decoration: none;
    }

    .footer-links-secondary {
        border-top: 1px solid #333;
        padding-top: 20px;
        margin-bottom: 24px;
    }

    .footer-links-secondary ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0;
        margin: 0;
        font-size: 13px;
        color: #aaa;
    }

    .footer-bottom {
        border-top: 1px solid #333;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .footer-socials {
        display: flex;
        gap: 16px;
    }

    .footer-socials img {
        width: 20px;
        height: 20px;
        opacity: 0.8;
        transition: opacity 0.2s ease;
        cursor: pointer;
    }

    .footer-socials img:hover {
        opacity: 1;
    }

    .footer-cookie {
        /* font-family: monospace; */
        font-size: 13px;
        color: #000;
        cursor: pointer;
    }

    .footer-copyright {
        color: #000;
    }

    .footer-cookie a {
        color: #000;
        text-decoration: none;
    }


}

/* 移动端样式 */
@media (max-width: 960px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    h1 {
        font-family: 'Arial', sans-serif;
        font-size: 48px;
        font-weight: 500;
    }

    body {
        margin: 0;
        /* font-family: 'Courier New', monospace; */
    }

    html,
    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        /* 禁止横向滚动 */
        width: 100%;
        box-sizing: border-box;
    }

    a {
        text-decoration: none;
    }

    .header {
        position: fixed;
        top: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 10px;
        background-color: white;
        border-bottom: 1px solid #ddd;
        box-shadow: 0 1px 3px #00000026;
    }

    .logo {
        font-weight: bold;
        font-size: 22px;
        padding: 0 6px;
        letter-spacing: 2px;
        width: 85px;
        height: 30px;
        margin-top: -4px;
        color: #000;
        margin: 0 auto;
    }

    .subscribe-box {
        /* border-top: 1px solid #000;
        border-bottom: 1px solid #000; */
        padding: 15px;
        margin: 90px 0px 20px 0px;
    }

    .subscribe-banner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .subscribe-content {
        display: flex;
        align-items: center;
        gap: 30px;
        max-width: 800px;
        width: 100%;
    }

    .magazine-cover {
        width: 72px;
        height: auto;
        object-fit: contain;
        background: #0e1a33;
    }

    .subscribe-text {
        font-size: 18px;
        color: #000;
        font-family: "Georgia", serif;
        flex-grow: 1;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 限制显示3行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .order-button {
        background-color: #000;
        color: #fff;
        padding: 12px 24px;
        text-decoration: none;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: bold;
        border: none;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

    .order-button:hover {
        background-color: #333;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .social-media {
        display: block;
        text-decoration: none;
        color: inherit;
    }

    .left-section {
        display: flex;
        align-items: center;
        gap: 115px;
    }

    .menu-button {
        font-size: 20px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .logo {
        font-weight: bold;
        font-size: 14px;
        padding: 0 6px;
        letter-spacing: 2px;
    }

    .logo a {
        color: #000;
        text-decoration: none
    }

    .nav-links {
        white-space: nowrap;
        /* 不换行 */
        overflow: hidden;
        /* 隐藏溢出 */
        max-width: 100%;
        /* 让容器撑满父级 */
        display: flex;
        gap: 16px;
        display: none;
    }

    .nav-links a:nth-child(n+2) {
        display: none;
        /* 从第5个开始隐藏 */
    }

    .nav-links a {
        margin: 0 10px;
        text-decoration: none;
        color: black;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .search {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 192px;
        height: 38px;
    }

    .search input {
        border: none;
        outline: none;
        padding: 5px 10px;
        font-size: 16px;
        width: 150px;
        border-radius: 20px;
    }

    #search_button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        margin-left: 10px;
        margin-top: 3px;
    }

    #search_button img {
        width: 20px;
        height: 20px;
        color: green;
    }

    .search-results {
        max-width: 1380px;
        margin: 0 auto;
        padding: 0px 26px 0px 26px;
        margin: 83px 0px 0px 0px;
    }

    .search-results .no {
        margin-top: 30px;
    }

    .search-results .featured-article {
        display: flex;
        margin-top: 20px;
        border-bottom: 1px solid #e5e5e5;
        flex-direction: row;
    }

    .search-results .article-info,
    .main-info {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .search-results .featured-article img {
        width: 141px;
        height: auto;
        aspect-ratio: 1 / 1;
        margin-right: 10px;
        object-fit: contain;
        background: #0e1a33;
        margin-bottom: 20px;
    }

    .search-results .featured-article .article-info {
        width: 70%;
    }

    .search-results .desc1 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: none;
    }

    .search-results .featured-article h4,
    .main-info h2 {
        font-size: 18px;
        font-weight: 500;
        margin: 0;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .search-results .author {
        font-size: 12px;
        /* font-weight: bold; */
        text-transform: uppercase;
        color: #7ba93f;
        margin-top: auto;
        margin-top: 8px;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .left-section {
        display: flex;
        align-items: center;
        gap: 115px;
    }

    .menu-button {
        font-size: 20px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .logo {
        font-weight: bold;
        font-size: 14px;
        padding: 0 6px;
        letter-spacing: 2px;
    }

    .nav-links {
        white-space: nowrap;
        /* 不换行 */
        overflow: hidden;
        /* 隐藏溢出 */
        max-width: 100%;
        /* 让容器撑满父级 */
        display: flex;
        gap: 16px;
        display: none;
    }

    .nav-links a:nth-child(n+3) {
        display: none;
        /* 从第5个开始隐藏 */
    }

    .logo a {
        color: #000;
        text-decoration: none
    }

    .nav-links a {
        margin: 0 10px;
        text-decoration: none;
        color: black;
        font-size: 12px;
        letter-spacing: 1px;
    }

    /* 容器设置网格 */
    .grid-container {
        display: grid;
        gap: 24px;
        padding: 20px 20px 40px 20px;
        margin: 0 auto;
    }

    .card-tag {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #666;
        /* margin-bottom: 5px; */
        margin-top: 10px;
    }

    .grid-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    /* 图片样式 */
    .grid-image {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: contain;
        display: block;
        background: #0e1a33;
    }

    /* 标题 */
    .grid-title {
        --type-token: discovery . hed-core-primary;
        text-transform: none;
        font-family: MillerDisplay, Georgia, sans-serif;
        font-feature-settings: normal;
        font-style: normal;
        letter-spacing: normal;
        line-break: auto;
        line-height: 1.23077em;
        font-size: 24px;
        font-weight: 300;
        overflow-wrap: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* 描述文字 */
    .grid-description {
        font-size: 14px;
        color: #444;
        line-height: 1.6;
        margin: 8px 0;

        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .author {
        font-size: 12px;
        /* font-weight: bold; */
        text-transform: uppercase;
        color: #7ba93f;
        margin-top: auto;
    }

    /* 链接样式去除默认 */
    .grid-item a {
        text-decoration: none;
        color: inherit;
        display: block;
        height: 100%;
    }

    .search {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 192px;
        height: 38px;
    }

    .search input {
        border: none;
        outline: none;
        padding: 5px 10px;
        font-size: 16px;
        width: 150px;
        border-radius: 20px;
    }

    #search_button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        margin-left: 10px;
        margin-top: 3px;
    }

    #search_button img {
        width: 20px;
        height: 20px;
        color: green;
    }

    .search-results {
        max-width: 1380px;
        margin: 0 auto;
        padding: 72px 26px 50px 26px;
    }

    .search-results .no {
        margin-top: 30px;
    }

    .search-results .featured-article {
        display: flex;
        margin-top: 20px;
        border-bottom: 1px solid #e5e5e5;
        flex-direction: row;
    }

    .search-results .article-info,
    .main-info {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .search-results .featured-article img {
        width: 128px;
        height: auto;
        aspect-ratio: 1 / 1;
        margin-right: 10px;
        object-fit: contain;
        background: #0e1a33;
        margin-bottom: 20px;
    }

    .search-results .featured-article .article-info {
        width: 70%;
    }

    .search-results .desc1 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: none;
    }

    .search-results .featured-article h4,
    .main-info h2 {
        font-size: 18px;
        font-weight: 500;
        margin: 0;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;

        --type-token: discovery . hed-core-primary;
        text-transform: none;
        font-family: MillerDisplay, Georgia, sans-serif;
        font-feature-settings: normal;
        font-style: normal;
        letter-spacing: normal;
        line-break: auto;
    }

    .article-tag {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #666;
        margin-bottom: 5px;
    }

    .search-results .author {
        font-size: 12px;
        /* font-weight: bold; */
        text-transform: uppercase;
        color: #7ba93f;
        margin-top: auto;
        margin-top: 8px;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .article-box {
        max-width: 900px;
        margin: 0 auto;
        font-family: "Georgia", serif;
        padding: 0px 20px;
        margin-top: 88px;
    }

    .article-hero {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        align-items: center;
        padding-bottom: 40px;
        background: #f7f7fa;
    }

    .article-title {
        --type-token: discovery . hed-break-out;
        text-transform: none;
        font-family: MillerDisplay, Georgia, sans-serif;
        font-feature-settings: normal;
        font-style: normal;
        letter-spacing: 0.015625em;
        line-break: auto;
        line-height: 1.125em;
        font-size: 28px;
        font-weight: 300;
        overflow-wrap: normal;
        text-align: center;
        padding: 0 20px;
        color: #000;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .article-date {
        font-size: 14px;
        color: #888;
        text-align: center;
        margin-top: 20px;
        display: none;
    }

    .article-author {
        font-size: 16px;
        color: #555;
        text-align: center;
        margin-top: 16px;
    }

    .hero-left {
        flex: 1 1 300px;
    }

    .hero-image {
        width: 100%;
        height: auto;
        object-fit: contain;
        background: #0e1a33;
    }

    .hero-right {
        flex: 2 1 400px;
    }



    .footer-container {
        background-color: #f5f5f5;
        color: #fff;
        padding: 30px 15px;
    }

    .footer-logo-text {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-logo-text .logo {
        font-size: 22px;
        font-weight: bold;
        color: #000;
        margin-bottom: 15px;
    }

    .footer-desc {
        font-size: 14px;
        line-height: 1.6;
        color: #000;
    }

    .footer-links-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 两列 */
        gap: 20px;
        margin-bottom: 30px;
    }

    .footer-link-group {
        text-align: center;
        /* 让列表内容居中 */
    }

    .footer-link-group ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footer-link-group li a {
        font-size: 14px;
        margin-bottom: 10px;
        color: #000;
        text-decoration: none;
    }

    .footer-link-group li:hover {
        color: #000;
        cursor: pointer;
    }

    .footer-bottom {
        border-top: 1px solid #333;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer-copyright {
        font-size: 13px;
        color: #000;
    }

    .footer-cookie a {
        font-size: 13px;
        color: #000;
        text-decoration: none;
    }

}
