* {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.5625vw;
}

#music {
  position: fixed;
  top: 3vh;
  right: 4vh;
  z-index: 5;
  width: 15vw;
  height: 15vw;
  border: 4px solid #ef1639;
  border-radius: 50%;
  background: #fff;
}
#music > img:first-of-type {
  position: absolute;
  top: 24%;
  right: 2.5%;
  width: 28.421%;
  z-index: 1;
}
#music > img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 79%;
  z-index: 0;
}
.page1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.qiqiu {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: qiqiu 2s ease-in-out infinite;
  -o-animation: qiqiu 2s ease-in-out infinite;
  animation: qiqiu 2s ease-in-out infinite;
}
.yun-1 {
  z-index: 1;
  width: 30%;
  position: absolute;
  top: 40%;
  left: 5%;
  -webkit-animation: yunf 4s ease-in-out infinite alternate;
  -o-animation: yunf 4s ease-in-out infinite alternate;
  animation: yunf 4s ease-in-out infinite alternate;
}
.yun-2 {
  z-index: 3;
  width: 45%;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-animation: yuns 5s ease-in-out infinite alternate;
  -o-animation: yuns 5s ease-in-out infinite alternate;
  animation: yuns 5s ease-in-out infinite alternate;
}
.shu {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.page1 > p {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 72%;
  font-size: 6rem;
  text-align: center;
}
.down {
  width: 8%;
  position: absolute;
  bottom: 13%;
  left: 46%;
  -webkit-animation: down 1s linear infinite alternate;
  -o-animation: down 1s linear infinite alternate;
  animation: down 1s linear infinite alternate;
}

.page2-title {
  position: absolute;
  top: 22%;
  left: 7%;
  font-size: 4em;
  font-weight: bold;
  opacity: 0;
}

@keyframes fadeInBig {
  from {
    opacity: 0;
    transform: scale(2.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.page2-title-play {
  opacity: 0;
  animation: fadeInBig 0.1s 1.5s linear forwards;
  -webkit-animation: fadeInBig 0.1s 1.5s linear forwards;
}

.page2-clickme {
  position: absolute;
  bottom: 3%;
  left: 47%;
  z-index: 1;
}

#page2wz {
  width: 50%;
  display: block;
  margin: 0 auto;
  opacity: 0;
  /*-webkit-animation: pagesf 0.5s ease-out 0.3s 1 forwards;
    -o-animation: pagesf 0.5s ease-out 0.3s 1 forwards;
    animation: pagesf 0.5s ease-out 0.3s 1 forwards;*/
}
.bg-2-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.aaa {
  width: 35%;
  margin: 10% auto;
  position: relative;
  padding: 0;
  opacity: 0;
}
.aaaplay {
  -webkit-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  -o-transform: translateY(1000px);
  transform: translateY(1000px);
  -webkit-animation: pagesf 0.5s ease-out 0.3s 1 forwards;
  -o-animation: pagesf 0.5s ease-out 0.3s 1 forwards;
  animation: pagesf 0.5s ease-out 0.3s 1 forwards;
}
.page2 .bbbplay {
  -webkit-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  -o-transform: translateY(1000px);
  transform: translateY(1000px);
  -webkit-animation: pagess 0.5s ease-out 1s 1 forwards;
  -o-animation: pagess 0.5s ease-out 1s 1 forwards;
  animation: pagess 0.5s ease-out 1s 1 forwards;
}
.p2-but {
  margin: auto;
  display: block;
  border: 5px solid #6a0080;
  padding: 5px;
  border-radius: 50%;
  width: 80%;
}

.aaa::after {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 90%;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: buts 1s ease-in-out infinite alternate;
  -o-animation: buts 1s ease-in-out infinite alternate;
  animation: buts 1s ease-in-out infinite alternate;
}
.mes-bg {
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.mes-con {
  position: absolute;
  width: 10%;
  height: 10%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  display: none;
  border-radius: 10%;
  overflow: hidden;
  background: #fff;
}
.mesplay {
  -webkit-animation: mesplay 1s ease-out 0s 1 forwards;
  -o-animation: mesplay 1s ease-out 0s 1 forwards;
  animation: mesplay 1s ease-out 0s 1 forwards;
}
.mes-con img:nth-of-type(1) {
  width: 10%;
  position: absolute;
  top: 5vw;
  right: 5vw;
  z-index: 2;
}
.mes-con img:nth-of-type(2) {
  width: 100%;
  z-index: 3;
  opacity: 1;
  margin-top: 10%;
}
.page-3 {
  width: 100%;
  height: 100%;
  background: url(../images/bg-3.png) no-repeat center center;
  background-size: cover;
}
.p3-1 {
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 30%;
  z-index: 3;
}
.p3-1 img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p3-1 img:nth-of-type(1) {
  width: 35%;
  box-shadow: 0 0 15vw 13vw yellow;
  border-radius: 50%;
}
.p3-1 img:nth-of-type(2) {
  width: 38%;
  -webkit-animation: ptfplay 0.8s linear infinite;
  -o-animation: ptfplay 0.8s linear infinite;
  animation: ptfplay 0.8s linear infinite;
}
.p3-1 img:nth-of-type(3) {
  width: 45%;
  -webkit-animation: ptsplay 1.2s linear infinite;
  -o-animation: ptsplay 1.2s linear infinite;
  animation: ptsplay 1.2s linear infinite;
}
.p3-1 img:nth-of-type(4) {
  width: 55%;
  -webkit-animation: pttplay 1.1s linear infinite;
  -o-animation: pttplay 1.1s linear infinite;
  animation: pttplay 1.1s linear infinite;
}
.p3-2 {
  width: 100%;
  height: 100%;
  background: url(../images/bg-3-2.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}
.snow-con {
  width: 100%;
  height: 60%;
  position: relative;
}
.weather {
  width: 100vw;
  height: 60vh;
}
.p3wz-con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#pg3-wz1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 13vh auto;
  width: 53vw;
}
.wz1play {
  -webkit-animation: wz1play 1s 1 forwards;
  animation: wz1play 1s 1 forwards;
}
.wz2play {
  -webkit-animation: wz2play 1s 1 forwards;
  animation: wz2play 1s 1 forwards;
}
#pg3-wz2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 24vh auto;
  width: 62vw;
}
#close-p3 {
  position: absolute;
  top: 28vw;
  left: 82vw;
  width: 6vw;
}