html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
}

html body {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}

html body .loadBox {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #7dd183;
  top: 0;
  left: 0;
  z-index: 9999;
}

html body .loadBox .loading {
  width: 600px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

html body .home {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/bg/bg1.jpg) center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 999;
}

html body .home .homeBtn {
  position: absolute;
  width: 342px;
  bottom: 27%;
  left: 50%;
  margin-left: -171px;
  cursor: pointer;
  -webkit-animation: move 2.5s linear infinite alternate;
  animation: move 2.5s linear infinite alternate;
}

@-webkit-keyframes move {
  to {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

@keyframes move {
  to {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

html body #container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: relative;
}

html body #container #parallax {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html body #container #parallax .box {
  float: left;
  height: 100%;
  position: relative;
}

html body #container #parallax .box .bg {
  width: 100%;
  height: 100%;
  display: block;
}

html body #container #parallax .box .track {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

html body #container #parallax .box .btn {
  position: absolute;
  height: 11.97%;
  top: 10%;
  z-index: 1;
  cursor: pointer;
}

html body #container #parallax .box .man {
  position: absolute;
  bottom: 7%;
}

html body #container #parallax .box.box2 {
  z-index: 6;
}

html body #container #parallax .box.box2 .btn {
  top: 26%;
}

html body #container #parallax .box.box2 .man {
  height: 33.22%;
}

html body #container #parallax .box.box2 .man .bubble {
  position: absolute;
  left: -175%;
  top: -55%;
  height: 84.74%;
}

html body #container #parallax .box.box2 .man .img {
  display: block;
  height: 100%;
}

html body #container #parallax .box.box3 {
  z-index: 5;
}

html body #container #parallax .box.box3 .btn {
  top: 35%;
}

html body #container #parallax .box.box3 .man {
  height: 25.33%;
}

html body #container #parallax .box.box3 .man .bubble {
  position: absolute;
  left: -125%;
  top: -65%;
  height: 97.18%;
}

html body #container #parallax .box.box3 .man .img {
  display: block;
  height: 100%;
}

html body #container #parallax .box.box4 {
  z-index: 4;
}

html body #container #parallax .box.box4 .btn {
  top: 20%;
}

html body #container #parallax .box.box4 .man {
  height: 34.58%;
}

html body #container #parallax .box.box4 .man .bubble {
  position: absolute;
  left: -185%;
  top: -65%;
  height: 81.84%;
}

html body #container #parallax .box.box4 .man .img {
  display: block;
  height: 100%;
}

html body #container #parallax .box.box5 {
  z-index: 3;
}

html body #container #parallax .box.box5 .btn {
  top: 30%;
}

html body #container #parallax .box.box5 .man {
  height: 33.64%;
}

html body #container #parallax .box.box5 .man .bubble {
  position: absolute;
  left: -110%;
  top: -60%;
  height: 83.82%;
}

html body #container #parallax .box.box5 .man .img {
  display: block;
  height: 100%;
}

html body #container #parallax .box.box6 {
  z-index: 2;
}

html body #container #parallax .box.box6 .btn.btn1 {
  top: 35%;
}

html body #container #parallax .box.box6 .btn.btn2 {
  top: 35%;
}

html body #container #parallax .box.box6 .btn.btn3 {
  top: 45%;
}

html body #container #parallax .box.box6 .man {
  height: 30.31%;
}

html body #container #parallax .box.box6 .man .bubble {
  position: absolute;
  left: -110%;
  top: -60%;
  height: 82.49%;
}

html body #container #parallax .box.box6 .man .img {
  display: block;
  height: 100%;
}

html body #container #parallax .box.box7 {
  z-index: 1;
}

html body #container #parallax .box.box7 .btn.btn1 {
  top: 20%;
}

html body #container #parallax .box.box7 .btn.btn2 {
  top: 30%;
}

html body #container #parallax .box.box7 .btn.btn3 {
  top: 55%;
}

html body #container #parallax .box.box7 .man {
  height: 34.58%;
}

html body #container #parallax .box.box7 .man .bubble {
  position: absolute;
  left: -185%;
  top: -65%;
  height: 81.84%;
}

html body #container #parallax .box.box7 .man .img {
  display: block;
  height: 100%;
}

html body #container .train {
  position: absolute;
  width: 40%;
  bottom: 6.25%;
  left: -100%;
  z-index: 6;
}

html body #container .train img {
  width: 100%;
  display: block;
}

html body #container .nav {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 10;
  -webkit-transition: left .45s linear;
  transition: left .45s linear;
  width: 65.98%;
}

html body #container .nav .rattan {
  width: 100%;
}

html body #container .nav .navBtn {
  cursor: pointer;
  position: absolute;
}

html body #container .nav .navBtn.navBtn1 {
  width: 11.76%;
  left: 4%;
  top: 15%;
}

html body #container .nav .navBtn.navBtn2 {
  width: 11.99%;
  left: 21%;
  top: 13%;
}

html body #container .nav .navBtn.navBtn3 {
  width: 11.76%;
  left: 34%;
  top: 11%;
}

html body #container .nav .navBtn.navBtn4 {
  width: 12.15%;
  left: 46%;
  top: 12%;
}

html body #container .nav .navBtn.navBtn5 {
  width: 11.15%;
  left: 60%;
  top: 17%;
}

html body #container .nav .navBtn.navBtn6 {
  width: 11.6%;
  left: 72%;
  top: 17%;
}

html body #container .nav .navBtn.navBtn7 {
  width: 11.1%;
  left: 86%;
  top: 17%;
}

html body #container .nav .navBtn.navBtn8 {
  position: fixed;
  width: 7.34%;
  right: 10%;
  top: 5%;
}

html body #container .footer {
  position: absolute;
  width: 100%;
  background: url(../images/mask.png);
  bottom: 0;
  left: 0;
  z-index: 12;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}

html body #container .footer a {
  color: #fff;
}

html body .alertBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

html body .alertBox .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/mask.png);
}

html body .alertBox .alert {
  position: absolute;
  width: 41.875%;
  top: -100%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

html body .alertBox .alert.other a {
  width: 5%;
  height: 5%;
  top: 3%;
  right: 2%;
}

html body .alertBox .alert img {
  width: 100%;
  display: block;
}

html body .alertBox .alert a {
  position: absolute;
  width: 10%;
  height: 10%;
  right: -2%;
  top: 10%;
  cursor: pointer;
}
