.swiper {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  width: 0.62rem;
  height: 1.25rem;
  border-radius: 8px;
  margin: 12px 0;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  color: #fff;
  background: #5695fe;
}
.animation {
  animation: fadeUp 1.3s both;
}
@keyframes fadeUp {
  from {
    transform: translateY(48px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-delay: 0.4s;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.share-page {
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
}
.share-screen {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-screen img {
  position: absolute;
}
.share-screen svg {
  display: inline-block;
}
.share-screen .content-box {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.share-screen .content-box > img:nth-child(5) {
  width: 17rem;
  top: 44rem;
  left: 29.6rem;
  left: calc((100vw - 66rem) / 2 + 2.1rem);
}
.share-screen .content-box > img:nth-child(6) {
  width: 12rem;
  top: 46.6rem;
  left: calc((100vw - 66rem) / 2 + 46rem);
}
.share-screen .content-box > img:nth-child(7) {
  width: 3.56rem;
  top: 48.5rem;
  left: 46rem;
  left: calc((100vw - 66rem) / 2 + 61rem);
}
.share-screen .content-box .p1-text1 {
  font-family: ClearSans-Bold;
  font-size: 6rem;
  color: #3b80f5;
  text-align: center;
  font-weight: 700;
  margin: 6rem 0 0.25rem;
}
.share-screen .content-box .p1-text2 {
  font-family: ClearSans;
  font-size: 1.5rem;
  text-align: center;
  color: #585858;
  line-height: 2.25rem;
  font-weight: 400;
  width: 50rem;
}
.share-screen .content-box .download-wrap {
  text-align: center;
  margin-top: 8px;
  font-size: 21px;
}
.share-screen .content-box .download-wrap .download {
  cursor: pointer;
  display: inline-block;
  border-radius: 80px;
  background: #3b80f5;
  padding: 5px 24px;
  color: #fff;
}
.share-screen .content-box .download-wrap .download span {
  margin-left: 5px;
  line-height: 35px;
}
.share-screen .content-box .download-wrap .download:hover {
  background-color: #5695fe;
}
.share-screen .content-box .p1-img {
  width: 66rem;
  height: 35.5rem;
  position: relative;
  margin-top: 1.5rem;
}
.share-screen .content-box .p1-img img {
  width: 100%;
  top: 0;
  left: 0;
}
.share-screen .content-box .p1-img img:nth-child(2) {
  opacity: 0;
  z-index: 4;
}
.share-screen.on .p1-img img {
  transition: opacity 0.8s 0.8s;
}
.share-screen.on .p1-img img:nth-child(2) {
  opacity: 1;
  transition-delay: 1.4s;
}
.share-screen.on .content-box > img {
  transition: all 0.8s 0.6s;
}
.share-screen.on .content-box > img:nth-child(5) {
  width: 15rem;
  top: 27.75rem;
  left: calc((100vw - 66rem) / 2 + 8.75rem);
}
.share-screen.on .content-box > img:nth-child(6) {
  width: 15rem;
  top: 27.75rem;
  left: calc((100vw - 118rem) / 2 + 8.75rem + 15rem);
}
.share-screen.on .content-box > img:nth-child(7) {
  width: 3.56rem;
  top: 26.8rem;
  left: calc((100vw - 66rem) / 2 + 8.75rem + 15rem + 20.6rem);
}
.t1 {
  transform: translateY(48px);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.on-show .t1 {
  opacity: 1;
  transform: translateY(0);
}
.on-show .download-wrap {
  opacity: 1;
  transform: translateY(0);
}
.second-screen {
  background: linear-gradient(to left, #329bf4, #3b80f5);
  overflow: hidden;
}
.second-screen .title {
  font-family: ClearSans-Bold;
  font-size: 3.25rem;
  color: white;
  font-weight: 700;
  margin: 9.3rem 0 1rem;
}
.second-screen .sub-title {
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  color: white;
  line-height: 2.25rem;
  font-weight: 400;
}
.second-screen .opacity-title {
  transform: translateY(48px);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.second-screen .title-animate .opacity-title {
  opacity: 1;
  transform: translateY(0);
}
.second-screen img {
  position: absolute;
}
.second-screen .bubble1 {
  width: 9.1rem;
  top: 29rem;
  left: -1.75rem;
  animation: float 1.4s linear infinite alternate;
}
.second-screen .bubble2 {
  width: 16.75rem;
  top: 48.5rem;
  left: 60rem;
  animation: float 1.8s linear infinite alternate;
}
.second-screen .bubble3 {
  width: 34.5rem;
  top: 9.5rem;
  left: 73rem;
  animation: float 1.6s linear infinite alternate;
}
@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(80px, 160px);
  }
}
.second-screen .content-box {
  width: 54rem;
  height: 38.6rem;
  position: relative;
  margin-top: 2.3rem;
  z-index: 2;
}
.second-screen .content-box img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s;
}
.second-screen .content-box img.on {
  opacity: 1;
}
.third-screen {
  overflow: hidden;
}
.third-screen .title {
  font-family: ClearSans-Bold;
  font-size: 3.25rem;
  color: #3b80f5;
  font-weight: 700;
  margin: 9.3rem 0 1rem;
  line-height: 3.625rem;
}
.third-screen .sub-title {
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  color: #585858;
  line-height: 2.25rem;
  font-weight: 400;
}
.third-screen .opacity-title {
  transform: translateY(48px);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.third-screen .title-animate .opacity-title {
  opacity: 1;
  transform: translateY(0);
}
.third-screen img {
  position: absolute;
}
.third-screen .box-image {
  margin-top: 9.3rem;
  width: 78rem;
  height: 35.8rem;
  position: relative;
}
.third-screen .box-image img {
  position: absolute;
}
.third-screen .box-image .image-bg {
  width: 100%;
}
.third-screen .box-image img:nth-child(2) {
  width: 8.5rem;
  top: 18.8rem;
  left: 7.3rem;
  z-index: 2;
  transition: all 1s 1s;
}
.third-screen .line-box {
  width: 18.6rem;
  height: 19rem;
  position: absolute;
  top: 20.3rem;
  left: calc((100vw - 76rem) / 2 + 4.8rem);
  z-index: 7;
}
.third-screen .line-box img {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
}
.third-screen .line-box img:nth-child(2) {
  animation-delay: 0.1s;
}
.third-screen .line-box img:nth-child(3) {
  animation-delay: 0.2s;
}
.third-screen .line-box img:nth-child(4) {
  animation-delay: 0.3s;
}
.third-screen .line-box img:nth-child(5) {
  animation-delay: 0.4s;
}
.third-screen .line-box img:nth-child(6) {
  animation-delay: 0.5s;
}
.third-screen .line-box img:nth-child(7) {
  animation-delay: 0.6s;
}
.third-screen .line-box .last-image {
  transition-delay: 0.8s;
}
@keyframes linear1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.third-screen .kf-linear {
  animation-duration: 0.4s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.third-screen .line-box.animate img {
  animation-name: linear1;
}
.third-screen .line-box.animate .last-image {
  opacity: 1;
}
.third-screen .v1,
.third-screen .v2 {
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.4s;
}
.third-screen .v1 {
  top: 15.8rem;
  left: 15rem;
}
.third-screen .v2 {
  top: 1.25rem;
  left: 66rem;
}
.third-screen .v1.animate,
.third-screen .v2.animate {
  opacity: 1;
}
.forth-screen .box-title {
  margin-top: 2vh;
  width: 52rem;
}
.forth-screen .title {
  font-family: ClearSans-Bold;
  font-size: 3.25rem;
  color: #3b80f5;
  font-weight: 700;
  line-height: 3.625rem;
  margin: 9.3rem 0 1rem;
}
.forth-screen .sub-title {
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  color: #585858;
  line-height: 2.25rem;
  font-weight: 400;
}
.forth-screen .opacity-title {
  transform: translateY(48px);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.forth-screen .title-animate .opacity-title {
  opacity: 1;
  transform: translateY(0);
}
.forth-screen #bm {
  width: 66vw;
  height: 80vh;
  position: absolute;
  bottom: 0;
}
.fifth-screen div.video {
  display: flex;
  flex-grow: 1;
}
.fifth-screen .video {
  display: block;
  width: 100%;
  margin-right: 6.9rem;
  border-radius: 28px;
}
.fifth-screen .box-title {
  padding-left: 6.9rem;
}
.fifth-screen .title {
  font-family: ClearSans-Bold;
  font-size: 3.25rem;
  color: #3b80f5;
  font-weight: 700;
  line-height: 3.625rem;
  margin-bottom: 1.5rem;
}
.fifth-screen .sub-title {
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  color: #585858;
  line-height: 2.25rem;
  font-weight: 400;
}
.fifth-screen .opacity-title {
  transform: translateY(48px);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.fifth-screen .title-animate .opacity-title {
  opacity: 1;
  transform: translateY(0);
}
.sixth-screen div.video {
  display: flex;
  flex-grow: 1;
}
.sixth-screen .video {
  display: block;
  width: 100%;
  margin-right: 6.9rem;
  border-radius: 28px;
  width: 39.0625vw;
}
.sixth-screen .box-title {
  margin-left: 6.9rem;
}
.sixth-screen .title {
  font-family: ClearSans-Bold;
  font-size: 3.25rem;
  color: #3b80f5;
  font-weight: 700;
  line-height: 3.625rem;
  margin-bottom: 1.5rem;
}
.sixth-screen .sub-title {
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  color: #585858;
  line-height: 2.25rem;
  font-weight: 400;
}
.sixth-screen .sub-title span {
  display: inline-block;
  color: #3b80f5;
}
.sixth-screen .opacity-title {
  transform: translateY(3rem);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.sixth-screen .title-animate .opacity-title {
  opacity: 1;
  transform: translateY(0);
}
.seventh-screen .box-title {
  padding-top: 25vh;
  padding-left: 13vw;
  height: 100vh;
  width: 100vw;
  background-image: url('https://sgp-cstore-pub.maxhub.com/maxhub_global_public/8ea774ec357346dcb7fa005feaddd273');
  background-size: 100%;
  background-position: top;
  background-image: url('https://sgp-cstore-pub.maxhub.com/maxhub_global_public/ee2cbe3254ce46f58fb9e04547394b98');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.seventh-screen .title {
  margin-bottom: 1.5rem;
  font-family: ClearSans-Bold;
  font-size: 3.25rem;
  color: #3b80f5;
  font-weight: 700;
  line-height: 3.625rem;
}
.seventh-screen .sub-title {
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  color: #585858;
  line-height: 2.25rem;
  font-weight: 400;
}
.seventh-screen .opacity-title {
  transform: translateY(3rem);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.seventh-screen .title-animate .opacity-title {
  opacity: 1;
  transform: translateY(0);
}
.seventh-screen img {
  position: absolute;
  transition: opacity 1s;
}
.seventh-screen .blackboard1 {
  width: 11.5rem;
  top: 9.4rem;
  left: 61.9rem;
}
.seventh-screen .blackboard2 {
  width: 12.5rem;
  top: 26.1rem;
  left: 92.5rem;
}
.eight-screen {
  background: linear-gradient(to left, #329bf4, #3b80f5);
  overflow: hidden;
}
.eight-screen img {
  position: absolute;
  transition: all 1s;
}
.eight-screen img.eight-border:nth-child(1) {
  width: 24.2rem;
  top: 28rem;
  left: 3.75rem;
}
.eight-screen img.eight-border:nth-child(2) {
  width: 24.2rem;
  top: 46rem;
  left: 67.75rem;
}
.eight-screen img.eight-border:nth-child(3) {
  width: 34.5rem;
  top: -9.25rem;
  left: 87rem;
}
.eight-screen img.bubble:nth-child(1) {
  width: 24.2rem;
  top: 26.2rem;
}
.eight-screen img.bubble:nth-child(2) {
  width: 24.25rem;
  top: 46rem;
  left: 67.7rem;
}
.eight-screen img.bubble:nth-child(3) {
  width: 34.5rem;
  top: -9.25rem;
  left: 87.3rem;
}
.eight-screen .image-box {
  width: 55rem;
  height: 48rem;
  position: absolute;
  top: 12rem;
  left: 13.3rem;
  transform: all 1s;
}
.eight-screen .image-box img {
  width: 100%;
}
.eight-screen .image-box > img:nth-child(2) {
  opacity: 0;
}
.eight-screen .sm\:w-30 {
  position: absolute;
  left: 54%;
  width: 39rem;
  margin-top: 5%;
}
.eight-screen .icon-box {
  width: 5.6rem;
  height: 4.7rem;
  position: relative;
  transition: all 1s;
  margin-bottom: 1.5rem;
}
.eight-screen .icon-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
}
.eight-screen .icon-box img:nth-child(2) {
  opacity: 0;
}
.eight-screen .box-title {
  margin-left: 6.9rem;
}
.eight-screen .title {
  font-family: ClearSans-Bold;
  font-size: 3.25rem;
  color: white;
  font-weight: 700;
  line-height: 3.625rem;
  margin-bottom: 1.5rem;
}
.eight-screen .sub-title {
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  color: white;
  line-height: 2.25rem;
  font-weight: 400;
}
.eight-screen .sub-title span {
  display: inline-block;
  color: #3b80f5;
}
.eight-screen .opacity-title {
  transform: translateY(3rem);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.eight-screen .title-animate .opacity-title {
  opacity: 1;
  transform: translateY(0);
}
.eight-screen .image-box.animate img:nth-child(1) {
  opacity: 0;
}
.eight-screen .image-box.animate img:nth-child(2) {
  opacity: 1;
}
.eight-screen .icon-box.animate img:nth-child(1) {
  opacity: 0;
}
.eight-screen .icon-box.animate img:nth-child(2) {
  opacity: 1;
}
.ninth-screen {
  overflow: hidden;
}
.ninth-screen .title {
  font-family: ClearSans-Bold;
  font-size: 3.25rem;
  color: #3b80f5;
  font-weight: 700;
  margin: 9.3rem 0 1rem;
  line-height: 3.625rem;
}
.ninth-screen .sub-title {
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  color: #585858;
  line-height: 2.25rem;
  font-weight: 400;
}
.ninth-screen .opacity-title {
  transform: translateY(48px);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.ninth-screen .title-animate .opacity-title {
  opacity: 1;
  transform: translateY(0);
}
.ninth-screen img {
  position: absolute;
}
.ninth-screen .image {
  margin-top: 6rem;
  width: 40vw;
  box-shadow: 0 30px 50px 0 rgba(52, 52, 52, 0.07), 0 0 90px 0 rgba(0, 0, 0, 0.1);
  border-radius: 26px;
}
.ninth-screen .icon {
  position: absolute;
  border-radius: 48px;
  opacity: 0;
  transition: opacity 1s 1s;
  box-shadow: 36px 22px 46px 0 rgba(12, 83, 206, 0.15);
}
.ninth-screen .icon1 {
  width: 10.2rem;
  top: 35vh;
  right: calc((100vw - 37vw) / 4);
}
.ninth-screen .icon2 {
  width: 15.3rem;
  top: 39.3rem;
  left: calc((100vw - 25vw) / 4);
}
.ninth-screen .icon3 {
  width: 12.2rem;
  top: 31rem;
  right: calc((100vw - 6vw) / 4);
}
.ninth-screen .icon4 {
  width: 10.2rem;
  top: 26.75rem;
  left: calc((100vw - 14vw) / 4);
}
.ninth-screen .icon.animate {
  opacity: 1;
}
.tenth-screen {
  background-image: linear-gradient(217deg, #d1e2ff 0%, #329bf4 97%);
  overflow: hidden;
}
.tenth-screen .title {
  font-family: ClearSans-Bold;
  font-size: 3.25rem;
  color: white;
  font-weight: 700;
  margin: 9.3rem 0 1rem;
  line-height: 3.625rem;
}
.tenth-screen .sub-title {
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  color: white;
  line-height: 2.25rem;
  font-weight: 400;
}
.tenth-screen .opacity-title {
  transform: translateY(48px);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.tenth-screen .title-animate .opacity-title {
  opacity: 1;
  transform: translateY(0);
}
.tenth-screen img:not(:nth-child(3)) {
  position: absolute;
}
.tenth-screen .image1 {
  margin-top: 6vh;
  width: 33.3rem;
  z-index: 3;
}
.tenth-screen .image2 {
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.tenth-screen .image3 {
  top: 1rem;
  left: 0;
  width: 13.5rem;
  opacity: 0;
}
.tenth-screen .image4 {
  bottom: 26rem;
  left: 33rem;
  width: 9.4rem;
}
.tenth-screen .image5 {
  bottom: -2rem;
  right: -4.3rem;
  width: 57.5rem;
}
.tenth-screen .image-box {
  background-image: url('https://sgp-cstore-pub.maxhub.com/maxhub_global_public/84d3324360eb43ecbff6370acef82a98');
  position: absolute;
  width: 17.2rem;
  height: 37.2rem;
  bottom: 0;
  left: 18rem;
  z-index: 3;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.tenth-screen .image-box img:nth-child(1) {
  width: 12.8rem;
  top: 8.75rem;
  transform: rotateZ(-4deg);
  transition: transform 1.5s;
  transform-origin: center bottom;
}
.tenth-screen .image-box img:nth-child(2) {
  width: 100%;
  top: 0;
}
.tenth-screen .image6 {
  width: 18.5rem;
  top: 36vh;
  left: 40rem;
  transition: all 1.5s;
}
.tenth-screen .image-box.animate img:nth-child(1) {
  transform: rotateZ(8deg);
}
.tenth-screen .image6.animate {
  top: 8vh;
  left: 86rem;
}
.swiper .swiper-slide-active .box-image img:nth-child(2) {
  width: 19.8rem;
  top: 7.5rem;
  left: 38rem;
}
.footer,
.copyright {
  display: none;
}
#page {
  overflow: hidden;
  height: 100vh;
  margin: 0;
}
.site-content-container .swiper-pagination {
  position: fixed;
  right: 8rem;
}
.site-content-container .swiper-pagination .swiper-pagination-bullet {
  margin: 1.8rem 0 !important;
}
.site-content-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
@media (max-width: 1360px) {
  .third-screen .v1 {
    top: 26.5vh;
    left: 38vw;
  }
  .third-screen .v2 {
    top: 48.5vh;
    left: 19.5vw;
  }
  .seventh-screen .blackboard2 {
    width: 13.2rem;
    top: 26.2rem;
    left: 93rem;
  }
  .tenth-screen .image-box img:nth-child(1) {
    width: 103px;
    top: 70px;
  }
  .tenth-screen .image-box {
    width: 138px;
    height: 298px;
  }
  .tenth-screen .image6.animate {
    top: calc(3vh + 53px);
    left: 80vw;
  }
  .tenth-screen .image6 {
    width: 198px;
  }
}
/* mobile */
@media (max-width: 1199px) {
  .share-screen {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .share-screen img {
    position: absolute;
  }
  .share-screen svg {
    display: inline-block;
  }
  .share-screen .content-box {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  .share-screen .content-box > img:nth-child(5) {
    width: 22vw;
    top: 68vh;
    left: 5vw;
    left: calc((100vw - 80vw) / 2 + 2.1rem);
  }
  .share-screen .content-box > img:nth-child(6) {
    width: 22vw;
    top: 68vh;
    left: calc((100vw - 80vw) / 2 + 46rem);
  }
  .share-screen .content-box > img:nth-child(7) {
    width: 8vw;
    top: 68vh;
    left: 46rem;
    left: calc((100vw - 80vw) / 2 + 61rem);
  }
  .share-screen .content-box .p1-text1 {
    margin-top: 15vh;
    font-size: 11rem;
  }
  .share-screen .content-box .p1-text2 {
    font-size: 4rem;
    text-align: center;
    width: 80vw;
    line-height: normal;
  }
  .share-screen .content-box .download-wrap {
    display: none;
    text-align: center;
    margin-top: 8px;
    font-size: 21px;
  }
  .share-screen .content-box .download-wrap .download {
    cursor: pointer;
    display: inline-block;
    border-radius: 80px;
    background: #3b80f5;
    padding: 5px 24px;
    color: #fff;
  }
  .share-screen .content-box .download-wrap .download span {
    margin-left: 5px;
    line-height: 35px;
  }
  .share-screen .content-box .download-wrap .download:hover {
    background-color: #5695fe;
  }
  .share-screen .content-box .p1-img {
    width: 90vw;
    top: 35vh;
  }
  .share-screen .content-box .p1-img img {
    width: 100%;
    top: 0;
    left: 0;
  }
  .share-screen .content-box .p1-img img:nth-child(2) {
    opacity: 0;
    z-index: 4;
  }
  .share-screen.on .p1-img img {
    transition: opacity 0.8s 0.8s;
  }
  .share-screen.on .p1-img img:nth-child(2) {
    opacity: 1;
    transition-delay: 1.4s;
  }
  .share-screen.on .content-box > img {
    transition: all 0.8s 0.6s;
  }
  .share-screen.on .content-box > img:nth-child(5) {
    width: 15rem;
    top: 55vh;
    left: calc((100vw - 66rem) / 2 + 8.75rem);
  }
  .share-screen.on .content-box > img:nth-child(6) {
    width: 15rem;
    top: 55vh;
    left: calc((100vw - 66rem) / 2 + 8.75rem + 15rem);
  }
  .share-screen.on .content-box > img:nth-child(7) {
    width: 3.56rem;
    top: 55vh;
    left: calc((100vw - 66rem) / 2 + 8.75rem + 15rem + 20.6rem);
  }
  .second-screen {
    background: linear-gradient(to left, #329bf4, #3b80f5);
    overflow: hidden;
  }
  .second-screen .title {
    font-family: ClearSans-Bold;
    font-size: 11rem;
    color: white;
    font-weight: 700;
    margin: 15vh 0 1rem;
  }
  .second-screen .sub-title {
    font-family: ClearSans-Light;
    font-size: 4rem;
    width: 70vw;
    color: white;
    line-height: normal;
    text-align: center;
    font-weight: 400;
  }
  .second-screen .opacity-title {
    transform: translateY(48px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-delay: 0.4s;
  }
  .second-screen .title-animate .opacity-title {
    opacity: 1;
    transform: translateY(0);
  }
  .second-screen img {
    position: absolute;
  }
  .second-screen .bubble1 {
    width: 9.1rem;
    top: 29rem;
    left: -1.75rem;
    animation: float 1.4s linear infinite alternate;
  }
  .second-screen .bubble2 {
    width: 16.75rem;
    top: 48.5rem;
    left: 60rem;
    animation: float 1.8s linear infinite alternate;
  }
  .second-screen .bubble3 {
    width: 34.5rem;
    top: 9.5rem;
    left: 73rem;
    animation: float 1.6s linear infinite alternate;
  }
  @keyframes float {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(80px, 160px);
    }
  }
  .second-screen .content-box {
    width: 80vw;
    height: 38.6rem;
    position: relative;
    z-index: 2;
  }
  .second-screen .content-box img {
    width: 80vw;
    margin-top: 5vh;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s;
  }
  .second-screen .content-box img:nth-child(2) {
    width: 80vw;
    top: 15vh;
  }
  .second-screen .content-box img.on {
    opacity: 1;
  }
  .third-screen {
    overflow: hidden;
  }
  .third-screen .title {
    font-family: ClearSans-Bold;
    font-size: 11rem;
    color: #3b80f5;
    font-weight: 700;
    margin: 15vh 0 1rem;
    width: 75vw;
    line-height: normal;
  }
  .third-screen .sub-title {
    font-family: ClearSans-Light;
    font-size: 4rem;
    color: #585858;
    line-height: normal;
    font-weight: 400;
    width: 80vw;
  }
  .third-screen .opacity-title {
    transform: translateY(48px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-delay: 0.4s;
  }
  .third-screen .title-animate .opacity-title {
    opacity: 1;
    transform: translateY(0);
  }
  .third-screen img {
    position: absolute;
  }
  .third-screen .box-image {
    margin-top: 15vh;
    width: 100vw;
    position: relative;
  }
  .third-screen .box-image img {
    position: absolute;
  }
  .third-screen .box-image .image-bg {
    width: 100%;
  }
  .third-screen .box-image img:nth-child(2) {
    width: 8.5rem;
    top: 18.8rem;
    left: 7.3rem;
    z-index: 2;
    transition: all 1s 1s;
  }
  .third-screen .line-box {
    width: 25vw;
    position: absolute;
    top: 48vh;
    left: 10vw;
    z-index: 7;
  }
  .third-screen .line-box img {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
  }
  .third-screen .line-box img:nth-child(2) {
    animation-delay: 0.1s;
  }
  .third-screen .line-box img:nth-child(3) {
    animation-delay: 0.2s;
  }
  .third-screen .line-box img:nth-child(4) {
    animation-delay: 0.3s;
  }
  .third-screen .line-box img:nth-child(5) {
    animation-delay: 0.4s;
  }
  .third-screen .line-box img:nth-child(6) {
    animation-delay: 0.5s;
  }
  .third-screen .line-box img:nth-child(7) {
    animation-delay: 0.6s;
  }
  .third-screen .line-box .last-image {
    transition-delay: 0.8s;
  }
  @keyframes linear1 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .third-screen .kf-linear {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: alternate;
  }
  .third-screen .line-box.animate {
    transform: rotate(180deg);
    top: 90vh;
    left: 51vw;
  }
  .third-screen .line-box.animate img {
    animation-name: linear1;
  }
  .third-screen .line-box.animate .last-image {
    opacity: 1;
    top: 2.5vh;
    transform: rotate(180deg);
  }
  .third-screen .v1,
  .third-screen .v2 {
    width: 4vw;
    height: 2vh;
    position: absolute;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .third-screen .v1 {
    top: 15.8rem;
    left: -7vw;
  }
  .third-screen .v2 {
    top: -5.75rem;
    left: 22vw;
  }
  .third-screen .v1.animate,
  .third-screen .v2.animate {
    opacity: 1;
  }
  .forth-screen .box-title {
    width: 95vw;
  }
  .forth-screen .title {
    font-family: ClearSans-Bold;
    font-size: 9rem;
    color: #3b80f5;
    font-weight: 700;
    line-height: normal;
    margin: 15vh 0 1rem;
  }
  .forth-screen .sub-title {
    font-family: ClearSans-Light;
    font-size: 4rem;
    color: black;
    line-height: normal;
    font-weight: 400;
  }
  .forth-screen .opacity-title {
    transform: translateY(48px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-delay: 0.4s;
  }
  .forth-screen .title-animate .opacity-title {
    opacity: 1;
    transform: translateY(0);
  }
  .fifth-screen > div:nth-child(1) {
    flex-direction: column-reverse;
  }
  .fifth-screen > div > div:nth-child(1) {
    position: absolute;
    top: 45vh;
  }
  .fifth-screen div.video {
    display: flex;
    flex-grow: 1;
    top: 25vh;
  }
  .fifth-screen .video {
    display: block;
    width: 100%;
    margin-right: 6.9rem;
    border-radius: 28px;
  }
  .fifth-screen .box-title {
    position: absolute;
    top: 15vh;
    left: 0;
    padding-left: 0;
    width: 90vw;
    flex-direction: column;
  }
  .fifth-screen .title {
    font-family: ClearSans-Bold;
    font-size: 11rem;
    color: #3b80f5;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.5rem;
  }
  .fifth-screen .sub-title {
    font-family: ClearSans-Light;
    font-size: 4rem;
    color: #585858;
    line-height: normal;
    font-weight: 400;
  }
  .fifth-screen .opacity-title {
    transform: translateY(48px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-delay: 0.4s;
  }
  .fifth-screen .title-animate .opacity-title {
    opacity: 1;
    transform: translateY(0);
  }
  .sixth-screen > div:nth-child(1) {
    flex-direction: column-reverse;
  }
  .sixth-screen > div > div:nth-child(1) {
    position: absolute;
    top: 45vh;
  }
  .sixth-screen div.video {
    display: flex;
    flex-grow: 1;
    top: 25vh;
  }
  .sixth-screen .video {
    display: block;
    width: 100%;
    margin-right: 6.9rem;
    border-radius: 28px;
  }
  .sixth-screen .box-title {
    position: absolute;
    top: 15vh;
    left: 0;
    padding-left: 0;
    width: 90vw;
    flex-direction: column;
  }
  .sixth-screen .title {
    font-family: ClearSans-Bold;
    font-size: 11rem;
    color: #3b80f5;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.5rem;
  }
  .sixth-screen .sub-title {
    font-family: ClearSans-Light;
    font-size: 4.5rem;
    color: #585858;
    line-height: normal;
    font-weight: 400;
  }
  .sixth-screen .opacity-title {
    transform: translateY(48px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-delay: 0.4s;
  }
  .sixth-screen .title-animate .opacity-title {
    opacity: 1;
    transform: translateY(0);
  }
  .seventh-screen .box-title {
    padding-top: 10vh;
    height: 100vh;
    width: 100vw;
    background-image: url('https://sgp-cstore-pub.maxhub.com/maxhub_global_public/ee2cbe3254ce46f58fb9e04547394b98');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
  }
  .seventh-screen .title {
    margin-bottom: 1.5rem;
    font-family: ClearSans-Bold;
    font-size: 11rem;
    color: #3b80f5;
    font-weight: 700;
    line-height: normal;
  }
  .seventh-screen .sub-title {
    font-family: ClearSans-Light;
    font-size: 4rem;
    color: #585858;
    line-height: normal;
    font-weight: 400;
  }
  .seventh-screen .opacity-title {
    transform: translateY(3rem);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-delay: 0.4s;
  }
  .seventh-screen .title-animate .opacity-title {
    opacity: 1;
    transform: translateY(0);
  }
  .seventh-screen img {
    position: absolute;
    transition: opacity 1s;
  }
  .seventh-screen .blackboard1 {
    width: 11.5rem;
    top: 9.5rem;
    left: 61.9rem;
  }
  .seventh-screen .blackboard2 {
    width: 13.5rem;
    top: 26.4rem;
    left: 93rem;
  }
  .eight-screen > div:nth-child(1) {
    flex-direction: column-reverse;
  }
  .eight-screen > div > div:nth-child(1) {
    position: absolute;
    top: 45vh;
  }
  .eight-screen {
    background: linear-gradient(to left, #329bf4, #3b80f5);
    overflow: hidden;
  }
  .eight-screen img {
    position: absolute;
    transition: all 1s;
  }
  .eight-screen img.eight-border:nth-child(1) {
    width: 24.2rem;
    top: 28rem;
    left: 3.75rem;
  }
  .eight-screen img.eight-border:nth-child(2) {
    width: 24.2rem;
    top: 46rem;
    left: 67.75rem;
  }
  .eight-screen img.eight-border:nth-child(3) {
    width: 34.5rem;
    top: -9.25rem;
    left: 87rem;
  }
  .eight-screen img.bubble:nth-child(1) {
    width: 24.2rem;
    top: 26.2rem;
  }
  .eight-screen img.bubble:nth-child(2) {
    width: 24.2rem;
    top: 43rem;
    left: 67.7rem;
  }
  .eight-screen img.bubble:nth-child(3) {
    width: 34.5rem;
    top: -9.25rem;
    left: 87rem;
  }
  .eight-screen .image-box {
    display: flex;
    flex-grow: 1;
    position: relative;
    transition: all 1s;
    top: 20vh;
    width: 90vw;
  }
  .eight-screen .image-box img {
    width: 100%;
  }
  .eight-screen .image-box > img:nth-child(2) {
    opacity: 0;
  }
  .eight-screen .icon-box {
    width: 32px;
    height: 32px;
    position: relative;
    left: 63vw;
    top: 70vh;
    transition: all 1s;
  }
  .eight-screen .icon-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    top: 0;
  }
  .eight-screen .icon-box img:nth-child(2) {
    opacity: 0;
  }
  .eight-screen .box-title {
    position: absolute;
    top: 15vh;
    margin-left: 6.9rem;
  }
  .eight-screen .title {
    font-family: ClearSans-Bold;
    font-size: 11rem;
    color: white;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.5rem;
  }
  .eight-screen .sub-title {
    font-family: ClearSans-Light;
    font-size: 4rem;
    color: white;
    line-height: normal;
    font-weight: 400;
  }
  .eight-screen .sub-title span {
    display: inline-block;
    color: #3b80f5;
  }
  .eight-screen .opacity-title {
    transform: translateY(3rem);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-delay: 0.4s;
  }
  .eight-screen .title-animate .opacity-title {
    opacity: 1;
    transform: translateY(0);
  }
  .eight-screen .image-box.animate img:nth-child(1) {
    opacity: 0;
  }
  .eight-screen .image-box.animate img:nth-child(2) {
    opacity: 1;
  }
  .eight-screen .icon-box.animate img:nth-child(1) {
    opacity: 0;
  }
  .eight-screen .icon-box.animate img:nth-child(2) {
    opacity: 1;
  }
  .ninth-screen {
    overflow: hidden;
  }
  .ninth-screen .box-title {
    margin-top: 15vh;
    z-index: 9;
  }
  .ninth-screen .title {
    font-family: ClearSans-Bold;
    font-size: 11rem;
    color: #3b80f5;
    font-weight: 700;
    margin: 9.3rem 0 1rem;
    line-height: normal;
  }
  .ninth-screen .sub-title {
    font-family: ClearSans-Light;
    font-size: 4rem;
    color: #585858;
    line-height: normal;
    font-weight: 400;
  }
  .ninth-screen .opacity-title {
    transform: translateY(48px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-delay: 0.4s;
  }
  .ninth-screen .title-animate .opacity-title {
    opacity: 1;
    transform: translateY(0);
  }
  .ninth-screen img {
    position: absolute;
  }
  .ninth-screen .image {
    margin-top: 15vh;
    width: 80vw;
    box-shadow: 0 30px 50px 0 rgba(52, 52, 52, 0.07), 0 0 90px 0 rgba(0, 0, 0, 0.1);
    border-radius: 26px;
  }
  .ninth-screen .icon {
    position: absolute;
    border-radius: 48px;
    opacity: 0;
    transition: opacity 1s 1s;
    box-shadow: 36px 22px 46px 0 rgba(12, 83, 206, 0.15);
  }
  .ninth-screen .icon1 {
    width: 22vw;
    top: 54vh;
    right: calc((100vw - 78vw) / 4);
  }
  .ninth-screen .icon2 {
    width: 30vw;
    top: 81vh;
    left: calc((100vw - 100vw) / 4);
  }
  .ninth-screen .icon3 {
    width: 24vw;
    top: 81vh;
    right: calc((100vw - 78vw) / 4);
  }
  .ninth-screen .icon4 {
    width: 25vw;
    top: 49vh;
    left: calc((100vw - 95vw) / 4);
  }
  .ninth-screen .icon.animate {
    opacity: 1;
  }
  .tenth-screen {
    background-image: linear-gradient(217deg, #d1e2ff 0%, #329bf4 97%);
    overflow: hidden;
  }
  .tenth-screen .box-title {
    top: 15vh;
    z-index: 9;
  }
  .tenth-screen .title {
    font-family: ClearSans-Bold;
    font-size: 11rem;
    color: white;
    font-weight: 700;
    margin: 9.3rem 0 1rem;
    line-height: normal;
  }
  .tenth-screen .sub-title {
    font-family: ClearSans-Light;
    font-size: 4rem;
    color: white;
    line-height: normal;
    font-weight: 400;
  }
  .tenth-screen .opacity-title {
    transform: translateY(48px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-delay: 0.4s;
  }
  .tenth-screen .title-animate .opacity-title {
    opacity: 1;
    transform: translateY(0);
  }
  .tenth-screen img:not(:nth-child(3)) {
    position: absolute;
  }
  .tenth-screen .image1 {
    margin-top: 20vh;
    width: 80vw;
    z-index: 3;
  }
  .tenth-screen .image2 {
    width: 100vw;
    height: 100vh;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .tenth-screen .image3 {
    position: absolute;
    top: calc(-16vh + 48px);
    left: -29vw;
    width: 216px;
  }
  .tenth-screen .image4 {
    bottom: 416px;
    left: 530px;
    width: 150px;
  }
  .tenth-screen .image5 {
    bottom: cacl(-38vh);
    left: 62vw;
    width: 50vw;
  }
  .tenth-screen .image-box {
    background-image: none;
    position: absolute;
    width: 25vw;
    height: 45vh;
    bottom: 0;
    left: 5vw;
    z-index: 3;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
  }
  .tenth-screen .image-box img:nth-child(1) {
    width: 206px;
    top: 117px;
    transform: rotateZ(-4deg);
    transition: transform 1.5s;
    transform-origin: center bottom;
  }
  .tenth-screen .image-box img:nth-child(2) {
    width: 100%;
    top: 108px;
  }
  .tenth-screen .image6 {
    position: absolute;
    width: 30vw;
    top: 50vh;
    left: 0;
    transition: all 1.5s;
    z-index: 9;
  }
  .tenth-screen .image-box.animate img:nth-child(1) {
    transform: rotateZ(8deg);
  }
  .tenth-screen .image6.animate {
    top: calc(-4vh + 48px);
    left: 66vw;
    width: 30vw;
    z-index: 9;
  }
}
