body, html, .page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
}

.owo-animation {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owo-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owo-animation-forward {
  z-index: 99;
}

img {
  border: none;
}

[route-active="false"] {
  display: none;
}

/* 清除浮动 */
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.loading-box {
  width: 100%;
  height: 100%;
  background-color: #f7fefc;
}

.loading-box .loading {
  position: absolute;
  left: 0;
  right: 0;
  top: -59%;
  bottom: 0;
  margin: auto;
}

.loading-box .loading-bar {
  position: absolute;
  top: 25%;
  bottom: 0%;
  height: 15px;
  background-color: white;
  width: 45%;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 20px;
  box-shadow: 1px 2px 9px #5d739c;
}

.loading-box .num-bar {
  background-color: #84a09b;
  height: 15px;
  border-radius: 20px;
  width: 0%;
  transition: width 0.5s;
}

.loading-box .num,
.loading-box .text {
  position: absolute;
  top: 0%;
  bottom: -43%;
  margin: auto;
  line-height: 50px;
  height: 50px;
  font-size: 36px;
  width: 100%;
  text-align: center;
  color: #666;
  font-weight: bold;
}

.loading-box .text {
  bottom: -14%;
}

.loading-box .shanshui {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 21%;
  transition: opacity 0.5s;
}

.loading-box .hengping {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 70px;
}
[o-animation="shrink"] {
  -webkit-animation: shrink 1s linear alternate infinite;
  animation: shrink 1s linear alternate infinite;
}
@-webkit-keyframes shrink{
  0%{-webkit-transform:scale(0.9);}
  100%{-webkit-transform:scale(1);}
}
@keyframes shrink{
  0%{transform:scale(0.9);}
  100%{transform:scale(1);}
}

@-webkit-keyframes flicker {
  from {
    opacity: 100%;
  }

  to {
    opacity: 20%;
  }
}

@keyframes flicker {
  from {
    opacity: 100%;
  }

  to {
    opacity: 20%;
  }
}

[o-animation="flicker"] {
  -webkit-animation: flicker 2s linear 0s infinite alternate;
  animation: flicker 2s linear 0s infinite alternate;
}

.page-1 .home {
  background-image: url(../resource/bg.jpg);
  background-size: cover;
}

.page-1 .so-0 {
  left: -50%;
  top: 0;
  width: 1548px;
  height: 750px;
  z-index: 0;
  margin: 0 auto;
  right: -50%;
}

.page-1 .so-1 {
  left: 584px;
  top: 80px;
  z-index: -1;
}

.page-1 .so-2 {
  left: 393px;
  top: 198px;
  z-index: 2;
}

.page-1 .so-3 {
  left: 1151px;
  top: 344px;
  z-index: 6;
}

.page-1 .so-4 {
  left: 0px;
  top: 342px;
  z-index: -4;
}

.page-1 .so-5 {
  left: -27px;
  top: -431px;
}

.page-1 .so-6 {
  left: 0px;
  top: 0px;
  width: 397px;
  height: 419px;
  z-index: -6;
}

.page-1 .so-7 {
  left: 76px;
  top: 55px;
  z-index: -7;
}

.page-1 .so-8 {
  left: 0px;
  top: 0px;
  z-index: -8;
}

.page-1 .so-9 {
  left: 0px;
  top: 0px;
  z-index: -9;
}

.page-1 #container {
  width: 100%;
  height: 100%;
}

.page-1 .conn-box {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 231px;
  height: 125px;
  background-color: #ccc;
  z-index: 99;
}

.page-1 .conn-box input {
  display: block;
}

.page-1 .conn-box span {
  background-color: #009fe9;
  color: white;
  padding: 5px;
  margin: 5px 5px;
  display: inline-block;
}

.page-1 .scale-box {
  transition: left 1s, top 1s;
}

.page-1 canvas {
  transform-origin: center;
  position: absolute;
}

.page-1 #c1 {
  width: 749px;
  height: 231px;
  position: absolute;
  left: 393px;
  top: 198px;
  z-index: 99;
}

.page-1 .video-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  overflow: hidden;
  border-radius: 50px;
  transition: all 1s;
  opacity: 0;
  pointer-events: none;
  z-index: 998;
  background-color: black;
}

.page-1 .video-box video {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.page-1 .play {
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
  display: block;
  pointer-events: all;
}

.page-1 .close-video {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}

.page-1 .so-gaotie-0 {
  left: 0px;
  top: 463px;
  width: 1620px;
  height: 388px;
  z-index: 0;
}

.page-1 .so-gaotie-1 {
  left: 1189px;
  top: -88px;
  z-index: -1;
  transition: all 3.5s;
}

.page-1 .so-gaotie-2 {
  left: 0px;
  top: 81px;
  z-index: -2;
}

.page-1 .so-heka-0 {
  left: 23px;
  top: 19px;
  width: 1462px;
  height: 712px;
  z-index: 0;
  display: none;
}

.page-1 .so-heka-1 {
  left: 153px;
  top: 568px;
  z-index: -1;
}

.page-1 .so-heka-2 {
  left: 1070px;
  top: 568px;
  z-index: -2;
}

.page-1 .so-heka-3 {
  left: 683px;
  top: 638px;
  z-index: -3;
}

.page-1 .so-heka-4 {
  left: 91px;
  top: 78px;
  width: 1283px;
  height: 390px;
  z-index: -4;
}

.page-1 .so-heka-5 {
  left: 0px;
  top: 0px;
  z-index: -5;
}

.page-1 .so-heka-6 {
  left: 1039px;
  top: 0px;
  z-index: -6;
}

.page-1 .so-heka-7 {
  left: 260px;
  top: 0px;
  z-index: -7;
}

.page-1 .so-heka-8 {
  left: 521px;
  top: 0px;
  z-index: -8;
}

.page-1 .so-heka-9 {
  left: 779px;
  top: 0px;
  z-index: -9;
}

.page-1 .so-heka-10 {
  left: 0px;
  top: 0px;
  z-index: -10;
}

.page-1 .blinker-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  z-index: 999;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
}

.page-1 .hand {
  position: absolute;
  left: 64%;
  top: 28%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  display: none;
}

.page-1 .ans-card {
  width: 954px;
  height: 465px;
  overflow: hidden;
  background-image: url('../resource/ans-card.png');
}

.page-1 .ans-card.active .fuka {
  bottom: 45px;
}

.page-1 .ans-card {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-1 .ans-card h2 {
  color: #795a56;
  font-size: 32px;
  position: absolute;
  top: 50px;
  left: 50px;
}

.page-1 .ans-card h1 {
  color: #97380f;
  font-size: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 111px;
}

.page-1 .ans-card .fuka {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  margin: 0 auto;
  transition: bottom 0.5s;
  width: 429px;
  height: 77px;
  background-image: url('../resource/xingji.png');
}

.page-1 .ans-card .ans-item-1 {
  left: 55px;
}

.page-1 .ans-card .ans-item-2 {
  left: 497px;
}

.page-1 .hand-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.page-1 .fuka .num {
  font-size: 34px;
  color: red;
  position: absolute;
  line-height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 40px;
  font-weight: bold;
}

.page-1 .fuka .num1 {
  left: 155px;
}

.page-1 .fuka .num2 {
  left: 355px;
}

.page-1 .so-heka-4 img {
  width: 245px;
}

.page-1 .get-image {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.page-1 .scale-box-2 .scale-box {
  margin: auto;
}

.page-1 .ans-item {
  background-image: url('../resource/xuanxiang-bg.png');
  position: absolute;
  top: 217px;
  width: 386px;
  padding-left: 30px;
  line-height: 72px;
  color: #5b4c1a;
  font-size: 26px;
  background-repeat: no-repeat;
}
.music-menu {
  position: absolute;
  right: 10px;
  top: 10%;
  z-index: 9;
  width: 35px;
  height: 35px;
}

.music-menu .music-icon {
  width: 35px;
  height: 35px;
}

.music-menu .active {
  -webkit-animation: musicturn 12s linear infinite;
          animation: musicturn 12s linear infinite;
}

@-webkit-keyframes musicturn {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes musicturn {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}
.share-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.share-page img {
  position: absolute;
  top: 5%;
  right: 0;
  max-width: 67%;
  max-height: 60%;
}
.page2 .so {
  position: absolute;
}

.page2 .so-0 {
  left: 256px;
  top: 176px;
  width: 987px;
  height: 485px;
  z-index: 1;
}

.page2 .ani {
  opacity: 0;
  -webkit-animation: ani 1s 1 0s linear;
          animation: ani 1s 1 0s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes ani {
  0% {
    transform: scale(4);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

@keyframes ani {
  0% {
    transform: scale(4);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

.page2 .so-1 {
  left: 83px;
  top: 101px;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
}

.page2 .so-2 {
  left: 0px;
  top: 332px;
  z-index: -1;
}

.page2 .so-3 {
  left: 670px;
  top: 332px;
  z-index: -2;
}

.page2 .so-4 {
  left: 335px;
  top: 332px;
  z-index: -3;
}

.page2 .so-5 {
  left: 670px;
  top: 165px;
  z-index: -4;
}

.page2 .so-6 {
  left: 335px;
  top: 165px;
  z-index: -5;
}

.page2 .so-7 {
  left: 0px;
  top: 165px;
  z-index: -6;
}

.page2 .so-8 {
  left: 670px;
  top: 0px;
  z-index: -7;
}

.page2 .so-9 {
  left: 335px;
  top: 0px;
  z-index: -8;
}

.page2 .so-10 {
  left: 0px;
  top: 0px;
  z-index: -9;
}

.page2 .so-11 {
  left: 455px;
  top: 56px;
  width: 600px;
  height: 67px;
  z-index: -10;
}

.page2 .so-12 {
  left: 384px;
  top: 0px;
  z-index: -11;
}

.page2 .so-13 {
  left: 0px;
  top: 12px;
  z-index: -12;
}

.page2 .bg {
  position: absolute;
  left: 0;
  top: 0;
}

.page2 .news-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  z-index: 9;
  width: 1000px;
  height: 600px;
  padding: 50px;
  box-shadow: 2px 2px 10px #b7b1b1;
  top: -1800px;
  transition: top 1s;
}

.page2 .news-box .news-box-item {
  height: 100%;
  overflow: auto;
  display: none;
}

.page2 .news-box .news-box-item h2 {
  font-size: 42px;
  text-align: center;
  line-height: 68px;
}

.page2 .news-box .news-box-item h3 {
  text-align: center;
  line-height: 74px;
  font-size: 24px;
  color: #666;
}

.page2 .news-box .news-box-item img {
  display: block;
  margin: 25px auto;
}

.page2 .news-box .news-box-item p {
  font-size: 36px;
  line-height: 56px;
  text-indent: 2em;
  margin-bottom: 10px;
}

.page2 .news-box .news-box-item .info {
  font-size: 25px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #999;
  text-align: center;
}

.page2 .close-box {
  position: absolute;
  right: -33px;
  top: -33px;
  width: 70px;
  height: 70px;
}

.page2 .button-box {
  position: absolute;
  bottom: 0;
  width: 1000px;
  display: flex;
  justify-content: space-around;
  left: 0;
  right: 0;
  margin: auto;
}

.page2 .button-box img {
  height: 66px;
}

.page2 .big-image-show .info {
  color: white;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.page2 .button-box {
  opacity: 0;
  display: none;
  transition: opacity 0.5s;
}

.page2 .active.button-box {
  display: flex;
  opacity: 1;
}

.page2 .qifen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 90%;
  bottom: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
/* 页面切换动画 */

/* 动画效果 */
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

