﻿
.zong{background-color: #fff;}
.new-section-1 {
    width: 84.35%;
    margin: 0 auto; 
    padding: 40px 0;
    font-family: inherit;
}
.section-main-title {
    font-size: 40px;
    font-weight: 700;
    color: #1e2f3f;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: -0.3px;
    position: relative;
}
.section-main-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #b98f5f;
    margin: 18px auto 0;
    border-radius: 2px;
}
.card-grid-2cols {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    margin-top: 0.6rem;
}
.image-text-card {
    flex: 1 1 calc(50% - 15px);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03), 0 2px 4px rgba(0,0,0,0.02);
}
.image-text-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.08);
}
.card-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background: #f5f7fa;
}
.card-text {
    padding: 25px 20px 28px;
    text-align: center;
}
.card-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a2c3e;
}
.card-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}
@media (max-width: 768px) {
    .new-section-1 {
        width: 92%;
        padding: 40px 0 30px;
    }
    .section-main-title {
        font-size: 32px;
        margin-bottom: 35px;
    }
    .section-main-title:after {
        width: 60px;
        margin-top: 12px;
    }
    .image-text-card {
        flex: 1 1 100%;
    }
    .card-text h3 {
        font-size: 20px;
    }
}
.new-section-2 {
    width: 84.35%;
    margin: 0 auto;
    padding: 50px 0 70px;
}
.left-text-right-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.text-side {
    flex: 1 1 45%;
}
.text-side .main-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #333;
    letter-spacing: -0.3px;
}
.text-side .sub-title {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
    margin-bottom: 24px;
    border-left: 3px solid #b98f5f;
    padding-left: 16px;
}
.text-side .desc-content {
    font-size: 16px;
    color: #4a5a6e;
    line-height: 1.6;
    margin-top: 20px;
}
.img-side {
    flex: 1 1 45%;
}
.img-side img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: block;
}
.img-side img:hover {
    transform: scale(1.01);
}
@media (max-width: 992px) {
    .new-section-2 {
        width: 88%;
    }
    .text-side .main-title {
        font-size: 34px;
    }
    .text-side .sub-title {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .new-section-2 {
        width: 92%;
        padding: 30px 0 50px;
    }
    .left-text-right-img {
        flex-direction: column;
    }
    .text-side, .img-side {
        flex: 1 1 100%;
    }
    .text-side .main-title {
        font-size: 30px;
    }
    .text-side .sub-title {
        font-size: 18px;
    }
    .img-side img {
        max-height: 320px;
        object-fit: cover;
    }
}
.product1-1 .cooperation-container {
    max-width: 100%;
}

/* 追踪流程 */
.liucheng{background-color: #f8f8f8;}
 .page {
    width: 84.35%;
    margin: 0 auto;
    padding: 70px 0;
}

.page .title-section {
    text-align: center;
    margin-bottom: 0.6rem;
}

.page .main-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #333;
}

.page .steps-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 0.4rem 0.2rem;
}


.page .step-card {
    width: 30%;
    flex: 0 0 auto;
    background: #ffffff;
    border-radius: 1rem;
    padding: 0.2rem 0.2rem;
    text-align: center;
    min-width: 125px;
    max-width: 330px;
    transition: all 0.2s ease;
    border: 1px solid #e9edf2;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page .step-card:hover {
    border-color: #cbdbe0;
    background: #fefefe;
    transform: translateY(-2px);
}


.page .step-num {
    width: 36px;
    height: 36px;
    background: #f3f3f3;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.25rem;
    color: #6b4c3b;
    margin: 0 auto 0.1rem auto;
    flex-shrink: 0;
}

.page .step-title {
    font-size: 16px;             
    color: #1e2f3c;
    line-height: 1.35;
    word-break: break-word;
    white-space: normal;
    text-align: center;
    width: 100%;
}

.page .arrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;        
    font-weight: 400;
    color: #6b4c3b;
    margin: 0 0.05rem;
    flex-shrink: 0;
    width: 28px;
    text-align: center;
}

.page .steps-wrapper {
    row-gap: 0.6rem;
}

@media (max-width: 820px) {
    .page {
        padding: 1.2rem 0.9rem;
    }
    .page .main-title {
        font-size: 36px;
    }
    .page .step-card {
        min-width: 115px;
        max-width: 180px;
        padding: 0.6rem 0.7rem;
    }
    .page .step-title {
        font-size: 15px; 
    }
    .page .step-num {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
}

@media (max-width: 580px) {
    .page .step-title {
        font-size: 14px;
    }
    .page .step-card {
        min-width: 105px;
        max-width: 165px;
    }
    .page .arrow-icon {
        font-size: 1rem;
        width: 22px;
    }
    .page .main-title {
        font-size: 32px;
    }
    .page .title-section {
        margin-bottom: 1.2rem;
    }
}