.wrap-tit {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 130%;
}
.wrap-desc {
  max-width: 820px;
  margin: 28px auto 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}
.slide-top {
  position: relative;
  border-radius: 30px 30px 0 0;
  width: 100%;
  overflow: hidden;
  min-height: 457px;
}
.slide-top .slide-mb {
  display: none;
}
.slide-top .slide1 {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: width 0.3s ease-out;
  z-index: 2;
}
.slide-top .slide1 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slide-top .slide1.active {
  transition: none;
}
.slide-top .slide2 {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.slide-top .slide2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slide-top .slide1.slide-animate {
  position: absolute;
  width: 50%;
  height: 100%;
}
.slide-top .slide1.slide-animate img {
  width: 200%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slide-top .slide2.slide-animate {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide-top .slide2.slide-animate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slide-top .slide-tip {
  width: 102px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 22px;
  backdrop-filter: blur(5px);
}
.slide-top .slide-tip.before {
  position: absolute;
  top: 28px;
  left: 30px;
}
.slide-top .slide-tip.after {
  position: absolute;
  top: 28px;
  right: 30px;
}
.slide-top .divider {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 100;
  cursor: ew-resize;
  transition: left 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-top .divider.active {
  transition: none;
}
