html, body, #main {
  background: #605600 linear-gradient(#847d72, #605600 930px, #321a0b);
  color: #fff;
}

.bg-area {
  background: #605600 linear-gradient(#847d72, #605600 930px, #321a0b);
  height: 100%;
  overflow: hidden;
}

.btn-play {
  font-size: inherit;
  display: block;
  margin: -0.35em auto 0;
  position: relative;
  z-index: 1;
  width: 6em;
  height: 6em;
  border: none;
  cursor: pointer;
}
.btn-play::after, .btn-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/Edm/Game_CrazyBoom/btn-play.png) top/100% auto;
  border-radius: inherit;
  -webkit-animation: btnPlay1 1.6s infinite step-end;
          animation: btnPlay1 1.6s infinite step-end;
  pointer-events: none;
}
.btn-play::after {
  background-position: bottom;
  -webkit-animation: btnPlay2 1.6s infinite step-end;
          animation: btnPlay2 1.6s infinite step-end;
  opacity: 0;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, transform 0.1s;
  transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;
}
.btn-play:hover, .btn-play:active {
  -webkit-transition: -webkit-filter 0.1s;
  transition: -webkit-filter 0.1s;
  transition: filter 0.1s;
  transition: filter 0.1s, -webkit-filter 0.1s;
  -webkit-filter: brightness(1.1) drop-shadow(0 0 0.25em #ffffcc);
          filter: brightness(1.1) drop-shadow(0 0 0.25em #ffffcc);
}
.btn-play:hover::before, .btn-play:hover::after, .btn-play:hover b, .btn-play:active::before, .btn-play:active::after, .btn-play:active b {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}
.btn-play:hover::before, .btn-play:active::before {
  opacity: 0;
}

#main {
  display: flow-root;
  padding-top: 0.1px;
}

#header .nav {
  -webkit-filter: drop-shadow(0 0.05em 0.05em rgba(32, 0, 0, 0.5)) drop-shadow(0 0 0.05em rgba(32, 0, 0, 0.5));
          filter: drop-shadow(0 0.05em 0.05em rgba(32, 0, 0, 0.5)) drop-shadow(0 0 0.05em rgba(32, 0, 0, 0.5));
}
#header .nav-logo {
  content: url(/img/xinstar-logo3.png);
}

/*==============*/
/* PAGE CONTENT */
#article {
  pointer-events: none;
}
#article > * {
  pointer-events: auto;
}
#article .head-title {
  display: block;
  position: relative;
  width: 20em;
  top: 0;
  left: calc(50% - 10em);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 1.8em 0 0;
  min-height: 2em;
  pointer-events: none;
}
#article .head-title > * {
  pointer-events: auto;
}

.border, .border2 {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  max-width: 90%;
  margin: 1em 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.05em 0.05em rgba(32, 0, 0, 0.5)) drop-shadow(0 0 0.05em rgba(32, 0, 0, 0.5));
          filter: drop-shadow(0 0.05em 0.05em rgba(32, 0, 0, 0.5)) drop-shadow(0 0 0.05em rgba(32, 0, 0, 0.5));
  -o-border-image: url(/img/Edm/Game_CrazyBoom/border.png) 60 fill/1em/1em;
     border-image: url(/img/Edm/Game_CrazyBoom/border.png) 60 fill/1em/1em;
  pointer-events: none;
}

#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;
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@media (max-width: 1920px) {
  #main, .modal {
    font-size: 3.125vw;
  }
}
@media (max-width: 1280px) {
  #main, .modal {
    font-size: 40px;
  }
}
@-webkit-keyframes btnPlay1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btnPlay1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes btnPlay2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btnPlay2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=main.css.map */