@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.2);
  }
}
@-webkit-keyframes allBtn {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
@-o-keyframes allBtn {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.2);
  }
}
@-ms-keyframes allBtn {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.2);
  }
}
@keyframes allBtn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-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 allBtn01 {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
  }
}
@-webkit-keyframes allBtn01 {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
  }
}
@-o-keyframes allBtn01 {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.1);
  }
}
@-ms-keyframes allBtn01 {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.1);
  }
}
@keyframes allBtn01 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
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.65837479%;
  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.65837479%;
}
#arrow {
  margin-left: -3.2%;
  width: 6.4%;
  position: absolute;
  left: 50%;
  bottom: 1.65837479%;
  -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: #568fdc;
  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 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: url("../images/loading/img_001.jpg") center center no-repeat;
  background-size: cover;
}
#loading .progressWrap {
  margin-left: -34.66666667%;
  width: 69.33333333%;
  position: absolute;
  left: 50%;
  top: 50.4145937%;
}
#loading .progressWrap .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #5e5e5e;
  z-index: 9;
}
#loading .progressWrap .frame {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#loading .progressWrap .beerSprite {
  position: absolute;
  left: -10%;
  bottom: 100%;
  width: 20.76923077%;
}
#loading .progressWrap .beerSprite .img_png {
  width: 100%;
  height: 0;
  padding-top: 114.81481481%;
  position: relative;
}
#loading .progressWrap .beerSprite .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#loading .progressWrap .beerSprite .list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#loading .progressWrap .beerSprite .list .item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#loading .loadingText {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  left: 0;
  top: 52.23880597%;
  font-size: 1.4rem;
  color: #dccd80;
}
#rule {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: url("../images/img_007.jpg") center center no-repeat;
  background-size: 100% 100%;
}
#rule .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 5.38971808%;
}
#rule .content {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 12.85240464%;
}
#rule .closeBtn {
  margin-left: -21.46666667%;
  width: 42.93333333%;
  position: absolute;
  left: 50%;
  top: 58.87230514%;
  -moz-animation: allBtn01 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn01 1s linear 0s infinite alternate both;
  -o-animation: allBtn01 1s linear 0s infinite alternate both;
  -ms-animation: allBtn01 1s linear 0s infinite alternate both;
  animation: allBtn01 1s linear 0s infinite alternate both;
}
#storeList {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(10, 7, 1, 0.75);
}
#storeList .boxWrap {
  margin-left: -36.8%;
  width: 73.6%;
  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%);
}
#storeList .boxWrap .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 16.30434783%;
  height: auto;
}
#storeList .boxWrap .region {
  position: absolute;
  width: 1.28rem;
  height: auto;
  left: 8.69565217%;
  top: 53.43035343%;
  color: #000;
  font-size: 1.28rem;
  line-height: 1.4;
}
#storeList .boxWrap .listWrap {
  position: absolute;
  width: 63.4057971%;
  height: 66.11226611%;
  left: 28.26086957%;
  top: 20.997921%;
  overflow-y: auto;
  overflow-x: hidden;
}
#storeList .boxWrap .listWrap .list {
  position: relative;
  width: 100%;
  height: auto;
}
#storeList .boxWrap .listWrap .list .item {
  position: relative;
  width: 100%;
  height: 2.84444444rem;
  background: url("../images/img_014.png") center center no-repeat;
  background-size: 100% 100%;
}
#storeList .boxWrap .listWrap .list .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 2.34666667rem;
  line-height: 2.34666667rem;
  padding-left: 0.71111111rem;
  color: #000;
  font-size: 0.92444444rem;
}
#storeDetail {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: rgba(10, 7, 1, 0.75);
}
#storeDetail .boxWrap {
  margin-left: -36.8%;
  width: 73.6%;
  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%);
}
#storeDetail .boxWrap .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 16.30434783%;
  height: auto;
}
#storeDetail .boxWrap .storeNameWrap {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding-left: 5.40444444rem;
  left: 0;
  top: 12.05821206%;
  color: #000;
  font-size: 1.13777778rem;
}
#storeDetail .boxWrap .storeNameWrap .main {
  font-size: 1.42222222rem;
}
#storeDetail .boxWrap .listWrap {
  position: absolute;
  width: 100%;
  height: 62.37006237%;
  left: 0%;
  top: 23.07692308%;
  overflow-y: auto;
  overflow-x: hidden;
}
#storeDetail .boxWrap .listWrap .list {
  position: relative;
  width: 100%;
  height: auto;
}
#storeDetail .boxWrap .listWrap .list .item {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.74666667rem 0;
}
#storeDetail .boxWrap .listWrap .list .item .seat_half:after {
  opacity: 0;
  content: ".";
}
#storeDetail .boxWrap .listWrap .list .item .seat_one:after {
  opacity: 0;
  content: "中";
}
#storeDetail .boxWrap .listWrap .list .item .seat_two:after {
  opacity: 0;
  content: "中国";
}
#storeDetail .boxWrap .listWrap .list .item .text {
  position: relative;
  box-sizing: border-box;
  padding-left: 1.70666667rem;
  padding-right: 1.70666667rem;
  width: 100%;
  color: #000;
  font-size: 0.92444444rem;
}
#storeDetail .boxWrap .listWrap .list .item .item_i {
  position: relative;
  box-sizing: border-box;
  padding-left: 1.70666667rem;
  padding-right: 1.70666667rem;
  width: 100%;
  color: #000;
  font-size: 0.92444444rem;
}
#storeDetail .boxWrap .listWrap .list .item .item_i .key {
  float: left;
}
#storeDetail .boxWrap .listWrap .list .item .item_i .value {
  width: 69%;
  float: right;
}
#storeDetail .boxWrap .goBtn {
  position: absolute;
  left: 50%;
  margin-left: -27.7173913%;
  bottom: 6.23700624%;
  width: 55.43478261%;
  -moz-animation: allBtn01 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn01 1s linear 0s infinite alternate both;
  -o-animation: allBtn01 1s linear 0s infinite alternate both;
  -ms-animation: allBtn01 1s linear 0s infinite alternate both;
  animation: allBtn01 1s linear 0s infinite alternate both;
}
#mapQQ {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(10, 7, 1, 0.75);
}
#mapQQ .iframeWrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#mapQQ .closeBtn {
  position: absolute;
  width: 13.33333333%;
  right: 1rem;
  top: 0.5rem;
  -moz-animation: allBtn 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0s infinite alternate both;
  -o-animation: allBtn 1s linear 0s infinite alternate both;
  -ms-animation: allBtn 1s linear 0s infinite alternate both;
  animation: allBtn 1s linear 0s infinite alternate both;
}
#map_navigate img {
  display: inline-block;
}
#ajaxLoading {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
  background-color: rgba(0, 0, 0, 0.75);
}
#ajaxLoading .loadingImg {
  margin-left: -5.73333333%;
  width: 11.46666667%;
  position: absolute;
  left: 50%;
  top: 49.75124378%;
  -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;
}
#share .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#share .boxWrap {
  margin-left: -35.33333333%;
  width: 70.66666667%;
  position: absolute;
  left: 50%;
  top: 31.84079602%;
}
#share .boxWrap .closeBtn {
  position: absolute;
  width: 10.94339623%;
  height: auto;
  right: 0;
  top: 0;
}
#share .boxWrap .shareBtn {
  position: absolute;
  left: 50%;
  margin-left: -32.83018868%;
  bottom: 20.73732719%;
  width: 65.66037736%;
}
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 .panel-page01 {
  background: url("../images/img_001.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page01 .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 19.2%;
}
#index .panel-page01 .face {
  position: absolute;
  right: 0;
  top: 0;
  width: 36.26666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(20px, -10px);
  -moz-transform: translate(20px, -10px);
  -ms-transform: translate(20px, -10px);
  -o-transform: translate(20px, -10px);
  transform: translate(20px, -10px);
}
#index .panel-page01 .face.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 1.6s;
  -moz-transition: all 0.8s linear 1.6s;
  -ms-transition: all 0.8s linear 1.6s;
  -o-transition: all 0.8s linear 1.6s;
  transition: all 0.8s linear 1.6s;
}
#index .panel-page01 .beer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38.13333333%;
  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 .beer.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 1.6s;
  -moz-transition: all 0.8s linear 1.6s;
  -ms-transition: all 0.8s linear 1.6s;
  -o-transition: all 0.8s linear 1.6s;
  transition: all 0.8s linear 1.6s;
}
#index .panel-page01 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 35.65505804%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
#index .panel-page01 .title.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 ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
#index .panel-page01 .enterBtn {
  margin-left: -27.2%;
  width: 54.4%;
  position: absolute;
  left: 50%;
  top: 65.50580431%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -moz-animation: allBtn01 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn01 1s linear 0s infinite alternate both;
  -o-animation: allBtn01 1s linear 0s infinite alternate both;
  -ms-animation: allBtn01 1s linear 0s infinite alternate both;
  animation: allBtn01 1s linear 0s infinite alternate both;
}
#index .panel-page01 .enterBtn.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 1s;
  -moz-transition: all 0.8s linear 1s;
  -ms-transition: all 0.8s linear 1s;
  -o-transition: all 0.8s linear 1s;
  transition: all 0.8s linear 1s;
}
#index .panel-page01 .ruleBtn {
  margin-left: -17.86666667%;
  width: 35.73333333%;
  position: absolute;
  left: 50%;
  top: 77.28026534%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
#index .panel-page01 .ruleBtn.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 1s;
  -moz-transition: all 0.8s linear 1s;
  -ms-transition: all 0.8s linear 1s;
  -o-transition: all 0.8s linear 1s;
  transition: all 0.8s linear 1s;
}
#index .panel-page02 {
  background: url("../images/img_007.jpg") center center no-repeat;
  background-size: 100% 100%;
}
#index .panel-page02 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 4.97512438%;
}
#index .panel-page02 .content {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 12.43781095%;
}
#index .panel-page02 .prize {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 46.10281924%;
}
#index .panel-page02 .enterBtn {
  margin-left: -22.53333333%;
  width: 44%;
  position: absolute;
  left: 50%;
  top: 64.17910448%;
  -moz-animation: allBtn01 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn01 1s linear 0s infinite alternate both;
  -o-animation: allBtn01 1s linear 0s infinite alternate both;
  -ms-animation: allBtn01 1s linear 0s infinite alternate both;
  animation: allBtn01 1s linear 0s infinite alternate both;
}
#index .panel-page03 {
  background-color: #000;
}
#index .panel-page03 .mapWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
#index .panel-page03 .mapWrap .list {
  position: relative;
  width: auto;
  height: 100%;
}
#index .panel-page03 .mapWrap .list .item {
  position: relative;
  width: auto;
  height: 100%;
  float: left;
}
#index .panel-page03 .mapWrap .list .item img {
  display: inline;
  width: auto;
  height: 100%;
}
#index .panel-page03 .mapWrap .regionWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index .panel-page03 .mapWrap .regionWrap svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index .panel-page03 .tip {
  position: absolute;
  left: 0;
  top: 0;
  width: 64.53333333%;
}
#index .panel-page03 .beer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24%;
}
.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);
}
