@font-face {
  font-family: 'pixelmplus10';
  src: url("/fonts/pixelmplus10-regular.woff2") format('woff2'), url("/fonts/pixelmplus10-regular.woff") format('woff')
}

@font-face {
  font-family: 'pixelmplus12';
  src: url("/fonts/pixelmplus12-regular.woff2") format('woff2'), url("/fonts/pixelmplus12-regular.woff") format('woff')
}

@font-face {
  font-family: 'wendy';
  src: url("/fonts/wendy.woff2") format('woff2'), url("/fonts/wendy.woff") format('woff')
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

html, body {
  margin: 0;
  padding: 0;
  background: #333;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  color: white;
}

#app {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #1897D8
}

#loader {
  z-index:1;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#1897d8;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  visibility:hidden;
  -webkit-transition:opacity .24s cubic-bezier(.215,.61,.355,1),visibility .24s cubic-bezier(.215,.61,.355,1);
  transition:opacity .24s cubic-bezier(.215,.61,.355,1),visibility .24s cubic-bezier(.215,.61,.355,1)
}

#loader.visible{
  opacity:1;
  -ms-filter:none;
  filter:none;
  visibility:visible
}

.loading {
  position:absolute;
  top:50%;
  margin-top:-45px;
  width: 100%;
  height: 90px;
}

.loading .code {
  position: absolute;
  top: -100px;
  font-family: wendy;
  font-size: 70px;
  text-align: center;
  color: white;
  width: 100%;
  white-space: pre;
  line-height: 70px;
}

.loading .desc {
  position: absolute;
  top: -60px;
  font-family: pixelmplus12;
  font-size: 24px;
  text-align: center;
  color: white;
  width: 100%;
  white-space: pre;
  line-height: 70px;
}

.loading .walk {
  margin: 0 auto;
  width: 36px;
  height: 62px;
}

.loading .text {
  box-sizing: border-box;
  margin-top: 10px;
  padding: 0 20px;
  font-family: pixelmplus12;
  font-size: 12px;
  text-align: center;
  color: white;
  width: 100%;
  height: 18px;
  line-height: 18px;
  white-space: pre;
}
