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

[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);}
}

.loading-box {
  width: 100%;
  height: 100%;
  background-image: url('../resource/bg2.jpg');
}

.loading-box .loading {
  position: absolute;
  left: 0;
  right: 0;
  top: -6%;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.loading-box .loading-bar {
  position: absolute;
  top: 0%;
  bottom: 0%;
  height: 10px;
  background-color: #245cb0;
  width: 25%;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 20px;
  padding: 4px;
  box-shadow: 1px 1px 6px #5d739c;
  z-index: 6;
}

.loading-box .num-bar {
  background-color: #559bd9;
  height: 10px;
  border-radius: 5px;
  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: white;
  font-weight: bold;
}

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

.loading-box .daziji {
  position: absolute;
  left: 0;
  right: 0;
  top: 604px;
  margin: auto;
  z-index: 2;
}

.loading-box .zhi {
  position: absolute;
  left: 0;
  right: 0;
  top: 602px;
  margin: auto;
  z-index: 0;
  transition: top 2s;
}

[o-animation="floatUpDown"] {
  -webkit-animation: floatUpDown 3s linear infinite;
  animation: floatUpDown 3s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes floatUpDown {
  0% { transform: translateY(-4vh);}
  50% {transform: translateY(-8vh);}
  100% {transform: translateY(-4vh);}
}

@-webkit-keyframes float {
  0% { transform: translateY(-4vh);}
  50% {transform: translateY(-8vh);}
  100% {transform: translateY(-4vh);}
}

@keyframes float {
  0% { transform: translateY(-4vh);}
  50% {transform: translateY(-8vh);}
  100% {transform: translateY(-4vh);}
}


[o-animation="floatLeftRightSmal"] {
  -webkit-animation: floatLeftRightSmal 3s linear infinite;
  animation: floatLeftRightSmal 3s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes floatLeftRightSmal {
  0% { transform: translateX(-5px);}
  50% {transform: translateX(5px);}
  100% {transform: translateX(-5px);}
}

@keyframes floatLeftRightSmal {
  0% { transform: translateX(-5px);}
  50% {transform: translateX(5px);}
  100% {transform: translateX(-5px);}
}

@-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;
}


[o-animation="floatRightLeftSmal"] {
  -webkit-animation: floatRightLeftSmal 3s linear infinite;
  animation: floatRightLeftSmal 3s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes floatRightLeftSmal {
  0% { transform: translateX(5px);}
  50% {transform: translateX(-5px);}
  100% {transform: translateX(5px);}
}

@keyframes floatRightLeftSmal {
  0% { transform: translateX(5px);}
  50% {transform: translateX(-5px);}
  100% {transform: translateX(5px);}
}

.page-1 .so-0 {
  left: 0px;
  top: 0px;
  width: 750px;
  height: 1508px;
  z-index: 0;
}

.page-1 .so-1 {
  left: 273px;
  top: 1243px;
  z-index: -1;
}

.page-1 .so-2 {
  left: 316px;
  top: 180px;
  z-index: -2;
}

.page-1 .so-3 {
  left: 89px;
  top: 275px;
}

.page-1 .so-4 {
  left: 97px;
  top: 395px;
}

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

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

.page-1 .so-7 {
  left: 380px;
  top: 498px;
  z-index: -7;
}

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

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

.page-1 .so-10 {
  left: 51px;
  top: 536px;
  z-index: -10;
}

.page-1 .so-11 {
  left: 541px;
  top: 494px;
  z-index: -11;
}

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

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

.page-1 .people-1 {
  left: 61px;
  top: 502px;
  width: 298px;
  height: 771px;
  z-index: 0;
}

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

.page-1 .so-3-2 {
  left: 32px;
  top: 209px;
  z-index: -2;
}
.page2 {
  background-image: url('../resource/bg2.jpg');
}

.page2 .so-0 {
  left: 0px;
  top: 0px;
  width: 750px;
  height: 1508px;
  z-index: 0;
}

.page2 .so-1 {
  left: 273px;
  top: 1245px;
  z-index: -1;
}

.page2 .so-2 {
  left: 57px;
  top: 273px;
  z-index: -2;
}

.page2 p {
  position: absolute;
  left: 0;
  right: 0;
  top: 425px;
  width: 500px;
  margin: auto;
  color: #4779cb;
  font-size: 35px;
  line-height: 60px;
  text-indent: 2em;
}

.page2 .text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 420px;
  opacity: 0;
  transition: opacity 1s;
}
.page3 {
  background-image: url('../resource/bg2.jpg');
}

.page3 .so-0 {
  left: 57px;
  top: 224px;
  width: 637px;
  height: 1089px;
  z-index: 0;
}

.page3 .so-0 .active-index {
  color: white;
  position: absolute;
  left: 96px;
  top: 86px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
}

.page3 .so-1 {
  left: 6px;
  top: 897px;
  z-index: -1;
}

.page3 .so-2 {
  left: 5px;
  top: 711px;
  z-index: -2;
}

.page3 .so-3 {
  left: 6px;
  top: 549px;
  z-index: -3;
}

.page3 .so-4 {
  left: 79px;
  top: 456px;
  z-index: -4;
}

.page3 .so-5 {
  left: 216px;
  top: 1019px;
  z-index: 2;
  display: none;
}

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

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

.page3 .message-box {
  position: absolute;
  left: -30px;
  right: 0;
  top: 510px;
  width: 640px;
  margin: auto;
  font-size: 26px;
}

.page3 .message-box .message-item {
  margin-bottom: 20px;
  text-indent: 2em;
  line-height: 34px;
  color: #487bcc;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 35px;
  font-weight: bold;
}

.page3 .message-box .message-item p {
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #4779cb;
  background-color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.page3 .message-box .active p {
  background-image: linear-gradient(#4576ca, #66b5e2);
  color: white;
  border-color: transparent;
}

.page3 .card-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 165px;
  width: 555px;
  height: 230px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-color: #f9f7f8;
  background-position: center center;
}

.page3 .fensui {
  position: absolute;
  left: 0;
  top: 0;
  width: 750px;
  height: 1508px;
  z-index: 9;
  display: none;
}

.page3 .fensui .so-2-1 {
  left: 30px;
  top: 198px;
  z-index: 2;
  opacity: 0;
}

.page3 .fensui .so-2-2 {
  left: 273px;
  top: 1245px;
  z-index: 1;
  display: none;
}

.page3 .fensui .so-2-3 {
  left: 100px;
  top: 490px;
  transition: top 2s;
  transition-timing-function: linear;
}

.page3 .fensui .so-2-4 {
  left: 58px;
  top: 484px;
  z-index: 1;
}

.page3 .fensui .so-2-5 {
  left: 207px;
  top: 706px;
  z-index: 2;
  width: 333px;
  height: 124px;
  transition: opacity 1s;
  color: white;
  font-size: 34px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 6px;
  background-image: url('../resource/23614.png');
}

.page3 .fensui .so-2-6 {
  left: 11px;
  top: 593px;
  z-index: 1;
}

.page3 .fensui-show {
  width: 555px;
  height: 230px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 626px;
  background-color: #f3f0f0;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 6;
  transition: bottom 2s, height 2s;
  transition-timing-function: linear;
}

.page3 .shengcheng {
  display: block;
}

.page3 .shengcheng .fensui-show {
  bottom: 865px;
  height: 0;
}

.page3 .shengcheng .so-2-3 {
  top: 235px;
}

.page3 .shengcheng .active-index {
  color: white;
  position: absolute;
  left: 158px;
  top: 567px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  z-index: 99;
}

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

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

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

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

.page3 .ani {
  -webkit-animation: ani1 0.5s 1 0s linear;
          animation: ani1 0.5s 1 0s linear;
}
.page4 {
  background-image: url('../resource/bg2.jpg');
}

.page4 .so-0 {
  left: 0px;
  top: 0px;
  width: 750px;
  height: 1508px;
  z-index: 0;
}

.page4 .so-1 {
  left: 407px;
  top: 1233px;
  z-index: 99;
}

.page4 .so-2 {
  left: 138px;
  top: 1233px;
  z-index: 99;
}

.page4 .so-3 {
  left: 11px;
  top: 180px;
  z-index: -3;
}

.page4 .lave {
  position: absolute;
  left: 8px;
  right: 0;
  margin: auto;
  top: 323px;
}

.page4 .code {
  position: absolute;
  left: 0;
  right: 0;
  top: 484px;
  font-size: 38px;
  text-align: center;
  color: white;
  font-weight: bold;
  letter-spacing: 3px;
}

.page4 #canvas {
  width: 750px;
  height: 1508px;
  z-index: 9;
  position: absolute;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.page4 .show {
  width: 750px;
  height: 1508px;
  position: absolute;
  left: 750px;
  top: 0;
  transition: left 0.5s;
}
.music-menu {
  position: absolute;
  right: 10px;
  top: 10%;
  z-index: 9;
  width: 30px;
  height: 30px;
}

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

.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);
  }
}
/* 页面切换动画 */
.o-page-rotateCubeLeftOut {
	-webkit-transform-origin: 100% 50%;
	-webkit-animation: rotateCubeLeftOut .6s both ease-in;
	-moz-transform-origin: 100% 50%;
	-moz-animation: rotateCubeLeftOut .6s both ease-in;
	transform-origin: 100% 50%;
	animation: rotateCubeLeftOut .6s both ease-in;
}
@-webkit-keyframes rotateCubeLeftOut {
	50% { -webkit-animation-timing-function: ease-out;  -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
	100% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@-moz-keyframes rotateCubeLeftOut {
	50% { -moz-animation-timing-function: ease-out;  -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
	100% { opacity: .3; -moz-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateCubeLeftOut {
	50% { animation-timing-function: ease-out;  transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
	100% { opacity: .3; transform: translateX(-100%) rotateY(-90deg); }
}
.o-page-rotateCubeLeftIn {
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: rotateCubeLeftIn .6s both ease-in;
	-moz-transform-origin: 0% 50%;
	-moz-animation: rotateCubeLeftIn .6s both ease-in;
	transform-origin: 0% 50%;
	animation: rotateCubeLeftIn .6s both ease-in;
}

@-webkit-keyframes rotateCubeLeftIn {
	0% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); }
	50% { -webkit-animation-timing-function: ease-out;  -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
}
@-moz-keyframes rotateCubeLeftIn {
	0% { opacity: .3; -moz-transform: translateX(100%) rotateY(90deg); }
	50% { -moz-animation-timing-function: ease-out;  -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
}
@keyframes rotateCubeLeftIn {
	0% { opacity: .3; transform: translateX(100%) rotateY(90deg); }
	50% { animation-timing-function: ease-out;  transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
}
.o-page-rotateCubeRightOut {
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: rotateCubeRightOut .6s both ease-in;
	-moz-transform-origin: 0% 50%;
	-moz-animation: rotateCubeRightOut .6s both ease-in;
	transform-origin: 0% 50%;
	animation: rotateCubeRightOut .6s both ease-in;
}
@-webkit-keyframes rotateCubeRightOut {
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
	100% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@-moz-keyframes rotateCubeRightOut {
	50% { -moz-animation-timing-function: ease-out; -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
	100% { opacity: .3; -moz-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateCubeRightOut {
	50% { animation-timing-function: ease-out; transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
	100% { opacity: .3; transform: translateX(100%) rotateY(90deg); }
}
.o-page-rotateCubeRightIn {
	-webkit-transform-origin: 100% 50%;
	-webkit-animation: rotateCubeRightIn .6s both ease-in;
	-moz-transform-origin: 100% 50%;
	-moz-animation: rotateCubeRightIn .6s both ease-in;
	transform-origin: 100% 50%;
	animation: rotateCubeRightIn .6s both ease-in;
}


@-webkit-keyframes rotateCubeRightIn {
	0% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); }
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
}
@-moz-keyframes rotateCubeRightIn {
	0% { opacity: .3; -moz-transform: translateX(-100%) rotateY(-90deg); }
	50% { -moz-animation-timing-function: ease-out; -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
}
@keyframes rotateCubeRightIn {
	0% { opacity: .3; transform: translateX(-100%) rotateY(-90deg); }
	50% { animation-timing-function: ease-out; transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
}

/* 动画效果 */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

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

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

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

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100vh, 0);
    visibility: visible;
  }

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

.slideInUp {
  animation-name: slideInUp;
}

@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;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

