#page .title {
  margin-top: 3.75rem;
  font-family: 'ClearSans-Bold';
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 4.4rem;
  color: #08c265;
}
.sub-title {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #585858;
}
.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: 10px;
  height: 20px;
  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: #0ac266;
}
.forth-swiper {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.forth-swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
}
.p1 {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background: linear-gradient(to bottom, #eaf9fa 0, #eaf9fa 100%, #e9e9e9 100%, #e9e9e9 100%);
}
.p1 .p1-text {
  width: 100%;
  z-index: 10;
}
.p1 .p1-text.animation {
  -webkit-animation: fadeUp 1.3s both;
          animation: fadeUp 1.3s both;
}
@-webkit-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);
  }
}
@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);
  }
}
.p1 .p1-text .text1 {
  font-family: ClearSans-Bold;
  font-size: 6rem;
  margin-top: 6.6rem;
  color: #08c265;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 2.3rem;
}
.p1 .p1-text .text2 {
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  text-align: center;
  color: #585858;
  width: 57%;
  margin: 10px auto 0;
  line-height: 2.25rem;
  font-weight: 400;
}
.p1 .lottie {
  background-repeat: no-repeat;
  width: 74%;
}
.p7 {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  background: white;
  position: relative;
}
.p7 .container {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.p7 .container .text {
  z-index: 10;
}
.p7 .container .text .text1 {
  font-family: ClearSans-Bold;
  font-size: 3.25rem;
  margin: 5rem auto 2.18rem;
  text-align: center;
  color: #08c265;
  font-weight: 700;
  line-height: 3.5rem;
}
.p7 .container .text .text2 {
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  color: #585858;
  text-align: center;
  width: 57.6%;
  line-height: 2.25rem;
  font-weight: 400;
  width: 69rem;
}
.p7 .container .video {
  width: 50%;
  z-index: 1;
}
.screen-third {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.screen-third .screen .p2-img {
  box-shadow: 0;
  border-radius: 0;
  width: 25rem;
}
.screen-third .right-sub-title {
  margin-top: 6.8rem;
  font-family: ClearSans-Light;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #585858;
  line-height: 1.8rem;
  text-align: left;
}
.screen-3.on img {
  transition: all 1s 0.4s;
}
.screen-3.on .p2-img {
  box-shadow: 0;
  border-radius: 0;
  width: 25rem;
}
.screen-3.on img:nth-child(3) {
  width: 25rem;
  top: 19.6rem;
  left: 13rem;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.screen-3.on img:nth-child(4) {
  top: 14.6rem;
  left: 38rem;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.screen-3.on img:nth-child(5) {
  top: 28.7rem;
  left: 38rem;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.screen-3.on img:nth-child(6) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.screen-3.on img:nth-child(9) {
  opacity: 1;
  transform: scale(1);
  transition-delay: 4s;
}
@-webkit-keyframes smMove {
  1% {
    width: 2.25rem;
    top: 44.6rem;
    left: 47rem;
    opacity: 1;
  }
  10% {
    width: 2.25rem;
    top: 44.6rem;
    left: 47rem;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@keyframes smMove {
  1% {
    width: 2.25rem;
    top: 44.6rem;
    left: 47rem;
    opacity: 1;
  }
  10% {
    width: 2.25rem;
    top: 44.6rem;
    left: 47rem;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-webkit-keyframes handMove {
  1% {
    width: 2.75rem;
    top: 40.75rem;
    left: 47rem;
    opacity: 1;
  }
  10% {
    width: 2.75rem;
    top: 45.8rem;
    left: 47rem;
    opacity: 1;
  }
  10% {
    width: 2.75rem;
    top: 45.8rem;
    left: 47rem;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@keyframes handMove {
  1% {
    width: 2.75rem;
    top: 40.75rem;
    left: 47rem;
    opacity: 1;
  }
  10% {
    width: 2.75rem;
    top: 45.8rem;
    left: 47rem;
    opacity: 1;
  }
  10% {
    width: 2.75rem;
    top: 45.8rem;
    left: 47rem;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
.text1,
.text2,
.text3,
#page .title {
  transform: translateY(48px);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.swiper1 .swiper-slide-active .text1,
.swiper1 .swiper-slide-active .text2,
.swiper1 .swiper-slide-active .text3,
.swiper1 .swiper-slide-active .title {
  opacity: 1;
  transform: translateY(0);
}
.second-screen {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.second-screen .title {
  position: absolute;
  top: 2rem;
}
.second-screen .container {
  height: 100%;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
}
.second-screen .container img {
  position: absolute;
  transition: all 0.7s;
}
.second-screen .container img:nth-child(2) {
  width: 55.7rem;
  top: 13.8rem;
  left: 12rem;
}
.second-screen .container img:nth-child(3) {
  width: 24.8rem;
  top: 21.2rem;
  left: 6.25rem;
}
.second-screen .container img:nth-child(4) {
  width: 24.8rem;
  top: 11rem;
  left: 40rem;
}
.second-screen .container img:nth-child(5) {
  width: 25rem;
  top: 35.6rem;
  left: 44rem;
}
.second-screen .container img:nth-child(6) {
  width: 18.7rem;
  top: 23.7rem;
  left: 55.5rem;
  opacity: 0;
  transform: translateY(48px);
}
.second-screen .container img:nth-child(7) {
  width: 2.25rem;
  top: 25.6rem;
  left: 25rem;
  opacity: 0;
}
.second-screen .container img:nth-child(8) {
  width: 2.75rem;
  top: 26.75rem;
  left: 25rem;
  opacity: 0;
}
.second-screen .container img:nth-child(9) {
  width: 11rem;
  top: 22rem;
  left: 20.6rem;
  transform: scale(0.2);
  transition: all 2s;
  opacity: 0;
}
.second-screen .container .p2-text {
  position: absolute;
  width: 29.5rem;
  top: 15.5rem;
  left: 64%;
}
.second-screen .container .p2-text .text2 {
  margin-top: 2.2rem;
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #585858;
  line-height: 2.25rem;
}
@keyframes smMove {
  1% {
    width: 2.25rem;
    top: 40rem;
    left: 47rem;
    opacity: 1;
  }
  10% {
    width: 2.25rem;
    top: 40rem;
    left: 47rem;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@keyframes handMove {
  1% {
    width: 2.75rem;
    top: 40.7rem;
    left: 47rem;
    opacity: 1;
  }
  10% {
    width: 2.75rem;
    top: 40.7rem;
    left: 47rem;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
.swiper1 .swiper-slide-active .sm_earch {
  -webkit-animation-name: smMove;
          animation-name: smMove;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.swiper1 .swiper-slide-active .hand {
  -webkit-animation-name: handMove;
          animation-name: handMove;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.swiper1 .swiper-slide-active .second-screen img {
  transition: all 1s 0.4s;
}
.swiper1 .swiper-slide-active .second-screen .p2-img {
  box-shadow: 0;
  border-radius: 0;
  width: 25rem;
}
.swiper1 .swiper-slide-active .second-screen img:nth-child(3) {
  top: 14.7rem;
  left: 13rem;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.swiper1 .swiper-slide-active .second-screen img:nth-child(4) {
  top: 14.7rem;
  left: 38rem;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.swiper1 .swiper-slide-active .second-screen img:nth-child(5) {
  top: 28.8rem;
  left: 38rem;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.swiper1 .swiper-slide-active .second-screen img:nth-child(6) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.swiper1 .swiper-slide-active .second-screen img:nth-child(9) {
  opacity: 1;
  transform: scale(1);
  transition-delay: 4s;
}
.p3-gallery {
  width: 100%;
  height: 100%;
  margin-left: 6rem;
  margin-top: 4.5rem;
  box-sizing: border-box;
  overflow: hidden;
}
.p3-gallery .p3-gallery__animation {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.7s;
}
.p3-gallery .p3-gallery__animation .p3-gallery-item {
  width: 19%;
  min-width: 18%;
  display: flex;
  flex-direction: column;
}
.p3-gallery .p3-gallery__animation .p3-gallery-item + .p3-gallery-item {
  margin-left: 4.5rem;
}
.p3-gallery .p3-gallery__animation .p3-gallery-item .p3-gallery-item--pic {
  width: 100%;
  background: linear-gradient(137.64deg, #e8f4f2 0%, white 97.97%);
  box-shadow: 46px 48px 58px rgba(197, 209, 217, 0.35), -46px -36px 58px 0px rgba(255, 255, 255, 0.6);
  border-radius: 12px;
}
.p3-gallery .p3-gallery__animation .p3-gallery-item .p3-gallery-item--title {
  font-family: ClearSans-Bold;
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 3.25rem;
  color: #030303;
  mix-blend-mode: normal;
  opacity: 0.6;
}
.p3-gallery .p3-gallery__animation .p3-gallery-item .p3-gallery-item--desc {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #585858;
}
.p3-toggle {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
}
.p3-toggle .p3-toggle--item {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  cursor: pointer;
}
.p3-toggle .p3-toggle--item > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
}
.p3-toggle .p3-toggle--item:hover {
  border-color: #333;
}
.p3-toggle .p3-toggle--item:last-child {
  margin-left: 60px;
}
.p3-toggle .p3-toggle--item:last-child > img {
  transform: translate(-50%, -50%) rotateY(180deg);
}
.class-screen {
  position: relative;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.class-screen .p4-screen {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 50%;
  height: 100vh;
  margin-bottom: 6rem;
}
.class-screen .p4-screen .p4-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.class-screen .p4-screen .p4-text .text1 {
  padding-top: 6rem;
  font-size: 3.25rem;
  color: #08c265;
  font-weight: 700;
  font-family: ClearSans-Bold;
  margin-bottom: 1.8rem;
}
.class-screen .p4-screen .p4-text .text3 {
  width: 97%;
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  color: #585858;
  line-height: 2.25rem;
  text-align: center;
  margin: 2rem auto 2.8rem;
}
.class-screen .p4-screen .p4-bg {
  margin-bottom: 1rem;
  position: relative;
  background-image: url("https://sgp-cstore-pub.maxhub.com/maxhub_global_public/bf4d27c5db9a434f8281b4877193c076");
  background-size: 100%;
  z-index: 1;
  width: 95%;
  height: 36rem;
}
.class-screen .p4-screen .p4-bg img {
  position: absolute;
}
.class-screen .p4-screen .p4-bg .board {
  top: 4.3rem;
  left: 7rem;
  position: relative;
  width: 81%;
  overflow: hidden;
  height: 72%;
}
.class-screen .p4-screen .p4-bg .board .barrage1 {
  z-index: 6;
  width: 10rem;
  right: -10rem;
  top: 10rem;
  opacity: 1;
}
.class-screen .p4-screen .p4-bg .board .barrage2 {
  z-index: 6;
  width: 8.2rem;
  right: -8.2rem;
  top: 6.8rem;
}
.class-screen .p4-screen .p4-bg .board .barrage3 {
  z-index: 6;
  width: 7.3rem;
  right: -7.3rem;
  top: 13rem;
}
.class-screen .p4-screen .bg-img1 {
  width: 94%;
  z-index: 3;
  left: 20%;
  top: 23rem;
}
.class-screen .p4-screen img {
  position: absolute;
}
.class-screen .p4-screen .popover1 {
  width: 9rem;
  z-index: 6;
  opacity: 0;
  left: 52rem;
  top: 43.5rem;
}
.class-screen .p4-screen .popover2 {
  width: 10rem;
  z-index: 6;
  left: 35rem;
  top: 41.8rem;
  opacity: 0;
}
.class-screen .p4-screen .popover3 {
  width: 9.3rem;
  z-index: 6;
  left: 7.5rem;
  opacity: 0;
  top: 41.5rem;
}
@-webkit-keyframes bar1 {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    transform: translateX(-250px);
    opacity: 0;
  }
}
@keyframes bar1 {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    transform: translateX(-250px);
    opacity: 0;
  }
}
.swiper1 .swiper-slide-active .barrage1 {
  -webkit-animation-name: barr1;
          animation-name: barr1;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes barr1 {
  0% {
    right: -10.3rem;
  }
  65% {
    right: 56.8rem;
  }
  100% {
    right: 56.8rem;
  }
}
@keyframes barr1 {
  0% {
    right: -10.3rem;
  }
  65% {
    right: 56.8rem;
  }
  100% {
    right: 56.8rem;
  }
}
.swiper1 .swiper-slide-active .barrage2 {
  -webkit-animation-name: barr2;
          animation-name: barr2;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes barr2 {
  0% {
    right: -8.25rem;
  }
  65% {
    right: 54.3rem;
  }
  100% {
    right: 54.3rem;
  }
}
@keyframes barr2 {
  0% {
    right: -8.25rem;
  }
  65% {
    right: 54.3rem;
  }
  100% {
    right: 54.3rem;
  }
}
.swiper1 .swiper-slide-active .barrage3 {
  -webkit-animation-name: barr3;
          animation-name: barr3;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes barr3 {
  0% {
    right: -7.3rem;
  }
  65% {
    right: 53.5rem;
  }
  100% {
    right: 53.5rem;
  }
}
@keyframes barr3 {
  0% {
    right: -7.3rem;
  }
  65% {
    right: 53.5rem;
  }
  100% {
    right: 53.5rem;
  }
}
.swiper1 .swiper-slide-active .popover1 {
  -webkit-animation-name: pop1;
          animation-name: pop1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
@-webkit-keyframes pop1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  58% {
    opacity: 0.8;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pop1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  58% {
    opacity: 0.8;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.swiper1 .swiper-slide-active .popover2 {
  -webkit-animation-name: pop2;
          animation-name: pop2;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@-webkit-keyframes pop2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  58% {
    opacity: 0.8;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pop2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  58% {
    opacity: 0.8;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.swiper1 .swiper-slide-active .popover3 {
  -webkit-animation-name: pop3;
          animation-name: pop3;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@-webkit-keyframes pop3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  58% {
    opacity: 0.8;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pop3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  58% {
    opacity: 0.8;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#p5 {
  word-spacing: 2px;
  background-image: url('https://sgp-cstore-pub.maxhub.com/maxhub_global_public/a38dbc409e3d48329ead84e9873c707c');
  background-size: cover;
}
#p5 .mask.showMask {
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
#p5 .mask {
  position: absolute;
  width: 120vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s;
}
#p5 .big-box {
  width: 111rem;
  height: 37.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#p5 .big-box .bigbg {
  position: absolute;
  width: 100%;
}
#p5 .big-box .text1 {
  font-family: ClearSans-Bold;
  font-size: 3.5rem;
  color: #08c265;
}
#p5 .big-box .text2 {
  color: #fff;
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.87rem;
}
#p5 .big-box .smallbg {
  position: absolute;
  width: 80%;
}
#p5 .big-box img {
  position: absolute;
}
#p5 .big-box .icon {
  z-index: 2;
}
#p5 .big-box .icon-layout img {
  z-index: 2;
}
#p5 .big-box .onIcon.icon {
  z-index: 5;
}
#p5 .big-box .icon1 {
  width: 4.5rem;
  left: 0px;
  top: 21rem;
}
#p5 .big-box .icon2 {
  width: 6rem;
  left: 11.25rem;
  top: 20.5rem;
}
#p5 .big-box .icon3 {
  width: 4.5rem;
  left: 18rem;
  top: 31rem;
}
#p5 .big-box .icon4 {
  width: 6rem;
  left: 32.4rem;
  top: 29rem;
}
#p5 .big-box .icon5 {
  width: 4.5rem;
  left: 40rem;
  top: 36rem;
}
#p5 .big-box .icon6 {
  width: 6rem;
  left: 53.8rem;
  top: 30.8rem;
}
#p5 .big-box .icon7 {
  width: 4.5rem;
  left: 63.5rem;
  top: 35.75rem;
}
#p5 .big-box .icon8 {
  width: 6rem;
  left: 73.6rem;
  top: 28.8rem;
}
#p5 .big-box .icon9 {
  width: 4.5rem;
  left: 81rem;
  top: 33rem;
}
#p5 .big-box .icon10 {
  width: 6rem;
  left: 90rem;
  top: 23rem;
}
#p5 .big-box .icon11 {
  width: 4.5rem;
  left: 100rem;
  top: 27.6rem;
}
#p5 .big-box .icon12 {
  width: 4.5rem;
  left: 1.1rem;
  top: 9.3rem;
}
#p5 .big-box .icon13 {
  width: 3.5rem;
  top: 13.75rem;
  left: 10.6rem;
}
#p5 .big-box .icon14 {
  width: 6.68rem;
  left: 14.3rem;
  top: 1.87rem;
}
#p5 .big-box .icon15 {
  width: 6rem;
  left: 25.5rem;
  top: 3.6rem;
}
#p5 .big-box .icon16 {
  width: 4.5rem;
  top: -2.5rem;
  left: 38rem;
}
#p5 .big-box .icon17 {
  width: 7.8rem;
  top: -1.25rem;
  left: 49rem;
}
#p5 .big-box .icon18 {
  width: 6rem;
  left: 63rem;
  top: -3.75rem;
}
#p5 .big-box .icon19 {
  width: 3.5trm;
  left: 71.75rem;
  top: 2.5rem;
}
#p5 .big-box .icon20 {
  width: 4.5rem;
  top: 4.3rem;
  left: 83rem;
}
#p5 .big-box .icon21 {
  width: 6.75rem;
  left: 90rem;
  top: 0;
}
#p5 .big-box .icon22 {
  width: 3.5rem;
  left: 96.7rem;
  top: 12rem;
}
#p5 .big-box .icon23 {
  width: 6rem;
  left: 107rem;
  top: 12.5rem;
}
#p5 .big-box .detail {
  display: none;
  z-index: 0;
  transition: all 0.2s ease-in;
  position: absolute;
}
#p5 .big-box .detail img {
  width: 100%;
}
#p5 .big-box .detail1 {
  width: 22.8rem;
  left: 5.25rem;
  top: 9.1rem;
}
#p5 .big-box .detail2 {
  width: 23rem;
  left: 18rem;
  top: 7.5rem;
}
#p5 .big-box .detail3 {
  width: 25.4rem;
  top: 18rem;
  left: 23.2rem;
}
#p5 .big-box .detail4 {
  width: 22.2rem;
  top: 22.3rem;
  left: 39.5rem;
}
#p5 .big-box .detail5 {
  width: 15.25rem;
  top: 23.1rem;
  left: 46.25rem;
}
#p5 .big-box .detail6 {
  width: 14rem;
  top: 15.5rem;
  left: 60.75rem;
}
#p5 .big-box .detail7 {
  width: 14rem;
  top: 23.6rem;
  left: 48.8rem;
}
#p5 .big-box .detail8 {
  width: 20rem;
  top: 14.8rem;
  left: 52.6rem;
}
#p5 .big-box .detail9 {
  width: 20rem;
  top: 20.5rem;
  left: 60.7rem;
}
#p5 .big-box .detail10 {
  width: 19rem;
  top: 19rem;
  left: 70.7rem;
}
#p5 .big-box .detail11 {
  width: 20rem;
  top: 21.7rem;
  left: 79rem;
}
#p5 .big-box .detail12 {
  width: 22.2rem;
  top: 9.6rem;
  left: 7rem;
}
#p5 .big-box .detail13 {
  width: 22rem;
  top: 14rem;
  left: 15rem;
}
#p5 .big-box .detail14 {
  width: 22rem;
  top: 3.1rem;
  left: 21.7rem;
}
#p5 .big-box .detail15 {
  width: 22rem;
  top: 4.3rem;
  left: 32.5rem;
}
#p5 .big-box .detail16 {
  width: 22rem;
  top: -2.25rem;
  left: 43rem;
}
#p5 .big-box .detail17 {
  width: 24rem;
  top: 0.37rem;
  left: 57.7rem;
}
#p5 .big-box .detail18 {
  width: 22.2rem;
  top: -1.87rem;
  left: 40rem;
}
#p5 .big-box .detail19 {
  width: 22.2rem;
  top: 2.87rem;
  left: 48.3rem;
}
#p5 .big-box .detail20 {
  width: 22.2rem;
  top: 4.75rem;
  left: 60.25rem;
}
#p5 .big-box .detail21 {
  width: 22.2rem;
  top: 2rem;
  left: 67rem;
}
#p5 .big-box .detail22 {
  width: 23.68rem;
  top: 12.75rem;
  left: 72.7rem;
}
#p5 .big-box .detail23 {
  width: 22.2rem;
  top: 14rem;
  left: 85.2rem;
}
#p5 .big-box img:not(.detail) {
  transform: scale(0.5);
  transition: transform 1s;
}
#p5 .big-box .detail.yy {
  display: block;
  z-index: 5;
}
#p5 .p5-screen {
  height: 100vh;
  position: relative;
  text-align: center;
  width: 100%;
}
#p5 .p5-screen img {
  position: absolute;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#p5 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.swiper1 .swiper-slide-active #p5 img:not(.detail) {
  transform: scale(1);
}
.os-screen {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}
.os-screen .p6-screen {
  height: 100vh;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.os-screen .p6-screen .text1 {
  margin: 0px 0 2.2rem;
  font-family: ClearSans-Bold;
  font-size: 3.25rem;
  color: #08c265;
}
.os-screen .p6-screen .text3 {
  width: 66%;
  margin-bottom: 3.1rem;
  font-family: ClearSans-Light;
  font-size: 1.5rem;
  color: #585858;
  line-height: 2.25rem;
}
.os-screen .p6-screen .bgImage {
  width: 44%;
  height: 32.7rem;
  position: relative;
}
.os-screen .p6-screen .bgImage > img {
  position: absolute;
  top: 0;
  left: 0;
}
.os-screen .p6-screen .bgImage .img-box {
  width: 47.2rem;
  height: 27rem;
  position: relative;
  top: 1rem;
  left: 1.25rem;
}
.os-screen .p6-screen .bgImage .img-box .swiper-pagination1 {
  position: absolute;
  bottom: -14%;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.os-screen .p6-screen .bgImage .img-box .swiper-pagination1 .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  margin: 0px 12px;
  opacity: 0.5;
  background-color: #c4c1c1;
}
.os-screen .p6-screen .bgImage .img-box .swiper-pagination1 .swiper-pagination-bullet-active {
  background: #0ac266;
}
.os-screen .p6-screen .bgImage .img-box .box-list {
  display: flex;
  flex-wrap: wrap;
  width: 144rem;
  margin-right: 4rem;
  transition: margin-left 0.6s;
}
.os-screen .p6-screen .bgImage .img-box .box-list img {
  width: 48.25rem;
}
.os-screen .p6-screen .bgImage .w100 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.os-screen .p6-screen .mySwiper {
  height: 100%;
}
.site-content-container .swiper-pagination {
  position: fixed;
  right: 8rem;
}
.site-content-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.62rem !important;
  height: 1.25rem !important;
  display: block;
  border-radius: 50px !important;
  margin: 1.8rem 0 !important;
  background-color: #0000001a !important;
  cursor: pointer;
  opacity: 1 !important;
}
.site-content-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0ac266 !important;
  opacity: 0.5 !important;
}
.footer,
.copyright {
  display: none;
}
#page {
  padding-top: 4rem;
  overflow: hidden;
  height: 100vh;
  margin: 0;
}
#header-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.animation {
  -webkit-animation: fadeUp 1.3s both;
          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);
  }
}
@media (max-width: 1199px) {
  .swiper1 {
    height: 100% !important;
    overflow: initial !important;
    padding-top: 0;
  }
  #page {
    height: 100% !important;
    overflow: initial !important;
    padding-top: 0;
  }
  .text1,
  .text2,
  .text3,
  .title {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .p1,
  .swiper-slide {
    height: 100vh;
  }
  .p1 .lottie,
  .p7 .container .video {
    margin-top: 4rem;
    width: 100%;
  }
  .p1 .p1-text .text1 {
    font-size: 5rem;
  }
  .swiper-wrapper,
  #p5 .content {
    display: block;
    overflow: hidden;
  }
  .text1,
  .text2 {
    width: 90% !important;
    margin: 0px auto;
  }
  .text1 {
    margin-top: 0 !important;
  }
  .p7 .container,
  .class-screen .p4-screen {
    height: auto;
  }
  .p7 .flex .video {
    position: relative;
    left: 4%;
  }
  .second-screen .title,
  .second-screen .container .p2-text {
    position: initial;
    width: 100%;
    text-align: center;
  }
  .second-screen .container {
    display: block;
  }
  .second-screen .container img:nth-child(2) {
    left: 52%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 90%;
    top: 30.8rem;
  }
  .second-screen .container img:nth-child(3) {
    width: 40%;
    top: 31.8rem;
    left: 4.25rem;
    height: 21.5rem;
  }
  .second-screen .container img:nth-child(4) {
    width: 40%;
    top: 31.8rem;
    left: 23.5rem;
  }
  .second-screen .container img:nth-child(5) {
    width: 40%;
    top: 42.5rem;
    left: 23.5rem;
  }
  .second-screen .container img:nth-child(9) {
    top: 37rem;
    left: 8.6rem;
    transform: scale(1);
    opacity: 1;
  }
  .second-screen .container img:nth-child(6) {
    width: 16.7rem;
    top: 33.7rem;
    left: 33.5rem;
    opacity: 1;
  }
  .p3-gallery .p3-gallery__animation .p3-gallery-item {
    width: 28%;
    min-width: 28%;
  }
  .p3-gallery .p3-gallery__animation .p3-gallery-item .p3-gallery-item--title {
    margin-top: 3.5rem;
    margin-bottom: 1.4rem;
    font-size: 2.3rem;
  }
  .p3-toggle .p3-toggle--item {
    width: 35px;
    height: 35px;
    border: 2px solid transparent;
  }
  .p3-toggle .p3-toggle--item > img {
    width: 9px;
  }
  .class-screen .p4-screen {
    width: 100%;
  }
  .class-screen .p4-screen .p4-bg {
    background-repeat: no-repeat;
  }
  .class-screen .p4-screen .bg-img1 {
    left: 11%;
    top: 29rem;
  }
  .class-screen .p4-screen .barrage1 {
    -webkit-animation-name: barr1;
            animation-name: barr1;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  .class-screen .p4-screen .barrage2 {
    -webkit-animation-name: barr2;
            animation-name: barr2;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  .class-screen .p4-screen .barrage3 {
    -webkit-animation-name: barr3;
            animation-name: barr3;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .class-screen .p4-screen .popover1 {
    -webkit-animation-name: pop1;
            animation-name: pop1;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    left: 37rem;
  }
  .class-screen .p4-screen .popover2 {
    -webkit-animation-name: pop2;
            animation-name: pop2;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    left: 24rem;
  }
  .class-screen .p4-screen .popover3 {
    -webkit-animation-name: pop3;
            animation-name: pop3;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    left: 1.5rem;
  }
  #p5 .big-box img {
    display: none;
  }
  #p5 {
    background-image: url('https://sgp-cstore-pub.maxhub.com/maxhub_global_public/7fb2d7cbd99145f0b08259dabfbd9c96');
    text-align: center;
  }
  #p5 .big-box {
    width: 100%;
    height: auto;
    padding-top: 8rem;
  }
  .os-screen .p6-screen .bgImage {
    width: 90%;
    height: 25.7rem;
  }
  .os-screen .p6-screen .bgImage .img-box {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .os-screen .p6-screen .mySwiper .swiper-slide {
    height: 100%;
    display: block;
    width: 100% !important;
  }
}
