body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
article,
del,
em,
img,
i,
nav,
aside,
canvas,
footer,
header,
menu,
section,
ul,
li {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Arial, 'Microsoft YaHei';
  color: #666;
  background-color: #2d4082;
  overflow: hidden;
  position: relative;
}
.shake {
  animation: shake 0.4s;
  -webkit-animation: shake 0.4s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.bg {
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  animation: bg 1s;
  -webkit-animation: bg 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
li {
  list-style: none;
}
img {
  vertical-align: top;
  border: 0;
}
em,
i,
dfn {
  font-style: normal;
}
button {
  cursor: pointer;
  transition: 0.5s;
}
button:focus {
  border: none;
  outline: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
a:focus {
  outline: none;
}
.clear {
  zoom: 1;
}
.clear:after {
  display: block;
  clear: both;
  content: '';
}
/* BACKGROUND */
/*======================================*/
.bg-welcome {
  background-color: #2d4081;
}
.bg-page2 {
  background-color: #5f4ac3;
}
.bg-page3 {
  background-color: #243367;
}
.bg-page4 {
  background-color: #243367;
}
.gameTop {
  width: 100%;
  height: 70px;
  background: rgba(22, 31, 62, 0.7);
  position: absolute;
  bottom: 0px;
  z-index: 9;
}
.score {
  width: 263px;
  height: 100%;
  float: left;
  background: url(../images/monster4.png) no-repeat;
  background-size: 60px 52px;
  background-position: 22px 16px;
  text-indent: 88px;
  color: #55b9f8;
  line-height: 70px;
  font-size: 30px;
}
.time {
  width: 150px;
  float: left;
  background: url(../images/time.png) no-repeat left center;
  text-indent: 57px;
  line-height: 70px;
  font-size: 30px;
  color: #ffe400;
}
.music {
  width: 50px;
  height: 47px;
  background: url(../images/run.png) no-repeat;
  float: right;
  margin: 12px 20px 0px 0px;
  animation: round 5s;
  -webkit-animation: round 5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.musicStop {
  width: 50px;
  height: 47px;
  background: url(../images/stop.png) no-repeat;
  float: right;
  margin: 12px 20px 0px 0px;
}
.pageGame {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pageGame span {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  line-height: 50px;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0) translatex(-100px) translatey(-100px);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.pageGame span.run {
  z-index: 5;
}
.pageGame span.stop {
  z-index: 1;
}
.pageGame .monster1.run {
  width: 109px;
  height: 114px;
  background: url(../images/monster1.png) no-repeat;
}
.pageGame .monster1.stop {
  width: 180px;
  height: 138px;
  background: url(../images/monster11.png) no-repeat;
}
.pageGame .monster2.run {
  width: 109px;
  height: 113px;
  background: url(../images/monster2.png) no-repeat;
}
.pageGame .monster2.stop {
  width: 146px;
  height: 84px;
  background: url(../images/monster12.png) no-repeat;
}
.pageGame .monster3.run {
  width: 107px;
  height: 129px;
  background: url(../images/monster3.png) no-repeat;
}
.pageGame .monster3.stop {
  width: 103px;
  height: 94px;
  background: url(../images/monster13.png) no-repeat;
}
.pageGame .monster4.run {
  width: 125px;
  height: 110px;
  background: url(../images/monster4.png) no-repeat;
}
.pageGame .monster4.stop {
  width: 92px;
  height: 107px;
  background: url(../images/monster14.png) no-repeat;
}
.scrollBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 8;
}
.alert {
  width: 424px;
  height: 489px;
  background: url(../images/alert.png) no-repeat;
  position: absolute;
  top: 45%;
  margin-top: -245px;
  left: 50%;
  margin-left: -212px;
  z-index: 8;
}
.alert span {
  width: 400px;
  height: 60px;
  line-height: 34px;
  display: block;
  position: absolute;
  top: 240px;
  left: 12px;
  text-align: center;
  color: #FFF;
  font-size: 30px;
}

.alert em {
  width: 300px;
  line-height:24px;
  display: block;
  position: absolute;
  top: 240px;
  left: 82px;
  text-align: left;
  color: #FFF;
  font-size: 20px;
}

.alert button {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #FFF;
  border: 2px solid #c5212d;
  text-align: center;
  color: #ec636d;
  border-radius: 6px;
  box-shadow: 3px 3px 5px 0px rgba(197, 33, 48, 0.8);
  font-size: 30px;
  position: absolute;
  top: 370px;
  left: 112px;
}

.alert a {
  width: 198px;
  height: 38px;
  line-height: 40px;
  background: #FFF;
  border: 2px solid #c5212d;
  text-align: center;
  text-decoration:none;
  color: #ec636d;
  border-radius: 6px;
  box-shadow: 3px 3px 5px 0px rgba(197, 33, 48, 0.8);
  font-size: 26px;
  position: absolute;
  top: 320px;
  left: 112px;
}

.prompt{ background:rgba(0,0,0,0.6) url(../images/game-icon_share.png) no-repeat; background-size:cover; width:100%; height:100%; position:absolute; right:0px; top:0px; color:#333; z-index:9;}

.prompt2{ 
  width: 424px;
  height: 489px;
  background: url(../images/alert.png) no-repeat;
  position: absolute;
  top: 45%;
  margin-top: -245px;
  left: 50%;
  margin-left: -212px;
  z-index: 9;}

.circle-page4 {
  width: 369px;
  height: 369px;
  background-color: #1c2850;
  border: 1px dotted #1a2449;
  position: absolute;
  left: 131px;
  top: 30%;
  box-shadow: 0px 0px 0px 115px #202d5b,0px 0px 0px 116px #1e2953,0px 0px 0px 195px #223061,0px 0px 0px 196px #1e2b57,0px 0px 0px 255px #233265, 0px 0px 0px 256px #212f60;
  border-radius: 50%;
}
.start_bg {
  width: 100%;
  height: 100%;
  background: url(../images/star_bg.png) no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
.upArrow {
  position: absolute;
  bottom: 3%;
  left: 50%;
  width: 90px;
  height: 65px;
  margin-left: -45px;
  background-image:url(../images/arrow2.png);
  background-repeat:no-repeat;
  animation: upArrow 2s;
  -webkit-animation: upArrow 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  z-index: 999;
}
.upArrow span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.upArrow span:nth-of-type(2) {
  margin-top: 20px;
}
.upArrow span:before {
  width: 100%;
  height: 5px;
  display: block;
  border-radius: 1px;
  background-color: #999;
  -webkit-transform: rotate(45deg);
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
}
.upArrow span:after {
  width: 5px;
  height: 100%;
  display: block;
  background-color:transparent;
  -webkit-transform: rotate(45deg);
  content: '';
  position: absolute;
  left: 9px;
  top: 3px;
  border-radius:0px 0px 45deg 0px;
  border:1px solid #faaf3b;
}
.bgMusic {
  width: 50px;
  height: 47px;
  background: url(../images/run.png) no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  animation: round 5s;
  -webkit-animation: round 5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 999;
}
.bgMusicStop {
  width: 50px;
  height: 47px;
  background: url(../images/stop.png) no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
section.alert {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: url(#blur-effect-1);
  filter: progid:dximagetransform.microsoft.blur(PixelRadius=10);
}
section {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
section .circle-welcome {
  width: 429px;
  height: 429px;
  background-color: #233264;
  border: 1px dotted #000;
  position: absolute;
  left: 105px;
  top: 30%;
  box-shadow: 0px 0px 0px 115px #26376f,0px 0px 0px 116px #1c2a56,0px 0px 0px 195px #2a3d79,0px 0px 0px 196px #25376f,0px 0px 0px 255px #2c3f7e, 0px 0px 0px 256px #283a75;
  border-radius: 50%;
  opacity: 0;
}
section .starSmall {
  width: 100%;
  height: 100%;
  background: url(../images/starSmall.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
section .starLine {
  width: 596px;
  height: 433px;
  background: url(../images/starLine.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 30%;
  left: 22px;
  opacity: 0;
}
section .welcomeMain {
  width: 400px;
  height: 370px;
  position: absolute;
  top: 29%;
  left: 143px;
}
section .welcomeMain .thanks {
  width: 400px;
  height: 300px;
  position: absolute;
  top: 72px;
  z-index: 4;
  -webkit-transform: translatey(400px);
}
section .welcomeMain .rocket {
  width: 164px;
  height: 193px;
  position: absolute;
  top: 20px;
  left: 10px;
  -webkit-transform: translatey(400px);
}
section .welcomeMain .miaov {
  width: 193px;
  height: 82px;
  position: absolute;
  top: 22px;
  left: 171px;
  -webkit-transform: translatey(6px) translatex(-10px);
  opacity: 0;
}
section .welcomeMain .widthyou {
  width: 364px;
  height: 134px;
  position: absolute;
  top: 236px;
}
section .ProgressBar {
  width: 460px;
  height: 24px;
  border: 3px solid #4091dc;
  border-radius: 14px;
  position: absolute;
  bottom: 10%;
  left: 90px;
}
section .ProgressBar span {
  display: block;
  background-color: #4091dc;
  width: 20%;
  height: 100%;
  border-radius: 13px 0px 0px 13px;
}
section .ProgressBar em {
  position: absolute;
  top: 50px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
  color: #FFF;
}
section .circle-page2 {
  width: 429px;
  height: 429px;
  background-color: #4a3a98;
  border: 1px dotted #43348c;
  position: absolute;
  left: 105px;
  top: 60%;
  box-shadow: 0px 0px 0px 115px #5442ad,0px 0px 0px 116px #4c3b9d,0px 0px 0px 195px #5946b8,0px 0px 0px 196px #5442ae,0px 0px 0px 255px #5d49bf, 0px 0px 0px 256px #523fad;
  border-radius: 50%;
}
section .page2 {
  width: 100%;
  height: 214px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url(../images/planet.png) no-repeat;
  background-size: cover;
  z-index: 5;
  opacity: 0;
}
section .page2 .human {
  width: 365px;
  height: 445px;
  background: url(../images/human.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -386px;
  left: 134px;
  -webkit-transform: scale(0.3, 0.3);
  opacity: 0;
}
section .page2 .start1 {
  width: 64px;
  height: 64px;
  background: url(../images/planet2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -780px;
  left: 75px;
  opacity: 0;
}
section .page2 .start2 {
  width: 43px;
  height: 43px;
  background: url(../images/planet3.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -644px;
  left: 319px;
  opacity: 0;
}
section .page2 .start3 {
  width: 97px;
  height: 97px;
  background: url(../images/sun.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -429px;
  left: 381px;
  opacity: 0;
}
section .page2 .start4 {
  width: 38px;
  height: 38px;
  background: url(../images/planet4.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -155px;
  left: 429px;
  opacity: 0;
}
section .page2 .pirate {
  width: 222px;
  height: 156px;
  background: url(../images/pirate.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -492px;
  left: 44px;
  opacity: 0;
}
section .text {
  width: 426px;
  height: 101px;
  position: absolute;
  top: 10%;
  left: 121px;
  opacity: 0;
  z-index: 999;
  background: url(../images/text1.png) no-repeat;
}
section .text dfn {
  width: 28px;
  height: 26px;
  display: block;
  float: left;
  background: url(../images/text1.png) no-repeat;
  margin-right: 2px;
  font-size: 0px;
}
section .text span {
  width: 44px;
  height: 41px;
  display: block;
  float: left;
  background: url(../images/text1.png) no-repeat;
  margin-right: 4px;
  font-size: 0px;
}
section .text em {
  width: 14px;
  height: 41px;
  display: block;
  float: left;
  background: url(../images/text1.png) no-repeat;
  margin-right: 4px;
  font-size: 0px;
}
section .text .zai {
  background-position: 0px -13px;
}
section .text .dui {
  background-position: -30px -13px;
}
section .text .kang {
  background-position: -60px -13px;
}
section .text .dao1 {
  background-position: -91px 0px;
  -webkit-transform: translatey(-13px);
  opacity: 0;
}
section .text .ban {
  background-position: -139px 0px;
  -webkit-transform: translatey(-13px);
  opacity: 0;
}
section .text .miao {
  background-position: -186px -13px;

}
section .text .wei {
  background-position: -216px -13px;
}
section .text .shi1 {
  background-position: -246px -13px;
}
section .text .pin {
  background-position: -276px -13px;
}
section .text .de {
  background-position: -306px -13px;
}
section .text .dao {
  background-position: -336px -13px;
}
section .text .lu {
  background-position: -366px -13px;
}
section .text .shang {
  background-position: -396px -13px;
}
section .text .guan {
  background-position: -45px -73px;
  -webkit-transform: translatey(10px);
  margin-left: 45px;
}
section .text .fang {
  background-position: -75px -73px;
  -webkit-transform: translatey(10px);
}
section .text .de2 {
  background-position: -306px -13px;
  -webkit-transform: translatey(10px);
}
section .text .li {
  background-position: -135px -73px;
  -webkit-transform: translatey(10px);
}
section .text .liang {
  background-position: -165px -73px;
  -webkit-transform: translatey(10px);
}
section .text .shi {
  background-position: -195px -73px;
  -webkit-transform: translatey(10px);
}
section .text .you {
  background-position: -226px -60px;
  -webkit-transform: translatey(-5px);
  opacity: 0;
}
section .text .xian {
  background-position: -274px -60px;
  -webkit-transform: translatey(-5px);
  opacity: 0;
}
section .text .dian {
  background-position: -355px -73px;
  -webkit-transform: translatey(10px);
}
section .rocket2 {
  width: 103px;
  height: 215px;
  background: url(../images/rocket2.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 149px;
  left: 420px;
  opacity: 0;
}
section .light {
  width: 98px;
  height: 115px;
  background: url(../images/lighthouse.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 185px;
  left: 139px;
  opacity: 0;
}
section .startAll {
  width: 596px;
  height: 433px;
  background: url(../images/starLine.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 11px;
  opacity: 0;
}
section .rocket3 {
  width: 118px;
  height: 294px;
  position: absolute;
  bottom: 322px;
  left: 261px;
  background: url(../images/rocket3.png) no-repeat;
  background-size: cover;
  opacity: 0;
}
section .smork1 {
  width: 147px;
  height: 230px;
  position: absolute;
  bottom: 175px;
  left: 248px;
  background: url(../images/smork2.png) no-repeat;
  background-size: cover;
  opacity: 0;
}
section .smork2 {
  width: 364px;
  height: 123px;
  position: absolute;
  bottom: 122px;
  left: 162px;
  background: url(../images/smork.png) no-repeat;
  background-size: cover;
  opacity: 0;
}
section .circle-page3 {
  width: 369px;
  height: 369px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px dotted #1a2449;
  position: absolute;
  left: 131px;
  bottom: 0px;
  box-shadow: 0px 0px 0px 115px #202d5b,0px 0px 0px 116px #1e2953,0px 0px 0px 195px #223061,0px 0px 0px 196px #1e2b57,0px 0px 0px 255px #233265, 0px 0px 0px 256px #212f60;
  border-radius: 50%;
  opacity: 0;
}
section .page3 {
  width: 100%;
  height: 191px;
  background: url(../images/planet5.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  opacity: 0;
}
section .page3 .human1 {
  width: 70px;
  height: 178px;
  background: url(../images/human2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -162px;
  left: 283px;
  opacity: 0;
}
section .page3 .human2 {
  width: 74px;
  height: 172px;
  background: url(../images/human3.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -148px;
  left: 174px;
  opacity: 0;
}
section .page3 .human3 {
  width: 79px;
  height: 157px;
  background: url(../images/human5.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -132px;
  left: 395px;
  opacity: 0;
}
section .page3 .human4 {
  width: 89px;
  height: 157px;
  background: url(../images/human6.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -110px;
  left: 498px;
  opacity: 0;
}
section .page3 .human5 {
  width: 94px;
  height: 168px;
  background: url(../images/human4.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -120px;
  left: 50px;
  opacity: 0;
}
section .page3 .pirate2 {
  width: 164px;
  height: 115px;
  background: url(../images/pirate2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -276px;
  left: 46px;
  opacity: 0;
}
section .page3 .meteor {
  width: 189px;
  height: 143px;
  background: url(../images/start.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -657px;
  left: 100px;
  opacity: 0;
}
section .text3 {
  width: 574px;
  height: 101px;
  background: url(../images/text2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 16%;
  left: 34px;
  opacity: 0;
}
section .circle-page4 {
  width: 369px;
  height: 369px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px dotted #1a2449;
  position: absolute;
  left: 131px;
  top: 30%;
  box-shadow: 0px 0px 0px 115px #202d5b,0px 0px 0px 116px #1e2953,0px 0px 0px 195px #223061,0px 0px 0px 196px #1e2b57,0px 0px 0px 255px #233265, 0px 0px 0px 256px #212f60;
  border-radius: 50%;
  opacity: 0;
}
section .page4 {
  width: 369px;
  height: 369px;
  background: url(../images/starotund.png) no-repeat;
  position: absolute;
  top: 30%;
  left: 131px;
  opacity: 0;
}
section .page4 .rocket4 {
  width: 132px;
  height: 343px;
  background: url(../images/rocket3.png) no-repeat;
  position: absolute;
  background-size: cover;
  top: -88px;
  left: 120px;
}
section .page4 .smork4 {
  width: 114px;
  height: 154px;
  background: url(../images/smork4.png) no-repeat;
  position: absolute;
  background-size: cover;
  top: 149px;
  left: 123px;
}
section .page4 .smork5 {
  width: 364px;
  height: 174px;
  background: url(../images/smork3.png) no-repeat;
  position: absolute;
  background-size: cover;
  top: 192px;
  left: 3px;
}
section .page4 .btn {
  width: 235px;
  height: 66px;
  background: #fd5a71;
  border: 2px solid #393e51;
  position: absolute;
  top: 242px;
  left: 66px;
  color: #FFF;
  font-size: 30px;
  border-radius: 15px;
  font-family: '微软雅黑';
  text-align: center;
  text-decoration: none;
  line-height: 66px;
}
section .page4 .text4 {
  width: 425px;
  height: 41px;
  position: absolute;
  background: url(../images/text3.png) no-repeat;
  background-size: cover;
  top: 482px;
  left: -19px;
}
section.sectionIn {
  animation: sectionIn 1s;
  -webkit-animation: sectionIn 1s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .circle-welcome {
  animation: circleWelcomeIn 1s;
  -webkit-animation: circleWelcomeIn 1s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .starSmall {
  animation: circleWelcomeIn 1.2s;
  -webkit-animation: circleWelcomeIn 1.2s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .starLine {
  animation: circleWelcomeIn 1.4s;
  -webkit-animation: circleWelcomeIn 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .welcomeMain .thanks {
  animation: thanksIn 0.95s;
  -webkit-animation: thanksIn 0.95s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .welcomeMain .widthyou {
  animation: thanksIn 0.75s;
  -webkit-animation: thanksIn 0.75s;
  -webkit-animation-delay: 0.2;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .welcomeMain .rocket {
  animation: rocketIn 1.4s;
  -webkit-animation: rocketIn 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .welcomeMain .miaov {
  animation: miaovIn 0.3s;
  -webkit-animation: miaovIn 0.3s;
  -webkit-animation-delay: 1.4s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .circle-page2 {
  animation: circle2In 1.6s;
  -webkit-animation: circle2In 1.6s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page2 {
  animation: page2In 0.4s;
  -webkit-animation: page2In 0.4s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page2 .start1 {
  animation: startIn 0.4s;
  -webkit-animation: startIn 0.4s;
  -webkit-animation-delay: 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page2 .start2 {
  animation: startIn 0.4s;
  -webkit-animation: startIn 0.4s;
  -webkit-animation-delay: 1.6s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page2 .start3 {
  animation: startIn 0.4s;
  -webkit-animation: startIn 0.4s;
  -webkit-animation-delay: 1.7s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page2 .start4 {
  animation: startIn 0.4s;
  -webkit-animation: startIn 0.4s;
  -webkit-animation-delay: 1.8s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page2 .pirate {
  animation: pirateIn 0.4s;
  -webkit-animation: pirateIn 0.4s;
  -webkit-animation-delay: 1.8s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .text {
  animation: opaityIn 1s;
  -webkit-animation: opaityIn 1s;
  -webkit-animation-delay: 2.2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .text .dao1 {
  animation: text2In 0.4s;
  -webkit-animation: text2In 0.4s;
  -webkit-animation-delay: 1.4s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .text .ban {
  animation: text2In 0.4s;
  -webkit-animation: text2In 0.4s;
  -webkit-animation-delay: 1.4s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .text .you {
  animation: textIn 0.4s;
  -webkit-animation: textIn 0.4s;
  -webkit-animation-delay: 1.8s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .text .xian {
  animation: textIn 0.4s;
  -webkit-animation: textIn 0.4s;
  -webkit-animation-delay: 1.8s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page2 .human {
  animation: humanIn 0.6s;
  -webkit-animation: humanIn 0.6s;
  -webkit-animation-delay: 1.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .rocket2 {
  animation: rocket2In 0.3s;
  -webkit-animation: rocket2In 0.3s;
  -webkit-animation-delay: 1.8s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .light {
  animation: lightIn 0.3s;
  -webkit-animation: lightIn 0.3s;
  -webkit-animation-delay: 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .circle-page3 {
  animation: opaityIn 1.4s;
  -webkit-animation: opaityIn 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page3 {
  animation: opaityIn 1s;
  -webkit-animation: opaityIn 1s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page3 .human1 {
  animation: humanSIn 0.4s;
  -webkit-animation: humanSIn 0.4s;
  -webkit-animation-delay: 0.7s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page3 .human2 {
  animation: humanSIn 0.4s;
  -webkit-animation: humanSIn 0.4s;
  -webkit-animation-delay: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page3 .human3 {
  animation: humanSIn 0.4s;
  -webkit-animation: humanSIn 0.4s;
  -webkit-animation-delay: 0.9s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page3 .human4 {
  animation: humanSIn 0.4s;
  -webkit-animation: humanSIn 0.4s;
  -webkit-animation-delay: 1.1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page3 .human5 {
  animation: humanSIn 0.4s;
  -webkit-animation: humanSIn 0.4s;
  -webkit-animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page3 .pirate2 {
  animation: opaityIn 1.4s;
  -webkit-animation: opaityIn 1.4s;
  -webkit-animation-delay: 1.6s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page3 .meteor {
  animation: opaityIn 1.4s;
  -webkit-animation: opaityIn 1.4s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .text3 {
  animation: opaityIn 1.4s;
  -webkit-animation: opaityIn 1.4s;
  -webkit-animation-delay: 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .startAll {
  animation: opaityIn 1.4s;
  -webkit-animation: opaityIn 1.4s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .rocket3 {
  animation: opaityIn 1.4s;
  -webkit-animation: opaityIn 1.4s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .smork1 {
  animation: opaityIn 1.4s;
  -webkit-animation: opaityIn 1.4s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .smork2 {
  animation: opaityIn 1.4s;
  -webkit-animation: opaityIn 1.4s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .circle-page4 {
  animation: opaityIn 1.4s;
  -webkit-animation: opaityIn 1.4s;
  -webkit-animation-delay: 0.2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionIn .page4 {
  animation: opaityIn 1.4s;
  -webkit-animation: opaityIn 1.4s;
  -webkit-animation-delay: 0.2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionHid {
  opacity: 0;
}
section.sectionOut {
  animation: sectionOut 1s;
  -webkit-animation: sectionOut 1s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  opacity: 0;
}
section.sectionOut .circle-welcome {
  opacity: 1;
  animation: circleWelcomeOut 0.8s;
  -webkit-animation: circleWelcomeOut 0.8s;
  -webkit-animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .starLine {
  animation: opaityOut 1.4s;
  -webkit-animation: opaityOut 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .welcomeMain .thanks {
  animation: thanksOut 0.95s;
  -webkit-animation: thanksOut 0.95s;
  -webkit-animation-delay: 0.2;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .welcomeMain .widthyou {
  animation: thanksOut 0.75s;
  -webkit-animation: thanksOut 0.75s;
  -webkit-animation-delay: 0.3;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .welcomeMain .rocket {
  animation: rocketOut 0.95s;
  -webkit-animation: rocketOut 0.95s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .welcomeMain .miaov {
  animation: miaovOut 0.95s;
  -webkit-animation: miaovOut 0.95s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page2 {
  animation: page2Out 2s;
  -webkit-animation: page2Out 2s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .circle-page2 {
  animation: circle2In 1.6s;
  -webkit-animation: circle2In 1.6s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page2 .human {
  animation: humanOut 2.5s;
  -webkit-animation: humanOut 2.5s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  opacity: 1;
  -webkit-transform: scale(1, 1);
}
section.sectionOut .page2 .start1 {
  opacity: 1;
  animation: opaityOut 1.4s;
  -webkit-animation: opaityOut 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page2 .start2 {
  opacity: 1;
  animation: opaityOut 1.4s;
  -webkit-animation: opaityOut 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page2 .start3 {
  opacity: 1;
  animation: opaityOut 1.4s;
  -webkit-animation: opaityOut 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page2 .start4 {
  opacity: 1;
  animation: opaityOut 1.4s;
  -webkit-animation: opaityOut 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page2 .pirate {
  opacity: 1;
  animation: opaityOut 1.4s;
  -webkit-animation: opaityOut 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .text {
  animation: opaityOut 1.4s;
  -webkit-animation: opaityOut 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .text .dao1 {
  opacity: 1;
}
section.sectionOut .text .ban {
  opacity: 1;
}
section.sectionOut .text .you {
  opacity: 1;
}
section.sectionOut .text .xian {
  opacity: 1;
}
section.sectionOut .rocket2 {
  animation: opaityOut 1.4s;
  -webkit-animation: opaityOut 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .light {
  animation: opaityOut 1.4s;
  -webkit-animation: opaityOut 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .circle-page3 {
  opacity: 1;
  animation: opaityOut 2s;
  -webkit-animation: opaityOut 2s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page3 {
  animation: opaityOut 1s;
  -webkit-animation: opaityOut 1s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page3 .human1 {
  animation: humanSIn 0.4s;
  -webkit-animation: humanSIn 0.4s;
  -webkit-animation-delay: 1.4s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page3 .human2 {
  animation: humanSIn 0.4s;
  -webkit-animation: humanSIn 0.4s;
  -webkit-animation-delay: 1.2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page3 .human3 {
  animation: humanSIn 0.4s;
  -webkit-animation: humanSIn 0.4s;
  -webkit-animation-delay: 1.6s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page3 .human4 {
  animation: humanSIn 0.4s;
  -webkit-animation: humanSIn 0.4s;
  -webkit-animation-delay: 1.8s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page3 .human5 {
  animation: humanSIn 0.4s;
  -webkit-animation: humanSIn 0.4s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page3 .pirate2 {
  animation: opaityIn 1.4s;
  -webkit-animation: opaityIn 1.4s;
  -webkit-animation-delay: 2.2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page3 .meteor {
  animation: opaityIn 1.4s;
  -webkit-animation: opaityIn 1.4s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .text3 {
  animation: opaityOut 0.8s;
  -webkit-animation: opaityOut 0.8s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .startAll {
  animation: opaityOut 1.4s;
  -webkit-animation: opaityOut 1.4s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .rocket3 {
  animation: rocket3Out 1.4s;
  -webkit-animation: rocket3Out 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .smork1 {
  animation: smork1Out 0.4s;
  -webkit-animation: smork1Out 0.4s;
  -webkit-animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .circle-page4 {
  animation: opaityOut 1.4s;
  -webkit-animation: opaityOut 1.4s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
section.sectionOut .page4 {
  animation: opaityOut 1.2s;
  -webkit-animation: opaityOut 1.2s;
  -webkit-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.scoreWindow {
  width: 500px;
  height: 300px;
  background: #FFF;
  border: 2px solid #ddd;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  line-height: 300px;
  text-align: center;
  color: #369;
  font-size: 40px;
  position: absolute;
  top: -50%;
  left: 50%;
  margin: -150px 0px 0px -250px;
}
.circle-page2 {
  width: 429px;
  height: 429px;
  background-color: #4a3a98;
  border: 1px dotted #43348c;
  position: absolute;
  left: 105px;
  top: 60%;
  box-shadow: 0px 0px 0px 115px #5442ad,0px 0px 0px 116px #4c3b9d,0px 0px 0px 195px #5946b8,0px 0px 0px 196px #5442ae,0px 0px 0px 255px #5d49bf, 0px 0px 0px 256px #523fad;
  border-radius: 50%;
}
.page2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.page2 .human {
  width: 365px;
  height: 445px;
}
