html, body, #main {
  background: #311d57;
  color: #fff;
}

#footer {
  -webkit-filter: drop-shadow(0 0.1em 0.25em rgba(32, 0, 0, 0.5)) drop-shadow(0 0.1em 0.05em rgba(32, 0, 0, 0.5));
          filter: drop-shadow(0 0.1em 0.25em rgba(32, 0, 0, 0.5)) drop-shadow(0 0.1em 0.05em rgba(32, 0, 0, 0.5));
  padding-bottom: 1em;
}

.bg-area {
  background: #311d57 !important;
  height: 100%;
  overflow: hidden;
}

.nav-logo {
  content: url(/img/xinstar-logo3.png);
}

#header .nav {
  -webkit-filter: drop-shadow(0 0.1em 0.25em rgba(32, 0, 0, 0.5)) drop-shadow(0 0.1em 0.05em rgba(32, 0, 0, 0.5));
          filter: drop-shadow(0 0.1em 0.25em rgba(32, 0, 0, 0.5)) drop-shadow(0 0.1em 0.05em rgba(32, 0, 0, 0.5));
}

/*===================*/
/* MAIN PAGE CONTENT */
.btn-play {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: -1.65em 0 -2.65em auto;
  width: 4em;
  height: 4em;
  background: url(/img/Edm/Game_FortuneGod/btn-play.png) top/100% auto no-repeat;
  -webkit-animation: btnPlay 1s infinite step-end;
          animation: btnPlay 1s infinite step-end;
  -webkit-transition: opacity 1s, -webkit-transition 1s, -webkit-filter 0.1s;
  transition: opacity 1s, -webkit-transition 1s, -webkit-filter 0.1s;
  transition: transition 1s, opacity 1s, filter 0.1s;
  transition: transition 1s, opacity 1s, filter 0.1s, -webkit-transition 1s, -webkit-filter 0.1s;
}
.btn-play:hover, .btn-play:active {
  -webkit-animation: none;
          animation: none;
  background-position: bottom;
  -webkit-filter: brightness(1.1) drop-shadow(0 0 0.1em #fa0);
          filter: brightness(1.1) drop-shadow(0 0 0.1em #fa0);
}

.border, .border2 {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  max-width: 90%;
  margin: 1.5em auto 0.5em;
  color: #192873;
}
.border::after, .border2::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: drop-shadow(0 0 0.05em #fff) drop-shadow(0 0 0.05em #fd0) drop-shadow(0 0 0.15em #fa0);
          filter: drop-shadow(0 0 0.05em #fff) drop-shadow(0 0 0.05em #fd0) drop-shadow(0 0 0.15em #fa0);
  -o-border-image: url(/img/Edm/Game_FortuneGod/border.png) 90 105 45 fill/1.5em 1.5em 0.75em/1.5em 1.5em 0.75em;
     border-image: url(/img/Edm/Game_FortuneGod/border.png) 90 105 45 fill/1.5em 1.5em 0.75em/1.5em 1.5em 0.75em;
  pointer-events: none;
}

.border2 {
  margin-top: 1em;
}

#content-area {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 16em;
  max-width: 960px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

iframe {
  width: 960px;
  z-index: 3;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.head-title {
  display: block;
  position: relative;
  width: 16em;
  top: 0;
  left: calc(50% - 8em);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 6.5em;
  min-height: 2em;
}

.logo {
  left: 0 !important;
  top: 0 !important;
  width: 11.1333em;
  height: auto;
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@media (max-width: 1920px) {
  #main, .modal {
    font-size: 3.125vw;
  }
}
@media (max-width: 1280px) {
  #main, .modal {
    font-size: 40px;
  }
}
@-webkit-keyframes btnPlay {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}
@keyframes btnPlay {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}/*# sourceMappingURL=main.css.map */