/*页面公共样式*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  font-size: 62.5%;
}
html,
body {
  height: 100%;
  color: #000;
  font-family: "微软雅黑", Tahoma, Helvetica, Arial, "华文细黑", "宋体", sans-serif;
  overflow: hidden;
  background: #000000;
}
.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
  font-size: 0;
}
.clearfix {
  *zoom: 1;
}
.clearBoth {
  clear: both;
}
.hidden {
  display: none;
}
iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: none;
  background: none;
}
.pagebg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
	background-repeat: no-repeat;
  background-size: cover;
  opacity: .1;
}
.pagebg.pagebg2 {
  opacity: .12;
  z-index: 100;
}
.snow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100001;
}
.sakura {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 10;
}
.slider-box {
  float: right;
  margin: 10px 20px;
  position: relative;
  z-index: 99;
}
#range {
  margin-top: 5px;
  color: #eee;
  font-size: 10pt;
  margin-left: 10px;
}
#specks {
  position: absolute;
  z-index: 999;
  height: 100vh;
  width: 100vw;
}
.speck {
  opacity: 0;
  height: 4px;
  width: 4px;
  background: url('../img/speck_zpsu9xym9zl.png');
  background-size: cover;
  position: absolute;
  border-radius: 10px;
  z-index: 99;
}
.img {
  position: absolute;
  height: 100000px;
  width: 100000px;
  top: -8500px;
  left: -8000px;
  animation-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
  animation-name: float;
  animation-iteration-count: infinite;
}
#img-1 {
  opacity: 0.25;
  background: url('../img/dust1_zpst8inukke.jpg');
  background-repeat: repeat;
  animation-duration: 600s;
}
#img-2 {
  opacity: 0.2;
  background: url('../img/dust2_zps9on59cjb.jpg');
  background-repeat: repeat;
  animation-duration: 450s;
}
#img-3 {
  opacity: 0.15;
  background: url('../img/dust3_zps9hjmkyei.jpg');
  background-repeat: repeat;
  animation-duration: 350s;
}
/*ANIMATIONS*/
@keyframes twinkle {
  0% {
    transform: translate(0px, 0px);
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  70% {
    opacity: 0;
  }
  100% {
    transform: translate(175px, 100px);
  }
}
@keyframes float {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(8000px, 4000px);
  }
}
/*临时*/
div.pagebody {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10000;
}
div.pagebody p.title {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 6rem;
}
div.pagebody span.copy {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 10px;
  width: 100%;
  color: #999;
  font-size: 1.6rem;
  text-align: center;
}
@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
.site__title {
  background-image: -webkit-linear-gradient(92deg, #eeeeee, #feab3a);
  color: #eeeeee;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  div.pagebody p.title {
    margin-top: -52px;
    font-size: 4rem;
  }
}
/*# sourceMappingURL=public.css.map */
