:root {
    --mach-goods-more-title-size: 40px;
    --mach-goods-more-text-size: 28px;
    --mach-goods-more-mt: 90px;
}
.mach-more-goods {
    font-size: var(--mach-goods-more-title-size);
    padding: 1.2em 0 2em;
}
.mach-more-goods .title {
    text-align: center;
    margin-bottom: 0.8em;
}
.mach-more-goods .title h2 {
    font-family: var(--title-font-family);
    font-size: var(--mach-goods-more-title-size);
    color: var(--title-text-color);
    font-weight: 700;
    line-height: 1.2;
}
.mach-more-goods ul li .pic a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.36em;
}
.mach-more-goods ul li .pic a img {
    width: 100%;
    object-fit: contain;
    height: 5em;
    transition: transform 0.3s ease;
}
.mach-more-goods ul li .pic img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.mach-more-goods ul li .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6em 0;
    border-bottom: 1px solid var(--color-primary);
}
.mach-more-goods ul li .text h3 {
    font-family: var(--font-family);
    color: var(--title-text-color);
    font-size: var(--mach-goods-more-text-size);
    font-weight: 600;
    line-height: normal;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mach-more-goods ul li .text a {
    background-color: var(--color-primary);
    color: #fff;
    width: 0.8em;
    height: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
}
.mach-more-goods ul li .text a:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), var(--color-primary);
}

.mach-more-goods__swiper {
    position: relative;
    overflow: visible; 
    z-index: 2;
}

.mach-more-goods__swiper div[class^="swiper-button"] {
    position: absolute;
    top: 30%;
    transform: translateY(-50%); 
    color: #919191;
    cursor: pointer;
    width: 50px; 
    height: 50px; 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; 
    background: transparent; 
    border: none; 
    padding: 0; 
    margin: 0;
    transition: color 0.3s ease;
}
.mach-more-goods__swiper div[class^="swiper-button"]:hover {
    color: var(--color-primary);
}
.mach-more-goods__swiper div[class^="swiper-button"] .qico {
    font-size: 28px;
}

.mach-more-goods__swiper div.swiper-button-prev {
    left: -40px;
}
.mach-more-goods__swiper div.swiper-button-next {
    right: -40px;
}

.mach-more-goods .swiper-container {
    width: 100%;
    overflow: hidden;
}
.mach-more-goods .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.mach-more-goods .swiper-container .swiper-slide {
    flex: none;
}
.mach-more-goods .width-auto {
    margin-top: 1.2em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.mach-more-goods .swiper-pagination {
    position: relative; 
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
}
.mach-more-goods .swiper-pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 14px;
    background: #BEBEBE;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
}
.mach-more-goods .swiper-pagination span:last-child {
    margin-right: 0; 
}
.mach-more-goods .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--color-primary);
    width: 24px;
}

@media screen and (max-width: 1500px) {
    :root {
        --mach-goods-more-title-size: 44px;
        --mach-goods-more-text-size: 32px;
    }
}
@media screen and (max-width: 1280px) {
    :root {
        --mach-goods-more-title-size: 32px;
        --mach-goods-more-text-size: 28px;
    }
}
@media screen and (max-width: 1200px) {
    :root {
        --mach-goods-more-title-size: 30px;
        --mach-goods-more-text-size: 24px;
    }
    .mach-more-goods__swiper div.swiper-button-prev {
        left: -20px;
    }
    .mach-more-goods__swiper div.swiper-button-next {
        right: -20px;
    }
}

@media screen and (max-width: 1024px) {
    .mach-more-goods__swiper div.swiper-button-prev {
        left: -10px; 
    }
    .mach-more-goods__swiper div.swiper-button-next {
        right: -10px; 
    }
}

@media screen and (max-width: 992px) {
    :root {
        --mach-goods-more-title-size: 28px;
        --mach-goods-more-text-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    :root {
        --mach-goods-more-title-size: 26px;
        --mach-goods-more-text-size: 16px;
    }

    .mach-more-goods__swiper div[class^="swiper-button"] {
        width: 40px;
        height: 40px;
    }
    .mach-more-goods__swiper div[class^="swiper-button"] .qico {
        font-size: 24px;
    }
    .mach-more-goods__swiper div.swiper-button-prev {
        left: -10px;
    }
    .mach-more-goods__swiper div.swiper-button-next {
        right: -10px;
    }

    .mach-more-goods .swiper-pagination span {
        margin-right: 8px;
    }
}
@media screen and (max-width: 576px) {
    :root {
        --mach-goods-more-title-size: 24px;
        --mach-goods-more-text-size: 14px;
    }

    .mach-more-goods__swiper div.swiper-button-prev {
        left: 0;
    }
    .mach-more-goods__swiper div.swiper-button-next {
        right: 0;
    }
}