.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.banner-image{
    background-image: url("../../../images/shop/banner.jpg");
    background-position: center center;
    background-size: cover;

}
.shop-home {
    margin: 0 auto;
    min-width: 800px;
}

.shop-home .swiper-container {
    width: 100%;
    height: 500px;
}

.shop-home .container-center {
    width: 1170px;
    margin: 0 auto;
    font-family: "Microsoft YaHei UI";
}

.shop-home .container-center .discount-banner {
    margin-top: 36px;
    margin-bottom: 48px;
}

.shop-card li {
    list-style:none;
}

.shop-card .prev-page {
    position: absolute;
    top: 134px;
    left: -80px;
    width: 52px;
    height: 52px;
    background: url("../../../images/shop/prev.png");
}

.shop-card .next-page {
    position: absolute;
    top: 134px;
    right: -80px;
    width: 52px;
    height: 52px;
    background: url("../../../images/shop/next.png");
}

@media(max-width:1170px){
    .shop-home .swiper-container {
        width: 1170px;
        height: auto;
    }
    .shop-home .swiper-container img {
        width: 100%;
    }
}