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: white;
}

.loading-box .loading {
  position: absolute;
  left: -50%;
  top: -16%;
  bottom: 0;
  margin: auto;
  transition: left 2s;
}

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

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

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

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

.loading-box .show {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 225px;
}
[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 .so-0 {
  left: 0px;
  top: 0px;
  width: 750px;
  height: 1508px;
  z-index: 0;
}

.page-1 .so-1 {
  left: 405px;
  top: 646px;
  z-index: 100;
  display: none;
}

.page-1 .so-2 {
  left: 658px;
  top: 1241px;
  z-index: 20;
}

.page-1 .so-3 {
  left: 469px;
  top: 1040px;
  z-index: 2;
  width: 117px;
}

.page-1 .so-4 {
  left: 469px;
  top: 843px;
  z-index: 2;
  width: 117px;
}

.page-1 .so-5 {
  left: 469px;
  top: 933px;
  z-index: 2;
  width: 117px;
}

.page-1 .so-6 {
  left: 311px;
  top: 651px;
  z-index: 2;
}

.page-1 .so-7 {
  left: 189px;
  top: 1103px;
  z-index: 2;
}

.page-1 .so-8 {
  left: 189px;
  top: 1016px;
  z-index: 2;
}

.page-1 .so-9 {
  left: 189px;
  top: 930px;
  z-index: 2;
}

.page-1 .so-10 {
  left: 189px;
  top: 843px;
  z-index: 2;
}

.page-1 .so-11 {
  left: 324px;
  top: 1103px;
  z-index: 2;
}

.page-1 .so-12 {
  left: 324px;
  top: 1016px;
  z-index: 2;
}

.page-1 .so-13 {
  left: 324px;
  top: 930px;
  z-index: 3;
}

.page-1 .so-14 {
  left: 324px;
  top: 843px;
  z-index: 2;
}

.page-1 .so-15 {
  left: 0px;
  top: 176px;
  z-index: 3;
}

.page-1 .button {
  z-index: 10;
}

.page-1 .so-16 {
  left: 193px;
  top: 174px;
  z-index: 1;
}

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

.page-1 .text {
  position: absolute;
  right: 190px;
  font-size: 22px;
  top: 743px;
  color: #374756;
  z-index: 9;
}

.page-1 .electricity {
  height: 14px;
  top: 555px;
  position: absolute;
  left: 518px;
  display: flex;
  width: 24px;
  z-index: 9;
}

.page-1 .electricity .lave {
  height: 14px;
  width: 8px;
  background-color: black;
}

.page-1 .jiujia {
  position: absolute;
  left: 13px;
  right: 0;
  margin: auto;
  top: 615px;
  display: none;
  z-index: 9;
}

.page-1 .jiujing-text {
  position: absolute;
  left: 214px;
  top: 743px;
  font-size: 21px;
  color: #374756;
  z-index: 3;
}

.page-1 .jiujing-show {
  position: absolute;
  top: 656px;
  width: 312px;
  line-height: 50px;
  left: 10px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  color: white;
  z-index: 9;
}

.page-1 .zhangdan {
  position: absolute;
  left: 53px;
  right: 0;
  margin: auto;
  top: 89px;
  z-index: -17;
  top: 455px;
  z-index: 2;
  transition: top 4s;
  width: 410px;
}

.page-1 .button:active {
  transform: scale(0.9);
}

.page-1 .jiujing-info {
  position: absolute;
  top: 550px;
  left: 270px;
  font-size: 22px;
  display: none;
  z-index: 9;
}

.page-1 .jiujing-info {
  color: red;
}

.page-1 .xinhao {
  position: absolute;
  width: 37px;
  height: 37px;
  background-image: url(../resource/xinhao3.png);
  top: 549px;
  left: 215px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.page-1 .danmu, .page3 .danmu2 {
  position: absolute;
  -webkit-animation: danmux 10s linear 0s  infinite;
          animation: danmux 10s linear 0s  infinite;
}

@-webkit-keyframes danmux {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-750px);
  }
}

@keyframes danmux {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-750px);
  }
}

.page-1 .danmu-box, .page3 .danmu-box2 {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}


.page1 .danmu-box2 {
  opacity: 0;
  transition: opacity 0.8s;
}

.page3 .danmu-box2 {
  z-index: -6;
}

.page-1 .jiazai {
  position: absolute;
  left: 0;
  right: 0;
  top: 582px;
  z-index: 9;
  margin: 0 auto;
  display: none;
}
.page2 {
  background-image: url('../resource/mainbg.jpg');
}

.page2 .so-0 {
  left: 49px;
  top: 222px;
  width: 679px;
  height: 1019px;
  z-index: 4;
}

.page2 .so-1 {
  left: 102px;
  top: 1180px;
  z-index: 5;
}

.page2 .so-2 {
  left: 448px;
  top: 1180px;
  z-index: 20;
}

.page2 .so-3 {
  left: 0px;
  top: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.share-page {
  display: none;
  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;
  width: 67%;
}
.page3 .so-0 {
  left: 0px;
  top: 0px;
  width: 750px;
  height: 1508px;
  z-index: 0;
}

.page3 .so-1 {
  left: 44px;
  top: 390px;
  z-index: -1;
}

.page3 .so-2 {
  left: 233px;
  top: 1126px;
  z-index: -2;
}
.page3 .so-2:active {
  transform: scale(0.9, 0.9);
}

.page3 .so-3 {
  left: 16px;
  top: 702px;
  z-index: -3;
}

.page3 .so-4 {
  left: 0;
  top: 200px;
  z-index: -4;
}

.page3 .so-5 {
  left: 44px;
  top: 1004px;
  z-index: -5;
}

.page3 .so-6 {
  left: 506px;
  top: 804px;
  z-index: -6;
}

.page3 .so-7 {
  left: 68px;
  top: 516px;
  z-index: -7;
}

.page3 .so-8 {
  left: 0px;
  top: 601px;
  z-index: -8;
}

.page3 .so-9 {
  left: 235px;
  top: 627px;
  z-index: -9;
}

.page3 .so-10 {
  left: 0px;
  top: 444px;
  z-index: -10;
}

.page3 .so-11 {
  left: 353px;
  top: 36px;
  z-index: -11;
}

.page3 .so-12 {
  left: 416px;
  top: 474px;
  z-index: -12;
}

.page3 .so-13 {
  left: 0px;
  top: 678px;
  z-index: -13;
}

.page3 .so-14 {
  left: 620px;
  top: 620px;
  z-index: -14;
}

.page3 .so-15 {
  left: 204px;
  top: 727px;
  z-index: -15;
}

.page3 .so-16 {
  left: 515px;
  top: 714px;
  z-index: -16;
}

.page3 .so-17 {
  left: 359px;
  top: 554px;
  z-index: -17;
}

.page3 .so-18 {
  left: 0px;
  top: 800px;
  z-index: -18;
}

.page3 .so-19 {
  left: 0px;
  top: 0px;
  z-index: -19;
}

.page3 .danmu {
  position: absolute;
  -webkit-animation: danmu 2s linear 0s  infinite;
          animation: danmu 2s linear 0s  infinite;
}

@-webkit-keyframes danmu {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-750px);
  }
}

@keyframes danmu {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-750px);
  }
}

.page3 .danmu-box {
  position: absolute;
  bottom: 0;
  height: 400px;
  width: 100%;
  overflow: hidden;
}

@-webkit-keyframes yourAnimation {
  0% {
    transform: rotate(0deg) translateX(0) translateY(0);
  }

  50% {
    transform: rotate(0deg) translateX(0) translateY(-10px);
  }

  100% {
    transform: rotate(0deg) translateX(0) translateY(0);
  }
}

@keyframes yourAnimation {
  0% {
    transform: rotate(0deg) translateX(0) translateY(0);
  }

  50% {
    transform: rotate(0deg) translateX(0) translateY(-10px);
  }

  100% {
    transform: rotate(0deg) translateX(0) translateY(0);
  }
}

.page3 .elementToAnimate {
  -webkit-animation: yourAnimation 3s infinite 0s linear;
          animation: yourAnimation 3s infinite 0s linear;
}
/* 页面切换动画 */
.o-page-moveToBottom {
	-webkit-animation: moveToBottom .6s ease both;
	-moz-animation: moveToBottom .6s ease both;
	animation: moveToBottom .6s ease both;
}

@-webkit-keyframes moveToBottom {
	to { -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveToBottom {
	to { -moz-transform: translateY(100%); }
}
@keyframes moveToBottom {
	to { transform: translateY(100%); }
}
.o-page-moveFromTop {
	-webkit-animation: moveFromTop .6s ease both;
	-moz-animation: moveFromTop .6s ease both;
	animation: moveFromTop .6s ease both;
}

@-webkit-keyframes moveFromTop {
	from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveFromTop {
	from { -moz-transform: translateY(-100%); }
}
@keyframes moveFromTop {
	from { transform: translateY(-100%); }
}

/* 动画效果 */
@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;
}

.nshow {
  position: absolute;
  left: 0;
  right: 0;
  top: 180px;
  margin: 0 auto;
  pointer-events: none;
}