.visually-hidden{
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.banner-text,
.coin-container {
    display: none;
}

.swiper-slide:nth-child(2) .banner-text,
.swiper-slide:nth-child(2) .coin-container {
    display: block;
}

.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: #BCBEC6 !important;
    margin-bottom: 0px;
}

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

.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: #666666;
    border-radius: 8px;
}

@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;
        display: none;
    }

    .more-link button {
        width: 100%;
        font-size: 14px;
    }
}

.FooterActive_ative_wrap__1k0hk {
    background: #FFFFFF;
}

/* Core Functions Section */
.core-functions-section {
    background: #FFFFFF;
    width: 100%;
    padding: 96px 0 76px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.functions-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}

.functions-header {
    text-align: center;
    margin-bottom: 90px;
}

.functions-title {
    font-size: 2.188vw;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.functions-content {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
}

.functions-list {
    flex: 1;
}

.function-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
}

.function-item:hover,
.function-item.active {
    background: linear-gradient(90deg, #F1F5FF 0%, #FFFFFF 100%);
    border-left: 8px solid #2027B5;
}

.function-item:hover .function-title,
.function-item.active .function-title {
    color: #072EA9;
}

.function-content {
    flex: 1;
    margin-left: 30px;
}

.function-title {
    font-size: 1.458vw;
    font-weight: bold;
    color: #333333;
    margin: 0 0 8px 0;
}

.function-description {
    color: #777777;
    font-size: 1.042vw;
    line-height: 1.6;
    margin: 0;
}

.functions-mockup {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5vw;
}

.phone-container {
    position: relative;
}

.phone-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27.604vw;
    height: 27.604vw;
    background-image: url(/template/hcjy/assets/img/app-function_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    opacity: 0.6;
}

.phone-container img {
    width: 15.99vw;
    height: 33.229vw;
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 1;
}

.functions-footer {
    text-align: center;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    position: relative;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}

.download-app-btn {
    display: flex;
    background-color: #072EA9;
    width: 306px;
    height: 68px;
    color: #FFFFFF;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.938vw;
    transition: background-color 0.3s ease;
    justify-content: center;
    align-items: center;
}

.download-app-btn:hover {
    background-color: #0623a0;
}

/* Why Choose FOCA Section */
.why-choose-section {
    background: #F7F7F7;
    width: 100%;
    padding: 75px 0 84px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.why-choose-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.why-choose-header {
    margin-bottom: 70px;
}

.why-choose-title {
    font-size: 2.188vw;
    font-weight: bold;
    color: #111111;
    margin: 0 0 15px 0;
}

.why-choose-subtitle {
    font-size: 1.25vw;
    color: #666666;
    margin: 0;
}

.why-choose-description {
    margin-bottom: 50px;
}

.why-choose-description h3 {
    font-size: 1.458vw;
    color: #111111;
    margin: 0;
}

.why-choose-swiper {
    position: relative;
    margin-bottom: 40px;
    padding: 0 5.208vw;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
    position: static;
}

.why-swiper-wrapper {
    justify-content: center;
    align-items: center;
}

.why-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.step-description {
    height: 90px;
    display: flex;
    justify-content: center;
}

.phone-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.563vw;
}

.phone-step img {
    width: 14.792vw;
    height: 30.208vw;
    object-fit: contain;
    /*border-radius: 36px;*/
}

.step-description span {
    font-size: 0.95vw;
    color: #666666;
    margin: 0;
    width: 180px;
    display: flex;
    justify-content: center;
    text-align: left;
}

.swiper-button-prev,
.swiper-button-next {
    color: #FFFFFF;
    background: #072EA9;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    top: 50%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 32px;
    font-weight: bold;
}

.why-choose-footer {
    margin-top: 30px;
}

.footer-text {
    font-size: 0.833vw;
    color: #999999;
    margin: 0;
}

.footer-text b {
    color: #666666;
}

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

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

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

.download-section .section-title {
    margin-bottom: 16px;
}

.section-subtitle {
    color: #666666;
    text-align: center;
    font-size: 1.25vw;
    margin-bottom: 66px;
    font-weight: 300;
}

/* Main layout container (2 columns) */
.main-layout {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
}

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

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

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

.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: -30px;
    /* Sits on top of the border */
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 6px;
    background-color: #072EA9;
}

.download-section .tab.active::after {
    bottom: -3px;
    left: 0%;
    transform: unset;
}

/* 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: 0.938vw;
    color: #313131;
    margin-bottom: 30px;
    max-width: 546px;
    height: 71px;
}

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

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

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

.qr-item img {
    width: 146px;
    height: 146px;
    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: 147px;
    height: 41.88px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: opacity 0.3s;
    gap: 10px;
}

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

.download-button.android,
.download-button.apple,
.download-button.pc {
    background-color: #072EA9;
}

.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;
    margin-top: 1.042vw;
}

.note .highlight {
    color: #d9251d;
}

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

.phone-mockup {
    width: 586px;
    height: 324px;
}

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

.news-wrapper{
    padding-right: 0px;
}

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

    .image-column {
        width: 100%;
        display: block;
        position: relative;
        bottom: 6vw;
        padding-left: 5vw;
        ;
    }

    .content-column {
        width: 100%;
    }

    .section-subtitle {
        font-size: 3.333vw;
        font-weight: normal;
        margin-bottom: 6.204vw;
    }
}

/* 主容器，负责设置背景图和整体布局 */
.promo-banner {
    background-image: url(/template/hcjy/assets/img/feature-bg.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    color: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 108px 0 106px 0;
}

/* 内容包装器，用于定位右侧的文本和功能栏 */
.content-wrapper {
    text-align: center;
}

/* 标题和描述文本区域 */
.text-content h3 {
    font-size: 2.188vw;
    font-weight: bold;
    color: #111111;
    margin: 0;
}

/* 6大优势功能区域 */
.six-features-section {
    padding: 60px 0;
    width: 100%;
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 0 20px;*/
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.99vw;
    margin: 0 auto;
}

.feature-card {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 1.51vw 1.823vw 1.146vw 1.406vw;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 20.208vw;
    height: 9.375vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.feature-title {
    font-size: 1.258vw;
    font-weight: bold;
    color: #333333;
    margin: 0 0 15px 0;
    line-height: 2.5;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
}

.feature-number {
    color: #072EA9;
}

.feature-description {
    font-size: 0.938vw;
    color: #888888;
    line-height: 1.6;
    margin: 0;
}

.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%;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

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

/* 标题样式 */
.content-container h3 {
    font-size: 2.188vw;
    color: #111111;
    font-weight: bold;
    margin: 0 0 23px 0;
}

/* 段落文字样式 */
.content-container p {
    font-size: 0.938vw;
    color: #666666;
    margin-bottom: 46px;
}

.qualification-section .content-container h3 {
    font-size: 2.188vw;
}

.qualification-section .content-container p {
    font-size: 0.938vw;
}

/* 认证卡片容器 */
.qualification-cards {
    display: flex;
    justify-content: center;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
}

/* 单个认证卡片 */
.qualification-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 40px 40px 40px 35px;
    text-align: center;
    flex: 1;
    width: 360px;
    height: 380px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.qualification-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* 认证图标 */
.qualification-icon {
    margin-bottom: 16px;
}

.qualification-icon img {
    width: 120px;
    height: 157px;
    object-fit: contain;
}

/* 认证标题 */
.qualification-title {
    font-size: 1.25vw;
    font-weight: bold;
    color: #333333;
    margin: 0 0 27px 0;

}

/* 认证描述 */
.qualification-description {
    color: #666666;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* 主容器，负责背景图和布局 */
.quotes-section {
    background: #f7f7f7;
    position: relative;
    width: 100%;
    padding: 86px 0 72px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    ;
    text-align: center;
}

.quotes-title-wrapper {
    background: #f7f7f7;
    width: 1200px;
}

/* 标题样式 */
.quotes-title {
    font-size: 2.188vw;
    color: #111111;
    font-weight: bold;
    margin: 0 0 18px 0;
}

/* 段落文字样式 */
.quotes-subtitle {
    font-size: 1.25vw;
    color: #666666;
    margin-bottom: 63px;
}

.quotes-container {
    background: #FFFFFF;
    width: 1200px;
    padding: 32px 50px 57px 56px;
}

@media (min-width: 1080px) and (max-width: 1440px) {

    /*.promo-banner {*/
    /*    height: 40.938vw;*/
    /*}*/

    .text-content h3 {
        font-size: 1.875vw;
    }

    /*.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 {
        height: auto;
        padding: 8.519vw 0 7.407vw 0;
    }

    .content-wrapper {
        width: 95%;
        text-align: center;
    }

    .text-content h3 {
        font-size: 4.06275vw;
        padding: 0 18vw;
    }

    /* 6大优势功能移动端样式 */
    .six-features-section {
        padding: 6.111vw 0 0 0;
    }

    .features-container {
        padding: 0;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.222vw;
    }

    .feature-card {
        padding: 3.333vw 4.444vw 4.444vw 3.241vw;
        width: auto;
        height: auto;
        margin: 0;
        border-radius: 0.926vw;
    }

    .feature-title {
        font-size: 3.333vw;
        line-height: 1.5;
    }

    .feature-description {
        font-size: 2.593vw;
        line-height: 1.6;
    }

    .download-wrapper {
        padding: 6.944vw 0 10.741vw 0;
    }

    .qualification-cards {
        flex-direction: column;
        gap: 3.333vw;
        max-width: 100%;
    }

    .qualification-card {
        max-width: 100%;
        width: 100%;
        height: auto;
        padding: 4.167vw 4.444vw;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        border-radius: 2.222vw;
        align-items: center;
    }

    .qualification-icon {
        flex-shrink: 0;
        margin-right: 5.741vw;
        margin-bottom: 0;
    }

    .qualification-icon img {
        width: 12.593vw;
        height: 16.667vw;
        object-fit: contain;
    }

    .qualification-title {
        font-size: 3.889vw;
        margin-bottom: 2.222vw;
        font-weight: bold;
    }

    .qualification-section .content-container p {
        font-size: 2.963vw;
        line-height: unset;
        margin-bottom: unset;
    }

    .qualification-description {
        line-height: 1.6;
        margin: 0;
    }

    .qualification-section .content-container {
        max-width: unset;
        padding: 0px;
        gap: 7.222vw;
    }

    .qualification-section .content-container h3 {
        font-size: 4.815vw;
        padding: 0px 14.222vw;
    }

    .qualification-sub-title {
        display: none;
    }

    .qualification-content {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
}

.m-image-column {
    display: none;
}

/* Core Functions Section Mobile */
.core-functions-section-m {
    background: #F7F7F7;
    width: 100%;
    padding: 80px 0;
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
}

.functions-container-m {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.functions-header-m {
    margin-bottom: 60px;
}

.functions-title-m {
    font-size: 2.188vw;
    font-weight: bold;
    color: #111111;
    margin: 0 0 15px 0;
}

.functions-content-m {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
}

.function-item-m {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 600px;
}

.phone-mockup-m {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.phone-mockup-m::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background-image: url(/template/hcjy/assets/img/app-function_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.phone-mockup-m img {
    width: 220px;
    height: 450px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.function-info-m {
    text-align: center;
}

.function-title-m {
    font-size: 1.667vw;
    font-weight: bold;
    color: #072EA9;
    margin: 0 0 10px 0;
}

.function-description-m {
    font-size: 1.042vw;
    color: #777777;
    line-height: 1.6;
    margin: 0;
}


/* 移动端响应式样式 */
@media (max-width: 1080px) {
    
    .styles_bar__1imxE .product-info h3{
        font-size: 3.889vw;
    }
    
    .step-description{
        height: 65px;
        text-align: left;
        display: unset;
        margin-top: 2.5vw;
    }
    
    .download-section {
        padding: 0 15px;
    }

    .download-section .section-title {
        font-size: 4.815vw;
        margin-bottom: 2.778vw;
        font-weight: bold;
    }

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

    /* 关键修复：Tab导航水平滚动 */
    .download-section .tabs-nav {
        display: none;
        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: 3.333vw;
        margin-bottom: 6.667vw;
        height: auto;
        line-height: 1.6;
        text-align: left;
        max-width: none;
        color: #666666;
    }

    .download-section .qr-group {
        flex-direction: row;
        justify-content: center;
        gap: 4.444vw;
    }

    .download-section .qr-item img {
        display: none;
    }

    .download-section .download-button {
        padding: 3.333vw 6.667vw;
        font-size: 3.333vw;
        width: 40vw;
        height: 11.111vw;
        border-radius: 1.111vw;
        margin-top: 0;
    }

    .download-section .download-button.android {
        background-color: transparent;
        border: 0.278vw solid #072EA9;
        color: #072EA9;
    }

    .download-section .download-button.apple {
        background-color: #072EA9;
        border: 0.278vw solid #072EA9;
        color: #FFFFFF;
    }

    .download-section .qr-item:nth-child(3) {
        display: none;
    }

    .download-section .phone-mockups {
        gap: 0vw;
    }

    .qualification-section {
        padding: 10.833vw 3.981vw 5.278vw 3.611vw;
    }

    .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;
    }

    .content-container {
        gap: 2.25vw;
    }

    .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 .phone-mockup {
        width: 81.204vw;
        height: 44.815vw;
    }

    .note {
        display: none;
    }

    .download-details {
        justify-content: center;
    }


    /* Core Functions Section Mobile */
    .core-functions-section {
        display: none !important;
    }

    .core-functions-section-m {
        display: flex !important;
        padding: 8.333vw 0;
        background: #FFFFFF;
    }

    .functions-container-m {
        padding: 0 4.167vw;
    }

    .functions-header-m {
        margin-bottom: 8.333vw;
    }

    .functions-title-m {
        font-size: 5vw;
        margin-bottom: 2.222vw;
    }

    .functions-content-m {
        gap: 8.333vw;
    }

    .function-item-m {
        gap: 9.259vw;
    }

    .phone-mockup-m::before {
        width: 69.167vw;
        height: 69.167vw;
    }

    .phone-mockup-m img {
        width: 33.333vw;
        height: 71.574vw;
    }

    .function-title-m {
        font-size: 3.889vw;
        color: #072EA9;
    }

    .function-description-m {
        font-size: 2.963vw;
        line-height: 1.6;
    }

    .functions-title {
        font-size: 5vw;
        margin-bottom: 30px;
    }

    .functions-content {
        flex-direction: column;
        gap: 40px;
    }

    .functions-list {
        max-width: 100%;
    }

    .function-item {
        padding: 20px 15px;
        margin-bottom: 15px;
    }

    .function-title {
        font-size: 16px;
    }

    .function-description {
        font-size: 12px;
    }

    .phone-container::before {
        width: 200px;
        height: 200px;
    }

    .phone-container img {
        width: 280px;
    }

    .download-app-btn {
        font-size: 14px;
        padding: 12px 30px;
    }

    /* Why Choose Section Mobile */
    .why-choose-container {
        padding: unset;
    }

    .why-choose-section {
        padding: 8.426vw 0 5.648vw 0;
    }

    .why-choose-swiper {
        padding: 0 4.259vw;
        margin-bottom: unset;
    }

    .why-choose-header {
        margin-bottom: 7.778vw;
    }

    .why-choose-title {
        font-size: 5vw;
        margin-bottom: 2vw;
    }

    .why-choose-subtitle {
        font-size: 3.333vw;
    }

    .why-choose-description {
        margin-bottom: 5vw;
    }

    .why-choose-description h3 {
        font-size: 4vw;
    }
    
    .news-title {
        font-size: 4.815vw;
    }
    
    .news-header-view-more{
        font-size: 3.333vw;
    }

    .news-title::after,
    .quotes-section {
        display: none;
    }

    .swiper-container {
        height: 275px;
    }

    .phone-step {
        gap: unset;
    }

    .phone-step img {
        width: 200px;
        height: 200px;
        /*border-radius: 18px;*/
    }

    .step-description span {
        font-size: 2.778vw;
        text-align: left;
        width: unset;
        display: unset;
        align-items: unset;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        display: none;
    }

    .swiper-button-next {
        right: 5px;
    }

    .swiper-button-prev {
        left: 5px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 12px;
    }

    .footer-text {
        font-size: 2.222vw;
        padding: 0 15px;
    }

    .m-image-column {
        display: block;
    }

    .pc-image-column {
        display: none;
    }

    .qr-item:nth-child(1) {
        order: 2;
    }

    .qr-item:nth-child(2) {
        order: 1;
    }
}

.styles_news__mcU1F{
    padding: 100px 0 83px 0;
}