main {
    margin: 0 auto;
    padding: 20px;
    background: url('../images/匠人故事/bg.png') no-repeat top;
    background-size: cover;
}

.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;
}

.section .nav {
    max-width: 600px;
    background-color: #275267;
    margin: 20px auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.section .break-text {
    display: flex;
    padding: 10px 30px;
    flex-direction: column;
    align-items: center;
}

.section .break-text span {
    color: #a5988e;
    font-weight: 700;
}

.item-box {
    display: flex;
    justify-content: center;
}
.item-box item-box1 ul li img{
    width: 100px;
}
.item-box item-box2 ul li img{
    width: 100px;
}
.item-box item-box3 ul li img{
    width: 100px;
}
.item-box1 li {
    width: 200px;
    height: 300px;
    background-color: #6f716f;
    border-radius: 10px;
    margin: 20px
}

.item-box1 li:nth-child(1) {
    margin-top: 50px;
}

.item-box1 li:nth-child(2) {
    margin-top: 30px;
}

.item-box1 li:nth-child(3) {
    margin-top: 10px;
}

.item-box2 li {
    width: 200px;
    height: 300px;
    background-color: #6f716f;
    border-radius: 10px;
    margin: 40px
}

.item-box2 li:nth-child(2) {
    margin-top: 20px;
}

.item-box2 li:nth-child(3) {
    width: 300px;
    height: 150px;
    align-self: center;
}

.item-box3 li {
    width: 200px;
    height: 300px;
    background-color: #6f716f;
    border-radius: 10px;
    margin: 60px
}

.item-box3 li:nth-child(2) {
    margin-top: 10px;
}

.bottom-box {
    width: 300px;
    height: 70px;
    background-color: #00324e;
    margin: 0 auto;
    border-radius: 60px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .title-container {
        max-width: 95vw;
        height: 80px;
        padding: 2px;
        background-size: cover;
    }

    .section .nav {
        max-width: 90vw;
        padding: 0px;
        margin: 0 auto;
    }

    .section .break-text {
        padding: 10px;
    }

    .item-box,
    .item-box1,
    .item-box2,
    .item-box3 {
        flex-direction: column !important;
        align-items: center;
    }

    .item-box1 li,
    .item-box2 li,
    .item-box3 li {
        width: 90vw !important;
        max-width: 350px;
        height: 180px !important;
        margin: 10px 0 !important;
    }

    .item-box2 li:nth-child(3) {
        width: 90vw !important;
        height: 100px !important;
    }

    .bottom-box {
        width: 90vw;
        max-width: 250px;
        height: 50px;
    }
}

/* 超小屏幕适配 */
@media (max-width: 480px) {
    .title-container {
        height: 50px;
        font-size: 16px;
    }

    .item-box1 li,
    .item-box2 li,
    .item-box3 li {
        height: 120px !important;
    }

    .bottom-box {
        height: 40px;
    }
}