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-image: url('https://cunchu.site/ozzx/resource/lanse.jpg');
}

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

.loading-box .yaogan {
  position: absolute;
  left: 43px;
  right: 0;
  top: 24%;
  margin: auto;
}

.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: 10px;
  box-shadow: 2px 3px 9px #5d739c;
}

.loading-box .num-bar {
  background-color: #e47d6e;
  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: white;
  font-weight: bold;
}

.loading-box .text {
  bottom: -14%;
}
@-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="rotate"] {
  -webkit-animation: rotate 6s linear alternate infinite;
  animation: rotate 6s linear alternate infinite;
  transform-origin: center top;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}

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

.page-1 .so {
  position: absolute;
}

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

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

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

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

.page-1 .so-4 {
  left: 709px;
  top: 389px;
  z-index: 4;
}

.page-1 .so-5 {
  left: 19px;
  top: 731px;
  z-index: 3;
}

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

.page-1 .so-7 {
  left: 445px;
  top: 999px;
  width: 277px;
  height: 311px;
  z-index: 1;
}

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

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

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

.page-1 {
  background-color: #0085c7;
}
.page2 .so {
  position: absolute;
}

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

.page2 .so-1 {
  left: 66px;
  top: 470px;
  z-index: 1;
}

.page2 .so-2 {
  left: 436px;
  top: 1159px;
  z-index: 0;
}

.page2 {
  background-color: #0085c7;
}
.game {
  background-color: #0085c7;
  background-image: url('../images2/page3.png');
}

.game #fireworks {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
}

.game .puzzle-info {
  position: absolute;
  bottom: 12%;
  font-size: 30px;
  color: #ee6039;
  z-index: 99;
  right: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.game .puzzle_game {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.game .find {
  position: absolute;
  bottom: 15%;
  z-index: 99;
  width: 210px;
  height: auto;
  right: 15px;
}

.game .naozhong-box {
  background-image: url('../images2/naozhong.png');
  width: 167px;
  height: 158px;
  position: absolute;
  bottom: 218px;
  left: 10px;
  opacity: 0.8;
  pointer-events: none;
}

.game .naozhong-box span {
  width: 60px;
  height: 60px;
  color: #c26e28;
  display: block;
  position: absolute;
  left: 40px;
  top: 63px;
  font-size: 41px;
  text-align: center;
  line-height: 60px;
}

.game .info-show {
  background-image: url('../images2/info-show.png');
  width: 429px;
  height: 112px;
  position: absolute;
  top: 206px;
  left: 10px;
  pointer-events: none;
  position: relative;
}

.game .info-show .text {
  font-size: 32px;
  position: absolute;
  left: 128px;
  line-height: 113px;
  color: white;
}

.game .info-show .all {
  font-size: 28px;
  position: absolute;
  top: 51px;
  left: 53px;
  color: white;
}

.game .info-show .now {
  position: absolute;
  font-size: 30px;
  color: white;
  left: 23px;
  top: 26px;
}

.game .so {
  position: absolute;
}

.game .so-0 {
  left: 20px;
  top: 550px;
  width: 710px;
  height: 587px;
  z-index: 0;
}

.game .so-1 {
  left: 70px;
  top: 471px;
  z-index: -1;
}

.game .so-2 {
  left: 376px;
  top: 471px;
  z-index: -2;
}

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

.game .mask {
  position: absolute;
  left: 0;
  top: -100%;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: top 1s;
}

.game .mask p {
  position: absolute;
  top: 156px;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 37px;
  text-align: center;
  line-height: 54px;
  color: #592d06;
  font-weight: bold;
}

/* 页面切换动画 */
.o-page-moveToLeft {
	-webkit-animation: moveToLeft .6s ease both;
	-moz-animation: moveToLeft .6s ease both;
	animation: moveToLeft .6s ease both;
}

@-webkit-keyframes moveToLeft {
	to { -webkit-transform: translateX(-100%); }
}
@-moz-keyframes moveToLeft {
	to { -moz-transform: translateX(-100%); }
}
@keyframes moveToLeft {
	to { transform: translateX(-100%); }
}
.o-page-scaleUp {
	-webkit-animation: scaleUp .7s ease both;
	-moz-animation: scaleUp .7s ease both;
	animation: scaleUp .7s ease both;
}

@-webkit-keyframes scaleUp {
	from { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleUp {
	from { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleUp {
	from { opacity: 0; transform: scale(.8); }
}

/* 动画效果 */
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

.page3 {
  background-image: url('../images2/share-bg.jpg');
}

.page3 .pintu-info {
  background: url('../images2/pintuinfo.png');
  width: 731px;
  height: 471px;
  position: absolute;
  left: 10px;
  top: 765px;
  z-index: 9;
}

.page3 .text-1 {
  font-size: 40px;
  line-height: 60px;
  position: absolute;
  left: 517px;
  top: 871px;
  color: #ea5733;
  font-weight: bold;
  z-index: 10;
  width: 150px;
  text-align: center;
}

.page3 .text-2 {
  font-size: 34px;
  line-height: 60px;
  position: absolute;
  left: 423px;
  top: 924px;
  color: black;
  font-weight: bold;
  z-index: 10;
}

.page3 .text-3 {
  font-size: 40px;
  line-height: 60px;
  position: absolute;
  left: 458px;
  top: 981px;
  color: #ea5733;
  font-weight: bold;
  z-index: 10;
  width: 178px;
  text-align: center;
}

.share-icon {
  position: absolute;
  left: 75px;
  top: 298px;
  z-index: 7;
}

.change {
  position: absolute;
  left: 522px;
  top: 310px;
  z-index: 1000;
}

.canvas-image {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}