* {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}
html,
body {
  height: 100%;
  background: #000;
}
.page {
  background: url(https://res.17996cdn.net/luna/images/pcBg.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
}
.fb-link {
  z-index: 999;
  position: absolute;
  top: 4%;
  right: 7vw;
}
.fb-link img {
  max-height: 48px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.fb-link a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.logo {
  width: 37.5%;
  margin: auto;
  padding: 7% 0 0;
  text-align: center;
}
.logo img {
  max-width: 100%;
  margin: 0 0 0 10px;
}
.btnBox {
  width: 100%;
  padding: 2% 0 22%;
  text-align: center;
  -webkit-animation: up_down 1500ms linear infinite;
  -moz-animation: up_down 1500ms linear infinite;
  -ms-animation: up_down 1500ms linear infinite;
  animation: up_down 1500ms linear infinite;
}

.btnBox img {
  width: 22%;
  max-width: 280px;
  margin: 0 5px;
}

footer {
  background: rgba(0, 0, 0, 1);
  text-align: center;
  padding: 2.5% 0;
  color: #999;
  font-size: 14px;
  position: relative;
}
footer p {
  width: 75%;
  margin: auto;
  padding: 0 0 10px;
}
footer span {
  padding: 0 40px 0 0;
}
footer a {
  color: #999;
}
.g15 img {
  position: absolute;
  bottom: 95px;
  right: 6%;
  width: 40px;
}
@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes up_down {
  0% {
    -moz-transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}

@-ms-keyframes up_down {
  0% {
    -ms-transform: translateY(0px);
  }
  50% {
    -ms-transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0px);
  }
}

@keyframes up_down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 1024px) {
  .page {
    background: url(https://res.17996cdn.net/luna/images/mBg.jpg) no-repeat;
    background-size: 100%;
  }
  .fb-link {
    right: 2%;
    top: 10px;
  }
  .fb-link img {
    max-height: 38px;
  }
  .logo {
    width: 80%;
    padding: 0;
  }
  .logo img {
    margin: 0 0 0 8px;
  }
  .btnBox {
    padding: 90% 0 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .btnBox img {
    width: 86%;
    max-width: 320px;
    margin: 0 10px;
  }
  footer {
    padding-top: 80px;
  }
  footer p {
    width: 96%;
    margin: auto;
    padding: 0;
    font-size: 12px;
  }
  .g15 img {
    position: absolute;
    bottom: 20px;
    right: 10%;
    width: 40px;
    top: 20px;
    left: 48%;
  }
}
