    .section6 {
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .Box6 .Swiper6 {
        margin-bottom: 30px;
        width: 100%;
    }

    .item6 {
        display: block;
        width: 100%;
        border: solid 6px #404040;
        overflow: hidden;
    }

    .anniu6 {
        width: 100%;
        display: flex;
        justify-content: center;
        grid-gap: 10px;
    }

    .anniu6 .prev6 {
        width: 40px;
        height: 40px;
        background-color: #404040;
        border: solid 1px #333333;
        font-family: "SimSun";
        font-size: 20px;
        color: #ffffff;
        line-height: 40px;
        text-align: center;
        outline: none;
        cursor: pointer;
    }

    .anniu6 .next6 {
        width: 40px;
        height: 40px;
        background-color: var(--color);
        font-family: "SimSun";
        font-size: 20px;
        color: #ffffff;
        line-height: 40px;
        text-align: center;
        outline: none;
    }
