.home {
  position: relative;
  width: 100%;
}
.home .banner {
  position: relative;
  height: calc(100vh + 600px);
}
.home .banner .fix {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.home .banner .bg {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
}
.home .banner .bg .animate {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
.home .banner .bg img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  right: 0;
}
.home .banner .text {
  position: absolute;
  left: 10.4166666667vw;
  top: 16.875vw;
  color: #000;
}
.home .banner .text.on .p1 {
  color: #000;
}
.home .banner .text.on .p2 {
  color: #000;
}
.home .banner .text .p1 {
  font-size: 8.3333333333vw;
  line-height: 1;
  margin-bottom: 2.0833333333vw;
  transition: 0.3s ease;
}
.home .banner .text .p2 {
  font-size: 2.5vw;
  transition: 0.3s ease;
}
.home .section1 {
  position: relative;
  padding: 10.5729166667vw 26.25vw;
  display: flex;
  justify-content: space-between;
}
.home .section1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #FFF 0%, #FDF1F1 100%);
}
.home .section1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: url(/images/rbg.png) no-repeat;
  background-size: cover;
}
.home .section1 .share {
  position: -webkit-sticky;
  position: sticky;
  top: 6.25vw;
  height: 15.625vw;
  z-index: 1;
}
.home .section1 .share p {
  color: #5F6464;
  font-size: 0.7291666667vw;
}
.home .section1 .share .icons a {
  display: block;
  margin-top: 2.0833333333vw;
}
.home .section1 .share .icons a img {
  transition: all 600ms;
  filter: grayscale(100%);
  opacity: 0.5;
}
.home .section1 .share .icons a:hover img {
  transform: scale(1.05);
  filter: grayscale(0);
  opacity: 1;
}
.home .section1 .warp {
  position: relative;
  z-index: 1;
  margin-right: 5.2083333333vw;
}
.home .section1 .warp .t {
  color: #2A2E2E;
  font-size: 2.2916666667vw;
  font-family: "PingFang-Bold";
  text-align: center;
}
.home .section1 .warp .time {
  color: #919797;
  line-height: 1.78;
  font-size: 0.7291666667vw;
  border-bottom: 1px solid #D8D9DC;
  padding: 0.5729166667vw 0;
  text-align: center;
  margin-left: 0.5208333333vw;
}
.home .section1 .warp .html {
  margin: 2.0833333333vw 0 0 0.5208333333vw;
  color: #5F6464;
  font-size: 0.8333333333vw;
  line-height: 2;
}
.home .section1 .warp .html img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1.0416666667vw 0;
}
@media screen and (max-width: 1024px) {
  .home {
    padding-top: 60px;
  }
  .home .section1 {
    padding: 30px 5% 200px 5%;
  }
  .home .section1 .warp .t {
    font-size: 18px;
  }
  .home .section1 .warp .html {
    font-size: 16px;
  }
  .home .section1 .warp .time {
    font-size: 15px;
    padding: 10px 0;
  }
  .home .section1 .share {
    top: 80px;
  }
  .home .section1 .share p {
    font-size: 15px;
  }
  .home .section1 .share .icons a img {
    width: 20px;
  }
}/*# sourceMappingURL=result_info.css.map */