body, html, .owo, .page-box {
  padding: 0;
  margin: 0;
}

.owo-animation {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-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;
}

/* 清除浮动 */
.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;
}
.owo-animation-turn {
  -webkit-animation: turn 12s linear infinite;
  animation: turn 12s linear infinite;
}

@-webkit-keyframes turn {
  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 turn {
  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);
  }
}

.loading-page {
  position: absolute;
  left: 0;
  right: 0;
  top: -10%;
  bottom: 0;
  margin: auto;
  background-color: #e32a2a;
  background-image: url('../resource/loading-bg.png');
}

.loading-page .num {
  color: #ffd580;
  font-size: 35px;
  text-align: center;
  margin: auto;
  line-height: 60px;
}

.loading-page .loading-box {
  width: 100%;
  height: 345px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.loading-page .loading-box .loading {
  display: block;
  margin: 0 auto;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.loading-page .loading-box p {
  font-size: 30px;
  line-height: 120px;
  text-align: center;
  color: #ffd580;
  margin-top: 30px;
}.owo-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%{-webkit-transform:scale(0.9);transform:scale(0.9);}
  100%{-webkit-transform:scale(1);transform:scale(1);}
}

.owo-animation-floatUpDownSmall {
  -webkit-animation: floatUpDownSmall 3s linear infinite;
  animation: floatUpDownSmall 3s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes floatUpDownSmall {
  0% { -webkit-transform: translateY(-2px); transform: translateY(-2px);}
  50% {-webkit-transform: translateY(2px);transform: translateY(2px);}
  100% {-webkit-transform: translateY(-2px);transform: translateY(-2px);}
}

@keyframes floatUpDownSmall {
  0% { -webkit-transform: translateY(-2px); transform: translateY(-2px);}
  50% {-webkit-transform: translateY(2px);transform: translateY(2px);}
  100% {-webkit-transform: translateY(-2px);transform: translateY(-2px);}
}

.start-page .so-3 {
  position: absolute;
  left: 0px;
  z-index: 3;
  top: 0px;
}

.start-page .so-1 {
  position: absolute;
  left: -57px;
  z-index: 1;
  top: 179px;
}

.start-page .so-2-2 {
  position: absolute;
  left: 123px;
  z-index: 2;
  top: 9px;
}

.start-page .so-2-3 {
  position: absolute;
  left: 0px;
  z-index: 3;
  top: 81px;
}

.start-page .so-2-1 {
  position: absolute;
  left: 458px;
  z-index: 1;
  top: 0px;
}

.start-page .so-2-5 {
  position: absolute;
  left: 130px;
  z-index: 5;
  top: 338px;
}

.start-page .so-2-4 {
  position: absolute;
  left: 614px;
  z-index: 4;
  top: 316px;
}

.start-page .so-2-6 {
  position: absolute;
  left: 500px;
  z-index: 6;
  top: 262px;
}

.start-page .so-2-7 {
  position: absolute;
  left: 340px;
  z-index: 7;
  top: 262px;
}

.start-page .so-4 {
  position: absolute;
  left: 223px;
  z-index: 4;
  top: 1108px;
}

.start-page .mouse {
  position: absolute;
  left: -50px;
  top: 866px;
  width: 849px;
  height: 902px;
  z-index: 2;
  -webkit-transition: top 0.6s ease;
  transition: top 0.6s ease;
}

.start-page {
  overflow: hidden;
  position: relative;
}.owo-animation-rotate {
  -webkit-animation: rotate 6s linear alternate infinite;
  animation: rotate 6s linear alternate infinite;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

.page-1 .mouse {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.page-1 .text {
  position: absolute;
  bottom: 0;
  top: 9%;
  font-size: 86px;
  width: 100px;
  line-height: 100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 400px;
  -webkit-box-align: center;
          align-items: center;
  color: #ffdc99;
  font-weight: bold;
}

.page-1 .so-7 {
  position: absolute;
  left: -82px;
  z-index: 7;
  top: -115px;
  opacity: 0.50196078;
}

.page-1 .so-8 {
  position: absolute;
  left: 23px;
  z-index: 8;
  top: -33px;
  opacity: 0.50196078;
}

.page-1 .so-6 {
  position: absolute;
  left: 545px;
  z-index: 6;
  top: -33px;
  opacity: 0.50196078;
}

.page-1 .so-4 {
  position: absolute;
  left: 650px;
  z-index: 4;
  top: -115px;
  opacity: 0.50196078;
}

.page-1 .so-3 {
  position: absolute;
  left: 214px;
  z-index: 3;
  top: 213px;
}

.page-1 .so-15 {
  position: absolute;
  left: 211px;
  z-index: 15;
  top: 1103px;
}

.page-1 .so-2 {
  position: absolute;
  left: -144px;
  z-index: 2;
  top: -166px;
}

.page-1 .lable {
  display: none;
}

.page-1 .so-14 {
  position: absolute;
  left: 287px;
  z-index: 14;
  top: 427px;
}

.page-1 .so-13 {
  position: absolute;
  left: 289px;
  z-index: 13;
  top: 417px;
}

.page-1 .so-12 {
  position: absolute;
  left: 292px;
  z-index: 12;
  top: 412px;
}

.page-1 .so-11 {
  position: absolute;
  left: 290px;
  z-index: 11;
  top: 425px;
}

.page-1 .so-10 {
  position: absolute;
  left: 291px;
  z-index: 10;
  top: 428px;
}

.page-1 .so-9 {
  position: absolute;
  left: 287px;
  z-index: 9;
  top: 407px;
}

.page-1 .prop-2 {
  position: absolute;
  left: 90px;
  z-index: 2;
  top: 370px;
}

.page-1 .prop-4 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  top: 934px;
  margin: auto;
}

.page-1 .prop-3 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  top: 842px;
  margin: auto;
}

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

.page-1 .show {
  top: 0%;
}

.page-1 .play-text {
  position: absolute;
  top: 703px;
  left: 258px;
  z-index: 9;
  color: #fe5838;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
}

.page-1 .envelope {
  position: absolute;
  z-index: 9;
  top: -200px;
}

.page-1 .rat {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  overflow: hidden;
  -webkit-transition: top 1s ease;
  transition: top 1s ease;
  background-image: url('../resource/bg-1.jpg');
}

.page-1 .rat.active {
  top: 200px;
}

.page-1 .play-text-2 {
  position: absolute;
  top: 608px;
  font-size: 40px;
  z-index: 9;
  line-height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  color: #fe5838;
}
.pass-page {
  background-color: #e32a2a;
  background-image: url('../resource/loading-bg.png');
}

.pass-page .so-3 {
  position: absolute;
  left: 124px;
  z-index: 3;
  top: 259px;
}

.pass-page .so-2 {
  position: absolute;
  left: 82px;
  z-index: 2;
  top: 199px;
}

.pass-page .so-5 {
  position: absolute;
  left: 90px;
  z-index: 5;
  top: 1246px;
}

.pass-page .so-4 {
  position: absolute;
  left: 476px;
  z-index: 4;
  top: 1249px;
}

.pass-page .show {
  position: absolute;
  z-index: 9;
  left: 1px;
  right: 0;
  margin: auto;
  top: 410px;
  width: 510px;
  height: 765px;
}

.pass-page .text {
  position: absolute;
  top: 276px;
  font-size: 36px;
  z-index: 9;
  text-align: center;
  width: 100%;
  color: #c81f1a;
  font-weight: bold;
}@-webkit-keyframes flicker {
  from {
    opacity: 100%;
  }

  to {
    opacity: 10%;
  }
}

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

  to {
    opacity: 10%;
  }
}

.owo-animation-flicker {
  -webkit-animation: flicker 2s linear 0s infinite alternate;
  animation: flicker 2s linear 0s infinite alternate;
}

.share-page {
  background-color: #e32a2a;
  background-image: url('../resource/loading-bg.png');
}

.share-page .so-5 {
  position: absolute;
  left: 302px;
  z-index: 5;
  top: 1010px;
}

.share-page .so-4 {
  position: absolute;
  left: 125px;
  z-index: 6;
  top: 1049px;
}

.share-page .so-3 {
  position: absolute;
  left: 434px;
  z-index: 7;
  top: 1049px;
}

.share-page .so-6 {
  position: absolute;
  left: 455px;
  z-index: 6;
  top: 1288px;
}

.share-page .show-image {
  position: absolute;
  height: 56%;
  left: 0;
  right: 0;
  margin: auto;
  top: 10%;
  z-index: 99;
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  box-shadow: 2px 4px 13px #b9322e;
}

.share-page .so-4-1 {
  position: absolute;
  left: 126px;
  z-index: 4;
  top: 1193px;
}

.share-page .so-3-1 {
  position: absolute;
  left: 326px;
  z-index: 3;
  top: 1181px;
}

.share-page .so-5-1 {
  position: absolute;
  left: 440px;
  z-index: 5;
  top: 1193px;
}

.share-page .bottom-info {
  position: absolute;
  bottom: 14%;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 19px;
  line-height: 26px;
  opacity: 0.8;
}
.game {
  background-color: white;
  background-image: url('../resource/bg.jpg');
}

.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;
}
.share-box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.share-box img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.music-menu .music-icon {
  position: absolute;
  right: 10px;
  top: 10%;
  width: 67px;
  height: 67px;
  z-index: 99;
}

.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-flipOutLeft {
	-webkit-transform-origin: 50% 50%;
	-webkit-animation: flipOutLeft .5s both ease-in;
	-moz-transform-origin: 50% 50%;
	-moz-animation: flipOutLeft .5s both ease-in;
	transform-origin: 50% 50%;
	animation: flipOutLeft .5s both ease-in;
}

@-webkit-keyframes flipOutLeft {
	to { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-moz-keyframes flipOutLeft {
	to { -moz-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipOutLeft {
	to { transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
.o-page-flipInRight {
	-webkit-transform-origin: 50% 50%;
	-webkit-animation: flipInRight .5s both ease-out;
	-moz-transform-origin: 50% 50%;
	-moz-animation: flipInRight .5s both ease-out;
	transform-origin: 50% 50%;
	animation: flipInRight .5s both ease-out;
}

@-webkit-keyframes flipInRight {
	from { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-moz-keyframes flipInRight {
	from { -moz-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipInRight {
	from { transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
.o-page-delay500 {
	-webkit-animation-delay: .5s !important;
	-moz-animation-delay: .5s !important;
	animation-delay: .5s !important;
}
.o-page-flipOutRight {
	-webkit-transform-origin: 50% 50%;
	-webkit-animation: flipOutRight .5s both ease-in;
	-moz-transform-origin: 50% 50%;
	-moz-animation: flipOutRight .5s both ease-in;
	transform-origin: 50% 50%;
	animation: flipOutRight .5s both ease-in;
}

@-webkit-keyframes flipOutRight {
	to { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-moz-keyframes flipOutRight {
	to { -moz-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipOutRight {
	to { transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
.o-page-flipInLeft {
	-webkit-transform-origin: 50% 50%;
	-webkit-animation: flipInLeft .5s both ease-out;
	-moz-transform-origin: 50% 50%;
	-moz-animation: flipInLeft .5s both ease-out;
	transform-origin: 50% 50%;
	animation: flipInLeft .5s both ease-out;
}
@-webkit-keyframes flipInLeft {
	from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-moz-keyframes flipInLeft {
	from { -moz-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipInLeft {
	from { transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
/* 动画效果 */
@keyframes zoomIn2 {
  from {
    opacity: 0;
    transform: scale3d(1.8, 1.8, 1.8);
  }

  50% {
    opacity: 1;
  }
}
.zoomIn2 {
  animation-name: zoomIn2;
}
.page-1 .play-text {
    width: 249px;
    text-align: center;
    font-size: 30px;
    left: 232px;
}
