html,
body,
#main {
  background: #341324;
  color: #fff;
}

.bg-area {
  background: #341324;
  height: 100%;
  overflow: hidden;
  justify-content: flex-start !important;
}
.bg-area .avatar {
  position: absolute;
  width: 16em;
  top: 0.05em;
  left: 11.885em;
  animation: floatUpDown 2.5s ease-in-out infinite;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.bg-area .bg {
  flex: 1 0 auto;
  background: url(/img/Edm/Game-ChangshanGeneral/bg.png) top/100% auto repeat-y;
}
@media screen and (max-width: 768px) {
  .bg-area .bg {
    background-size: cover;
  }
}

#main {
  display: flow-root;
  padding-top: 0.1px;
}

#header {
  background: transparent;
}

#footer {
  background: transparent;
  margin-top: 0.5em;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row.center {
  justify-content: center;
  text-align: center;
}
.row.space-between {
  justify-content: space-between;
}
.row.left {
  justify-content: left;
}
.row.right {
  justify-content: right;
}

/*==============*/
/* PAGE CONTENT */
#article {
  pointer-events: none;
}
#article > * {
  pointer-events: auto;
}
#article .head-title {
  width: 20em;
  height: 13em;
  top: 0;
  left: calc(50% - 10em);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  padding: 1.8em 0 0;
  pointer-events: none;
  position: relative;
}
#article .head-title > * {
  pointer-events: auto;
}
#article #game-logo {
  width: 9.5em;
  left: 7.9em;
  top: 4.5em;
  position: absolute;
  animation: appearShake 2s ease-out forwards;
}
#article #game-slogan {
  width: 16.56em;
  position: absolute;
  bottom: -0.82em;
  right: 1.8em;
  z-index: 2;
  animation: pulseShadow 3s ease-in-out infinite;
  filter: drop-shadow(0 0 6px rgba(255, 102, 0, 0.5));
  transition: transform 0.3s ease;
}
@keyframes pulseShadow {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(255, 102, 0, 0.5));
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 0 12px rgba(255, 120, 0, 0.8));
    transform: scale(1.03);
  }
}
@keyframes appearShake {
  0% {
    transform: translateY(30px) scale(1.1);
    opacity: 0;
    filter: blur(3px);
  }
  60% {
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
  70% {
    transform: translateY(-1px) rotateZ(-0.3deg);
  }
  75% {
    transform: translateY(1px) rotateZ(0.3deg);
  }
  80% {
    transform: translateY(-0.5px);
  }
  90% {
    transform: translateY(0.5px);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
#article .btn-play {
  width: 7.8em;
  height: 6em;
  border: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 2.8em;
  left: 1.75em;
  z-index: 1;
}
#article .btn-play::after, #article .btn-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100% auto;
  border-radius: inherit;
  pointer-events: none;
}
#article .btn-play::before {
  background-image: url(/img/Edm/Game-ChangshanGeneral/btn-play1.png);
  animation: btnPlay1 1.6s infinite step-end;
}
#article .btn-play::after {
  background-image: url(/img/Edm/Game-ChangshanGeneral/btn-play2.png);
  animation: btnPlay2 1.6s infinite step-end;
  opacity: 0;
  transition: opacity 0.1s, transform 0.1s;
}
#article .btn-play:hover, #article .btn-play:active {
  transition: filter 0.1s;
  filter: brightness(1.1) drop-shadow(0 0 0.25em #ffffcc);
}
#article .btn-play:hover::before, #article .btn-play:hover::after,
#article .btn-play:hover b, #article .btn-play:active::before, #article .btn-play:active::after,
#article .btn-play:active b {
  opacity: 1;
  animation: none;
}
#article .btn-play:hover::before, #article .btn-play:active::before {
  opacity: 0;
}
@media (max-width: 1200px) {
  #article .btn-play {
    right: 1em;
  }
}
#article #game-role {
  width: 14.8em;
  top: 2.2125em;
  right: 0;
  position: absolute;
}
#article #game-role::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/img/Edm/Game-ChangshanGeneral/fire.png);
  mix-blend-mode: color-dodge;
  background-repeat: no-repeat;
  left: 4em;
  bottom: -4em;
}
#article #game-role img {
  width: 100%;
}
#article .game-banner-bg {
  width: 31em;
  height: 16em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#article .game-banner-bg img {
  width: 100%;
  inset: 0;
  margin: auto;
  position: absolute;
}
#article .game-banner-bg img#game-bat {
  top: -1.85em;
  left: -1em;
  will-change: opacity, transform;
}
#article .game-banner-bg img#game-fire1 {
  top: 3.45em;
  left: 0.9em;
}
#article .game-banner-bg img#game-fire2 {
  top: -0.9em;
  left: 2.3em;
}

.fade-down {
  transform: scale(1.1) translate(0, -1em);
}
.fade-down.faded {
  transform: none;
}

.border,
.border2 {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  width: 100%;
}

.border {
  margin: 0 auto;
}
.border .bg {
  width: 14em;
  height: 8em;
  position: relative;
  left: 1em;
}
.border .dev-border {
  width: 98%;
  height: 120%;
  background-image: url(/img/Edm/Game-ChangshanGeneral/border-1.png);
  background-size: 100% auto;
  pointer-events: none;
  top: -0.5em;
  left: 1%;
  z-index: 1;
  position: absolute;
  background-repeat: no-repeat;
}
.border .dev-border.higher {
  height: 110.75%;
}
.border .dev-border2 {
  width: 106%;
  height: 133%;
  background-image: url(/img/Edm/Game-ChangshanGeneral/border-1.png);
  background-size: 100% auto;
  pointer-events: none;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  position: absolute;
  background-repeat: no-repeat;
}
.border .dev-border2.higher {
  height: 110.75%;
}
.border video {
  display: block;
  width: 14em;
  height: 8.9em;
  max-width: 950px;
  margin: 0 auto;
  top: 0.6em;
  position: relative;
}
.border img {
  width: 13em;
  position: relative;
  top: 0.8em;
}
.border iframe,
.border .video {
  display: block;
  width: 13em;
  height: 7.9em;
  max-width: 950px;
  margin: 0 auto;
  top: 0.5em;
  position: relative;
}

.border2 {
  max-width: 860px;
  margin: 1.75em auto 0.8em;
}
.border2::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: none;
  -o-border-image: url(/img/Edm/Game-ChangshanGeneral/border-1.png) 87 100/1.5em/0.9em !important;
     border-image: url(/img/Edm/Game-ChangshanGeneral/border-1.png) 87 100/1.5em/0.9em !important;
  pointer-events: none;
}
.border2 .box img {
  width: 96%;
}
.border2 .box .finger {
  margin-top: -1.9em;
  margin-left: 11.8em;
}

#content-area {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 16em;
  max-width: 960px;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

#main .swiper {
  margin-top: 0.5em;
  margin-bottom: 1.65em;
  overflow: visible;
}
#main .swiper .swiper-container {
  width: 85%;
  max-width: 910px;
  overflow: hidden;
  margin: 1.1em auto 1.1em 1.45em;
  -o-border-image: url(/img/Edm/Game-ChangshanGeneral/swiper-bg.png) 65 fill/1em/1em;
     border-image: url(/img/Edm/Game-ChangshanGeneral/swiper-bg.png) 65 fill/1em/1em;
  padding: 0;
}
#main .swiper .swiper-wrapper {
  align-items: center;
}
#main .swiper .swiper-slide img {
  max-width: 100%;
  margin: 0 1.08em 0 auto;
  padding-top: 0.4em;
}
#main .swiper .swiper-button-next,
#main .swiper .swiper-button-prev {
  width: 2.4em;
  height: 2.4em;
  color: transparent;
  background-image: url(/img/Edm/Game-ChangshanGeneral/swiper-btns.png?v=02);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  top: 45%;
  transform: translateY(-30%);
  transition: filter 0.2s;
}
#main .swiper .swiper-button-next:hover,
#main .swiper .swiper-button-prev:hover {
  filter: brightness(1.4) drop-shadow(0 0 5px rgb(253, 238, 149));
}
@media (max-width: 767px) {
  #main .swiper .swiper-button-next,
  #main .swiper .swiper-button-prev {
    transform: translateY(0%);
  }
}
#main .swiper .swiper-button-prev {
  background-position: 0 0%;
  left: -0.5em;
}
#main .swiper .swiper-button-prev:hover {
  background-position: 0 33.333333%;
}
#main .swiper .swiper-button-next {
  background-position: 0 66.666667%;
  right: -0.5em;
}
#main .swiper .swiper-button-next:hover {
  background-position: 0 100%;
}
#main .swiper .swiper-pagination {
  bottom: -1.35em;
}
#main .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.7em;
  height: 0.7em;
  opacity: 1;
  background: url(/img/Edm/Game-ChangshanGeneral/swiper-tabs.png) no-repeat;
  background-size: 100%;
  background-position: 0 100%;
}
#main .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-position: 0 0%;
}

#main .yotubeMore {
  background-image: url(/img/Edm/Game-ChangshanGeneral/btn.png);
  position: absolute;
  color: white;
  z-index: 20;
  right: 0%;
  bottom: -17%;
  background-repeat: no-repeat;
  font-size: 0.55em;
  width: 38%;
  margin-right: 1em;
  text-align: center;
  text-decoration: none;
  height: 24%;
  line-height: 3.3em;
  background-size: contain;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
  transition: filter 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
  filter: brightness(1);
  transform: scale(0.95);
}
#main .yotubeMore:hover {
  filter: brightness(1.25);
  transform: scale(1);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6509803922);
}

@keyframes btnPlay1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btnPlay2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes roleAni {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.01) translateY(-0.05em);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}/*# sourceMappingURL=main.css.map */