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

.about-intro-section {
    background: #FFFFFF;
    color: #666666;
    position: relative;
}

.breadcrumb {
    color: #666666;
    font-size: 0.938vw;
    margin-bottom: 52px;
}

.breadcrumb a {
    color: #666666;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: white;
}

.intro-content {
    display: flex;
    align-items: center;
    gap: 56px;
}

.intro-text {
    flex: 1;
}

.intro-text h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333333;
}

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

.intro-image {
    flex: 0 0 300px;
}

.intro-image img {
    width: auto;
    height: 410px;
    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: #333;
    margin-bottom: 37px;
}

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

.ideal-item {
    height: 215px;
    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 25px 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: 40px;
    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: 56px 0 71px 0;
    background: white;
}

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

.advantage-item {
    display: flex;
    align-items: flex-start;
    padding: 25px;
    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 25px rgba(0, 0, 0, 0.1);
    border-color: #d0d0d0;
}

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

.advantage-content {
    flex: 1;
}

.advantage-content h3 {
    font-size: 1.042vw;
    font-weight: bold;
    color: #072EA9;
    margin-bottom: 16px;
}

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

/* 保持原有样式兼容性 */
.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: 16px;
}

.idea-item+.idea-item {
    margin-left: 20px;
}

@media (max-width: 1080px) {

    .about-intro-section,
    .about-vision-section {
        padding: 40px 0 20px;
    }

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

    .intro-content {
        flex-direction: column;
        gap: 40px;
        text-align: left;
    }

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

    .intro-image {
        flex: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
        order: -1;
        /* 将图片移到文字上方 */
    }

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

    .vision-image {
        flex: none;
        max-width: 200px;
        margin: 0 auto;
    }
    
    .vision-text h2{
        font-size: 24px;
    }

    .intro-text h2 {
        font-size: 24px;
        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: 24px;
        margin-bottom: 40px;
    }

    /* 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: 15px;
        padding: 25px 20px;
        height: auto;
    }

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

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

    .ideal-item h3 {
        font-size: 5vw;
    }

    .ideal-item p {
        font-size: 4vw;
    }

    .vision-image img {
        display: none;
    }

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

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

    .advantage-item.swiper-slide {
        width: 75vw;
        max-width: 300px;
        margin-right: 15px;
        padding: 20px 15px;
        gap: 15px;
        height: auto;
        flex-direction: column;
    }

    .advantage-item.swiper-slide img {
        width: 100%;
        height: 60px;
    }

    .advantage-content {
        text-align: center;
    }

    .advantage-item.swiper-slide .advantage-content h3 {
        font-size: 3.733vw;
    }

    .advantage-item.swiper-slide .advantage-content p {
        font-size: 3.5vw;
    }

    .advantages-grid:not(.swiper-wrapper) {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .advantage-item:not(.swiper-slide) {
        padding: 20px 15px;
        gap: 15px;
    }

    .advantage-item:not(.swiper-slide) img {
        width: 40px;
        height: 40px;
    }

    .advantage-item:not(.swiper-slide) .advantage-content h3 {
        font-size: 16px;
    }

    .advantage-item:not(.swiper-slide) .advantage-content p {
        font-size: 13px;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
    }
    
    .intro-text p,
    .vision-text p {
        font-size: 14px;
    }
}