.styles_footer__3DOeq .friend-link{
    display: flex;    
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 10px;
}

.styles_footer__3DOeq .friend-link .title{
    color: #979595 !important;
    margin-bottom: 0px;
}

.more-link{
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    margin-top: 30px;
}

.more-link button{
    width: 200px;
    height: 50px;
    background-color: #EEEEEE;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
}
    
@media (max-width: 1080px) {
    
    .styles_footer__3DOeq .friend-link{
        /*display: flex !important;*/
        display: none !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .more-link{
        margin-top: 2vw;
    }
    
    .more-link button{
        width: 100%;
        font-size: 14px;
    }
}

.FooterActive_ative_wrap__1k0hk {
    background: #FFFFFF;
}

.download-wrapper{
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 100%; 
    background-color: #f8f9fa; 
    padding: 92px 0 152px 0; 
    position: relative;
}

.download-section {
    width: 100%;
    max-width: 1400px;
}

/* Section Title: "下载专区" */
.section-title {
    text-align: center;
    font-size: 1.667vw;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 50px;
}

/* Main layout container (2 columns) */
.main-layout {
    display: flex;
    gap: 20px;
}

/* Left column for content */
.content-column {
    flex: 1;
    min-width: 0;
}

/* Right column for decorative images */
.image-column {
    flex-shrink: 0;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tab Navigation Bar */
.tabs-nav {
    display: flex;
    gap: 55.5px;
    margin-bottom: 30px;
}

.tabs-header {
    font-size: 24px;
    color: #000000;
    padding-bottom: 12px;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
    white-space: nowrap;
    font-weight: bold;
}

.tab {
    font-size: 1.25vw;
    padding-bottom: 12px;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
    white-space: nowrap;
    font-weight: normal;
    color: #666666;
}

.tab:hover {
    color: #333333;
}

.tab.active {
    color: #333333;
    font-weight: bold;
}

.tab.active::after {
    content: '';
    position: absolute;
    bottom: -1.5px;
    /* Sits on top of the border */
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #d9251d;
}

/* Tab Content Panes (SEO-friendly approach) */
.tab-pane {
    display: none;
    /* Hide panes by default */
}

.tab-pane.active {
    display: block;
    /* Show active pane */
}

.description {
    font-size: 1.042vw;
    color: #313131;
    line-height: 1.8;
    margin-bottom: 48px;
    max-width: 780px;
    height: 110px;
}

.download-details {
    display: flex;
    align-items: center;
    gap: 35px;
    max-width: 780px;
}

.qr-group {
    display: flex;
    gap: 40px;
}

.qr-item {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr-item img {
    width: 175px;
    height: 175px;
    display: block;
}

.download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 12px;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 14px;
    width: 178.5px;
    height: 48px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: opacity 0.3s;
    gap: 10px;
}

.download-button:hover {
    opacity: 0.9;
}

.download-button.android {
    background-color: #2c2c2c;
}

.download-button.apple {
    background-color: #d9251d;
}

.download-button svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.icon-android_down {
    width: 22px !important;
    height: 24px !important;
}

.icon-ios_down {
    width: 24px !important;
    height: 28px !important;
}

.note {
    font-size: 1.042vw;
    color: #888;
    line-height: 1.8;
    max-width: 340px;
}

.note .highlight {
    color: #d9251d;
}

/* Phone Mockups styling */
.phone-mockups {
    display: flex;
    align-items: center;
    position: relative;
}

.phone-mockup {
    width: 258px;
    height: auto;
}

.phone-mockup:nth-child(2) {
    margin-left: 20px;
    /* Overlap effect */
}

.promo-prize {
    position: absolute;
    width: 559px;
    height: auto;
    left: 18vw;
    bottom: 5vw;
}

/* Responsive adjustments */
@media (max-width: 1080px) {
    .main-layout {
        flex-direction: column;
        align-items: center;
    }

    .image-column {
        width: fit-content;
        display: block;
        position: absolute;
        bottom: 6vw;
        left: 5vw;
    }

    .content-column {
        width: 100%;
    }
}

/* 主容器，负责设置背景图和整体布局 */
.promo-banner {
    background-image: url(/template/hcjy/assets/img/why_bg.webp?v=20250709.1);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 786px;
    color: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    padding-bottom: 5%;
}

/* 内容包装器，用于定位右侧的文本和功能栏 */
.content-wrapper {
    position: absolute;
    top: 50%;
    right: 17.5%;
    width: fit-content;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .content-wrapper {
    right: 8.5%;
  }  
}

/* 标题和描述文本区域 */
.text-content h3 {
    font-size: 36px;
    font-weight: bold;
}

.text-content p {
    font-size: 18px;
    margin-top: 40px;
    max-width: 500px;
    font-weight: 100;
}

/* 四个卖点的功能栏 */
.features-bar {
    background: linear-gradient(45deg, #FFDCB1, #ECB670);
    border-radius: 1vw;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1400px;
    z-index: 1;

}

/* 单个卖点项目 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    /* 图标和文字之间的间距 */
}

/* 图标样式 */
.feature-icon {
    flex-shrink: 0;
    /* 防止图标被压缩 */
    width: 45px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: normal;
    color: #c81f25;
    background-size: contain;
}

.dollar {
    background-image: url('/template/hcjy/assets/img/icon_feature1.webp');
    background-repeat: no-repeat;
}

.hexagon {
    background-image: url('/template/hcjy/assets/img/icon_feature2.webp');
    background-repeat: no-repeat;
}

.lightning {
    background-image: url('/template/hcjy/assets/img/icon_feature3.webp');
    background-repeat: no-repeat;
}

.shield {
    background-image: url('/template/hcjy/assets/img/icon_feature4.webp');
    background-repeat: no-repeat;
}

/* 卖点文字详情 */
.feature-details .title {
    font-size: 22px;
    font-weight: 600;
    color: #6D1004;
    margin-bottom: 6px;
}

.feature-details .subtitle {
    font-size: 16px;
    color: #924716;
}

.Pagination_page_wrap__37QUY {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 90px;
}

.page-link {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #ddd;
    color: #999999;
    text-decoration: none;
    transition: background-color 0.3s;
}

.page-link:hover {
    background-color: #eee;
}

.page-link.active {
    background-color: #DC0000;
    color: white;
    border-color: #DC0000;
    cursor: default;
}

.page-link.prev,
.page-link.next {
    font-weight: bold;
}

.page-link.ellipsis {
    border: 1px solid transparent;
    background-color: transparent;
    color: #999;
}

.page-link.disabled {
    color: #ccc;
    cursor: not-allowed;
    background-color: #f8f9fa;
}

.page-link.disabled:hover {
    background-color: #f8f9fa;
}



/* 主容器，负责背景图和布局 */
.qualification-section {
    background-image: url(/template/hcjy/assets/img/qualification-bg.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 585px;
    /*padding: 100px 0 0 0;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 内容容器，确保内容在蒙层之上 */
.content-container {
    position: relative;
    z-index: 2;
    width: 1052px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

/* 标题样式 */
.content-container h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

/* 段落文字样式 */
.content-container p {
    font-size: 20px;
    line-height: 2;
}

.qualification-logo-container {
    display: flex;
    gap: 37px;
    justify-content: center;
    /*position: absolute;*/
    /*bottom: 110px;*/
    align-items: center;
}

.qualification-logo-text {
    width: 97px;
    height: 99px;
}

.qualification-logo {
    width: 164px;
    height: 75px;
}

@media (min-width: 1080px) and (max-width: 1440px) {
    /*.text-content h1 {*/
    /*    font-size: 36px;*/
    /*}*/

    .feature-details .title {
        font-size: 16px;
    }

    .feature-details .subtitle {
        font-size: 12px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .features-bar {
        padding: 20px;
        width: 73.737vw;
    }
    
    .promo-banner{
        height: 40.938vw;
    }
    
    .promo-prize{
        width: 29.115vw;
    }
    
    .text-content h3{
        font-size: 1.875vw;
    }
    
    .text-content p {
        font-size: 0.938vw;
        max-width: 22.448vw;
    }
    
    .phone-mockup {
        width: 13.438vw;
    }
    
    .qr-item img {
        width: 9.115vw;
        height: 9.115vw;
    }
    
    .download-section{
        max-width: 1200px;
    }
    
    .news_row{
        max-width: 1200px;
    }
    
    .news_item img {
        min-width: 17.188vw;
        width: 17.188vw;
        height: 11.458vw;
    }
    
    .news_item_details b{
        font-size: 0.833vw;
        max-width: 14.323vw;
    }
    
}

@media (max-width: 1080px) {
    .promo-banner {
        aspect-ratio: 4 / 3;
        /*min-height: 600px;*/
        height: 132.222vw;
    }

    .content-wrapper {
        width: 90%;
        top: 20vw;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
    }
    
    .text-content h3 {
        font-size: 5.417vw;
    }

    .text-content p {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 3.333vw;
        font-size: 3.333vw;
    }

    .features-bar {
        background: #FFFFFF;
        justify-content: center;
        gap: 2vw;
        margin: 2vw;
        padding: 4vw;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .feature-details .title{
        font-size: 3.889vw;
        margin-bottom: unset;
    }
    
    .feature-details .subtitle{
        font-size: 2.963vw;
    }
    
    .download-wrapper{
        padding: 9.375vw 0;
    }
    
    .qualification-section {
        background-image: url(/template/hcjy/assets/img/qualification-bg-m.webp) !important;
        height: 60.938vw;
    }
}


/* 移动端响应式样式 */
@media (max-width: 1080px) {
    .promo-banner {
      background-image: url(/template/hcjy/assets/img/why-m.webp?v=20250714.1);
    }

    .promo-prize {
        width: auto;
        height: 67.963vw;
        left: 15vw;
        bottom: 30vw;
    }

    .download-section {
        padding: 15px;
    }

    .download-section .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .download-section .main-layout {
        flex-direction: column;
        gap: 30px;
    }

    /* 关键修复：Tab导航水平滚动 */
    .download-section .tabs-nav {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */
        padding-bottom: 15px;
    }

    /* 隐藏滚动条 */
    .download-section .tabs-nav::-webkit-scrollbar {
        display: none;
    }

    .download-section .tabs-nav .tab {
        display: inline-block;
        margin-right: 15px;
        padding: 10px 16px;
        font-size: 14px;
        min-width: auto;
        flex-shrink: 0;
    }

    .download-section .tabs-nav .tab:last-child {
        margin-right: 15px;
        /* 保持最后一个tab的右边距，确保可以完全滚动到 */
    }

    .download-section .description {
        font-size: 14px;
        margin-bottom: 10.104vw;
        height: 100px;
    }

    .download-section .qr-group {
        flex-direction: column;
    }

    .download-section .qr-item img {
        width: 100px;
        height: 100px;
    }

    .download-section .download-button {
        padding: 10px 20px;
        font-size: 14px;
        width: 40vw;
    }

    .download-section .phone-mockups {
        gap: 0vw;
    }
    
    .qualification-section {
        padding: 7.187vw 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content-container h2 {
        font-size: 28px;
    }

    .content-container p {
        font-size: 2.917vw;
        line-height: 1.8;
    }
    
    .content-container h3{
        font-size: 5vw;
        margin: unset;
    }
    
    .qualification-logo-text{
        width: 10.104vw;
    height: 10.313vw;
    }
    
    .qualification-logo {
    width: 17.083vw;
    height: 7.813vw;
}

.content-container{
    gap: 2.25vw;
}

.qualification-logo-container{
    bottom: 3vw;
}

.Pagination_page_wrap__37QUY{
    margin-top: unset;
}

.tabs-nav {
        display: block;
        gap: 0vw;
        margin-bottom: 0;
    }

    .download-section .tabs-nav .tab {
        padding: 1vw;
    }

    .download-section .qr-item img {
        width: 80px;
        height: 80px;
        display: none;
    }

    .download-section .phone-mockup {
        width: 20vw;
    }

    .note {
        display: none;
    }

    .download-details {
        justify-content: flex-end;
    }

    .qr-group {
        gap: 0px;
    }

}
