#S-wp {
  width: 100%;
  height: 600px;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
#S-wp:hover .hide {
  display: block;
  transition: all 1s;
}
#S-wp .hide {
  display: none;
  transition: all 1s;
}
#S-wp .swiper-pagination-bullet-active {
  background-color: #fff !important;
  border-radius: 20% !important;
  width: 14px !important;
}
#S-wp .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#S-wp .swiper-wrapper .swiper-slide {
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
}
#S-wp .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#S-link {
  width: 100%;
  height: 300px;
  margin-top: -26px;
  position: relative;
  z-index: 2;
  background: url("http://wdwd-shop.wdwdcdn.com/5efc046f53475.png") no-repeat center center / 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#S-link .application,
#S-link .apply {
  width: 700px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#S-link .application .title,
#S-link .apply .title {
  font-size: 40px;
  font-weight: 400;
  font-family: PingFang SC;
  line-height: 80px;
  color: #000000;
}
#S-link .application .title span,
#S-link .apply .title span {
  color: #E94609;
}
#S-link .application .btn,
#S-link .apply .btn {
  border: none;
  border-radius: 42px;
  width: 180px;
  height: 42px;
  background-color: #E94609;
  color: #fff;
}
#S-link .application {
  border-right: 1px solid #B5B5B5;
}
