@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.2);
  }
}
@-webkit-keyframes finger {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
@-o-keyframes finger {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.2);
  }
}
@-ms-keyframes finger {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.2);
  }
}
@keyframes finger {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-moz-keyframes Flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes Flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes Flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes Shake {
  0% {
    -moz-transform: translate3d(0, 0, 0);
  }
  10% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  20% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  30% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  40% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  50% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  60% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  70% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  80% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Shake {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  10% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes Shake {
  0% {
    -o-transform: translate3d(0, 0, 0);
  }
  10% {
    -o-transform: translate3d(10px, 0, 0);
  }
  20% {
    -o-transform: translate3d(-10px, 0, 0);
  }
  30% {
    -o-transform: translate3d(10px, 0, 0);
  }
  40% {
    -o-transform: translate3d(-10px, 0, 0);
  }
  50% {
    -o-transform: translate3d(10px, 0, 0);
  }
  60% {
    -o-transform: translate3d(-10px, 0, 0);
  }
  70% {
    -o-transform: translate3d(10px, 0, 0);
  }
  80% {
    -o-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -o-transform: translate3d(10px, 0, 0);
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes Shake {
  0% {
    -ms-transform: translate3d(0, 0, 0);
  }
  10% {
    -ms-transform: translate3d(10px, 0, 0);
  }
  20% {
    -ms-transform: translate3d(-10px, 0, 0);
  }
  30% {
    -ms-transform: translate3d(10px, 0, 0);
  }
  40% {
    -ms-transform: translate3d(-10px, 0, 0);
  }
  50% {
    -ms-transform: translate3d(10px, 0, 0);
  }
  60% {
    -ms-transform: translate3d(-10px, 0, 0);
  }
  70% {
    -ms-transform: translate3d(10px, 0, 0);
  }
  80% {
    -ms-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -ms-transform: translate3d(10px, 0, 0);
  }
  100% {
    -ms-transform: translate3d(0, 0, 0);
  }
}
@keyframes Shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(10px, 0, 0);
  }
  20% {
    transform: translate3d(-10px, 0, 0);
  }
  30% {
    transform: translate3d(10px, 0, 0);
  }
  40% {
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    transform: translate3d(10px, 0, 0);
  }
  60% {
    transform: translate3d(-10px, 0, 0);
  }
  70% {
    transform: translate3d(10px, 0, 0);
  }
  80% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(10px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes shareArrow {
  0% {
    -moz-transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, -10px);
  }
}
@-webkit-keyframes shareArrow {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-o-keyframes shareArrow {
  0% {
    -o-transform: translate(0, 0);
  }
  100% {
    -o-transform: translate(0, -10px);
  }
}
@-ms-keyframes shareArrow {
  0% {
    -ms-transform: translate(0, 0);
  }
  100% {
    -ms-transform: translate(0, -10px);
  }
}
@keyframes shareArrow {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -10px);
  }
}
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: #000000;
}
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%;
  margin: 0 auto;
  background-color: #fff;
}
#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%;
}
#mask {
  display: none;
  z-index: 9999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #013014;
}
#mask .tip_h {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('../images/ui/tip_h.png') center center no-repeat;
  background-size: contain;
}
#mask .tip_v {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('../images/ui/tip_v.png') center center no-repeat;
  background-size: contain;
}
#bgMusicBtn {
  width: 8.53333333%;
  height: auto;
  position: absolute;
  right: 2.93333333%;
  top: 1.64203612%;
  z-index: 999;
}
#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 {
  z-index: 99;
  width: 16.8%;
  height: auto;
  position: absolute;
  right: 2.93333333%;
  top: 1.64203612%;
}
#arrow {
  margin-left: -3.2%;
  width: 6.4%;
  position: absolute;
  left: 50%;
  bottom: 1.64203612%;
  -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.8);
  z-index: 999;
}
#alert .dialog {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  padding-bottom: 3rem;
}
#alert .dialog p {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 1rem;
  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: 1rem;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffc124;
  color: #5e219f;
}
#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: 9998;
  background-color: rgba(0, 0, 0, 0.7);
}
#loading .loadingImg {
  margin-left: -5.73333333%;
  width: 11.46666667%;
  position: absolute;
  left: 50%;
  top: 49.26108374%;
  -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;
}
#ajaxLoading {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
  background-color: rgba(0, 0, 0, 0.7);
}
#ajaxLoading .loadingImg {
  margin-left: -5.73333333%;
  width: 11.46666667%;
  position: absolute;
  left: 50%;
  top: 49.26108374%;
  -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: 3.28407225%;
}
#rule {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
}
#rule .closeBtn {
  margin-left: 37.86666667%;
  width: 8.53333333%;
  position: absolute;
  left: 50%;
  top: 1.64203612%;
  z-index: 9;
}
#rule .content {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  max-height: 100%;
  overflow-y: auto;
}
#rule .content .text {
  position: relative;
  width: 100%;
  height: auto;
}
#rankingList {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: url("../images/img_032.jpg") center center no-repeat;
  background-size: cover;
}
#rankingList .shareText {
  position: absolute;
  width: 31.46666667%;
  height: auto;
  right: 4.26666667%;
  top: 1.3136289%;
  display: none;
}
#rankingList .shareText.active {
  display: block;
}
#rankingList .shareText .arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 20%;
  -moz-animation: shareArrow 1s linear 0s infinite alternate both;
  -webkit-animation: shareArrow 1s linear 0s infinite alternate both;
  -o-animation: shareArrow 1s linear 0s infinite alternate both;
  -ms-animation: shareArrow 1s linear 0s infinite alternate both;
  animation: shareArrow 1s linear 0s infinite alternate both;
}
#rankingList .tabWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 6.5681445%;
}
#rankingList .tabWrap .img_png {
  width: 100%;
  height: 0;
  padding-top: 8.53333333%;
  position: relative;
}
#rankingList .tabWrap .view {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
#rankingList .tabWrap .view.active {
  display: block;
}
#rankingList .tabWrap .tab {
  z-index: 99;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}
#rankingList .tabWrap .friendsTab {
  left: 0;
}
#rankingList .tabWrap .totalTab {
  right: 0;
}
#rankingList .listWrap {
  position: absolute;
  width: 100%;
  height: 74.71264368%;
  left: 0;
  top: 13.136289%;
}
#rankingList .listWrap .listItem {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
#rankingList .listWrap .listItem.active {
  display: block;
}
#rankingList .listWrap .listItem .lists {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
#rankingList .listWrap .listItem .lists .list {
  position: relative;
  width: 100%;
  height: 4.62222222rem;
  background: url("../images/img_039.png") center center no-repeat;
  background-size: 100% 100%;
  font-size: 0.85333333rem;
  color: #e1e1e1;
}
#rankingList .listWrap .listItem .lists .list.one {
  background: url("../images/img_036.png") center center no-repeat;
  background-size: 100% 100%;
}
#rankingList .listWrap .listItem .lists .list.two {
  background: url("../images/img_037.png") center center no-repeat;
  background-size: 100% 100%;
}
#rankingList .listWrap .listItem .lists .list.three {
  background: url("../images/img_038.png") center center no-repeat;
  background-size: 100% 100%;
}
#rankingList .listWrap .listItem .lists .list .num {
  position: absolute;
  left: 9.73333333%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.20888889rem;
  line-height: 1;
}
#rankingList .listWrap .listItem .lists .list .headImg {
  position: absolute;
  width: 11.46666667%;
  height: auto;
  left: 18.26666667%;
  top: 18.46153846%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#rankingList .listWrap .listItem .lists .list .phoneNumber {
  position: absolute;
  left: 46.66666667%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.99555556rem;
  line-height: 1;
}
#rankingList .listWrap .listItem .lists .list .balance {
  position: absolute;
  left: 63.46666667%;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.20888889rem;
  line-height: 1;
  max-width: 29.6%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 0.35555556rem;
}
#rankingList .closeBtn {
  margin-left: -37.33333333%;
  width: 74.66666667%;
  position: absolute;
  left: 50%;
  bottom: 2.46305419%;
}
#moreLife {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
}
#moreLife .box {
  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%);
}
#moreLife .box .lifeCard {
  margin-left: -42.8%;
  width: 85.6%;
  position: absolute;
  left: 50%;
  top: 4.38799076%;
}
#moreLife .box .invitationBtn {
  margin-left: -26.66666667%;
  width: 53.33333333%;
  position: absolute;
  left: 50%;
  bottom: 3.69515012%;
}
#moreLife .closeBtn {
  margin-left: 37.86666667%;
  width: 8.53333333%;
  position: absolute;
  left: 50%;
  top: 4.10509031%;
  z-index: 9;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-slide {
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  writing-mode: lr-tb;
  overflow: hidden;
}
#login .wrapLayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#login .panel-page01 {
  background: url("../images/img_001.jpg") center center no-repeat;
  background-size: cover;
}
#login .panel-page01 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 6.15763547%;
}
#login .panel-page01 .tip {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 47.29064039%;
}
#login .panel-page01 .infoWrap .inputWrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.56888889rem;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#login .panel-page01 .infoWrap input {
  display: block;
  width: 100%;
  font-size: 1.06666667rem;
  line-height: 1.2;
  color: #fff;
}
#login .panel-page01 .phoneWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 55.50082102%;
}
#login .panel-page01 .phoneWrap .innerWrap {
  position: absolute;
  width: 58.4%;
  height: 100%;
  left: 28.26666667%;
  top: 0;
}
#login .panel-page01 .verCodeWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 65.8456486%;
}
#login .panel-page01 .verCodeWrap .innerWrap {
  position: absolute;
  width: 32%;
  height: 100%;
  left: 28.26666667%;
  top: 0;
}
#login .panel-page01 .varCodeBtn {
  margin-left: 13.6%;
  width: 22.93333333%;
  position: absolute;
  left: 50%;
  top: 66.50246305%;
}
#login .panel-page01 .varCodeBtn .img_png {
  width: 100%;
  height: 0;
  padding-top: 33.72093023%;
  position: relative;
}
#login .panel-page01 .varCodeBtn .normal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#login .panel-page01 .varCodeBtn .disable {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#login .panel-page01 .varCodeBtn .disable .time {
  position: absolute;
  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%);
  line-height: 1.2;
  color: #822ca6;
  font-size: 0.99555556rem;
}
#login .panel-page01 .varCodeBtn.active .normal {
  display: none;
}
#login .panel-page01 .varCodeBtn.active .disable {
  display: block;
}
#login .panel-page01 .invitationCodeWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 76.3546798%;
}
#login .panel-page01 .invitationCodeWrap .innerWrap {
  position: absolute;
  width: 58.4%;
  height: 100%;
  left: 28.26666667%;
  top: 0;
}
#login .panel-page01 .enterBtn {
  margin-left: -37.33333333%;
  width: 74.66666667%;
  position: absolute;
  left: 50%;
  top: 87.02791461%;
}
#index .wrapLayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page01 {
  background: url("../images/img_019.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page01 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 1.64203612%;
}
#index .panel-page01 .ruleBtn {
  position: absolute;
  width: 12%;
  height: auto;
  top: 2.13333333%;
  right: 1.86666667%;
}
#index .panel-page01 .timeTip {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 18.3908046%;
  display: none;
}
#index .panel-page01 .waitText .num {
  position: absolute;
  left: 0;
  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%);
  font-size: 0.92444444rem;
  color: #fff;
  line-height: 1.2;
}
#index .panel-page01 .waitText .hour {
  left: 49.06666667%;
}
#index .panel-page01 .waitText .min {
  left: 58.93333333%;
}
#index .panel-page01 .waitText .sec {
  left: 68.66666667%;
}
#index .panel-page01 .bonusWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 24.9589491%;
}
#index .panel-page01 .bonusWrap .bonus {
  position: absolute;
  left: 45.33333333%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.13333333rem;
  color: #fff;
  line-height: 1.2;
}
#index .panel-page01 .enterBtn {
  margin-left: -22.26666667%;
  width: 44.53333333%;
  position: absolute;
  left: 50%;
  top: 32.8407225%;
}
#index .panel-page01 .timeRangeTip {
  margin-left: -9.6%;
  width: 19.2%;
  position: absolute;
  left: 50%;
  top: 41.70771757%;
}
#index .panel-page01 .timeRangeBg {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 45.15599343%;
}
#index .panel-page01 .timeRange {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 45.15599343%;
  font-size: 1.06666667rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
#index .panel-page01 .infoWrap {
  margin-left: -45.73333333%;
  width: 91.46666667%;
  position: absolute;
  left: 50%;
  bottom: 0.82101806%;
}
#index .panel-page01 .infoWrap .headImgWrap {
  position: absolute;
  left: 50%;
  margin-left: -16.03498542%;
  top: 4.29553265%;
  width: 32.06997085%;
}
#index .panel-page01 .infoWrap .headImgWrap .headImgBox {
  position: absolute;
  width: 76.36363636%;
  height: 76.36363636%;
  left: 11.81818182%;
  top: 11.81818182%;
  overflow: hidden;
  border-radius: 50%;
}
#index .panel-page01 .infoWrap .phoneNumberWrap {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 42.95532646%;
  text-align: center;
  font-size: 1.06666667rem;
  color: #fff;
  line-height: 1.2;
}
#index .panel-page01 .infoWrap .balanceWrap {
  left: 39.79591837%;
  top: 51.89003436%;
  position: absolute;
  width: 35.27696793%;
  height: 8.9347079%;
  font-size: 1.42222222rem;
  line-height: 1.84888889rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 0.85333333rem;
}
#index .panel-page01 .infoWrap .lifeWrap {
  left: 48.10495627%;
  top: 63.91752577%;
  position: absolute;
  width: 11.37026239%;
  height: 8.9347079%;
  font-size: 1.42222222rem;
  line-height: 1.99111111rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
#index .panel-page01 .infoWrap .moreLifeBtn {
  left: 64.13994169%;
  top: 63.91752577%;
  position: absolute;
  width: 16.03498542%;
}
#index .panel-page01 .infoWrap .totalListBtn {
  position: absolute;
  left: 50%;
  margin-left: -45.18950437%;
  top: 78.52233677%;
  width: 40.23323615%;
}
#index .panel-page01 .infoWrap .friendsListBtn {
  position: absolute;
  left: 50%;
  margin-left: 4.95626822%;
  top: 78.52233677%;
  width: 40.23323615%;
}
#exam .wrapLayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#exam .panel-page01 {
  background: url("../images/img_001.jpg") center center no-repeat;
  background-size: cover;
}
#exam .panel-page01 .livePlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
#exam .panel-page01 .livePlayer video {
  object-fit: fill;
}
#exam .panel-page01 .examLayer {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 2.95566502%;
  z-index: 9;
}
#exam .panel-page01 .examLayer .progress {
  position: absolute;
  left: 9.06666667%;
  top: 5.27704485%;
}
#exam .panel-page01 .examLayer .progress span {
  color: #cecddc;
  font-size: 0.99555556rem;
  line-height: 1.2;
  font-weight: normal;
}
#exam .panel-page01 .examLayer .count_down_wrap {
  position: absolute;
  left: 50%;
  margin-left: -8.53333333%;
  top: 6.06860158%;
  width: 17.06666667%;
}
#exam .panel-page01 .examLayer .count_down_wrap .img_png {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
#exam .panel-page01 .examLayer .count_down_wrap .canvasWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#exam .panel-page01 .examLayer .count_down_wrap .canvasWrap canvas {
  width: 100%;
  height: 100%;
}
#exam .panel-page01 .examLayer .exam_tip_wrap {
  position: absolute;
  width: 100%;
  top: 25%;
}
#exam .panel-page01 .examLayer .exam_tip_wrap .tip {
  box-sizing: border-box;
  width: 38%;
  position: relative;
  background-color: #ffc300;
  color: #fff;
  font-size: 1.06666667rem;
  line-height: 1;
  padding: 0.35555556rem 0.71111111rem 0.35555556rem 0.71111111rem;
  border-radius: 1.06666667rem;
  text-align: center;
  opacity: 0;
  margin: 0 auto;
}
#exam .panel-page01 .examLayer .choice_wrap {
  position: absolute;
  width: 100%;
  height: 67.2823219%;
  left: 0;
  bottom: 0;
}
#exam .panel-page01 .examLayer .choice_wrap .question {
  position: absolute;
  width: 77.86666667%;
  height: auto;
  left: 11.06666667%;
  top: 1.96078431%;
}
#exam .panel-page01 .examLayer .choice_wrap .question .ordinal {
  float: left;
  width: 8.56164384%;
  height: auto;
}
#exam .panel-page01 .examLayer .choice_wrap .question .ordinal span {
  color: #4a4a4a;
  font-size: 1.06666667rem;
  line-height: 1.4;
  font-weight: normal;
}
#exam .panel-page01 .examLayer .choice_wrap .question .question-content {
  float: right;
  width: 91.43835616%;
  height: auto;
}
#exam .panel-page01 .examLayer .choice_wrap .question .question-content .question-text {
  position: relative;
  width: 100%;
  height: auto;
  color: #4a4a4a;
  font-size: 1.06666667rem;
  line-height: 1.4;
  font-weight: normal;
}
#exam .panel-page01 .examLayer .choice_wrap .options {
  position: absolute;
  width: 77.86666667%;
  height: auto;
  left: 11.06666667%;
  top: 38.03921569%;
}
#exam .panel-page01 .examLayer .choice_wrap .options .option {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.99555556rem;
}
#exam .panel-page01 .examLayer .choice_wrap .options .option .option-content {
  position: relative;
  line-height: 2.70222222rem;
  padding-left: 1.42222222rem;
  box-sizing: border-box;
  background-color: #e9e5e8;
  border-radius: 1.35111111rem;
  color: #4a4a4a;
}
#exam .panel-page01 .examLayer .choice_wrap .options .option .option-content span {
  font-size: 1.06666667rem;
  font-weight: normal;
}
#exam .panel-page01 .examLayer .choice_wrap .options .option.active .option-content {
  background-color: #ff0000;
  color: #fff;
}
#exam .panel-page01 .iframeWrap {
  position: absolute;
  width: 100%;
  height: 31.19868637%;
  left: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(70, 21, 100, 0.5);
}
#exam .panel-page01 .topLayer {
  position: absolute;
  width: 100%;
  height: 5.58292282%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.5);
}
#exam .panel-page01 .topLayer .timeTip {
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
}
#exam .panel-page01 .topLayer .timeTip p {
  font-size: 0.85333333rem;
  line-height: 2.41777778rem;
  color: #666666;
  padding-left: 0.49777778rem;
  display: none;
}
#exam .panel-page01 .topLayer .timeTip p .num {
  font-size: 1.13777778rem;
  color: #430f63;
  margin: 0 0.4rem;
}
#exam .panel-page01 .topLayer .bonusWrap {
  position: absolute;
  width: auto;
  height: 100%;
  right: 0;
  top: 0;
}
#exam .panel-page01 .topLayer .bonusWrap p {
  font-size: 0.85333333rem;
  line-height: 2.41777778rem;
  color: #666666;
  padding-right: 0.49777778rem;
}
#exam .panel-page01 .topLayer .bonusWrap p .num {
  font-size: 1.13777778rem;
  color: #ffc300;
  background-color: #6c4485;
  border-radius: 0.71111111rem;
  padding: 0.21333333rem 0.35555556rem;
  padding-right: 0.56888889rem;
  margin-left: 0.35555556rem;
}
#exam .panel-page01 .topLayer .bonusWrap p .bonusnum {
  font-style: normal;
}
#success .wrapLayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#success .panel-page01 {
  background: url("../images/img_010.jpg") center center no-repeat;
  background-size: cover;
}
#success .panel-page01 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 1.64203612%;
}
#success .panel-page01 .boxWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 25.61576355%;
}
#success .panel-page01 .boxWrap .decorate {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: -19.87767584%;
  width: 100%;
}
#success .panel-page01 .boxWrap .homeBtn {
  position: absolute;
  left: 50%;
  margin-left: -16.8%;
  top: 72.17125382%;
  width: 33.6%;
}
#success .panel-page01 .downloadBtn {
  margin-left: -37.33333333%;
  width: 74.66666667%;
  position: absolute;
  left: 50%;
  top: 85.87848933%;
}
#fail .wrapLayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#fail .panel-page01 {
  background: url("../images/img_010.jpg") center center no-repeat;
  background-size: cover;
}
#fail .panel-page01 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 1.64203612%;
}
#fail .panel-page01 .boxWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 25.61576355%;
}
#fail .panel-page01 .boxWrap .decorate {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: -19.87767584%;
  width: 100%;
}
#fail .panel-page01 .boxWrap .nextBtn {
  position: absolute;
  left: 50%;
  margin-left: -16.8%;
  top: 68.19571865%;
  width: 33.6%;
}
#fail .panel-page01 .downloadBtn {
  margin-left: -37.33333333%;
  width: 74.66666667%;
  position: absolute;
  left: 50%;
  top: 85.87848933%;
}
.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);
}
