@charset "UTF-8";
.long-time {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.long-time .title {
  margin-top: 71px;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 38px;
  color: #333333;
}

.long-time .left {
  z-index: 2 !important;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.6) 0%, #FFFFFF 100%);
}

.long-time .right {
  z-index: 2 !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.6) 0%, #FFFFFF 100%);
}

.long-time .bg-box {
  height: 100%;
  width: 120px;
  filter: blur(35px);
}

.long-time .long-swiper-wrapper {
  width: auto !important;
  overflow: hidden;
  position: relative;
  height: 391px;
}

.long-time .long-swiper-wrapper .swiper-wrapper {
  height: 391px;
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

.long-time .long-swiper-wrapper .swiper-wrapper .swiper-slide {
  height: 100%;
}

.long-time .long-swiper-wrapper .swiper-wrapper .swiper-slide img {
  height: 100%;
}
