#s13 {}

#s13 .tit {
  position: absolute;
  width: 330px;
  top: 145px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 15px;
  font-size: 32px;
  color: #333333;
  border-bottom: 2px solid #E6DCC1;
  text-align: center;
}

#s13 .swiper-container {
  overflow: visible;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 170px;
  /* width: 100%; */
  width: 1896px;
}

#s13 .swiper-container .swiper-slide {
  width: 602px;
  height: 406px;
  overflow: hidden;
}

#s13 .swiper-wrapper.reach .swiper-slide .bg {
  transform: scale(1);
}

#s13 .swiper-container .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.07);
  transition: transform 1.3s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#s13 .swiper-container .swiper-slide:hover .cover {
  background-color: rgba(0,0,0,0.6);
}

#s13 .swiper-container .swiper-slide .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  cursor: pointer;
  transition: background 0.4s ease;

  background-color: rgba(0,0,0,0.4);
}
#s13 .swiper-container .swiper-slide .cover .bg-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

#s13 .swiper-container .swiper-slide .cover .wdh-tit-en {
  line-height: 1.5;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
#s13 .swiper-container .swiper-slide .cover .wdh-tit {
  position: relative;
  z-index: 2;
  color: white;
  font-weight: bold;
  font-size: 26px;
}

#s13 .swiper-container .swiper-slide .cover .wdh-sub-tit {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 0 20px;
}
#s13 .swiper-container .swiper-slide .not-enough-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;  
}
#s13 .swiper-container .swiper-slide .not-enough-content .inner {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 30px;
  color: white;

  border-radius: 50px;
  background-color: rgb(155 109 255 / 44%);
  box-shadow: 2px 2px 30px rgb(155 109 255 / 44%);  
}

#s13 .swiper-container .swiper-slide.not-enough .not-enough-content{
  display: block;  
}