.border {
  border: 1px solid red;
}
.icon-up {
  animation: mymove 1.5s infinite;
  -webkit-animation: mymove 1.5s infinite;
  /* Safari and Chrome */
}
@keyframes mymove {
  from {
    top: 15px;
  }
  to {
    top: 0px;
  }
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mymove {
  /* Safari and Chrome */
  from {
    top: 15px;
  }
  to {
    top: 0px;
  }
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.earth {
  animation: earthmove 9s infinite;
  -webkit-animation: earthmove 9s infinite;
  /* Safari and Chrome */
}
@keyframes earthmove {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes earthmove {
  /* Safari and Chrome */
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.icon-dow1 {
  animation-name: mymovedow;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
.icon-dow2 {
  animation-name: mymovedow;
  animation-duration: 1.5s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}
.icon-dow3 {
  animation-name: mymovedow;
  animation-duration: 1.5s;
  animation-delay: 3s;
  animation-iteration-count: infinite;
}
@keyframes mymovedow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIndiyframes {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.fadeIndiy {
  animation-name: fadeIndiyframes;
  animation-duration: 1s;
  animation-delay: 2s;
}
@font-face {
  font-family: "Bold";
}
@font-face {
  font-family: "Regular";
}
@font-face {
  font-family: "Heavy";
  src: url('/fonts/AlibabaPuHuiTi-Heavy.otf') format('opentype'), url('/fonts/Alibaba-PuHuiTi-Heavy.ttf') format('truetype');
}
.Bold {
  font-family: "Bold";
}
.Regular {
  font-family: 'Regular';
}
.Heavy {
  font-family: 'Heavy' !important;
}
.size-1 {
  font-size: 1%;
}
.size-1rem {
  font-size: 1rem;
}
.size-1px {
  font-size: 1px;
}
.w-1rem {
  width: 1rem;
}
.h-1rem {
  height: 1rem;
}
.size-2 {
  font-size: 2%;
}
.size-2rem {
  font-size: 2rem;
}
.size-2px {
  font-size: 2px;
}
.w-2rem {
  width: 2rem;
}
.h-2rem {
  height: 2rem;
}
.size-3 {
  font-size: 3%;
}
.size-3rem {
  font-size: 3rem;
}
.size-3px {
  font-size: 3px;
}
.w-3rem {
  width: 3rem;
}
.h-3rem {
  height: 3rem;
}
.size-4 {
  font-size: 4%;
}
.size-4rem {
  font-size: 4rem;
}
.size-4px {
  font-size: 4px;
}
.w-4rem {
  width: 4rem;
}
.h-4rem {
  height: 4rem;
}
.size-5 {
  font-size: 5%;
}
.size-5rem {
  font-size: 5rem;
}
.size-5px {
  font-size: 5px;
}
.w-5rem {
  width: 5rem;
}
.h-5rem {
  height: 5rem;
}
.size-6 {
  font-size: 6%;
}
.size-6rem {
  font-size: 6rem;
}
.size-6px {
  font-size: 6px;
}
.w-6rem {
  width: 6rem;
}
.h-6rem {
  height: 6rem;
}
.size-7 {
  font-size: 7%;
}
.size-7rem {
  font-size: 7rem;
}
.size-7px {
  font-size: 7px;
}
.w-7rem {
  width: 7rem;
}
.h-7rem {
  height: 7rem;
}
.size-8 {
  font-size: 8%;
}
.size-8rem {
  font-size: 8rem;
}
.size-8px {
  font-size: 8px;
}
.w-8rem {
  width: 8rem;
}
.h-8rem {
  height: 8rem;
}
.size-9 {
  font-size: 9%;
}
.size-9rem {
  font-size: 9rem;
}
.size-9px {
  font-size: 9px;
}
.w-9rem {
  width: 9rem;
}
.h-9rem {
  height: 9rem;
}
.size-10 {
  font-size: 10%;
}
.size-10rem {
  font-size: 10rem;
}
.size-10px {
  font-size: 10px;
}
.w-10rem {
  width: 10rem;
}
.h-10rem {
  height: 10rem;
}
.size-11 {
  font-size: 11%;
}
.size-11rem {
  font-size: 11rem;
}
.size-11px {
  font-size: 11px;
}
.w-11rem {
  width: 11rem;
}
.h-11rem {
  height: 11rem;
}
.size-12 {
  font-size: 12%;
}
.size-12rem {
  font-size: 12rem;
}
.size-12px {
  font-size: 12px;
}
.w-12rem {
  width: 12rem;
}
.h-12rem {
  height: 12rem;
}
.size-13 {
  font-size: 13%;
}
.size-13rem {
  font-size: 13rem;
}
.size-13px {
  font-size: 13px;
}
.w-13rem {
  width: 13rem;
}
.h-13rem {
  height: 13rem;
}
.size-14 {
  font-size: 14%;
}
.size-14rem {
  font-size: 14rem;
}
.size-14px {
  font-size: 14px;
}
.w-14rem {
  width: 14rem;
}
.h-14rem {
  height: 14rem;
}
.size-15 {
  font-size: 15%;
}
.size-15rem {
  font-size: 15rem;
}
.size-15px {
  font-size: 15px;
}
.w-15rem {
  width: 15rem;
}
.h-15rem {
  height: 15rem;
}
.size-16 {
  font-size: 16%;
}
.size-16rem {
  font-size: 16rem;
}
.size-16px {
  font-size: 16px;
}
.w-16rem {
  width: 16rem;
}
.h-16rem {
  height: 16rem;
}
.size-17 {
  font-size: 17%;
}
.size-17rem {
  font-size: 17rem;
}
.size-17px {
  font-size: 17px;
}
.w-17rem {
  width: 17rem;
}
.h-17rem {
  height: 17rem;
}
.size-18 {
  font-size: 18%;
}
.size-18rem {
  font-size: 18rem;
}
.size-18px {
  font-size: 18px;
}
.w-18rem {
  width: 18rem;
}
.h-18rem {
  height: 18rem;
}
.size-19 {
  font-size: 19%;
}
.size-19rem {
  font-size: 19rem;
}
.size-19px {
  font-size: 19px;
}
.w-19rem {
  width: 19rem;
}
.h-19rem {
  height: 19rem;
}
.size-20 {
  font-size: 20%;
}
.size-20rem {
  font-size: 20rem;
}
.size-20px {
  font-size: 20px;
}
.w-20rem {
  width: 20rem;
}
.h-20rem {
  height: 20rem;
}
.size-21 {
  font-size: 21%;
}
.size-21rem {
  font-size: 21rem;
}
.size-21px {
  font-size: 21px;
}
.w-21rem {
  width: 21rem;
}
.h-21rem {
  height: 21rem;
}
.size-22 {
  font-size: 22%;
}
.size-22rem {
  font-size: 22rem;
}
.size-22px {
  font-size: 22px;
}
.w-22rem {
  width: 22rem;
}
.h-22rem {
  height: 22rem;
}
.size-23 {
  font-size: 23%;
}
.size-23rem {
  font-size: 23rem;
}
.size-23px {
  font-size: 23px;
}
.w-23rem {
  width: 23rem;
}
.h-23rem {
  height: 23rem;
}
.size-24 {
  font-size: 24%;
}
.size-24rem {
  font-size: 24rem;
}
.size-24px {
  font-size: 24px;
}
.w-24rem {
  width: 24rem;
}
.h-24rem {
  height: 24rem;
}
.size-25 {
  font-size: 25%;
}
.size-25rem {
  font-size: 25rem;
}
.size-25px {
  font-size: 25px;
}
.w-25rem {
  width: 25rem;
}
.h-25rem {
  height: 25rem;
}
.size-26 {
  font-size: 26%;
}
.size-26rem {
  font-size: 26rem;
}
.size-26px {
  font-size: 26px;
}
.w-26rem {
  width: 26rem;
}
.h-26rem {
  height: 26rem;
}
.size-27 {
  font-size: 27%;
}
.size-27rem {
  font-size: 27rem;
}
.size-27px {
  font-size: 27px;
}
.w-27rem {
  width: 27rem;
}
.h-27rem {
  height: 27rem;
}
.size-28 {
  font-size: 28%;
}
.size-28rem {
  font-size: 28rem;
}
.size-28px {
  font-size: 28px;
}
.w-28rem {
  width: 28rem;
}
.h-28rem {
  height: 28rem;
}
.size-29 {
  font-size: 29%;
}
.size-29rem {
  font-size: 29rem;
}
.size-29px {
  font-size: 29px;
}
.w-29rem {
  width: 29rem;
}
.h-29rem {
  height: 29rem;
}
.size-30 {
  font-size: 30%;
}
.size-30rem {
  font-size: 30rem;
}
.size-30px {
  font-size: 30px;
}
.w-30rem {
  width: 30rem;
}
.h-30rem {
  height: 30rem;
}
.size-31 {
  font-size: 31%;
}
.size-31rem {
  font-size: 31rem;
}
.size-31px {
  font-size: 31px;
}
.w-31rem {
  width: 31rem;
}
.h-31rem {
  height: 31rem;
}
.size-32 {
  font-size: 32%;
}
.size-32rem {
  font-size: 32rem;
}
.size-32px {
  font-size: 32px;
}
.w-32rem {
  width: 32rem;
}
.h-32rem {
  height: 32rem;
}
.size-33 {
  font-size: 33%;
}
.size-33rem {
  font-size: 33rem;
}
.size-33px {
  font-size: 33px;
}
.w-33rem {
  width: 33rem;
}
.h-33rem {
  height: 33rem;
}
.size-34 {
  font-size: 34%;
}
.size-34rem {
  font-size: 34rem;
}
.size-34px {
  font-size: 34px;
}
.w-34rem {
  width: 34rem;
}
.h-34rem {
  height: 34rem;
}
.size-35 {
  font-size: 35%;
}
.size-35rem {
  font-size: 35rem;
}
.size-35px {
  font-size: 35px;
}
.w-35rem {
  width: 35rem;
}
.h-35rem {
  height: 35rem;
}
.size-36 {
  font-size: 36%;
}
.size-36rem {
  font-size: 36rem;
}
.size-36px {
  font-size: 36px;
}
.w-36rem {
  width: 36rem;
}
.h-36rem {
  height: 36rem;
}
.size-37 {
  font-size: 37%;
}
.size-37rem {
  font-size: 37rem;
}
.size-37px {
  font-size: 37px;
}
.w-37rem {
  width: 37rem;
}
.h-37rem {
  height: 37rem;
}
.size-38 {
  font-size: 38%;
}
.size-38rem {
  font-size: 38rem;
}
.size-38px {
  font-size: 38px;
}
.w-38rem {
  width: 38rem;
}
.h-38rem {
  height: 38rem;
}
.size-39 {
  font-size: 39%;
}
.size-39rem {
  font-size: 39rem;
}
.size-39px {
  font-size: 39px;
}
.w-39rem {
  width: 39rem;
}
.h-39rem {
  height: 39rem;
}
.size-40 {
  font-size: 40%;
}
.size-40rem {
  font-size: 40rem;
}
.size-40px {
  font-size: 40px;
}
.w-40rem {
  width: 40rem;
}
.h-40rem {
  height: 40rem;
}
.size-41 {
  font-size: 41%;
}
.size-41rem {
  font-size: 41rem;
}
.size-41px {
  font-size: 41px;
}
.w-41rem {
  width: 41rem;
}
.h-41rem {
  height: 41rem;
}
.size-42 {
  font-size: 42%;
}
.size-42rem {
  font-size: 42rem;
}
.size-42px {
  font-size: 42px;
}
.w-42rem {
  width: 42rem;
}
.h-42rem {
  height: 42rem;
}
.size-43 {
  font-size: 43%;
}
.size-43rem {
  font-size: 43rem;
}
.size-43px {
  font-size: 43px;
}
.w-43rem {
  width: 43rem;
}
.h-43rem {
  height: 43rem;
}
.size-44 {
  font-size: 44%;
}
.size-44rem {
  font-size: 44rem;
}
.size-44px {
  font-size: 44px;
}
.w-44rem {
  width: 44rem;
}
.h-44rem {
  height: 44rem;
}
.size-45 {
  font-size: 45%;
}
.size-45rem {
  font-size: 45rem;
}
.size-45px {
  font-size: 45px;
}
.w-45rem {
  width: 45rem;
}
.h-45rem {
  height: 45rem;
}
.size-46 {
  font-size: 46%;
}
.size-46rem {
  font-size: 46rem;
}
.size-46px {
  font-size: 46px;
}
.w-46rem {
  width: 46rem;
}
.h-46rem {
  height: 46rem;
}
.size-47 {
  font-size: 47%;
}
.size-47rem {
  font-size: 47rem;
}
.size-47px {
  font-size: 47px;
}
.w-47rem {
  width: 47rem;
}
.h-47rem {
  height: 47rem;
}
.size-48 {
  font-size: 48%;
}
.size-48rem {
  font-size: 48rem;
}
.size-48px {
  font-size: 48px;
}
.w-48rem {
  width: 48rem;
}
.h-48rem {
  height: 48rem;
}
.size-49 {
  font-size: 49%;
}
.size-49rem {
  font-size: 49rem;
}
.size-49px {
  font-size: 49px;
}
.w-49rem {
  width: 49rem;
}
.h-49rem {
  height: 49rem;
}
.size-50 {
  font-size: 50%;
}
.size-50rem {
  font-size: 50rem;
}
.size-50px {
  font-size: 50px;
}
.w-50rem {
  width: 50rem;
}
.h-50rem {
  height: 50rem;
}
.size-51 {
  font-size: 51%;
}
.size-51rem {
  font-size: 51rem;
}
.size-51px {
  font-size: 51px;
}
.w-51rem {
  width: 51rem;
}
.h-51rem {
  height: 51rem;
}
.size-52 {
  font-size: 52%;
}
.size-52rem {
  font-size: 52rem;
}
.size-52px {
  font-size: 52px;
}
.w-52rem {
  width: 52rem;
}
.h-52rem {
  height: 52rem;
}
.size-53 {
  font-size: 53%;
}
.size-53rem {
  font-size: 53rem;
}
.size-53px {
  font-size: 53px;
}
.w-53rem {
  width: 53rem;
}
.h-53rem {
  height: 53rem;
}
.size-54 {
  font-size: 54%;
}
.size-54rem {
  font-size: 54rem;
}
.size-54px {
  font-size: 54px;
}
.w-54rem {
  width: 54rem;
}
.h-54rem {
  height: 54rem;
}
.size-55 {
  font-size: 55%;
}
.size-55rem {
  font-size: 55rem;
}
.size-55px {
  font-size: 55px;
}
.w-55rem {
  width: 55rem;
}
.h-55rem {
  height: 55rem;
}
.size-56 {
  font-size: 56%;
}
.size-56rem {
  font-size: 56rem;
}
.size-56px {
  font-size: 56px;
}
.w-56rem {
  width: 56rem;
}
.h-56rem {
  height: 56rem;
}
.size-57 {
  font-size: 57%;
}
.size-57rem {
  font-size: 57rem;
}
.size-57px {
  font-size: 57px;
}
.w-57rem {
  width: 57rem;
}
.h-57rem {
  height: 57rem;
}
.size-58 {
  font-size: 58%;
}
.size-58rem {
  font-size: 58rem;
}
.size-58px {
  font-size: 58px;
}
.w-58rem {
  width: 58rem;
}
.h-58rem {
  height: 58rem;
}
.size-59 {
  font-size: 59%;
}
.size-59rem {
  font-size: 59rem;
}
.size-59px {
  font-size: 59px;
}
.w-59rem {
  width: 59rem;
}
.h-59rem {
  height: 59rem;
}
.size-60 {
  font-size: 60%;
}
.size-60rem {
  font-size: 60rem;
}
.size-60px {
  font-size: 60px;
}
.w-60rem {
  width: 60rem;
}
.h-60rem {
  height: 60rem;
}
.size-61 {
  font-size: 61%;
}
.size-61rem {
  font-size: 61rem;
}
.size-61px {
  font-size: 61px;
}
.w-61rem {
  width: 61rem;
}
.h-61rem {
  height: 61rem;
}
.size-62 {
  font-size: 62%;
}
.size-62rem {
  font-size: 62rem;
}
.size-62px {
  font-size: 62px;
}
.w-62rem {
  width: 62rem;
}
.h-62rem {
  height: 62rem;
}
.size-63 {
  font-size: 63%;
}
.size-63rem {
  font-size: 63rem;
}
.size-63px {
  font-size: 63px;
}
.w-63rem {
  width: 63rem;
}
.h-63rem {
  height: 63rem;
}
.size-64 {
  font-size: 64%;
}
.size-64rem {
  font-size: 64rem;
}
.size-64px {
  font-size: 64px;
}
.w-64rem {
  width: 64rem;
}
.h-64rem {
  height: 64rem;
}
.size-65 {
  font-size: 65%;
}
.size-65rem {
  font-size: 65rem;
}
.size-65px {
  font-size: 65px;
}
.w-65rem {
  width: 65rem;
}
.h-65rem {
  height: 65rem;
}
.size-66 {
  font-size: 66%;
}
.size-66rem {
  font-size: 66rem;
}
.size-66px {
  font-size: 66px;
}
.w-66rem {
  width: 66rem;
}
.h-66rem {
  height: 66rem;
}
.size-67 {
  font-size: 67%;
}
.size-67rem {
  font-size: 67rem;
}
.size-67px {
  font-size: 67px;
}
.w-67rem {
  width: 67rem;
}
.h-67rem {
  height: 67rem;
}
.size-68 {
  font-size: 68%;
}
.size-68rem {
  font-size: 68rem;
}
.size-68px {
  font-size: 68px;
}
.w-68rem {
  width: 68rem;
}
.h-68rem {
  height: 68rem;
}
.size-69 {
  font-size: 69%;
}
.size-69rem {
  font-size: 69rem;
}
.size-69px {
  font-size: 69px;
}
.w-69rem {
  width: 69rem;
}
.h-69rem {
  height: 69rem;
}
.size-70 {
  font-size: 70%;
}
.size-70rem {
  font-size: 70rem;
}
.size-70px {
  font-size: 70px;
}
.w-70rem {
  width: 70rem;
}
.h-70rem {
  height: 70rem;
}
.size-71 {
  font-size: 71%;
}
.size-71rem {
  font-size: 71rem;
}
.size-71px {
  font-size: 71px;
}
.w-71rem {
  width: 71rem;
}
.h-71rem {
  height: 71rem;
}
.size-72 {
  font-size: 72%;
}
.size-72rem {
  font-size: 72rem;
}
.size-72px {
  font-size: 72px;
}
.w-72rem {
  width: 72rem;
}
.h-72rem {
  height: 72rem;
}
.size-73 {
  font-size: 73%;
}
.size-73rem {
  font-size: 73rem;
}
.size-73px {
  font-size: 73px;
}
.w-73rem {
  width: 73rem;
}
.h-73rem {
  height: 73rem;
}
.size-74 {
  font-size: 74%;
}
.size-74rem {
  font-size: 74rem;
}
.size-74px {
  font-size: 74px;
}
.w-74rem {
  width: 74rem;
}
.h-74rem {
  height: 74rem;
}
.size-75 {
  font-size: 75%;
}
.size-75rem {
  font-size: 75rem;
}
.size-75px {
  font-size: 75px;
}
.w-75rem {
  width: 75rem;
}
.h-75rem {
  height: 75rem;
}
.size-76 {
  font-size: 76%;
}
.size-76rem {
  font-size: 76rem;
}
.size-76px {
  font-size: 76px;
}
.w-76rem {
  width: 76rem;
}
.h-76rem {
  height: 76rem;
}
.size-77 {
  font-size: 77%;
}
.size-77rem {
  font-size: 77rem;
}
.size-77px {
  font-size: 77px;
}
.w-77rem {
  width: 77rem;
}
.h-77rem {
  height: 77rem;
}
.size-78 {
  font-size: 78%;
}
.size-78rem {
  font-size: 78rem;
}
.size-78px {
  font-size: 78px;
}
.w-78rem {
  width: 78rem;
}
.h-78rem {
  height: 78rem;
}
.size-79 {
  font-size: 79%;
}
.size-79rem {
  font-size: 79rem;
}
.size-79px {
  font-size: 79px;
}
.w-79rem {
  width: 79rem;
}
.h-79rem {
  height: 79rem;
}
.size-80 {
  font-size: 80%;
}
.size-80rem {
  font-size: 80rem;
}
.size-80px {
  font-size: 80px;
}
.w-80rem {
  width: 80rem;
}
.h-80rem {
  height: 80rem;
}
.size-81 {
  font-size: 81%;
}
.size-81rem {
  font-size: 81rem;
}
.size-81px {
  font-size: 81px;
}
.w-81rem {
  width: 81rem;
}
.h-81rem {
  height: 81rem;
}
.size-82 {
  font-size: 82%;
}
.size-82rem {
  font-size: 82rem;
}
.size-82px {
  font-size: 82px;
}
.w-82rem {
  width: 82rem;
}
.h-82rem {
  height: 82rem;
}
.size-83 {
  font-size: 83%;
}
.size-83rem {
  font-size: 83rem;
}
.size-83px {
  font-size: 83px;
}
.w-83rem {
  width: 83rem;
}
.h-83rem {
  height: 83rem;
}
.size-84 {
  font-size: 84%;
}
.size-84rem {
  font-size: 84rem;
}
.size-84px {
  font-size: 84px;
}
.w-84rem {
  width: 84rem;
}
.h-84rem {
  height: 84rem;
}
.size-85 {
  font-size: 85%;
}
.size-85rem {
  font-size: 85rem;
}
.size-85px {
  font-size: 85px;
}
.w-85rem {
  width: 85rem;
}
.h-85rem {
  height: 85rem;
}
.size-86 {
  font-size: 86%;
}
.size-86rem {
  font-size: 86rem;
}
.size-86px {
  font-size: 86px;
}
.w-86rem {
  width: 86rem;
}
.h-86rem {
  height: 86rem;
}
.size-87 {
  font-size: 87%;
}
.size-87rem {
  font-size: 87rem;
}
.size-87px {
  font-size: 87px;
}
.w-87rem {
  width: 87rem;
}
.h-87rem {
  height: 87rem;
}
.size-88 {
  font-size: 88%;
}
.size-88rem {
  font-size: 88rem;
}
.size-88px {
  font-size: 88px;
}
.w-88rem {
  width: 88rem;
}
.h-88rem {
  height: 88rem;
}
.size-89 {
  font-size: 89%;
}
.size-89rem {
  font-size: 89rem;
}
.size-89px {
  font-size: 89px;
}
.w-89rem {
  width: 89rem;
}
.h-89rem {
  height: 89rem;
}
.size-90 {
  font-size: 90%;
}
.size-90rem {
  font-size: 90rem;
}
.size-90px {
  font-size: 90px;
}
.w-90rem {
  width: 90rem;
}
.h-90rem {
  height: 90rem;
}
.size-91 {
  font-size: 91%;
}
.size-91rem {
  font-size: 91rem;
}
.size-91px {
  font-size: 91px;
}
.w-91rem {
  width: 91rem;
}
.h-91rem {
  height: 91rem;
}
.size-92 {
  font-size: 92%;
}
.size-92rem {
  font-size: 92rem;
}
.size-92px {
  font-size: 92px;
}
.w-92rem {
  width: 92rem;
}
.h-92rem {
  height: 92rem;
}
.size-93 {
  font-size: 93%;
}
.size-93rem {
  font-size: 93rem;
}
.size-93px {
  font-size: 93px;
}
.w-93rem {
  width: 93rem;
}
.h-93rem {
  height: 93rem;
}
.size-94 {
  font-size: 94%;
}
.size-94rem {
  font-size: 94rem;
}
.size-94px {
  font-size: 94px;
}
.w-94rem {
  width: 94rem;
}
.h-94rem {
  height: 94rem;
}
.size-95 {
  font-size: 95%;
}
.size-95rem {
  font-size: 95rem;
}
.size-95px {
  font-size: 95px;
}
.w-95rem {
  width: 95rem;
}
.h-95rem {
  height: 95rem;
}
.size-96 {
  font-size: 96%;
}
.size-96rem {
  font-size: 96rem;
}
.size-96px {
  font-size: 96px;
}
.w-96rem {
  width: 96rem;
}
.h-96rem {
  height: 96rem;
}
.size-97 {
  font-size: 97%;
}
.size-97rem {
  font-size: 97rem;
}
.size-97px {
  font-size: 97px;
}
.w-97rem {
  width: 97rem;
}
.h-97rem {
  height: 97rem;
}
.size-98 {
  font-size: 98%;
}
.size-98rem {
  font-size: 98rem;
}
.size-98px {
  font-size: 98px;
}
.w-98rem {
  width: 98rem;
}
.h-98rem {
  height: 98rem;
}
.size-99 {
  font-size: 99%;
}
.size-99rem {
  font-size: 99rem;
}
.size-99px {
  font-size: 99px;
}
.w-99rem {
  width: 99rem;
}
.h-99rem {
  height: 99rem;
}
.size-100 {
  font-size: 100%;
}
.size-100rem {
  font-size: 100rem;
}
.size-100px {
  font-size: 100px;
}
.w-100rem {
  width: 100rem;
}
.h-100rem {
  height: 100rem;
}
.w-100rem {
  width: 100rem;
}
.w-101rem {
  width: 101rem;
}
.w-102rem {
  width: 102rem;
}
.w-103rem {
  width: 103rem;
}
.w-104rem {
  width: 104rem;
}
.w-105rem {
  width: 105rem;
}
.w-106rem {
  width: 106rem;
}
.w-107rem {
  width: 107rem;
}
.w-108rem {
  width: 108rem;
}
.w-109rem {
  width: 109rem;
}
.w-110rem {
  width: 110rem;
}
.w-111rem {
  width: 111rem;
}
.w-112rem {
  width: 112rem;
}
.w-113rem {
  width: 113rem;
}
.w-114rem {
  width: 114rem;
}
.w-115rem {
  width: 115rem;
}
.w-116rem {
  width: 116rem;
}
.w-117rem {
  width: 117rem;
}
.w-118rem {
  width: 118rem;
}
.w-119rem {
  width: 119rem;
}
.w-120rem {
  width: 120rem;
}
.w-121rem {
  width: 121rem;
}
.w-122rem {
  width: 122rem;
}
.w-123rem {
  width: 123rem;
}
.w-124rem {
  width: 124rem;
}
.w-125rem {
  width: 125rem;
}
.w-126rem {
  width: 126rem;
}
.w-127rem {
  width: 127rem;
}
.w-128rem {
  width: 128rem;
}
.w-129rem {
  width: 129rem;
}
.w-130rem {
  width: 130rem;
}
.w-131rem {
  width: 131rem;
}
.w-132rem {
  width: 132rem;
}
.w-133rem {
  width: 133rem;
}
.w-134rem {
  width: 134rem;
}
.w-135rem {
  width: 135rem;
}
.w-136rem {
  width: 136rem;
}
.w-137rem {
  width: 137rem;
}
.w-138rem {
  width: 138rem;
}
.w-139rem {
  width: 139rem;
}
.w-140rem {
  width: 140rem;
}
.w-141rem {
  width: 141rem;
}
.w-142rem {
  width: 142rem;
}
.w-143rem {
  width: 143rem;
}
.w-144rem {
  width: 144rem;
}
.w-145rem {
  width: 145rem;
}
.w-146rem {
  width: 146rem;
}
.w-147rem {
  width: 147rem;
}
.w-148rem {
  width: 148rem;
}
.w-149rem {
  width: 149rem;
}
.w-150rem {
  width: 150rem;
}
.w-151rem {
  width: 151rem;
}
.w-152rem {
  width: 152rem;
}
.w-153rem {
  width: 153rem;
}
.w-154rem {
  width: 154rem;
}
.w-155rem {
  width: 155rem;
}
.w-156rem {
  width: 156rem;
}
.w-157rem {
  width: 157rem;
}
.w-158rem {
  width: 158rem;
}
.w-159rem {
  width: 159rem;
}
.w-160rem {
  width: 160rem;
}
.w-161rem {
  width: 161rem;
}
.w-162rem {
  width: 162rem;
}
.w-163rem {
  width: 163rem;
}
.w-164rem {
  width: 164rem;
}
.w-165rem {
  width: 165rem;
}
.w-166rem {
  width: 166rem;
}
.w-167rem {
  width: 167rem;
}
.w-168rem {
  width: 168rem;
}
.w-169rem {
  width: 169rem;
}
.w-170rem {
  width: 170rem;
}
.w-171rem {
  width: 171rem;
}
.w-172rem {
  width: 172rem;
}
.w-173rem {
  width: 173rem;
}
.w-174rem {
  width: 174rem;
}
.w-175rem {
  width: 175rem;
}
.w-176rem {
  width: 176rem;
}
.w-177rem {
  width: 177rem;
}
.w-178rem {
  width: 178rem;
}
.w-179rem {
  width: 179rem;
}
.w-180rem {
  width: 180rem;
}
.w-181rem {
  width: 181rem;
}
.w-182rem {
  width: 182rem;
}
.w-183rem {
  width: 183rem;
}
.w-184rem {
  width: 184rem;
}
.w-185rem {
  width: 185rem;
}
.w-186rem {
  width: 186rem;
}
.w-187rem {
  width: 187rem;
}
.w-188rem {
  width: 188rem;
}
.w-189rem {
  width: 189rem;
}
.w-190rem {
  width: 190rem;
}
.w-191rem {
  width: 191rem;
}
.w-192rem {
  width: 192rem;
}
.w-193rem {
  width: 193rem;
}
.w-194rem {
  width: 194rem;
}
.w-195rem {
  width: 195rem;
}
.w-196rem {
  width: 196rem;
}
.w-197rem {
  width: 197rem;
}
.w-198rem {
  width: 198rem;
}
.w-199rem {
  width: 199rem;
}
.w-200rem {
  width: 200rem;
}
.w-201rem {
  width: 201rem;
}
.w-202rem {
  width: 202rem;
}
.w-203rem {
  width: 203rem;
}
.w-204rem {
  width: 204rem;
}
.w-205rem {
  width: 205rem;
}
.w-206rem {
  width: 206rem;
}
.w-207rem {
  width: 207rem;
}
.w-208rem {
  width: 208rem;
}
.w-209rem {
  width: 209rem;
}
.w-210rem {
  width: 210rem;
}
.w-211rem {
  width: 211rem;
}
.w-212rem {
  width: 212rem;
}
.w-213rem {
  width: 213rem;
}
.w-214rem {
  width: 214rem;
}
.w-215rem {
  width: 215rem;
}
.w-216rem {
  width: 216rem;
}
.w-217rem {
  width: 217rem;
}
.w-218rem {
  width: 218rem;
}
.w-219rem {
  width: 219rem;
}
.w-220rem {
  width: 220rem;
}
.w-221rem {
  width: 221rem;
}
.w-222rem {
  width: 222rem;
}
.w-223rem {
  width: 223rem;
}
.w-224rem {
  width: 224rem;
}
.w-225rem {
  width: 225rem;
}
.w-226rem {
  width: 226rem;
}
.w-227rem {
  width: 227rem;
}
.w-228rem {
  width: 228rem;
}
.w-229rem {
  width: 229rem;
}
.w-230rem {
  width: 230rem;
}
.w-231rem {
  width: 231rem;
}
.w-232rem {
  width: 232rem;
}
.w-233rem {
  width: 233rem;
}
.w-234rem {
  width: 234rem;
}
.w-235rem {
  width: 235rem;
}
.w-236rem {
  width: 236rem;
}
.w-237rem {
  width: 237rem;
}
.w-238rem {
  width: 238rem;
}
.w-239rem {
  width: 239rem;
}
.w-240rem {
  width: 240rem;
}
.w-241rem {
  width: 241rem;
}
.w-242rem {
  width: 242rem;
}
.w-243rem {
  width: 243rem;
}
.w-244rem {
  width: 244rem;
}
.w-245rem {
  width: 245rem;
}
.w-246rem {
  width: 246rem;
}
.w-247rem {
  width: 247rem;
}
.w-248rem {
  width: 248rem;
}
.w-249rem {
  width: 249rem;
}
.w-250rem {
  width: 250rem;
}
.w-251rem {
  width: 251rem;
}
.w-252rem {
  width: 252rem;
}
.w-253rem {
  width: 253rem;
}
.w-254rem {
  width: 254rem;
}
.w-255rem {
  width: 255rem;
}
.w-256rem {
  width: 256rem;
}
.w-257rem {
  width: 257rem;
}
.w-258rem {
  width: 258rem;
}
.w-259rem {
  width: 259rem;
}
.w-260rem {
  width: 260rem;
}
.w-261rem {
  width: 261rem;
}
.w-262rem {
  width: 262rem;
}
.w-263rem {
  width: 263rem;
}
.w-264rem {
  width: 264rem;
}
.w-265rem {
  width: 265rem;
}
.w-266rem {
  width: 266rem;
}
.w-267rem {
  width: 267rem;
}
.w-268rem {
  width: 268rem;
}
.w-269rem {
  width: 269rem;
}
.w-270rem {
  width: 270rem;
}
.w-271rem {
  width: 271rem;
}
.w-272rem {
  width: 272rem;
}
.w-273rem {
  width: 273rem;
}
.w-274rem {
  width: 274rem;
}
.w-275rem {
  width: 275rem;
}
.w-276rem {
  width: 276rem;
}
.w-277rem {
  width: 277rem;
}
.w-278rem {
  width: 278rem;
}
.w-279rem {
  width: 279rem;
}
.w-280rem {
  width: 280rem;
}
.w-281rem {
  width: 281rem;
}
.w-282rem {
  width: 282rem;
}
.w-283rem {
  width: 283rem;
}
.w-284rem {
  width: 284rem;
}
.w-285rem {
  width: 285rem;
}
.w-286rem {
  width: 286rem;
}
.w-287rem {
  width: 287rem;
}
.w-288rem {
  width: 288rem;
}
.w-289rem {
  width: 289rem;
}
.w-290rem {
  width: 290rem;
}
.w-291rem {
  width: 291rem;
}
.w-292rem {
  width: 292rem;
}
.w-293rem {
  width: 293rem;
}
.w-294rem {
  width: 294rem;
}
.w-295rem {
  width: 295rem;
}
.w-296rem {
  width: 296rem;
}
.w-297rem {
  width: 297rem;
}
.w-298rem {
  width: 298rem;
}
.w-299rem {
  width: 299rem;
}
.w-300rem {
  width: 300rem;
}
.w-301rem {
  width: 301rem;
}
.w-302rem {
  width: 302rem;
}
.w-303rem {
  width: 303rem;
}
.w-304rem {
  width: 304rem;
}
.w-305rem {
  width: 305rem;
}
.w-306rem {
  width: 306rem;
}
.w-307rem {
  width: 307rem;
}
.w-308rem {
  width: 308rem;
}
.w-309rem {
  width: 309rem;
}
.w-310rem {
  width: 310rem;
}
.w-311rem {
  width: 311rem;
}
.w-312rem {
  width: 312rem;
}
.w-313rem {
  width: 313rem;
}
.w-314rem {
  width: 314rem;
}
.w-315rem {
  width: 315rem;
}
.w-316rem {
  width: 316rem;
}
.w-317rem {
  width: 317rem;
}
.w-318rem {
  width: 318rem;
}
.w-319rem {
  width: 319rem;
}
.w-320rem {
  width: 320rem;
}
.w-321rem {
  width: 321rem;
}
.w-322rem {
  width: 322rem;
}
.w-323rem {
  width: 323rem;
}
.w-324rem {
  width: 324rem;
}
.w-325rem {
  width: 325rem;
}
.w-326rem {
  width: 326rem;
}
.w-327rem {
  width: 327rem;
}
.w-328rem {
  width: 328rem;
}
.w-329rem {
  width: 329rem;
}
.w-330rem {
  width: 330rem;
}
.w-331rem {
  width: 331rem;
}
.w-332rem {
  width: 332rem;
}
.w-333rem {
  width: 333rem;
}
.w-334rem {
  width: 334rem;
}
.w-335rem {
  width: 335rem;
}
.w-336rem {
  width: 336rem;
}
.w-337rem {
  width: 337rem;
}
.w-338rem {
  width: 338rem;
}
.w-339rem {
  width: 339rem;
}
.w-340rem {
  width: 340rem;
}
.w-341rem {
  width: 341rem;
}
.w-342rem {
  width: 342rem;
}
.w-343rem {
  width: 343rem;
}
.w-344rem {
  width: 344rem;
}
.w-345rem {
  width: 345rem;
}
.w-346rem {
  width: 346rem;
}
.w-347rem {
  width: 347rem;
}
.w-348rem {
  width: 348rem;
}
.w-349rem {
  width: 349rem;
}
.w-350rem {
  width: 350rem;
}
.w-351rem {
  width: 351rem;
}
.w-352rem {
  width: 352rem;
}
.w-353rem {
  width: 353rem;
}
.w-354rem {
  width: 354rem;
}
.w-355rem {
  width: 355rem;
}
.w-356rem {
  width: 356rem;
}
.w-357rem {
  width: 357rem;
}
.w-358rem {
  width: 358rem;
}
.w-359rem {
  width: 359rem;
}
.w-360rem {
  width: 360rem;
}
.w-361rem {
  width: 361rem;
}
.w-362rem {
  width: 362rem;
}
.w-363rem {
  width: 363rem;
}
.w-364rem {
  width: 364rem;
}
.w-365rem {
  width: 365rem;
}
.w-366rem {
  width: 366rem;
}
.w-367rem {
  width: 367rem;
}
.w-368rem {
  width: 368rem;
}
.w-369rem {
  width: 369rem;
}
.w-370rem {
  width: 370rem;
}
.w-371rem {
  width: 371rem;
}
.w-372rem {
  width: 372rem;
}
.w-373rem {
  width: 373rem;
}
.w-374rem {
  width: 374rem;
}
.w-375rem {
  width: 375rem;
}
.w-376rem {
  width: 376rem;
}
.w-377rem {
  width: 377rem;
}
.w-378rem {
  width: 378rem;
}
.w-379rem {
  width: 379rem;
}
.w-380rem {
  width: 380rem;
}
.w-381rem {
  width: 381rem;
}
.w-382rem {
  width: 382rem;
}
.w-383rem {
  width: 383rem;
}
.w-384rem {
  width: 384rem;
}
.w-385rem {
  width: 385rem;
}
.w-386rem {
  width: 386rem;
}
.w-387rem {
  width: 387rem;
}
.w-388rem {
  width: 388rem;
}
.w-389rem {
  width: 389rem;
}
.w-390rem {
  width: 390rem;
}
.w-391rem {
  width: 391rem;
}
.w-392rem {
  width: 392rem;
}
.w-393rem {
  width: 393rem;
}
.w-394rem {
  width: 394rem;
}
.w-395rem {
  width: 395rem;
}
.w-396rem {
  width: 396rem;
}
.w-397rem {
  width: 397rem;
}
.w-398rem {
  width: 398rem;
}
.w-399rem {
  width: 399rem;
}
.w-400rem {
  width: 400rem;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.font-weight-1000 {
  font-weight: 1000;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  color: #fff;
  background: #000000;
}
body {
  max-width: 750px;
  margin: auto;
}
.line-height-17 {
  line-height: 1.7;
}
.top-0px {
  top: 0;
}
.left-0px {
  left: 0;
}
.swiper {
  /*  width: 320px;
    height: 480px;*/
  width: 100%;
  height: 100%;
  background: #13131D;
  transform: translate3d(0, 0, 0);
}
.swiper-slide {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #13131D;
  transform: translate3d(0, 0, 0);
  background-size: 100% 100%;
}
.swiper-slide img {
  transform: translate3d(0, 0, 0);
}
.page1 .page-planet {
  background-size: 100% 100%;
}
.robert2 {
  animation: 1s ease 4s 1 normal both running rollInLeft;
}
@keyframes rollInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.page3 .down-3 {
  width: 100%;
  bottom: 6%;
  height: 7%;
}
.page4 .l-icon {
  border: 1px solid #fff;
}
.page5 .res-title {
  background-image: url("/images/invalid-name@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-6-planet {
  right: 0;
  bottom: 13%;
}
.page-7-planet1 {
  left: 21%;
  top: 15%;
}
.page-7-planet2 {
  right: 26%;
  top: 18%;
}
.one-b {
  animation-name: flash;
  animation-duration: 5s;
  animation-delay: 5s;
  animation-iteration-count: infinite;
}
.icon-next {
  animation: 1s ease 0s infinite normal both running wobble;
}
.page8 {
  background: url('/images/8-page-bg.jpg') no-repeat left top;
  background-size: 100% 100%;
}
.page8 .res-title {
  background-image: url("/images/invalid-name@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 25px;
}
.foot {
  color: #fff;
  font-size: 24rem;
  font-weight: bold;
  bottom: 4%;
}
/*# sourceMappingURL=page.css.map */