* {
  padding: 0;
  margin: 0; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, STHeiTi,"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  background-color: #0C0E1F; }

.abs {
  position: absolute; }

.rel {
  position: relative; }

.fixed {
  position: fixed; }

.hidden {
  display: none; }

.show {
  display: block; }

.alpha {
  visibility: hidden;
  opacity: 0; }

* {
  padding: 0px;
  margin: 0px; }

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden; }

body {
  background-color: #04174C; }

.holder {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.load_page {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #0C0E1F; }
  .load_page .load_box {
    color: white;
    font-size: 26px;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    top: 45%; }

.bbox {
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left; }

.fullscreen {
  -o-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.page1 {
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px; }
  .page1 .p1_ul, .page1 .p1_li {
    width: 100%;
    height: 100%; }
  .page1 .p1_ul {
    width: 100%;
    top: 0px;
    left: 0px; }
  .page1 .p1_li {
    float: left;
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }

.canvas {
  top: 0px;
  left: 0px;
  z-index: 9; }

.vid_box {
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); }
  .vid_box .closeBtn {
    -o-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    top: 110px;
    right: 30px;
    width: 45px; }
  .vid_box .la_box {
    bottom: 75px;
    right: 26px;
    color: white;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 26px; }




.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #aeaeae;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*# sourceMappingURL=style.css.map */
