.swiper-slide {
    text-align: center;
    line-height: 48px;

    cursor: pointer;
}

.swiper-slide .swiper-slide_name {
    font-size: 16px;
    color: #fff;
}

/* .swiper-slide:nth-child(10n){
    margin: 0;
} */
.swiper-horizontal {
    overflow-x: hidden;
}

.yearn_list {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    padding: 0 40px 0 80px;
    box-sizing: border-box;
}

.yearn_list li {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.yearn_list li a {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.swiper-button-prev::after {
    content: "";
    background: url('../assets/yarnNav/left.png')no-repeat;
    background-size: 60%;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 30%);
    left: 0;
    width: 16.92px !important;
    height: 16.92px !important;
    margin-top: 0;
    cursor: pointer;
    display: block;
    margin-top: 0;
    z-index: 99;
    cursor: pointer;
    display: block;
    align-items: center;
    justify-content: center;
}

.swiper-button-next::after {
    content: "";
    background: url('../assets/yarnNav/right.png')no-repeat;
    background-size: 60%;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 30%);
    right: var(--swiper-navigation-sides-offset, -15px);
    width: 16.92px !important;
    height: 30.94px !important;
    margin-top: 0;
    cursor: pointer;
    display: block;
    margin-top: 0;
    z-index: 99;
    cursor: pointer;
    display: block;
    align-items: center;
    justify-content: center;
}