body .sl2-swiper {
  width: 100%;
  height: 100vh;
}
body .sl2-swiper .swiper-wrapper {
  filter: url("#blur");
  transform: translateZ(0);
}
body .sl2-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
body .sl2-swiper .swiper-wrapper .swiper-slide-active {
  pointer-events: visible;
}
body .sl2-swiper .swiper-wrapper .fadeInUpChange {
  opacity: 0;
}
body .sl2-swiper .swiper-wrapper .fadeInUpChange2 {
  opacity: 0;
}
body .sl2-swiper .swiper-wrapper .fadeInChange {
  opacity: 0;
}
body .sl2-swiper .swiper-wrapper .MG-animated .fadeInUpChange {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
body .sl2-swiper .swiper-wrapper .MG-animated .fadeInUpChange2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
  animation-name: fadeInUp;
}
body .sl2-swiper .swiper-wrapper .MG-animated .fadeInChange {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
body .footer {
  height: auto;
}
body .filters {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .home {
  background: #000;
}
body .home .section {
  position: relative;
}
body .home .section .bg {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
body .home .section .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 8.3333333333vw;
}
body .home .section .text .p1 {
  color: #fff;
}
body .home .section .text .des {
  width: 56.25vw;
  margin-top: 2.0833333333vw;
  color: #fff;
}
body .home .section .circle_box {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
}
body .home .section .circle_box .line {
  width: 41.1458333333vw;
}
body .home .section .circle_box .point {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
  cursor: pointer;
}
body .home .section .circle_box .point .icon img {
  width: 3.1770833333vw;
}
body .home .section .circle_box .point p {
  color: rgba(255, 255, 255, 0.6);
  transition: all 600ms;
}
body .home .section .circle_box .point.on p {
  color: #fff;
}
body .home .section .circle_box .point.point1 {
  right: 10.46875vw;
  top: 3.6458333333vw;
}
body .home .section .circle_box .point.point2 {
  left: 10.2604166667vw;
  top: 11.40625vw;
}
body .home .section .circle_box .point.point3 {
  left: 3.9583333333vw;
  top: 18.90625vw;
}
body .home .section .circle_box .point.point4 {
  left: 0.78125vw;
  bottom: 6.8229166667vw;
}
@media screen and (max-width: 768px) {
  body .home .section .text {
    padding: 0 5%;
  }
  body .home .section .text .p1 {
    font-size: 24px;
  }
  body .home .section .text .des {
    width: 90%;
    font-size: 16px;
    margin-top: 20px;
  }
  body .home .section.sec-c .text {
    top: 30%;
  }
  body .home .section .circle_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5%;
    gap: 20px 0;
    bottom: 20%;
  }
  body .home .section .circle_box .line {
    width: 90%;
    margin: 0 auto;
    display: none;
  }
  body .home .section .circle_box .point {
    position: relative;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 48%;
    margin: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  body .home .section .circle_box .point .icon img {
    width: 40px;
  }
  body .home .section .circle_box .point p {
    font-size: 12px;
    text-align: center;
  }
}