/* features.html 私有样式 */

/* contact背景图全屏宽度 */
.contact-bg {
    /* min-height: 530px; */
    background-image: url('../static/pic/contact/0.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 530px;
}

/* contact 内容垂直居中 */
.contact-bg .content-section.contact {
    padding: 0 !important;
    width: 100%;
}

/* 横幅 */
.dso-banner {
    background: linear-gradient(135deg, #000033, #003366, #0066cc);
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* .dso-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://placehold.co/1920x1080/000033/ffffff?text=') center center;
    background-size: cover;
    opacity: 0.5;
} */

/* .dso-banner .banner-content {
    position: relative;
    z-index: 1;
} */

/* .dso-banner .banner-content h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
} */

/* 业绩腾飞 */
.performance-boost {
    /* background-color: #f8f8f8; */
    padding: 60px 0;
    /* margin-top: 40px; */
}

/* .performance-boost h2 {
    color: #333;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
} */

/* .performance-boost p:nth-of-type(1) {
    color: #666;
    font-size: 1rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
} */

.boost-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 47px;
    margin-top: 2rem;
}

.boost-item {
    text-align: center;
    width: 265px;
    height: 336px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.boost-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.boost-icon img {
    /* max-width: 50%;
    max-height: 50%; */
    width: 75px;
    height: 75px;
}

.boost-text {
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 26px;
    color: #000000;
    font-style: normal;
    text-transform: none;
    line-height: 1.2;
    margin-bottom: 5px;
}

.boost-text-desc {
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 1.3;
    display: block;
    margin-top: 5px;
}

/* 合作模式 */
.cooperation {
    padding: 60px 0;
}

/* .cooperation h2 {
    color: #333;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
} */

/* .cooperation p:nth-of-type(1) {
    color: #666;
    font-size: 1rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
} */

.cooperation-options {
    max-width: 1200px;
    margin: 30px auto;
    width: 100%;
    /* padding: 0 20px; */
}

.coop-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-align: left;
    background-color: #F2F2F2;
    height: 85px;
    line-height: 85px;
}

.coop-tag {
    /* background-color: #950E07; */
    background: linear-gradient(to right, #B84948, #530202);
    min-width: 120px;
    text-align: center;
    /* margin-right: 30px; */
    width: 270px;
    height: 85px;
    /* 字体 */
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.coop-description {
    flex: 1;
    margin-left: 50px;
    /* height: 29px; */
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    min-width: 0;
    white-space: nowrap;
}

/* 聚焦3-5年 */
.focus {
    /* background-color: #f8f8f8; */
    padding: 60px 0;
}

.focus h2 {
    color: #333;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.focus-stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 3rem;
}

.focus-stats .stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.stat-icon {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    width: 134px;
    height: 134px;
}

.stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stat-number {
    margin: 0;
    flex-shrink: 0;
    font-family: D-DIN-PRO, D-DIN-PRO;
    font-weight: 600;
    font-size: 148px;
    color: #912929;
    text-align: left;
    font-style: normal;
    text-transform: none;
    min-width: 450px;
    transition: all 0.3s ease;
    text-align: center;
}

.stat-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 30px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 1;
    flex-shrink: 0;
}

.stat-text>div {
    line-height: 1;
}

.focus-regions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 2rem;
}

.region-item {
    display: flex;
    align-items: center;
    border: none;
}

.focus-number {
    font-family: OPPOSans-B, OPPOSans;
    font-weight: bold;
    font-size: 72px;
    color: #A03C38;
    line-height: normal;
    letter-spacing: 0;
}

.region-text {
    /* width: 757px; */
    height: 64px;
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 38px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 64px;
    margin-left: 10px;
}

@media (max-width: 992px) {
    .boost-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .focus-stats {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .boost-grid {
        grid-template-columns: 1fr;
    }

    .coop-item {
        flex-direction: column;
        align-items: stretch;
    }

    .coop-tag {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .focus-stats {
        flex-direction: column;
        gap: 30px;
    }

    .focus-regions {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    /* .dso-banner .banner-content h1 {
        font-size: 2.5rem;
    } */
}