html, body, #main, .bg-area {
  background: #1552c1;
  color: #fff;
}

#header {
  background: #1552c1;
}
#header .nav {
  max-width: 16.66667em;
}

#main {
  display: flow-root;
  padding-top: 0.1px;
  overflow: hidden;
}

#footer {
  padding-bottom: 0.5em;
}

.foot {
  padding-right: 1em;
}

.logo-link {
  width: 7.7em;
  height: 1.3em;
  background: none;
  margin-right: auto;
}

.logo-slogan {
  align-self: flex-end;
  margin: auto auto 0.25em 0.25em;
  height: 0.6em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.social-links a {
  filter: drop-shadow(0.01rem 0.02rem 0.1rem #fd0000);
}
.social-links a:hover, .social-links a:active {
  filter: drop-shadow(0.01em 0.02em 0.05em white);
}
.social-links a.intro-link {
  background-image: url(https://www.xin-stars.com/css/Edm/Game_Gopher/@Model.ImgRoot/icon_intro.png);
  background-position: top;
  background-size: 100% auto;
}
.social-links a.intro-link:hover, .social-links a.intro-link:active {
  background-position: bottom;
}

.bg-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 16em);
  z-index: -5;
  width: 32em;
  margin: 0 auto;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #1552c1;
  padding-top: 0.5em;
}
.bg-area img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===================*/
/* MAIN PAGE CONTENT */
.sr-only {
  position: fixed;
  top: -9in;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.section {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.aside-container {
  position: fixed;
  bottom: 0.6em;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 25em;
  margin: 0 auto;
  padding: 0 0.5em;
  pointer-events: none;
}

@-webkit-keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(6deg);
  }
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(6deg);
  }
}
/*==============*/
/* PAGE CONTENT */
img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.content {
  position: relative;
  width: 92%;
  max-width: 920px;
  margin: 0 auto;
}

.head-title {
  display: flex;
  justify-content: flex-end;
  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;
  height: auto;
}
.head-title .logo {
  transition-delay: 0.3s;
  width: 10em;
  margin: 6.9em 0 0 0;
  right: -0.5em;
  position: relative;
}
.head-title .btn-play {
  position: absolute;
  z-index: 1;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  width: 7em;
  height: 7em;
  bottom: -1em;
  left: 0.5em;
  background: url(../../../img/Edm/Game_Gopher/btn-play-1.png) top/100% auto no-repeat;
  -webkit-animation: btnPlay 2s infinite step-end;
          animation: btnPlay 2s infinite step-end;
  transition: transition 1s, opacity 1s, filter 0.1s;
}
.head-title .btn-play:hover, .head-title .btn-play:active {
  -webkit-animation: none;
          animation: none;
  background-position: bottom;
  filter: brightness(1.1) drop-shadow(0 0 0.1em #fa0);
}
.head-title .slogan {
  position: absolute;
  transition-delay: 0.15s;
  width: 8.7em;
  margin: 0em auto 0em;
  left: 0.5em;
  top: 2em;
}

@-webkit-keyframes btnPlay {
  0% {
    background-image: url(../../../img/Edm/Game_Gopher/btn-play-1.png);
  }
  50% {
    background-image: url(../../../img/Edm/Game_Gopher/btn-play-2.png);
  }
}

@keyframes btnPlay {
  0% {
    background-image: url(../../../img/Edm/Game_Gopher/btn-play-1.png);
  }
  50% {
    background-image: url(../../../img/Edm/Game_Gopher/btn-play-2.png);
  }
}
.dl-btn.fade-up, .play-btn.fade-up {
  transition-delay: 0.5s;
}

.border2:hover {
  filter: brightness(1.14);
}
.border2:hover img {
  scale: 0.99;
}

.border, .border2 {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  max-width: 90%;
  margin: 0.5em auto 0.5em;
  color: #192873;
}
.border::after, .border2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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));
  -o-border-image: url(../../../img/Edm/Game_Gopher/border.png) 179 fill/3.4em/0.6em 0.8em;
     border-image: url(../../../img/Edm/Game_Gopher/border.png) 179 fill/3.4em/0.6em 0.8em;
  pointer-events: none;
  filter: drop-shadow(0px 0px 1px #000);
}
.border .video, .border .video-preview, .border2 .video, .border2 .video-preview {
  display: block;
  width: 15em;
  height: 8.1em;
  max-width: 100%;
}
.border .video-preview, .border2 .video-preview {
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.border img, .border2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.border h2, .border2 h2 {
  font-size: 1em;
  margin: 0.5em 0 0;
}
.border p, .border ol, .border2 p, .border2 ol {
  font-size: 0.66667em;
  line-height: 1.5;
  padding: 0 1em;
  margin: 0.75em auto 0.75em;
  text-align: center;
}
.border p b, .border ol b, .border2 p b, .border2 ol b {
  font-size: larger;
  line-height: 1.333;
  color: #c50000;
}
.border a img, .border2 a img {
  transition: filter 0.2s;
}
.border a img:hover, .border a img:active, .border2 a img:hover, .border2 a img:active {
  filter: brightness(1.2);
}

.border2::after {
  -o-border-image: none;
     border-image: none;
  border: 0.05em solid #fff;
  border-radius: 0.1em;
  box-shadow: 0 0 0 0.1em #ffdc38;
  filter: drop-shadow(0px 0px 10px #000);
}

.title {
  font-size: 0.8em;
  margin: 0 auto 0.5em;
  padding: 0.15em 0.65em;
  text-align: center;
  text-shadow: 0.025em 0.05em 0.05em #000;
  background: linear-gradient(67.5deg, #8000f3 6%, #bb5ffe 6.1%, #bb5ffe 8%, #8000f3 8%, #8000f3 9.9%, #bb5ffe 10%, #bb5ffe 19.9%, #8000f3 20%);
  box-shadow: inset 0.05em 0.1em 0.15em rgba(255, 255, 255, 0.25), inset -0.05em -0.1em 0.15em rgba(0, 0, 0, 0.35);
  border-top-left-radius: 0.15em;
  border-top-right-radius: 0.15em;
}

a {
  color: inherit;
}

:visited {
  color: inherit;
}

.text-hilight {
  color: #ff0297;
}

.text-yellow {
  color: #fffa68;
}

.text-blue {
  color: #68fdff;
}

.text-center {
  text-align: center;
}

#content-area {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 16em;
  max-width: 960px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 0.1em;
}

#event1 .content-01 {
  padding-top: 12em;
  margin-bottom: -2.3333em;
  filter: drop-shadow(0 0 0.5em #000);
}
#event1 .content-01 img {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10.25em);
  width: 20.5em;
  height: 12.55em;
  max-width: none;
}

#rules {
  color: #551a00;
  margin-top: 0;
  text-shadow: 0 0 0.25em #ff6152, 0 0 0.25em #ff6152, 0 0 0.25em #ff6152, 0 0 0.25em #ff6152;
  padding: 0 0.5em;
}
#rules h2 {
  font-size: 0.6em;
  text-align: center;
  line-height: 1.2;
  margin: 0.25em auto;
  padding-left: 0.75em;
}
#rules ul, #rules ol {
  text-align: justify;
  font-size: 0.5em;
  font-weight: 700;
  padding-left: 2em;
  padding-right: 1em;
  margin: 0.35em auto;
  line-height: 1.3333;
}
#rules li + li {
  margin-top: 0.5em;
}
#rules button {
  color: #f43228;
}

.box:hover .finger, .box:hover .video {
  -webkit-animation: none;
          animation: none;
}
.box .finger {
  position: absolute;
  width: 3.5em;
  height: 2.45em;
  margin-top: -3em;
  margin-left: 12.3em;
  z-index: 6;
  background: url(../../../img/finger%EF%B9%96v=3.png) top/100% auto no-repeat;
  -webkit-animation: btnPlay 1.6s infinite step-end;
          animation: btnPlay 1.6s infinite step-end;
  transition: transition 1s, opacity 1s, filter 0.1s;
  background-position: bottom;
}
.box .video {
  -webkit-animation: light 1.6s infinite step-end;
          animation: light 1.6s infinite step-end;
}

@-webkit-keyframes light {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.1);
  }
}

@keyframes light {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.1);
  }
}
@keyframes btnPlay {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}
/* ==================== */
/* JS ANIMATION CLASSES */
.fade-up, .fade-left, .fade-right, .fade-down, .fade-in {
  opacity: 0;
  transition: opacity 1.6s, transform 1s;
}
.fade-up.faded, .fade-left.faded, .fade-right.faded, .fade-down.faded, .fade-in.faded {
  transform: none;
  opacity: 1;
}

.fade-up {
  transform: translate(0, 1em);
}

.fade-down {
  transform: translate(0, -1em);
}

.fade-left {
  transform: translate(1em, 0);
}

.fade-right {
  transform: translate(-1em, 0);
}

.bg-area.fade-up, .bg-area .fade-up {
  transform: none;
}

.anim-float {
  -webkit-animation: floating 10s infinite ease-in-out;
          animation: floating 10s infinite ease-in-out;
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes glow {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
}
@keyframes glow {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
}
@-webkit-keyframes pop {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
@-webkit-keyframes blink {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}
@keyframes blink {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}
@-webkit-keyframes floating {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -0.2em);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes floating {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -0.2em);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (max-width: 1920px) {
  #main, .modal {
    font-size: 3.125vw;
  }
}
@media (max-width: 1280px) {
  #main, .modal {
    font-size: 40px;
  }
}
@media (max-width: 666px) {
  #main, .modal {
    font-size: 6vw;
  }
}/*# sourceMappingURL=main.css.map */