.common-container {
    max-width: 1400px;
    width: 1400px;
}

.about_nav__2iPXN {
    background: url(../img/about/bg_about.webp) no-repeat 50%;
    background-size: cover;
    height: 34.375vw;
    width: 100%;
    display: flex;
    align-items: center;
}

.about-banner-content {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.about-banner-title {
    font-size: 3.438vw;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 0.108vw 0;
}

/* 桌面端标题行内显示 */
.about-banner-title .title-line1,
.about-banner-title .title-line2 {
    display: inline;
}

.about-banner-title .title-line1::after {
    content: ' ';
}

/* 移动端图片默认隐藏 */
.intro-image-mobile {
    display: none;
}

/* 移动端标题默认隐藏 */
.about-2-title-mobile {
    display: none;
}

.about-banner-license,
.about-banner-desc {
    font-size: 1.667vw;
    color: #FFFFFF;
    margin: 0 0 12px 0;
}

.about-banner-products {
    font-size: 1.458vw;
    color: #FFFFFF;
    margin-top: 5.625vw;
}

.about-intro-section {
    background: #FFFFFF;
    color: #666666;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0 110px 0;
}

.intro-content {
    display: flex;
    align-items: center;
    gap: 2.917vw;
}

.intro-text {
    flex: 1;
}

.about-intro-section h2 {
    font-size: 2.188vw;
    font-weight: bold;
    margin-bottom: 0.108vw;
    color: #1F1F1F;
    text-align: center;
}

.about-intro-section h4 {
    font-size: 1.25vw;
    margin-bottom: 4.531vw;
    color: #666666;
    text-align: center;
}

.intro-text p {
    font-size: 16px;
    /* line-height: 1.8; */
    margin-bottom: 2.108vw;
    color: #666666;
}

.intro-text p:last-child {
    margin-bottom: 0;
}

.intro-image {
    /* flex: 0 0 444px; */
}

.intro-image img {
    width: 23.125vw;
    height: 16.927vw;
    object-fit: contain;
}

/* FOCA MARKETS理念区域 */
.about-ideals-section {
    padding: 50px 0 67px 0;
    background: #f8f9fa;
}

.section-title {
    text-align: left;
    font-size: 1.25vw;
    font-weight: bold;
    color: #333333;
    margin-bottom: 38px;
}

.ideals-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 19px;
}

.ideal-item {
    height: 11.198vw;
    background: white;
    padding: 34px 37px 34px 32px;
    border-radius: 10px;
    border: 1px solid #B5CAFF;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ideal-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 1.302vw rgba(0, 0, 0, 0.15);
}

.ideal-item h3 {
    font-size: 1.25vw;
    font-weight: bold;
    color: #333;
    margin-bottom: 19px;
}

.ideal-item p {
    font-size: 0.938vw;
    line-height: 1.6;
    color: #666;
}

/* FOCA MARKETS愿景区域 */
.about-vision-section {
    background-image: url(/template/hcjy/assets/img/about-bg.webp);
    background-repeat: no-repeat;
    color: white;
    background-size: cover;
    padding: 73px 0 75px 0;
    position: relative;
}

.vision-content {
    display: flex;
    align-items: center;
    max-width: 800px;
}

.vision-text {
    flex: 1;
}

.vision-text h2 {
    font-size: 1.25vw;
    font-weight: bold;
    margin-bottom: 2.083vw;
    color: #FFFFFF;
}

.vision-text p {
    font-size: 0.938vw;
    line-height: 2;
    color: #B2C3F7;
}

.vision-image {
    position: absolute;
    right: 0%;
    bottom: -80px;
}

.vision-image img {
    width: auto;
    height: 294px;
    object-fit: contain;
}

/* FOCA MARKETS优势区域 */
.about-advantages-section {
    padding: 2.917vw 0 3.698vw 0;
    background: #f7f7f7;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.302vw;
}

.advantage-item {
    display: flex;
    align-items: flex-start;
    padding: 1.302vw;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 32px;
}

.advantage-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 1.302vw rgba(0, 0, 0, 0.1);
    border-color: #d0d0d0;
}

.advantage-item img {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    object-fit: contain;
}

.advantage-content {
    flex: 1;
}

.advantage-content h3 {
    font-size: 1.042vw;
    font-weight: bold;
    color: #FF6601;
    margin: unset;
    /* margin-bottom: 0.833vw; */
}

.advantage-content p {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    margin: 0;
    margin-top: 0.833vw;
}

/* 保持原有样式兼容性 */
.ideal-swiper-container {
    display: none;
}

.ideal-wrapper {
    display: flex;
}

.idea-item {
    padding: 30px 32px 30px 32px;
    background: #fff;
}

.idea-title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.idea-desc {
    font-size: 16px;
    color: #888888;
    margin-top: 0.833vw;
}

.idea-item+.idea-item {
    margin-left: 0.108vw;
}

.about-2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.021vw 0;
}

.about-2 .intro-image {
    width: 8.333vw;
    height: 8.333vw;
    position: relative;
}

.about-2 .intro-image img {
    width: 8.333vw;
    height: 8.333vw;
}

.brand-mission-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 2.188vw;
    font-weight: bold;
    /* letter-spacing: 0.3em; */
    line-height: 1.5;
}

.brand-mission-text span {
    display: block;
}

@media(min-width:1081px) and (max-width:1280px) {

    .common-container,
    .about-banner-content {
        max-width: 960px;
    }
}

@media(min-width:1281px) and (max-width:1536px) {

    .common-container,
    .about-banner-content {
        max-width: 1200px;
    }
}

@media (max-width: 1080px) {

    .common-container {
        max-width: 100%;
        width: 100%;
        padding: 0 4vw;
        box-sizing: border-box;
    }

    /* ========== Banner 移动端适配 ========== */
    .about_nav__2iPXN {
        height: 52.593vw;
        box-sizing: border-box;
        align-items: flex-start;
        display: flex;
        align-items: center;
    }

    .about-banner-content {
        padding: 0 4vw;
    }

    /* Banner 标题换行显示 */
    .about-banner-title {
        font-size: calc(6.296vw * var(--mobile-font-scale-lg, 1));
        margin-bottom: 2vw;
        line-height: 1.3;
    }

    .about-banner-title .title-line1,
    .about-banner-title .title-line2 {
        display: block;
    }

    .about-banner-title .title-line1::after {
        content: none;
    }

    /* 牌照和认证信息合并显示 */
    .about-banner-license,
    .about-banner-desc {
        font-size: calc(2.593vw * var(--mobile-font-scale, 1));
        margin-bottom: 1vw;
    }

    .about-banner-products {
        font-size: calc(2.222vw * var(--mobile-font-scale, 1));
        margin-top: 3vw;
    }

    .about-intro-section,
    .about-vision-section {
        padding: 2.083vw 0 0.108vw;
    }

    .about-ideals-section,
    .about-advantages-section {
        padding: 60px 0;
    }

    .intro-content {
        flex-direction: column;
        gap: 2.083vw;
        text-align: left;
    }

    .vision-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    /* ========== intro-image 移动端适配 ========== */
    /* 隐藏桌面端图片 */
    .intro-image-desktop {
        display: none;
    }

    /* 显示移动端图片 */
    .intro-image-mobile {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 5.833vw;
    }

    .intro-image-mobile img {
        width: 56.481vw;
        height: 41.389vw;
        object-fit: contain;
        border-radius: 8px;
    }

    .intro-image {
        flex: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .intro-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px;
    }

    .vision-image {
        flex: none;
        max-width: 200px;
        margin: 0 auto;
    }

    .vision-text h2 {
        font-size: calc(4.444vw * var(--mobile-font-scale-lg, 1));
    }

    .intro-text h2 {
        font-size: calc(4.444vw * var(--mobile-font-scale-lg, 1));
        position: relative;
        padding-left: 3vw;
    }

    .about-ideals-section .section-title,
    .about-advantages-section .section-title {
        position: relative;
        padding-left: 3vw;
    }

    .intro-text h2::before,
    .about-ideals-section .section-title::before,
    .about-advantages-section .section-title::before {
        content: '';
        position: absolute;
        left: 0vw;
        top: 4.5vw;
        transform: translateY(-50%);
        width: 3.72px;
        height: 6.25vw;
        background: #072EA9;
    }

    .section-title {
        font-size: calc(4.444vw * var(--mobile-font-scale-lg, 1));
        margin-bottom: 2.083vw;
    }

    /* Swiper for ideals section on mobile */
    .ideals-container.swiper {
        overflow: hidden;
    }

    .ideals-grid.swiper-wrapper {
        display: flex;
        gap: 0;
    }

    .ideal-item.swiper-slide {
        width: 80vw;
        max-width: 350px;
        margin-right: 0.781vw;
        padding: 1.302vw 0.108vw;
        height: auto;
    }

    .ideals-grid:not(.swiper-wrapper) {
        grid-template-columns: 1fr;
        gap: 0.108vw;
    }

    .ideal-item:not(.swiper-slide) {
        padding: 30px 0.108vw;
    }

    .ideal-item h3 {
        font-size: calc(5vw * var(--mobile-font-scale-lg, 1));
    }

    .ideal-item p {
        font-size: calc(4vw * var(--mobile-font-scale-lg, 1));
    }

    .vision-image img {
        display: none;
    }

    /* ========== 8大优势区域移动端适配 - 垂直单列布局 ========== */
    .advantages-grid {
        display: flex !important;
        flex-direction: column;
        gap: 3.519vw;
    }

    .advantage-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 4.63vw;
        gap: 3.704vw;
        border-radius: 1.852vw;
    }

    .advantage-item img {
        width: 11.111vw;
        height: 11.111vw;
        flex-shrink: 0;
    }

    .advantage-content {
        text-align: left;
        flex: 1;
    }

    .advantage-content h3 {
        font-size: calc(3.333vw * var(--mobile-font-scale, 1));
    }

    .advantage-content p {
        font-size: calc(2.222vw * var(--mobile-font-scale, 1));
        margin-top: 2.13vw;
    }

    .intro-text p,
    .vision-text p {
        font-size: calc(2.593vw * var(--mobile-font-scale, 1));
    }

    /* about-intro-section 标题适配 */
    .about-intro-section h2 {
        font-size: calc(4.444vw * var(--mobile-font-scale-lg, 1));
        margin-bottom: 2.87vw;
        font-weight: bold;
    }

    .about-intro-section h4 {
        font-size: calc(3.333vw * var(--mobile-font-scale, 1));
        margin-bottom: 6.019vw;
    }

    .about-intro-section {
        padding: 8vw 0;
    }

    .intro-text p {
        margin-bottom: 4vw;
    }

    .intro-image img {
        width: 100%;
        height: auto;
    }

    /* about-advantages-section 适配 */
    .about-advantages-section {
        padding: 8vw 0;
    }

    .about-advantages-section .common-container {
        padding: 0;
    }

    .about-advantages-section .section-title {
        font-size: calc(5.5vw * var(--mobile-font-scale-lg, 1));
        text-align: center;
        padding-left: 4vw;
        padding-right: 4vw;
        margin-bottom: 6vw;
    }

    .about-advantages-section .section-title::before {
        display: none;
    }

    /* 优势区域容器 - 移除 Swiper */
    .advantages-swiper {
        overflow: visible;
        padding: 0 4vw;
    }

    /* ========== about-2 品牌使命区域移动端适配 ========== */
    .about-2 {
        padding: 8vw 0;
    }

    /* 移动端显示标题 */
    .about-2-title-mobile {
        display: block;
        font-size: calc(4.444vw * var(--mobile-font-scale-lg, 1));
        font-weight: bold;
        color: #111111;
        margin-bottom: 5.648vw;
        text-align: center;
    }

    .about-2 .intro-content {
        flex-direction: column;
        gap: 0;
    }

    /* 移动端隐藏 about-2 的图片 */
    .about-2 .intro-image {
        display: none;
    }

    .about-2 .intro-text {
        text-align: left;
    }

    .about-2 .intro-text p {
        font-size: calc(2.593vw * var(--mobile-font-scale, 1));
        color: #666666;
        line-height: 1.8;
    }
}