@charset "UTF-8";
/* 定义flex布局 */
/* 定义flex布局 是横向还是纵向布局 */
/*定义flex 超出换行*/
.swiper-container {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-container-horizontal > .swiper-wrapper {
  width: 1200px;
  color: #fff;
  transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-slide img {
  width: 180px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide-actives {
  margin-right: 20px !important;
  width: 180px;
}

.fine-lists-left-title {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #000;
}