.home-story-title span{
  color: #00AA76;
}
.home-store-swiper .swiper-wrapper{
  height: auto;
}
.home-store-swiper .swiper-slide{
  margin-right: 48px;
}
.home-stores-item{
  width: 480px;
  height: 100%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.swiper-slide-content{
  height: 100%;
}
.home-stores-img{
  width: 100%;
  height: 270px;
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border:  1px solid #f4f4f4;
}
.home-stores-tag{
  margin: 24px 0 12px;
}
.home-stores-tag-item{
  font-size: 20px;
  line-height: 23px;
}
.home-stores-title{
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 100px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-stores-link{
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-store-swiper .swiper-slide{
  width: 480px !important;
  height:  auto;
}
.home-store-swiper .swiper-slide:first-child,.home-story-title{
  margin-left: calc((100vw - 1536px)/2)
}
.home-story{
  background-color: #F7F8F8;
}
.home-store-swiper{
  margin-top: 80px;
}
@media screen and (max-width: 1920px){
  .home-store-swiper .swiper-slide{
    margin-right: 40px;
  }
  .home-stores-item{
    width: 356px;
  }
  .home-stores-img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
  }
  .home-stores-tag-item{
    font-size: 18px;
    line-height: 18px;
  }
  .home-stores-title{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 96px;
  }
  .home-store-swiper .swiper-slide{
    width: 356px !important;
  }
  .home-store-swiper .swiper-slide:first-child,.home-story-title{
    margin-left: calc((100vw - 1120px)/2)
  }
  .home-store-swiper{
    margin-top: 60px;
  }
}
@media screen and (max-width: 1200px){
  .home-store-swiper .swiper-slide{
    margin-right: 24px;
  }
  .home-stores-item{
    width: 277px;
  }
  .home-stores-img{
    height: 156px;
    border-radius: 8px;
  }
  .home-stores-tag-item{
    font-size: 16px;
    line-height: 16px;
  }
  .home-stores-title{
    font-size: 20px;
    line-height: 24px;
  }
  .home-store-swiper .swiper-slide{
    width: 277px !important;
  }
  .home-store-swiper .swiper-slide:first-child,.home-story-title{
    margin-left: calc((100vw - 880px)/2)
  }
  .home-store-swiper{
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px){
  .home-store-swiper .swiper-slide{
    width: 272px;
  }
  .home-stores-item{
    width: 272px;
  }
  .home-stores-img{
    height: 153px;
  }
  .home-store-swiper .swiper-slide{
    width: 272px !important;
  }
  .home-store-swiper .swiper-slide:first-child, .home-story-title{
    margin-left: calc((100vw - 688px)/2)
  }
  .home-store-swiper{
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px){
  .home-story-title{
    padding: 0 40px;
    margin: 0 !important;
  }
  .home-store-swiper .swiper-slide:first-child{
    margin-left: 40px;
  }
}
@media screen and (max-width: 580px){
  .home-story-title{
    padding: 0 20px;
  }
  .home-store-swiper .swiper-slide:first-child{
    margin-left: 20px;
  }
}