@charset "utf-8";
@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes loading {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes music {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes music {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes music {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes music {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes music {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes arrow {
  0%,
  30% {
    opacity: 0;
    -moz-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, -8px);
  }
}
@-webkit-keyframes arrow {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
  }
}
@-o-keyframes arrow {
  0%,
  30% {
    opacity: 0;
    -o-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -o-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -o-transform: translate(0, -8px);
  }
}
@-ms-keyframes arrow {
  0%,
  30% {
    opacity: 0;
    -ms-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -ms-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: translate(0, -8px);
  }
}
@keyframes arrow {
  0%,
  30% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -8px);
  }
}
@-moz-keyframes start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes allBtn {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.06);
  }
}
@-webkit-keyframes allBtn {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.06);
  }
}
@-o-keyframes allBtn {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.06);
  }
}
@-ms-keyframes allBtn {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.06);
  }
}
@keyframes allBtn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}
@-moz-keyframes snowy_rain {
  0% {
    -moz-box-shadow: rgba(255, 255, 255, 0) -10px 30px, rgba(255, 255, 255, 0) 40px 40px, rgba(255, 255, 255, 0.9) -50px 75px, rgba(255, 255, 255, 0.9) 55px 50px, rgba(255, 255, 255, 0.9) -18px 100px, rgba(255, 255, 255, 0.9) 12px 95px, rgba(255, 255, 255, 0.9) -31px 45px, rgba(255, 255, 255, 0.9) 30px 35px;
  }
  25% {
    -moz-box-shadow: rgba(255, 255, 255, 0.9) -10px 45px, rgba(255, 255, 255, 0.9) 40px 60px, rgba(255, 255, 255, 0.9) -50px 90px, rgba(255, 255, 255, 0.9) 55px 65px, rgba(255, 255, 255, 0) -18px 120px, rgba(255, 255, 255, 0) 12px 120px, rgba(255, 255, 255, 0.9) -31px 70px, rgba(255, 255, 255, 0.9) 30px 60px;
  }
  26% {
    -moz-box-shadow: rgba(255, 255, 255, 0.9) -10px 45px, rgba(255, 255, 255, 0.9) 40px 60px, rgba(255, 255, 255, 0.9) -50px 90px, rgba(255, 255, 255, 0.9) 55px 65px, rgba(255, 255, 255, 0) -18px 40px, rgba(255, 255, 255, 0) 12px 20px, rgba(255, 255, 255, 0.9) -31px 70px, rgba(255, 255, 255, 0.9) 30px 60px;
  }
  50% {
    -moz-box-shadow: rgba(255, 255, 255, 0.9) -10px 70px, rgba(255, 255, 255, 0.9) 40px 80px, rgba(255, 255, 255, 0) -50px 100px, rgba(255, 255, 255, 0.9) 55px 80px, rgba(255, 255, 255, 0.9) -18px 60px, rgba(255, 255, 255, 0.9) 12px 45px, rgba(255, 255, 255, 0.9) -31px 95px, rgba(255, 255, 255, 0.9) 30px 85px;
  }
  51% {
    -moz-box-shadow: rgba(255, 255, 255, 0.9) -10px 70px, rgba(255, 255, 255, 0.9) 40px 80px, rgba(255, 255, 255, 0) -50px 45px, rgba(255, 255, 255, 0.9) 55px 80px, rgba(255, 255, 255, 0.9) -18px 60px, rgba(255, 255, 255, 0.9) 12px 45px, rgba(255, 255, 255, 0.9) -31px 95px, rgba(255, 255, 255, 0.9) 30px 85px;
  }
  75% {
    -moz-box-shadow: rgba(255, 255, 255, 0.9) -10px 95px, rgba(255, 255, 255, 0.9) 40px 100px, rgba(255, 255, 255, 0.9) -50px 60px, rgba(255, 255, 255, 0) 55px 95px, rgba(255, 255, 255, 0.9) -18px 80px, rgba(255, 255, 255, 0.9) 12px 70px, rgba(255, 255, 255, 0) -31px 120px, rgba(255, 255, 255, 0) 30px 110px;
  }
  76% {
    -moz-box-shadow: rgba(255, 255, 255, 0.9) -10px 95px, rgba(255, 255, 255, 0.9) 40px 100px, rgba(255, 255, 255, 0.9) -50px 60px, rgba(255, 255, 255, 0) 55px 35px, rgba(255, 255, 255, 0.9) -18px 80px, rgba(255, 255, 255, 0.9) 12px 70px, rgba(255, 255, 255, 0) -31px 25px, rgba(255, 255, 255, 0) 30px 15px;
  }
  100% {
    -moz-box-shadow: rgba(255, 255, 255, 0) -10px 120px, rgba(255, 255, 255, 0) 40px 120px, rgba(255, 255, 255, 0.9) -50px 75px, rgba(255, 255, 255, 0.9) 55px 50px, rgba(255, 255, 255, 0.9) -18px 100px, rgba(255, 255, 255, 0.9) 12px 95px, rgba(255, 255, 255, 0.9) -31px 45px, rgba(255, 255, 255, 0.9) 30px 35px;
  }
}
@-webkit-keyframes snowy_rain {
  0% {
    -webkit-box-shadow: rgba(255, 255, 255, 0) -10px 30px, rgba(255, 255, 255, 0) 40px 40px, rgba(255, 255, 255, 0.9) -50px 75px, rgba(255, 255, 255, 0.9) 55px 50px, rgba(255, 255, 255, 0.9) -18px 100px, rgba(255, 255, 255, 0.9) 12px 95px, rgba(255, 255, 255, 0.9) -31px 45px, rgba(255, 255, 255, 0.9) 30px 35px;
  }
  25% {
    -webkit-box-shadow: rgba(255, 255, 255, 0.9) -10px 45px, rgba(255, 255, 255, 0.9) 40px 60px, rgba(255, 255, 255, 0.9) -50px 90px, rgba(255, 255, 255, 0.9) 55px 65px, rgba(255, 255, 255, 0) -18px 120px, rgba(255, 255, 255, 0) 12px 120px, rgba(255, 255, 255, 0.9) -31px 70px, rgba(255, 255, 255, 0.9) 30px 60px;
  }
  26% {
    -webkit-box-shadow: rgba(255, 255, 255, 0.9) -10px 45px, rgba(255, 255, 255, 0.9) 40px 60px, rgba(255, 255, 255, 0.9) -50px 90px, rgba(255, 255, 255, 0.9) 55px 65px, rgba(255, 255, 255, 0) -18px 40px, rgba(255, 255, 255, 0) 12px 20px, rgba(255, 255, 255, 0.9) -31px 70px, rgba(255, 255, 255, 0.9) 30px 60px;
  }
  50% {
    -webkit-box-shadow: rgba(255, 255, 255, 0.9) -10px 70px, rgba(255, 255, 255, 0.9) 40px 80px, rgba(255, 255, 255, 0) -50px 100px, rgba(255, 255, 255, 0.9) 55px 80px, rgba(255, 255, 255, 0.9) -18px 60px, rgba(255, 255, 255, 0.9) 12px 45px, rgba(255, 255, 255, 0.9) -31px 95px, rgba(255, 255, 255, 0.9) 30px 85px;
  }
  51% {
    -webkit-box-shadow: rgba(255, 255, 255, 0.9) -10px 70px, rgba(255, 255, 255, 0.9) 40px 80px, rgba(255, 255, 255, 0) -50px 45px, rgba(255, 255, 255, 0.9) 55px 80px, rgba(255, 255, 255, 0.9) -18px 60px, rgba(255, 255, 255, 0.9) 12px 45px, rgba(255, 255, 255, 0.9) -31px 95px, rgba(255, 255, 255, 0.9) 30px 85px;
  }
  75% {
    -webkit-box-shadow: rgba(255, 255, 255, 0.9) -10px 95px, rgba(255, 255, 255, 0.9) 40px 100px, rgba(255, 255, 255, 0.9) -50px 60px, rgba(255, 255, 255, 0) 55px 95px, rgba(255, 255, 255, 0.9) -18px 80px, rgba(255, 255, 255, 0.9) 12px 70px, rgba(255, 255, 255, 0) -31px 120px, rgba(255, 255, 255, 0) 30px 110px;
  }
  76% {
    -webkit-box-shadow: rgba(255, 255, 255, 0.9) -10px 95px, rgba(255, 255, 255, 0.9) 40px 100px, rgba(255, 255, 255, 0.9) -50px 60px, rgba(255, 255, 255, 0) 55px 35px, rgba(255, 255, 255, 0.9) -18px 80px, rgba(255, 255, 255, 0.9) 12px 70px, rgba(255, 255, 255, 0) -31px 25px, rgba(255, 255, 255, 0) 30px 15px;
  }
  100% {
    -webkit-box-shadow: rgba(255, 255, 255, 0) -10px 120px, rgba(255, 255, 255, 0) 40px 120px, rgba(255, 255, 255, 0.9) -50px 75px, rgba(255, 255, 255, 0.9) 55px 50px, rgba(255, 255, 255, 0.9) -18px 100px, rgba(255, 255, 255, 0.9) 12px 95px, rgba(255, 255, 255, 0.9) -31px 45px, rgba(255, 255, 255, 0.9) 30px 35px;
  }
}
@-o-keyframes snowy_rain {
  0% {
    -o-box-shadow: rgba(255, 255, 255, 0) -10px 30px, rgba(255, 255, 255, 0) 40px 40px, rgba(255, 255, 255, 0.9) -50px 75px, rgba(255, 255, 255, 0.9) 55px 50px, rgba(255, 255, 255, 0.9) -18px 100px, rgba(255, 255, 255, 0.9) 12px 95px, rgba(255, 255, 255, 0.9) -31px 45px, rgba(255, 255, 255, 0.9) 30px 35px;
  }
  25% {
    -o-box-shadow: rgba(255, 255, 255, 0.9) -10px 45px, rgba(255, 255, 255, 0.9) 40px 60px, rgba(255, 255, 255, 0.9) -50px 90px, rgba(255, 255, 255, 0.9) 55px 65px, rgba(255, 255, 255, 0) -18px 120px, rgba(255, 255, 255, 0) 12px 120px, rgba(255, 255, 255, 0.9) -31px 70px, rgba(255, 255, 255, 0.9) 30px 60px;
  }
  26% {
    -o-box-shadow: rgba(255, 255, 255, 0.9) -10px 45px, rgba(255, 255, 255, 0.9) 40px 60px, rgba(255, 255, 255, 0.9) -50px 90px, rgba(255, 255, 255, 0.9) 55px 65px, rgba(255, 255, 255, 0) -18px 40px, rgba(255, 255, 255, 0) 12px 20px, rgba(255, 255, 255, 0.9) -31px 70px, rgba(255, 255, 255, 0.9) 30px 60px;
  }
  50% {
    -o-box-shadow: rgba(255, 255, 255, 0.9) -10px 70px, rgba(255, 255, 255, 0.9) 40px 80px, rgba(255, 255, 255, 0) -50px 100px, rgba(255, 255, 255, 0.9) 55px 80px, rgba(255, 255, 255, 0.9) -18px 60px, rgba(255, 255, 255, 0.9) 12px 45px, rgba(255, 255, 255, 0.9) -31px 95px, rgba(255, 255, 255, 0.9) 30px 85px;
  }
  51% {
    -o-box-shadow: rgba(255, 255, 255, 0.9) -10px 70px, rgba(255, 255, 255, 0.9) 40px 80px, rgba(255, 255, 255, 0) -50px 45px, rgba(255, 255, 255, 0.9) 55px 80px, rgba(255, 255, 255, 0.9) -18px 60px, rgba(255, 255, 255, 0.9) 12px 45px, rgba(255, 255, 255, 0.9) -31px 95px, rgba(255, 255, 255, 0.9) 30px 85px;
  }
  75% {
    -o-box-shadow: rgba(255, 255, 255, 0.9) -10px 95px, rgba(255, 255, 255, 0.9) 40px 100px, rgba(255, 255, 255, 0.9) -50px 60px, rgba(255, 255, 255, 0) 55px 95px, rgba(255, 255, 255, 0.9) -18px 80px, rgba(255, 255, 255, 0.9) 12px 70px, rgba(255, 255, 255, 0) -31px 120px, rgba(255, 255, 255, 0) 30px 110px;
  }
  76% {
    -o-box-shadow: rgba(255, 255, 255, 0.9) -10px 95px, rgba(255, 255, 255, 0.9) 40px 100px, rgba(255, 255, 255, 0.9) -50px 60px, rgba(255, 255, 255, 0) 55px 35px, rgba(255, 255, 255, 0.9) -18px 80px, rgba(255, 255, 255, 0.9) 12px 70px, rgba(255, 255, 255, 0) -31px 25px, rgba(255, 255, 255, 0) 30px 15px;
  }
  100% {
    -o-box-shadow: rgba(255, 255, 255, 0) -10px 120px, rgba(255, 255, 255, 0) 40px 120px, rgba(255, 255, 255, 0.9) -50px 75px, rgba(255, 255, 255, 0.9) 55px 50px, rgba(255, 255, 255, 0.9) -18px 100px, rgba(255, 255, 255, 0.9) 12px 95px, rgba(255, 255, 255, 0.9) -31px 45px, rgba(255, 255, 255, 0.9) 30px 35px;
  }
}
@-ms-keyframes snowy_rain {
  0% {
    -ms-box-shadow: rgba(255, 255, 255, 0) -10px 30px, rgba(255, 255, 255, 0) 40px 40px, rgba(255, 255, 255, 0.9) -50px 75px, rgba(255, 255, 255, 0.9) 55px 50px, rgba(255, 255, 255, 0.9) -18px 100px, rgba(255, 255, 255, 0.9) 12px 95px, rgba(255, 255, 255, 0.9) -31px 45px, rgba(255, 255, 255, 0.9) 30px 35px;
  }
  25% {
    -ms-box-shadow: rgba(255, 255, 255, 0.9) -10px 45px, rgba(255, 255, 255, 0.9) 40px 60px, rgba(255, 255, 255, 0.9) -50px 90px, rgba(255, 255, 255, 0.9) 55px 65px, rgba(255, 255, 255, 0) -18px 120px, rgba(255, 255, 255, 0) 12px 120px, rgba(255, 255, 255, 0.9) -31px 70px, rgba(255, 255, 255, 0.9) 30px 60px;
  }
  26% {
    -ms-box-shadow: rgba(255, 255, 255, 0.9) -10px 45px, rgba(255, 255, 255, 0.9) 40px 60px, rgba(255, 255, 255, 0.9) -50px 90px, rgba(255, 255, 255, 0.9) 55px 65px, rgba(255, 255, 255, 0) -18px 40px, rgba(255, 255, 255, 0) 12px 20px, rgba(255, 255, 255, 0.9) -31px 70px, rgba(255, 255, 255, 0.9) 30px 60px;
  }
  50% {
    -ms-box-shadow: rgba(255, 255, 255, 0.9) -10px 70px, rgba(255, 255, 255, 0.9) 40px 80px, rgba(255, 255, 255, 0) -50px 100px, rgba(255, 255, 255, 0.9) 55px 80px, rgba(255, 255, 255, 0.9) -18px 60px, rgba(255, 255, 255, 0.9) 12px 45px, rgba(255, 255, 255, 0.9) -31px 95px, rgba(255, 255, 255, 0.9) 30px 85px;
  }
  51% {
    -ms-box-shadow: rgba(255, 255, 255, 0.9) -10px 70px, rgba(255, 255, 255, 0.9) 40px 80px, rgba(255, 255, 255, 0) -50px 45px, rgba(255, 255, 255, 0.9) 55px 80px, rgba(255, 255, 255, 0.9) -18px 60px, rgba(255, 255, 255, 0.9) 12px 45px, rgba(255, 255, 255, 0.9) -31px 95px, rgba(255, 255, 255, 0.9) 30px 85px;
  }
  75% {
    -ms-box-shadow: rgba(255, 255, 255, 0.9) -10px 95px, rgba(255, 255, 255, 0.9) 40px 100px, rgba(255, 255, 255, 0.9) -50px 60px, rgba(255, 255, 255, 0) 55px 95px, rgba(255, 255, 255, 0.9) -18px 80px, rgba(255, 255, 255, 0.9) 12px 70px, rgba(255, 255, 255, 0) -31px 120px, rgba(255, 255, 255, 0) 30px 110px;
  }
  76% {
    -ms-box-shadow: rgba(255, 255, 255, 0.9) -10px 95px, rgba(255, 255, 255, 0.9) 40px 100px, rgba(255, 255, 255, 0.9) -50px 60px, rgba(255, 255, 255, 0) 55px 35px, rgba(255, 255, 255, 0.9) -18px 80px, rgba(255, 255, 255, 0.9) 12px 70px, rgba(255, 255, 255, 0) -31px 25px, rgba(255, 255, 255, 0) 30px 15px;
  }
  100% {
    -ms-box-shadow: rgba(255, 255, 255, 0) -10px 120px, rgba(255, 255, 255, 0) 40px 120px, rgba(255, 255, 255, 0.9) -50px 75px, rgba(255, 255, 255, 0.9) 55px 50px, rgba(255, 255, 255, 0.9) -18px 100px, rgba(255, 255, 255, 0.9) 12px 95px, rgba(255, 255, 255, 0.9) -31px 45px, rgba(255, 255, 255, 0.9) 30px 35px;
  }
}
@keyframes snowy_rain {
  0% {
    box-shadow: rgba(255, 255, 255, 0) -10px 30px, rgba(255, 255, 255, 0) 40px 40px, rgba(255, 255, 255, 0.9) -50px 75px, rgba(255, 255, 255, 0.9) 55px 50px, rgba(255, 255, 255, 0.9) -18px 100px, rgba(255, 255, 255, 0.9) 12px 95px, rgba(255, 255, 255, 0.9) -31px 45px, rgba(255, 255, 255, 0.9) 30px 35px;
  }
  25% {
    box-shadow: rgba(255, 255, 255, 0.9) -10px 45px, rgba(255, 255, 255, 0.9) 40px 60px, rgba(255, 255, 255, 0.9) -50px 90px, rgba(255, 255, 255, 0.9) 55px 65px, rgba(255, 255, 255, 0) -18px 120px, rgba(255, 255, 255, 0) 12px 120px, rgba(255, 255, 255, 0.9) -31px 70px, rgba(255, 255, 255, 0.9) 30px 60px;
  }
  26% {
    box-shadow: rgba(255, 255, 255, 0.9) -10px 45px, rgba(255, 255, 255, 0.9) 40px 60px, rgba(255, 255, 255, 0.9) -50px 90px, rgba(255, 255, 255, 0.9) 55px 65px, rgba(255, 255, 255, 0) -18px 40px, rgba(255, 255, 255, 0) 12px 20px, rgba(255, 255, 255, 0.9) -31px 70px, rgba(255, 255, 255, 0.9) 30px 60px;
  }
  50% {
    box-shadow: rgba(255, 255, 255, 0.9) -10px 70px, rgba(255, 255, 255, 0.9) 40px 80px, rgba(255, 255, 255, 0) -50px 100px, rgba(255, 255, 255, 0.9) 55px 80px, rgba(255, 255, 255, 0.9) -18px 60px, rgba(255, 255, 255, 0.9) 12px 45px, rgba(255, 255, 255, 0.9) -31px 95px, rgba(255, 255, 255, 0.9) 30px 85px;
  }
  51% {
    box-shadow: rgba(255, 255, 255, 0.9) -10px 70px, rgba(255, 255, 255, 0.9) 40px 80px, rgba(255, 255, 255, 0) -50px 45px, rgba(255, 255, 255, 0.9) 55px 80px, rgba(255, 255, 255, 0.9) -18px 60px, rgba(255, 255, 255, 0.9) 12px 45px, rgba(255, 255, 255, 0.9) -31px 95px, rgba(255, 255, 255, 0.9) 30px 85px;
  }
  75% {
    box-shadow: rgba(255, 255, 255, 0.9) -10px 95px, rgba(255, 255, 255, 0.9) 40px 100px, rgba(255, 255, 255, 0.9) -50px 60px, rgba(255, 255, 255, 0) 55px 95px, rgba(255, 255, 255, 0.9) -18px 80px, rgba(255, 255, 255, 0.9) 12px 70px, rgba(255, 255, 255, 0) -31px 120px, rgba(255, 255, 255, 0) 30px 110px;
  }
  76% {
    box-shadow: rgba(255, 255, 255, 0.9) -10px 95px, rgba(255, 255, 255, 0.9) 40px 100px, rgba(255, 255, 255, 0.9) -50px 60px, rgba(255, 255, 255, 0) 55px 35px, rgba(255, 255, 255, 0.9) -18px 80px, rgba(255, 255, 255, 0.9) 12px 70px, rgba(255, 255, 255, 0) -31px 25px, rgba(255, 255, 255, 0) 30px 15px;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0) -10px 120px, rgba(255, 255, 255, 0) 40px 120px, rgba(255, 255, 255, 0.9) -50px 75px, rgba(255, 255, 255, 0.9) 55px 50px, rgba(255, 255, 255, 0.9) -18px 100px, rgba(255, 255, 255, 0.9) 12px 95px, rgba(255, 255, 255, 0.9) -31px 45px, rgba(255, 255, 255, 0.9) 30px 35px;
  }
}
@-moz-keyframes finger {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.5);
  }
}
@-webkit-keyframes finger {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
  }
}
@-o-keyframes finger {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.5);
  }
}
@-ms-keyframes finger {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.5);
  }
}
@keyframes finger {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
html {
  overflow-y: scroll;
  font-family: '微软雅黑', "黑体";
  font-size: 12px;
  color: #000;
  background: #ffffff;
}
body {
  width: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
img {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none outside none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  background: none;
}
input,
textarea,
select {
  *font-size: 100%;
}
textarea {
  resize: none;
}
legend {
  color: #000000;
}
a,
a:link {
  text-decoration: none;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearBox {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix_a:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix_a {
  *zoom: 1;
}
.clearfix_b:before,
.clearfix_b:after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix_b:after {
  clear: both;
}
.clearfix_b {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.inlineBlockFloat {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
body,
html {
  font-family: "Arial";
  line-height: 1.3;
  color: #000000;
  background-color: #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 375px) and (max-width: 414px) {
  html {
    font-size: 14.0625px;
  }
}
@media screen and (min-width: 414px) and (max-width: 640px) {
  html {
    font-size: 15.525px;
  }
}
@media screen and (min-width: 640px) and (max-width: 720px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) and (max-width: 750px) {
  html {
    font-size: 27px;
  }
}
@media screen and (min-width: 750px) and (max-width: 800px) {
  html {
    font-size: 28.125px;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 30px;
  }
}
html {
  height: 100%;
  overflow: hidden;
  min-height: 100%;
  background-color: #000000;
}
body {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  display: block;
  outline: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#page {
  position: relative;
  width: 100%;
  height: 100%;
}
#page #pageBody {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page #pageBody .common {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page #pageBody .common .swiper-container {
  height: 100%;
}
#bgMusicBtn {
  margin-left: 38.8%;
  width: 8.53333333%;
  position: absolute;
  left: 50%;
  top: 2.24887556%;
  z-index: 9999;
}
#bgMusicBtn .on {
  position: absolute;
  left: 0;
  top: 0;
  -moz-animation: music 4s linear 0.5s infinite normal both;
  -webkit-animation: music 4s linear 0.5s infinite normal both;
  -o-animation: music 4s linear 0.5s infinite normal both;
  -ms-animation: music 4s linear 0.5s infinite normal both;
  animation: music 4s linear 0.5s infinite normal both;
  display: none;
}
#bgMusicBtn .off {
  display: block;
}
#bgMusicBtn.active .on {
  display: block;
}
#bgMusicBtn.active .off {
  display: none;
}
#logo {
  margin-left: -40%;
  width: 10.4%;
  position: absolute;
  left: 50%;
  top: 6.14692654%;
  z-index: 99;
}
#arrow {
  margin-left: -3.2%;
  width: 6.4%;
  position: absolute;
  left: 50%;
  bottom: 1.49925037%;
  -moz-animation: arrow 2s ease-in-out 0s infinite normal both;
  -webkit-animation: arrow 2s ease-in-out 0s infinite normal both;
  -o-animation: arrow 2s ease-in-out 0s infinite normal both;
  -ms-animation: arrow 2s ease-in-out 0s infinite normal both;
  animation: arrow 2s ease-in-out 0s infinite normal both;
  z-index: 9;
  display: none;
}
#alert {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#alert .dialog {
  position: absolute;
  left: 10%;
  top: 30%;
  width: 80%;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  padding-bottom: 4rem;
}
#alert .dialog p {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #000;
  padding: 0 20px;
}
#alert .dialog .button {
  cursor: pointer;
  position: absolute;
  bottom: 12px;
  font-size: 1.2rem;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #7444ad;
  color: #ffffff;
}
#alert .dialog .sureBtn {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#confirm {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
}
#confirm .dialog {
  position: absolute;
  left: 10%;
  top: 30%;
  width: 80%;
  background: #e5f6fd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 4rem;
}
#confirm .dialog p {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #816b56;
}
#confirm .dialog .button {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  font-size: 1.2rem;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #c5181f;
  color: #ffffff;
}
#confirm .dialog .sureBtn {
  left: 20%;
}
#confirm .dialog .cancelBtn {
  right: 20%;
}
#loading {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
}
#loading .loadingImg {
  margin-left: -4.06666667%;
  width: 8.13333333%;
  position: absolute;
  left: 50%;
  top: 34.48275862%;
  -moz-animation: loading 2s linear 0s infinite normal both;
  -webkit-animation: loading 2s linear 0s infinite normal both;
  -o-animation: loading 2s linear 0s infinite normal both;
  -ms-animation: loading 2s linear 0s infinite normal both;
  animation: loading 2s linear 0s infinite normal both;
}
#share {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
#share .share_i {
  margin-left: -34.53333333%;
  width: 69.06666667%;
  position: absolute;
  left: 50%;
  top: 7.49625187%;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-slide {
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  writing-mode: lr-tb;
  overflow: hidden;
}
#index .wrapLayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .bg {
  z-index: 1;
  background: url("../images/img_001_b.jpg") center center no-repeat;
  background-size: cover;
}
#index .main {
  z-index: 9;
}
#index .snowyWrap {
  pointer-events: none;
  z-index: 99;
  overflow: hidden;
}
#index .snowyWrap .snowyList {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index .snowyWrap .snowyList .snowyItem {
  position: relative;
  width: 100px;
  height: 120px;
  float: left;
}
#index .snowyWrap .snowy-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 120px;
}
#index .snowyWrap .snowy-container .snowy {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 0%;
  left: 50%;
  -moz-animation: snowy_rain 2s linear 0.5s infinite normal both;
  -webkit-animation: snowy_rain 2s linear 0.5s infinite normal both;
  -o-animation: snowy_rain 2s linear 0.5s infinite normal both;
  -ms-animation: snowy_rain 2s linear 0.5s infinite normal both;
  animation: snowy_rain 2s linear 0.5s infinite normal both;
}
#index .panel-page01 .boxWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index .panel-page01 .boxWrap .theme {
  position: absolute;
  left: 50%;
  margin-left: -43.33333333%;
  top: 6.01436266%;
  width: 86.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
#index .panel-page01 .boxWrap .theme.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s linear 0.5s;
  -moz-transition: all 0.8s linear 0.5s;
  -ms-transition: all 0.8s linear 0.5s;
  -o-transition: all 0.8s linear 0.5s;
  transition: all 0.8s linear 0.5s;
}
#index .panel-page01 .boxWrap .title {
  position: absolute;
  left: 50%;
  margin-left: -43.33333333%;
  top: 54.12926391%;
  width: 86.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page01 .boxWrap .title.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s linear 1.1s;
  -moz-transition: all 0.8s linear 1.1s;
  -ms-transition: all 0.8s linear 1.1s;
  -o-transition: all 0.8s linear 1.1s;
  transition: all 0.8s linear 1.1s;
}
#index .panel-page01 .boxWrap .startBtn {
  position: absolute;
  left: 50%;
  margin-left: -32.26666667%;
  top: 80.61041293%;
  width: 64.53333333%;
  -moz-animation: allBtn 1s linear 0.5s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0.5s infinite alternate both;
  -o-animation: allBtn 1s linear 0.5s infinite alternate both;
  -ms-animation: allBtn 1s linear 0.5s infinite alternate both;
  animation: allBtn 1s linear 0.5s infinite alternate both;
}
#index .panel-page02 .boxWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index .panel-page02 .boxWrap .theme {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: -9.78456014%;
  width: 100%;
}
#index .panel-page02 .boxWrap .question {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 60.05385996%;
  width: 100%;
}
#index .panel-page02 .boxWrap .yesBtn {
  position: absolute;
  left: 50%;
  margin-left: -32.8%;
  top: 82.04667864%;
  width: 28.53333333%;
  -moz-animation: allBtn 1s linear 0.5s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0.5s infinite alternate both;
  -o-animation: allBtn 1s linear 0.5s infinite alternate both;
  -ms-animation: allBtn 1s linear 0.5s infinite alternate both;
  animation: allBtn 1s linear 0.5s infinite alternate both;
}
#index .panel-page02 .boxWrap .noBtn {
  position: absolute;
  left: 50%;
  margin-left: 4.26666667%;
  top: 82.04667864%;
  width: 28.53333333%;
  -moz-animation: allBtn 1s linear 0.5s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0.5s infinite alternate both;
  -o-animation: allBtn 1s linear 0.5s infinite alternate both;
  -ms-animation: allBtn 1s linear 0.5s infinite alternate both;
  animation: allBtn 1s linear 0.5s infinite alternate both;
}
#index .panel-page02 .boxWrap .progress {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 98.7432675%;
  width: 100%;
}
#index .panel-page03 .boxWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index .panel-page03 .boxWrap .theme {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 11.66965889%;
  width: 100%;
}
#index .panel-page03 .boxWrap .question {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 60.05385996%;
  width: 100%;
}
#index .panel-page03 .boxWrap .yesBtn {
  position: absolute;
  left: 50%;
  margin-left: -32.8%;
  top: 82.04667864%;
  width: 28.53333333%;
  -moz-animation: allBtn 1s linear 0.5s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0.5s infinite alternate both;
  -o-animation: allBtn 1s linear 0.5s infinite alternate both;
  -ms-animation: allBtn 1s linear 0.5s infinite alternate both;
  animation: allBtn 1s linear 0.5s infinite alternate both;
}
#index .panel-page03 .boxWrap .noBtn {
  position: absolute;
  left: 50%;
  margin-left: 4.26666667%;
  top: 82.04667864%;
  width: 28.53333333%;
  -moz-animation: allBtn 1s linear 0.5s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0.5s infinite alternate both;
  -o-animation: allBtn 1s linear 0.5s infinite alternate both;
  -ms-animation: allBtn 1s linear 0.5s infinite alternate both;
  animation: allBtn 1s linear 0.5s infinite alternate both;
}
#index .panel-page03 .boxWrap .progress {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 98.7432675%;
  width: 100%;
}
#index .panel-page04 .boxWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index .panel-page04 .boxWrap .theme {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 10.86175943%;
  width: 100%;
}
#index .panel-page04 .boxWrap .question {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 60.05385996%;
  width: 100%;
}
#index .panel-page04 .boxWrap .yesBtn {
  position: absolute;
  left: 50%;
  margin-left: -32.8%;
  top: 82.04667864%;
  width: 28.53333333%;
  -moz-animation: allBtn 1s linear 0.5s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0.5s infinite alternate both;
  -o-animation: allBtn 1s linear 0.5s infinite alternate both;
  -ms-animation: allBtn 1s linear 0.5s infinite alternate both;
  animation: allBtn 1s linear 0.5s infinite alternate both;
}
#index .panel-page04 .boxWrap .noBtn {
  position: absolute;
  left: 50%;
  margin-left: 4.26666667%;
  top: 82.04667864%;
  width: 28.53333333%;
  -moz-animation: allBtn 1s linear 0.5s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0.5s infinite alternate both;
  -o-animation: allBtn 1s linear 0.5s infinite alternate both;
  -ms-animation: allBtn 1s linear 0.5s infinite alternate both;
  animation: allBtn 1s linear 0.5s infinite alternate both;
}
#index .panel-page04 .boxWrap .progress {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 98.7432675%;
  width: 100%;
}
#index .panel-page05 .boxWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index .panel-page05 .boxWrap .theme {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 10.41292639%;
  width: 100%;
}
#index .panel-page05 .boxWrap .question {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 60.05385996%;
  width: 100%;
}
#index .panel-page05 .boxWrap .yesBtn {
  position: absolute;
  left: 50%;
  margin-left: -32.8%;
  top: 82.04667864%;
  width: 28.53333333%;
  -moz-animation: allBtn 1s linear 0.5s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0.5s infinite alternate both;
  -o-animation: allBtn 1s linear 0.5s infinite alternate both;
  -ms-animation: allBtn 1s linear 0.5s infinite alternate both;
  animation: allBtn 1s linear 0.5s infinite alternate both;
}
#index .panel-page05 .boxWrap .noBtn {
  position: absolute;
  left: 50%;
  margin-left: 4.26666667%;
  top: 82.04667864%;
  width: 28.53333333%;
  -moz-animation: allBtn 1s linear 0.5s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0.5s infinite alternate both;
  -o-animation: allBtn 1s linear 0.5s infinite alternate both;
  -ms-animation: allBtn 1s linear 0.5s infinite alternate both;
  animation: allBtn 1s linear 0.5s infinite alternate both;
}
#index .panel-page05 .boxWrap .progress {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 98.7432675%;
  width: 100%;
}
#index .panel-page06 .boxWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index .panel-page06 .boxWrap .theme {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 12.92639138%;
  width: 100%;
}
#index .panel-page06 .boxWrap .question {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 60.05385996%;
  width: 100%;
}
#index .panel-page06 .boxWrap .yesBtn {
  position: absolute;
  left: 50%;
  margin-left: -32.8%;
  top: 82.04667864%;
  width: 28.53333333%;
  -moz-animation: allBtn 1s linear 0.5s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0.5s infinite alternate both;
  -o-animation: allBtn 1s linear 0.5s infinite alternate both;
  -ms-animation: allBtn 1s linear 0.5s infinite alternate both;
  animation: allBtn 1s linear 0.5s infinite alternate both;
}
#index .panel-page06 .boxWrap .noBtn {
  position: absolute;
  left: 50%;
  margin-left: 4.26666667%;
  top: 82.04667864%;
  width: 28.53333333%;
  -moz-animation: allBtn 1s linear 0.5s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0.5s infinite alternate both;
  -o-animation: allBtn 1s linear 0.5s infinite alternate both;
  -ms-animation: allBtn 1s linear 0.5s infinite alternate both;
  animation: allBtn 1s linear 0.5s infinite alternate both;
}
#index .panel-page06 .boxWrap .progress {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 98.7432675%;
  width: 100%;
}
#index .panel-page07 .boxWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index .panel-page07 .boxWrap .gradeList {
  position: absolute;
  width: 100%;
  height: 76.92998205%;
  left: 0;
  top: 2.78276481%;
}
#index .panel-page07 .boxWrap .gradeList .gradeItem {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
#index .panel-page07 .boxWrap .gradeList .gradeItem.active {
  display: block;
}
#index .panel-page07 .boxWrap .drainageBtn {
  position: absolute;
  left: 50%;
  margin-left: -32.26666667%;
  top: 80.61041293%;
  width: 64.53333333%;
}
#index .panel-page07 .boxWrap .drainageBtn .finger {
  left: 44.21487603%;
  top: 67.30769231%;
  position: absolute;
  width: 9.91735537%;
  -moz-animation: finger 1s linear 0s infinite alternate both;
  -webkit-animation: finger 1s linear 0s infinite alternate both;
  -o-animation: finger 1s linear 0s infinite alternate both;
  -ms-animation: finger 1s linear 0s infinite alternate both;
  animation: finger 1s linear 0s infinite alternate both;
}
.layer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#rule .text {
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
#rule .text img {
  margin-top: 20px;
}
#rule .closeBtn {
  margin-left: 34.66666667%;
  width: 8%;
  position: absolute;
  left: 50%;
  top: 7.49625187%;
}
