.craft-banner {
    max-width: 100%;
    max-height: 650px;
    object-fit: contain;
}

main {
    margin: 0 auto;
    padding: 20px;
    background: url('../images/技艺探秘/bg.png') no-repeat top;
    background-size: cover;
}

.section-container {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/技艺探秘/背景弧线_.png') no-repeat top;
    background-size: cover;
}

.introduction {
    display: flex;
    align-items: center;
    max-width: 736px;
    height: 187px;
    background-color: #d0c3bb;
    margin: 22px auto;
    padding: 20px;
    border-radius: 50px;
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 25px;
    letter-spacing: 0px;
    color: #09334d;
    text-align: center;
}


.title-container {
    max-width: 657px;
    height: 125px;
    text-align: center;
    position: relative;
    margin: 10px auto;
    padding: 6px;
    background: url("../images/shouye/_1编组_.png") no-repeat center;
    background-size: contain;
}

.title-container .title {
    display: inline-block;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #00324e;
}

.sub-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 54px;
}


.sub-title img {
    max-width: 107px;
    height: 74px;
    object-fit: contain;
}

.sub-title h2 {
    font-family: zihun206hao-jianghanshoushu;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 12px;
    letter-spacing: 0px;
    color: #09334d;
    margin-top: 12px;
}

.content-item {
    position: relative;
    display: flex;
    gap: 6rem;
}

.content-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.content-text {
    flex: 1;
    padding: 0 6rem;
    align-content: center;
}


.content-image {
    flex: 1;
    text-align: center;
}

.content-image img {
    max-width: 234px;
    height: 234px;
    border-radius: 50%;
    object-fit: contain;
}

.area-text1 {
    max-width: 513px;
}

.area-text1 p {
    font-family: SourceHanSerifCN-Regular;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #000000;
}

/* 响应式适配 */
@media (max-width: 1024px) {
    .introduction {
        max-width: 95%;
        font-size: 20px;
        height: auto;
        padding: 16px;
    }

    .title-container {
        max-width: 95%;
        height: auto;
        padding: 4px;
    }

    .title-container .title {
        font-size: 40px;
    }

    .content-item {
        gap: 2rem;
        padding: 0 1rem;
    }

    .content-text {
        padding: 0 2rem;
    }

    .area-text1 p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .introduction {
        font-size: 14px;
        border-radius: 25px;
        padding: 8px;
    }

    .title-container .title {
        font-size: 24px;
    }

    .sub-title h2 {
        font-size: 16px;
    }

    .content-item {
        flex-direction: column !important;
        gap: 1rem;
        align-items: center;
    }

    .content-text,
    .content-image {
        padding: 0;
        max-width: 100%;
    }

    .content-image img {
        max-width: 120px;
        height:120px;
    }

    .area-text1 {
        max-width: 100%;
    }

    .area-text1 p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .introduction {
        font-size: 12px;
        padding: 4px;
        border-radius: 12px;
    }

    .title-container {
        height: 50px;
        padding: 1px;
    }

    .title-container .title {
        font-size: 18px;
    }

    .sub-title img {
        max-width: 60px;
        height: 40px;
    }

    .sub-title h2 {
        font-size: 14px;
        margin: 16px;
    }

    .content-item {
        gap: 0.5rem;
    }

    .content-image img {
        max-width: 100px;
        height: 100px;
    }

    .area-text1 p {
        font-size: 12px;
        line-height: 1.2;
    }
}