@charset "utf-8";
.noSize {
  font-size: 0;
  text-indent: -9999em;
}
.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
@-webkit-keyframes fadeInOut {
  0%,
  25%,
  100% {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInOut {
  0%,
  25%,
  100% {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0%,
  25%,
  100% {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0%,
  25%,
  100% {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoomInAndOut {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(0.9);
    opacity: 1;
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(0.9);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(0.9);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes shake {
  50% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  0%,
  100% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
@keyframes shake {
  50% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  0%,
  100% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
@-webkit-keyframes flip1 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
  }
  25% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  50% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flip1 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
  }
}
@-webkit-keyframes flip2 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-90deg);
  }
  25% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  50% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-90deg);
            transform: perspective(400px) rotateY(-90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
  }
}
@-webkit-keyframes shine {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}
@-webkit-keyframes gif {
  0% {
    background-position: 0%;
    opacity: 1;
  }
  100% {
    background-position: 200%;
    opacity: 1;
  }
}
@keyframes gif {
  0% {
    background-position: 0%;
    opacity: 1;
  }
  100% {
    background-position: 200%;
    opacity: 1;
  }
}
@-webkit-keyframes zoom2 {
  0% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
}
@keyframes zoom2 {
  0% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
}
@-webkit-keyframes matrix {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0;
    -webkit-transform-origin: center center 0;
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0;
    -webkit-transform-origin: center center 0;
  }
}
@keyframes matrix {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0;
    -webkit-transform-origin: center center 0;
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0;
    -webkit-transform-origin: center center 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomIn2 {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes zoomIn2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes translateDown {
  0%,
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
}
@keyframes translateDown {
  0%,
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
}
@-webkit-keyframes translateLeft {
  0%,
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
}
@keyframes translateLeft {
  0%,
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
}
@keyframes arrow {
  0%,
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 0.15rem);
    -webkit-transform: translate(0, 0.15rem);
    -moz-transform: translate(0, 0.15rem);
    -ms-transform: translate(0, 0.15rem);
    -o-transform: translate(0, 0.15rem);
  }
}
@-webkit-keyframes arrow {
  0%,
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 0.15rem);
    -webkit-transform: translate(0, 0.15rem);
    -moz-transform: translate(0, 0.15rem);
    -ms-transform: translate(0, 0.15rem);
    -o-transform: translate(0, 0.15rem);
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fylLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-6rem);
            transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes fylLeft {
  0% {
    opacity: 1;
    transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-ms-keyframes fylLeft {
  0% {
    opacity: 1;
    transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes fylLeft {
  0% {
    opacity: 1;
    transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fylLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-6rem);
            transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scaleSkill {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scaleSkill {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-ms-keyframes scaleSkill {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes scaleSkill {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scaleSkill {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes btnShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes btnShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@-ms-keyframes btnShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes btnShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes btnShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes innerIn {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes innerIn {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-ms-keyframes innerIn {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes innerIn {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes innerIn {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes BX_SprAniKey6 {
  0% {
    background-position: 0px 0px;
  }
  2.08% {
    background-position: -415px 0px;
  }
  4.17% {
    background-position: -830px 0px;
  }
  6.25% {
    background-position: -1245px 0px;
  }
  8.33% {
    background-position: -1660px 0px;
  }
  10.42% {
    background-position: -2075px 0px;
  }
  12.50% {
    background-position: -2490px 0px;
  }
  14.58% {
    background-position: -2905px 0px;
  }
  16.67% {
    background-position: -3320px 0px;
  }
  18.75% {
    background-position: 0px -136px;
  }
  20.83% {
    background-position: -415px -136px;
  }
  22.92% {
    background-position: -830px -136px;
  }
  25.00% {
    background-position: -1245px -136px;
  }
  27.08% {
    background-position: -1660px -136px;
  }
  29.17% {
    background-position: -2075px -136px;
  }
  31.25% {
    background-position: -2490px -136px;
  }
  33.33% {
    background-position: -2905px -136px;
  }
  35.42% {
    background-position: -3320px -136px;
  }
  37.50% {
    background-position: 0px -272px;
  }
  39.58% {
    background-position: -415px -272px;
  }
  41.67% {
    background-position: -830px -272px;
  }
  43.75% {
    background-position: -1245px -272px;
  }
  45.83% {
    background-position: -1660px -272px;
  }
  47.92% {
    background-position: -2075px -272px;
  }
  50.00% {
    background-position: -2490px -272px;
  }
  52.08% {
    background-position: -2905px -272px;
  }
  54.17% {
    background-position: -3320px -272px;
  }
  56.25% {
    background-position: 0px -408px;
  }
  58.33% {
    background-position: -415px -408px;
  }
  60.42% {
    background-position: -830px -408px;
  }
  62.50% {
    background-position: -1245px -408px;
  }
  64.58% {
    background-position: -1660px -408px;
  }
  66.67% {
    background-position: -2075px -408px;
  }
  68.75% {
    background-position: -2490px -408px;
  }
  70.83% {
    background-position: -2905px -408px;
  }
  72.92% {
    background-position: -3320px -408px;
  }
  75.00% {
    background-position: 0px -544px;
  }
  77.08% {
    background-position: -415px -544px;
  }
  79.17% {
    background-position: -830px -544px;
  }
  81.25% {
    background-position: -1245px -544px;
  }
  83.33% {
    background-position: -1660px -544px;
  }
  85.42% {
    background-position: -2075px -544px;
  }
  87.50% {
    background-position: -2490px -544px;
  }
  89.58% {
    background-position: -2905px -544px;
  }
  91.67% {
    background-position: -3320px -544px;
  }
  93.75% {
    background-position: 0px -680px;
  }
  95.83% {
    background-position: -415px -680px;
  }
  97.92% {
    background-position: -830px -680px;
  }
  100% {
    background-position: -830px -680px;
  }
}
@keyframes BX_SprAniKey6 {
  0% {
    background-position: 0px 0px;
  }
  2.08% {
    background-position: -415px 0px;
  }
  4.17% {
    background-position: -830px 0px;
  }
  6.25% {
    background-position: -1245px 0px;
  }
  8.33% {
    background-position: -1660px 0px;
  }
  10.42% {
    background-position: -2075px 0px;
  }
  12.50% {
    background-position: -2490px 0px;
  }
  14.58% {
    background-position: -2905px 0px;
  }
  16.67% {
    background-position: -3320px 0px;
  }
  18.75% {
    background-position: 0px -136px;
  }
  20.83% {
    background-position: -415px -136px;
  }
  22.92% {
    background-position: -830px -136px;
  }
  25.00% {
    background-position: -1245px -136px;
  }
  27.08% {
    background-position: -1660px -136px;
  }
  29.17% {
    background-position: -2075px -136px;
  }
  31.25% {
    background-position: -2490px -136px;
  }
  33.33% {
    background-position: -2905px -136px;
  }
  35.42% {
    background-position: -3320px -136px;
  }
  37.50% {
    background-position: 0px -272px;
  }
  39.58% {
    background-position: -415px -272px;
  }
  41.67% {
    background-position: -830px -272px;
  }
  43.75% {
    background-position: -1245px -272px;
  }
  45.83% {
    background-position: -1660px -272px;
  }
  47.92% {
    background-position: -2075px -272px;
  }
  50.00% {
    background-position: -2490px -272px;
  }
  52.08% {
    background-position: -2905px -272px;
  }
  54.17% {
    background-position: -3320px -272px;
  }
  56.25% {
    background-position: 0px -408px;
  }
  58.33% {
    background-position: -415px -408px;
  }
  60.42% {
    background-position: -830px -408px;
  }
  62.50% {
    background-position: -1245px -408px;
  }
  64.58% {
    background-position: -1660px -408px;
  }
  66.67% {
    background-position: -2075px -408px;
  }
  68.75% {
    background-position: -2490px -408px;
  }
  70.83% {
    background-position: -2905px -408px;
  }
  72.92% {
    background-position: -3320px -408px;
  }
  75.00% {
    background-position: 0px -544px;
  }
  77.08% {
    background-position: -415px -544px;
  }
  79.17% {
    background-position: -830px -544px;
  }
  81.25% {
    background-position: -1245px -544px;
  }
  83.33% {
    background-position: -1660px -544px;
  }
  85.42% {
    background-position: -2075px -544px;
  }
  87.50% {
    background-position: -2490px -544px;
  }
  89.58% {
    background-position: -2905px -544px;
  }
  91.67% {
    background-position: -3320px -544px;
  }
  93.75% {
    background-position: 0px -680px;
  }
  95.83% {
    background-position: -415px -680px;
  }
  97.92% {
    background-position: -830px -680px;
  }
  100% {
    background-position: -830px -680px;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  width: 100%;
}
body {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", STHeiTi, sans-serif;
}
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
select {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
input,
textarea,
button,
a,
div,
select {
  border: 0;
  outline: none;
}
input,
textarea,
button,
a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
a,
button {
  cursor: pointer;
}
button {
  border: none;
  outline: none;
}
a,
a:hover {
  text-decoration: none;
}
input,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 999999s;
  -webkit-transition: color 999999s ease-out, background-color 999999s ease-out;
}
#NIE-warning-dialog {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
@font-face {
  font-family: 'Cinzel';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/Cinzel_400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cinzel';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/Cinzel_700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/HKGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100% !important;
  min-height: 1080px;
  font-family: 'HK Grotesk';
}
body {
  margin: 0 auto;
  min-width: 1890px !important;
  font-size: 16px;
  color: #4c4c4c;
  position: relative;
}
body .nav .logo {
  display: none;
}
#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  min-height: 1080px;
}
#app > div {
  height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
.no-webp .footer .content {background:#eeeeee}
.webp .footer .content {background:#eeeeee}
.footer .content {
  width: 100%;
  padding: 30px 0;
  text-align: left;
  font-size: 14px;
  color: #444444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .content .logo {
  position: relative;
  width: 113px;
  height: 64px;
  z-index: 99;
  margin-right: 20px;
}
.footer .content .logo img {
  width: 100%;
}
.footer .content p {
  width: 600px;
  line-height: 20px;
  margin: 0 auto;
}
.footer .content p a {
  text-decoration: underline;
}
.mpurs__dialog__background {
  z-index: 999;
}
.mpurs__dialog__container {
  width: 500px;
}

@font-face {
  font-family: 'Cinzel';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/Cinzel_400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cinzel';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/Cinzel_700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/HKGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.noSize {
  font-size: 0;
  text-indent: -9999em;
}
.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.container-receptions {
  position: relative;
  height: 1090px;
}
.container-receptions .receptions-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  height: 100%;
}
.no-webp .container-receptions .receptions-wrapper .title {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -157px}
.webp .container-receptions .receptions-wrapper .title {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -157px}
.no-webp .container-receptions .receptions-wrapper .title {background-size:1806px 1565px}
.webp .container-receptions .receptions-wrapper .title {background-size:1806px 1565px}
.no-webp .container-receptions .receptions-wrapper .title {background-position:-0px -157px}
.webp .container-receptions .receptions-wrapper .title {background-position:-0px -157px}
.container-receptions .receptions-wrapper .title {
  position: absolute;
  top: 71px;
  left: 62px;
width:983px;
height:203px;

}
.container-receptions .receptions-wrapper .prizeImg {
  position: absolute;
  left: 0;
  bottom: 140px;
}
.no-webp .container-receptions .receptions-wrapper .slogan {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -945px}
.webp .container-receptions .receptions-wrapper .slogan {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -945px}
.no-webp .container-receptions .receptions-wrapper .slogan {background-size:1806px 1565px}
.webp .container-receptions .receptions-wrapper .slogan {background-size:1806px 1565px}
.no-webp .container-receptions .receptions-wrapper .slogan {background-position:-0px -945px}
.webp .container-receptions .receptions-wrapper .slogan {background-position:-0px -945px}
.container-receptions .receptions-wrapper .slogan {
  position: absolute;
  top: 938px;
  z-index: 10;
  left: 50%;
  margin-left: -718px;
width:1436px;
height:82px;

}
.no-webp .container-receptions .receptions-wrapper.nv .title {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -1113px}
.webp .container-receptions .receptions-wrapper.nv .title {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -1113px}
.no-webp .container-receptions .receptions-wrapper.nv .title {background-size:1806px 1565px}
.webp .container-receptions .receptions-wrapper.nv .title {background-size:1806px 1565px}
.no-webp .container-receptions .receptions-wrapper.nv .title {background-position:-0px -1113px}
.webp .container-receptions .receptions-wrapper.nv .title {background-position:-0px -1113px}
.container-receptions .receptions-wrapper.nv .title {
width:668px;
height:178px;

}
.no-webp .container-receptions .receptions-wrapper.nv .slogan {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -861px}
.webp .container-receptions .receptions-wrapper.nv .slogan {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -861px}
.no-webp .container-receptions .receptions-wrapper.nv .slogan {background-size:1806px 1565px}
.webp .container-receptions .receptions-wrapper.nv .slogan {background-size:1806px 1565px}
.no-webp .container-receptions .receptions-wrapper.nv .slogan {background-position:-0px -861px}
.webp .container-receptions .receptions-wrapper.nv .slogan {background-position:-0px -861px}
.container-receptions .receptions-wrapper.nv .slogan {
width:1440px;
height:82px;

}
.no-webp .container-receptions .receptions-wrapper.th .title {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-801px -534px}
.webp .container-receptions .receptions-wrapper.th .title {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-801px -534px}
.no-webp .container-receptions .receptions-wrapper.th .title {background-size:1806px 1565px}
.webp .container-receptions .receptions-wrapper.th .title {background-size:1806px 1565px}
.no-webp .container-receptions .receptions-wrapper.th .title {background-position:-801px -534px}
.webp .container-receptions .receptions-wrapper.th .title {background-position:-801px -534px}
.container-receptions .receptions-wrapper.th .title {
width:752px;
height:102px;

}
.no-webp .container-receptions .receptions-wrapper.th .slogan {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -692px}
.webp .container-receptions .receptions-wrapper.th .slogan {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -692px}
.no-webp .container-receptions .receptions-wrapper.th .slogan {background-size:1806px 1565px}
.webp .container-receptions .receptions-wrapper.th .slogan {background-size:1806px 1565px}
.no-webp .container-receptions .receptions-wrapper.th .slogan {background-position:-0px -692px}
.webp .container-receptions .receptions-wrapper.th .slogan {background-position:-0px -692px}
.container-receptions .receptions-wrapper.th .slogan {
width:1439px;
height:83px;

}
.no-webp .container-receptions .receptions-wrapper.jp .title {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-670px -1113px}
.webp .container-receptions .receptions-wrapper.jp .title {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-670px -1113px}
.no-webp .container-receptions .receptions-wrapper.jp .title {background-size:1806px 1565px}
.webp .container-receptions .receptions-wrapper.jp .title {background-size:1806px 1565px}
.no-webp .container-receptions .receptions-wrapper.jp .title {background-position:-670px -1113px}
.webp .container-receptions .receptions-wrapper.jp .title {background-position:-670px -1113px}
.container-receptions .receptions-wrapper.jp .title {
width:822px;
height:69px;

}
.no-webp .container-receptions .receptions-wrapper.jp .slogan {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -777px}
.webp .container-receptions .receptions-wrapper.jp .slogan {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -777px}
.no-webp .container-receptions .receptions-wrapper.jp .slogan {background-size:1806px 1565px}
.webp .container-receptions .receptions-wrapper.jp .slogan {background-size:1806px 1565px}
.no-webp .container-receptions .receptions-wrapper.jp .slogan {background-position:-0px -777px}
.webp .container-receptions .receptions-wrapper.jp .slogan {background-position:-0px -777px}
.container-receptions .receptions-wrapper.jp .slogan {
width:1443px;
height:82px;

}
.no-webp .container-receptions .receptions-wrapper.es .title {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -534px}
.webp .container-receptions .receptions-wrapper.es .title {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -534px}
.no-webp .container-receptions .receptions-wrapper.es .title {background-size:1806px 1565px}
.webp .container-receptions .receptions-wrapper.es .title {background-size:1806px 1565px}
.no-webp .container-receptions .receptions-wrapper.es .title {background-position:-0px -534px}
.webp .container-receptions .receptions-wrapper.es .title {background-position:-0px -534px}
.container-receptions .receptions-wrapper.es .title {
width:799px;
height:156px;

}
.no-webp .container-receptions .receptions-wrapper.es .slogan {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -1029px}
.webp .container-receptions .receptions-wrapper.es .slogan {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -1029px}
.no-webp .container-receptions .receptions-wrapper.es .slogan {background-size:1806px 1565px}
.webp .container-receptions .receptions-wrapper.es .slogan {background-size:1806px 1565px}
.no-webp .container-receptions .receptions-wrapper.es .slogan {background-position:-0px -1029px}
.webp .container-receptions .receptions-wrapper.es .slogan {background-position:-0px -1029px}
.container-receptions .receptions-wrapper.es .slogan {
width:1436px;
height:82px;

}
.no-webp .container-receptions .bottom-bg {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/prize-bottom_c55de08c.png) top center no-repeat;
  background-size: cover}
.webp .container-receptions .bottom-bg {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/prize-bottom_c55de08c.webp) top center no-repeat;
  background-size: cover}
.no-webp .container-receptions .bottom-bg {background-size:cover}
.webp .container-receptions .bottom-bg {background-size:cover}
.container-receptions .bottom-bg {
  position: absolute;
  margin-top: -285px;
  width: 100%;
  height: 285px;
}
.container-nav {
  z-index: 999;
  position: fixed;
  top: 50%;
  height: 355px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}
.container-nav .nav-btn {
  position: absolute;
  right: 25px;
  cursor: pointer;
}
.no-webp .container-nav .top-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1153px -318px}
.webp .container-nav .top-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1153px -318px}
.no-webp .container-nav .top-btn {background-size:1806px 1565px}
.webp .container-nav .top-btn {background-size:1806px 1565px}
.no-webp .container-nav .top-btn {background-position:-1153px -318px}
.webp .container-nav .top-btn {background-position:-1153px -318px}
.container-nav .top-btn {
  position: absolute;
  right: 25px;
  cursor: pointer;
width:85px;
height:23px;

  top: 25px;
}
.no-webp .container-nav .top-btn:hover, 
.no-webp .container-nav .top-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1066px -318px}
.webp .container-nav .top-btn:hover, 
.webp .container-nav .top-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1066px -318px}
.no-webp .container-nav .top-btn:hover, 
.no-webp .container-nav .top-btn.select {background-size:1806px 1565px}
.webp .container-nav .top-btn:hover, 
.webp .container-nav .top-btn.select {background-size:1806px 1565px}
.no-webp .container-nav .top-btn:hover, 
.no-webp .container-nav .top-btn.select {background-position:-1066px -318px}
.webp .container-nav .top-btn:hover, 
.webp .container-nav .top-btn.select {background-position:-1066px -318px}
.container-nav .top-btn:hover,
.container-nav .top-btn.select {
  right: 23px;
width:85px;
height:23px;

}
.no-webp .container-nav .rewards-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1495px}
.webp .container-nav .rewards-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1495px}
.no-webp .container-nav .rewards-btn {background-size:1806px 1565px}
.webp .container-nav .rewards-btn {background-size:1806px 1565px}
.no-webp .container-nav .rewards-btn {background-position:-1587px -1495px}
.webp .container-nav .rewards-btn {background-position:-1587px -1495px}
.container-nav .rewards-btn {
  position: absolute;
  right: 25px;
  cursor: pointer;
width:137px;
height:20px;

  top: 90px;
}
.no-webp .container-nav .rewards-btn:hover, 
.no-webp .container-nav .rewards-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1175px}
.webp .container-nav .rewards-btn:hover, 
.webp .container-nav .rewards-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1175px}
.no-webp .container-nav .rewards-btn:hover, 
.no-webp .container-nav .rewards-btn.select {background-size:1806px 1565px}
.webp .container-nav .rewards-btn:hover, 
.webp .container-nav .rewards-btn.select {background-size:1806px 1565px}
.no-webp .container-nav .rewards-btn:hover, 
.no-webp .container-nav .rewards-btn.select {background-position:-1587px -1175px}
.webp .container-nav .rewards-btn:hover, 
.webp .container-nav .rewards-btn.select {background-position:-1587px -1175px}
.container-nav .rewards-btn:hover,
.container-nav .rewards-btn.select {
  right: 23px;
width:139px;
height:24px;

}
.no-webp .container-nav .features-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1019px}
.webp .container-nav .features-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1019px}
.no-webp .container-nav .features-btn {background-size:1806px 1565px}
.webp .container-nav .features-btn {background-size:1806px 1565px}
.no-webp .container-nav .features-btn {background-position:-1587px -1019px}
.webp .container-nav .features-btn {background-position:-1587px -1019px}
.container-nav .features-btn {
  position: absolute;
  right: 25px;
  cursor: pointer;
width:142px;
height:24px;

  top: 155px;
}
.no-webp .container-nav .features-btn:hover, 
.no-webp .container-nav .features-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1045px}
.webp .container-nav .features-btn:hover, 
.webp .container-nav .features-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1045px}
.no-webp .container-nav .features-btn:hover, 
.no-webp .container-nav .features-btn.select {background-size:1806px 1565px}
.webp .container-nav .features-btn:hover, 
.webp .container-nav .features-btn.select {background-size:1806px 1565px}
.no-webp .container-nav .features-btn:hover, 
.no-webp .container-nav .features-btn.select {background-position:-1587px -1045px}
.webp .container-nav .features-btn:hover, 
.webp .container-nav .features-btn.select {background-position:-1587px -1045px}
.container-nav .features-btn:hover,
.container-nav .features-btn.select {
  right: 23px;
width:142px;
height:24px;

}
.no-webp .container-nav .weapon-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1123px}
.webp .container-nav .weapon-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1123px}
.no-webp .container-nav .weapon-btn {background-size:1806px 1565px}
.webp .container-nav .weapon-btn {background-size:1806px 1565px}
.no-webp .container-nav .weapon-btn {background-position:-1587px -1123px}
.webp .container-nav .weapon-btn {background-position:-1587px -1123px}
.container-nav .weapon-btn {
  position: absolute;
  right: 25px;
  cursor: pointer;
width:141px;
height:24px;

  top: 220px;
}
.no-webp .container-nav .weapon-btn:hover, 
.no-webp .container-nav .weapon-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1097px}
.webp .container-nav .weapon-btn:hover, 
.webp .container-nav .weapon-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1097px}
.no-webp .container-nav .weapon-btn:hover, 
.no-webp .container-nav .weapon-btn.select {background-size:1806px 1565px}
.webp .container-nav .weapon-btn:hover, 
.webp .container-nav .weapon-btn.select {background-size:1806px 1565px}
.no-webp .container-nav .weapon-btn:hover, 
.no-webp .container-nav .weapon-btn.select {background-position:-1587px -1097px}
.webp .container-nav .weapon-btn:hover, 
.webp .container-nav .weapon-btn.select {background-position:-1587px -1097px}
.container-nav .weapon-btn:hover,
.container-nav .weapon-btn.select {
  right: 23px;
width:141px;
height:24px;

}
.no-webp .container-nav .heros-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1429px -215px}
.webp .container-nav .heros-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1429px -215px}
.no-webp .container-nav .heros-btn {background-size:1806px 1565px}
.webp .container-nav .heros-btn {background-size:1806px 1565px}
.no-webp .container-nav .heros-btn {background-position:-1429px -215px}
.webp .container-nav .heros-btn {background-position:-1429px -215px}
.container-nav .heros-btn {
  position: absolute;
  right: 25px;
  cursor: pointer;
width:108px;
height:24px;

  top: 220px;
}
.no-webp .container-nav .heros-btn:hover, 
.no-webp .container-nav .heros-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1429px -241px}
.webp .container-nav .heros-btn:hover, 
.webp .container-nav .heros-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1429px -241px}
.no-webp .container-nav .heros-btn:hover, 
.no-webp .container-nav .heros-btn.select {background-size:1806px 1565px}
.webp .container-nav .heros-btn:hover, 
.webp .container-nav .heros-btn.select {background-size:1806px 1565px}
.no-webp .container-nav .heros-btn:hover, 
.no-webp .container-nav .heros-btn.select {background-position:-1429px -241px}
.webp .container-nav .heros-btn:hover, 
.webp .container-nav .heros-btn.select {background-position:-1429px -241px}
.container-nav .heros-btn:hover,
.container-nav .heros-btn.select {
  right: 23px;
width:108px;
height:24px;

}
.no-webp .container-nav .btn-play {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -368px}
.webp .container-nav .btn-play {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -368px}
.no-webp .container-nav .btn-play {background-size:1806px 1565px}
.webp .container-nav .btn-play {background-size:1806px 1565px}
.no-webp .container-nav .btn-play {background-position:-1587px -368px}
.webp .container-nav .btn-play {background-position:-1587px -368px}
.container-nav .btn-play {
  position: absolute;
  right: 25px;
  cursor: pointer;
width:215px;
height:46px;

  top: 284px;
}
.no-webp .container-nav .btn-play:hover, 
.no-webp .container-nav .btn-play.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -320px}
.webp .container-nav .btn-play:hover, 
.webp .container-nav .btn-play.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -320px}
.no-webp .container-nav .btn-play:hover, 
.no-webp .container-nav .btn-play.select {background-size:1806px 1565px}
.webp .container-nav .btn-play:hover, 
.webp .container-nav .btn-play.select {background-size:1806px 1565px}
.no-webp .container-nav .btn-play:hover, 
.no-webp .container-nav .btn-play.select {background-position:-1587px -320px}
.webp .container-nav .btn-play:hover, 
.webp .container-nav .btn-play.select {background-position:-1587px -320px}
.container-nav .btn-play:hover,
.container-nav .btn-play.select {
  right: 23px;
width:215px;
height:46px;

}
.no-webp .container-nav.en {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -1337px}
.webp .container-nav.en {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -1337px}
.no-webp .container-nav.en {background-size:1806px 1565px}
.webp .container-nav.en {background-size:1806px 1565px}
.no-webp .container-nav.en {background-position:-0px -1337px}
.webp .container-nav.en {background-position:-0px -1337px}
.container-nav.en {
  right: 26px;
  width: 163px;
  height: 228px;

}
.container-nav.en .nav-btn {
  right: 12px;
}
.container-nav.en .nav-btn:hover,
.container-nav.en .nav-btn.select {
  right: 10px;
}
.container-nav.en .nav-btn.features-btn {
  top: 32px;
}
.container-nav.en .nav-btn.weapon-btn {
  top: 124px;
}
.container-nav.en .nav-btn.heros-btn {
  top: 78px;
}
.container-nav.en .nav-btn.top-btn {
  top: 172px;
}
.no-webp .container-nav.vn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -1337px}
.webp .container-nav.vn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -1337px}
.no-webp .container-nav.vn {background-size:1806px 1565px}
.webp .container-nav.vn {background-size:1806px 1565px}
.no-webp .container-nav.vn {background-position:-0px -1337px}
.webp .container-nav.vn {background-position:-0px -1337px}
.container-nav.vn {
  right: 26px;
  width: 163px;
  height: 228px;

}
.no-webp .container-nav.vn .top-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -970px}
.webp .container-nav.vn .top-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -970px}
.no-webp .container-nav.vn .top-btn {background-size:1806px 1565px}
.webp .container-nav.vn .top-btn {background-size:1806px 1565px}
.no-webp .container-nav.vn .top-btn {background-position:-1587px -970px}
.webp .container-nav.vn .top-btn {background-position:-1587px -970px}
.container-nav.vn .top-btn {
  right: 12px;
  top: 172px;
width:143px;
height:25px;

}
.no-webp .container-nav.vn .top-btn:hover, 
.no-webp .container-nav.vn .top-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1201px}
.webp .container-nav.vn .top-btn:hover, 
.webp .container-nav.vn .top-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1201px}
.no-webp .container-nav.vn .top-btn:hover, 
.no-webp .container-nav.vn .top-btn.select {background-size:1806px 1565px}
.webp .container-nav.vn .top-btn:hover, 
.webp .container-nav.vn .top-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.vn .top-btn:hover, 
.no-webp .container-nav.vn .top-btn.select {background-position:-1587px -1201px}
.webp .container-nav.vn .top-btn:hover, 
.webp .container-nav.vn .top-btn.select {background-position:-1587px -1201px}
.container-nav.vn .top-btn:hover,
.container-nav.vn .top-btn.select {
  right: 10px;
width:144px;
height:23px;

}
.no-webp .container-nav.vn .weapon-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1707px -1444px}
.webp .container-nav.vn .weapon-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1707px -1444px}
.no-webp .container-nav.vn .weapon-btn {background-size:1806px 1565px}
.webp .container-nav.vn .weapon-btn {background-size:1806px 1565px}
.no-webp .container-nav.vn .weapon-btn {background-position:-1707px -1444px}
.webp .container-nav.vn .weapon-btn {background-position:-1707px -1444px}
.container-nav.vn .weapon-btn {
  top: 124px;
  right: 12px;
width:99px;
height:23px;

}
.no-webp .container-nav.vn .weapon-btn:hover, 
.no-webp .container-nav.vn .weapon-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1703px -1413px}
.webp .container-nav.vn .weapon-btn:hover, 
.webp .container-nav.vn .weapon-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1703px -1413px}
.no-webp .container-nav.vn .weapon-btn:hover, 
.no-webp .container-nav.vn .weapon-btn.select {background-size:1806px 1565px}
.webp .container-nav.vn .weapon-btn:hover, 
.webp .container-nav.vn .weapon-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.vn .weapon-btn:hover, 
.no-webp .container-nav.vn .weapon-btn.select {background-position:-1703px -1413px}
.webp .container-nav.vn .weapon-btn:hover, 
.webp .container-nav.vn .weapon-btn.select {background-position:-1703px -1413px}
.container-nav.vn .weapon-btn:hover,
.container-nav.vn .weapon-btn.select {
  right: 10px;
width:100px;
height:24px;

}
.no-webp .container-nav.vn .features-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1255px}
.webp .container-nav.vn .features-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1255px}
.no-webp .container-nav.vn .features-btn {background-size:1806px 1565px}
.webp .container-nav.vn .features-btn {background-size:1806px 1565px}
.no-webp .container-nav.vn .features-btn {background-position:-1587px -1255px}
.webp .container-nav.vn .features-btn {background-position:-1587px -1255px}
.container-nav.vn .features-btn {
  top: 32px;
  right: 12px;
width:139px;
height:22px;

}
.no-webp .container-nav.vn .features-btn:hover, 
.no-webp .container-nav.vn .features-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1071px}
.webp .container-nav.vn .features-btn:hover, 
.webp .container-nav.vn .features-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1071px}
.no-webp .container-nav.vn .features-btn:hover, 
.no-webp .container-nav.vn .features-btn.select {background-size:1806px 1565px}
.webp .container-nav.vn .features-btn:hover, 
.webp .container-nav.vn .features-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.vn .features-btn:hover, 
.no-webp .container-nav.vn .features-btn.select {background-position:-1587px -1071px}
.webp .container-nav.vn .features-btn:hover, 
.webp .container-nav.vn .features-btn.select {background-position:-1587px -1071px}
.container-nav.vn .features-btn:hover,
.container-nav.vn .features-btn.select {
  right: 10px;
width:142px;
height:24px;

}
.no-webp .container-nav.vn .heros-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1702px -1517px}
.webp .container-nav.vn .heros-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1702px -1517px}
.no-webp .container-nav.vn .heros-btn {background-size:1806px 1565px}
.webp .container-nav.vn .heros-btn {background-size:1806px 1565px}
.no-webp .container-nav.vn .heros-btn {background-position:-1702px -1517px}
.webp .container-nav.vn .heros-btn {background-position:-1702px -1517px}
.container-nav.vn .heros-btn {
  top: 78px;
  right: 12px;
width:99px;
height:22px;

}
.no-webp .container-nav.vn .heros-btn:hover, 
.no-webp .container-nav.vn .heros-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1703px -1387px}
.webp .container-nav.vn .heros-btn:hover, 
.webp .container-nav.vn .heros-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1703px -1387px}
.no-webp .container-nav.vn .heros-btn:hover, 
.no-webp .container-nav.vn .heros-btn.select {background-size:1806px 1565px}
.webp .container-nav.vn .heros-btn:hover, 
.webp .container-nav.vn .heros-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.vn .heros-btn:hover, 
.no-webp .container-nav.vn .heros-btn.select {background-position:-1703px -1387px}
.webp .container-nav.vn .heros-btn:hover, 
.webp .container-nav.vn .heros-btn.select {background-position:-1703px -1387px}
.container-nav.vn .heros-btn:hover,
.container-nav.vn .heros-btn.select {
  right: 10px;
width:101px;
height:24px;

}
.no-webp .container-nav.th {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -1337px}
.webp .container-nav.th {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -1337px}
.no-webp .container-nav.th {background-size:1806px 1565px}
.webp .container-nav.th {background-size:1806px 1565px}
.no-webp .container-nav.th {background-position:-0px -1337px}
.webp .container-nav.th {background-position:-0px -1337px}
.container-nav.th {
  right: 26px;
  width: 163px;
  height: 228px;

}
.no-webp .container-nav.th .top-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1705px -1543px}
.webp .container-nav.th .top-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1705px -1543px}
.no-webp .container-nav.th .top-btn {background-size:1806px 1565px}
.webp .container-nav.th .top-btn {background-size:1806px 1565px}
.no-webp .container-nav.th .top-btn {background-position:-1705px -1543px}
.webp .container-nav.th .top-btn {background-position:-1705px -1543px}
.container-nav.th .top-btn {
  right: 12px;
  top: 172px;
width:83px;
height:20px;

}
.no-webp .container-nav.th .top-btn:hover, 
.no-webp .container-nav.th .top-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1717px -1279px}
.webp .container-nav.th .top-btn:hover, 
.webp .container-nav.th .top-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1717px -1279px}
.no-webp .container-nav.th .top-btn:hover, 
.no-webp .container-nav.th .top-btn.select {background-size:1806px 1565px}
.webp .container-nav.th .top-btn:hover, 
.webp .container-nav.th .top-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.th .top-btn:hover, 
.no-webp .container-nav.th .top-btn.select {background-position:-1717px -1279px}
.webp .container-nav.th .top-btn:hover, 
.webp .container-nav.th .top-btn.select {background-position:-1717px -1279px}
.container-nav.th .top-btn:hover,
.container-nav.th .top-btn.select {
  right: 10px;
width:85px;
height:23px;

}
.no-webp .container-nav.th .weapon-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1729px -1149px}
.webp .container-nav.th .weapon-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1729px -1149px}
.no-webp .container-nav.th .weapon-btn {background-size:1806px 1565px}
.webp .container-nav.th .weapon-btn {background-size:1806px 1565px}
.no-webp .container-nav.th .weapon-btn {background-position:-1729px -1149px}
.webp .container-nav.th .weapon-btn {background-position:-1729px -1149px}
.container-nav.th .weapon-btn {
  top: 124px;
  right: 12px;
width:77px;
height:23px;

}
.no-webp .container-nav.th .weapon-btn:hover, 
.no-webp .container-nav.th .weapon-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-985px -318px}
.webp .container-nav.th .weapon-btn:hover, 
.webp .container-nav.th .weapon-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-985px -318px}
.no-webp .container-nav.th .weapon-btn:hover, 
.no-webp .container-nav.th .weapon-btn.select {background-size:1806px 1565px}
.webp .container-nav.th .weapon-btn:hover, 
.webp .container-nav.th .weapon-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.th .weapon-btn:hover, 
.no-webp .container-nav.th .weapon-btn.select {background-position:-985px -318px}
.webp .container-nav.th .weapon-btn:hover, 
.webp .container-nav.th .weapon-btn.select {background-position:-985px -318px}
.container-nav.th .weapon-btn:hover,
.container-nav.th .weapon-btn.select {
  right: 10px;
width:79px;
height:26px;

}
.no-webp .container-nav.th .features-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1543px}
.webp .container-nav.th .features-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1543px}
.no-webp .container-nav.th .features-btn {background-size:1806px 1565px}
.webp .container-nav.th .features-btn {background-size:1806px 1565px}
.no-webp .container-nav.th .features-btn {background-position:-1587px -1543px}
.webp .container-nav.th .features-btn {background-position:-1587px -1543px}
.container-nav.th .features-btn {
  top: 32px;
  right: 12px;
width:116px;
height:22px;

}
.no-webp .container-nav.th .features-btn:hover, 
.no-webp .container-nav.th .features-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1444px}
.webp .container-nav.th .features-btn:hover, 
.webp .container-nav.th .features-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1444px}
.no-webp .container-nav.th .features-btn:hover, 
.no-webp .container-nav.th .features-btn.select {background-size:1806px 1565px}
.webp .container-nav.th .features-btn:hover, 
.webp .container-nav.th .features-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.th .features-btn:hover, 
.no-webp .container-nav.th .features-btn.select {background-position:-1587px -1444px}
.webp .container-nav.th .features-btn:hover, 
.webp .container-nav.th .features-btn.select {background-position:-1587px -1444px}
.container-nav.th .features-btn:hover,
.container-nav.th .features-btn.select {
  right: 10px;
width:118px;
height:25px;

}
.no-webp .container-nav.th .heros-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1731px -1071px}
.webp .container-nav.th .heros-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1731px -1071px}
.no-webp .container-nav.th .heros-btn {background-size:1806px 1565px}
.webp .container-nav.th .heros-btn {background-size:1806px 1565px}
.no-webp .container-nav.th .heros-btn {background-position:-1731px -1071px}
.webp .container-nav.th .heros-btn {background-position:-1731px -1071px}
.container-nav.th .heros-btn {
  top: 78px;
  right: 12px;
width:64px;
height:22px;

}
.no-webp .container-nav.th .heros-btn:hover, 
.no-webp .container-nav.th .heros-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1732px -970px}
.webp .container-nav.th .heros-btn:hover, 
.webp .container-nav.th .heros-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1732px -970px}
.no-webp .container-nav.th .heros-btn:hover, 
.no-webp .container-nav.th .heros-btn.select {background-size:1806px 1565px}
.webp .container-nav.th .heros-btn:hover, 
.webp .container-nav.th .heros-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.th .heros-btn:hover, 
.no-webp .container-nav.th .heros-btn.select {background-position:-1732px -970px}
.webp .container-nav.th .heros-btn:hover, 
.webp .container-nav.th .heros-btn.select {background-position:-1732px -970px}
.container-nav.th .heros-btn:hover,
.container-nav.th .heros-btn.select {
  right: 10px;
width:67px;
height:24px;

}
.no-webp .container-nav.jp .top-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1715px -1471px}
.webp .container-nav.jp .top-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1715px -1471px}
.no-webp .container-nav.jp .top-btn {background-size:1806px 1565px}
.webp .container-nav.jp .top-btn {background-size:1806px 1565px}
.no-webp .container-nav.jp .top-btn {background-position:-1715px -1471px}
.webp .container-nav.jp .top-btn {background-position:-1715px -1471px}
.container-nav.jp .top-btn {
width:91px;
height:20px;

}
.no-webp .container-nav.jp .top-btn:hover, 
.no-webp .container-nav.jp .top-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1704px -1226px}
.webp .container-nav.jp .top-btn:hover, 
.webp .container-nav.jp .top-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1704px -1226px}
.no-webp .container-nav.jp .top-btn:hover, 
.no-webp .container-nav.jp .top-btn.select {background-size:1806px 1565px}
.webp .container-nav.jp .top-btn:hover, 
.webp .container-nav.jp .top-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.jp .top-btn:hover, 
.no-webp .container-nav.jp .top-btn.select {background-position:-1704px -1226px}
.webp .container-nav.jp .top-btn:hover, 
.webp .container-nav.jp .top-btn.select {background-position:-1704px -1226px}
.container-nav.jp .top-btn:hover,
.container-nav.jp .top-btn.select {
  right: 23px;
width:102px;
height:24px;

}
.no-webp .container-nav.jp .rewards-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1731px -1045px}
.webp .container-nav.jp .rewards-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1731px -1045px}
.no-webp .container-nav.jp .rewards-btn {background-size:1806px 1565px}
.webp .container-nav.jp .rewards-btn {background-size:1806px 1565px}
.no-webp .container-nav.jp .rewards-btn {background-position:-1731px -1045px}
.webp .container-nav.jp .rewards-btn {background-position:-1731px -1045px}
.container-nav.jp .rewards-btn {
width:73px;
height:21px;

}
.no-webp .container-nav.jp .rewards-btn:hover, 
.no-webp .container-nav.jp .rewards-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1730px -1123px}
.webp .container-nav.jp .rewards-btn:hover, 
.webp .container-nav.jp .rewards-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1730px -1123px}
.no-webp .container-nav.jp .rewards-btn:hover, 
.no-webp .container-nav.jp .rewards-btn.select {background-size:1806px 1565px}
.webp .container-nav.jp .rewards-btn:hover, 
.webp .container-nav.jp .rewards-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.jp .rewards-btn:hover, 
.no-webp .container-nav.jp .rewards-btn.select {background-position:-1730px -1123px}
.webp .container-nav.jp .rewards-btn:hover, 
.webp .container-nav.jp .rewards-btn.select {background-position:-1730px -1123px}
.container-nav.jp .rewards-btn:hover,
.container-nav.jp .rewards-btn.select {
width:76px;
height:24px;

}
.no-webp .container-nav.jp .features-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1363px}
.webp .container-nav.jp .features-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1363px}
.no-webp .container-nav.jp .features-btn {background-size:1806px 1565px}
.webp .container-nav.jp .features-btn {background-size:1806px 1565px}
.no-webp .container-nav.jp .features-btn {background-position:-1587px -1363px}
.webp .container-nav.jp .features-btn {background-position:-1587px -1363px}
.container-nav.jp .features-btn {
width:138px;
height:22px;

}
.no-webp .container-nav.jp .features-btn:hover, 
.no-webp .container-nav.jp .features-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1149px}
.webp .container-nav.jp .features-btn:hover, 
.webp .container-nav.jp .features-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1149px}
.no-webp .container-nav.jp .features-btn:hover, 
.no-webp .container-nav.jp .features-btn.select {background-size:1806px 1565px}
.webp .container-nav.jp .features-btn:hover, 
.webp .container-nav.jp .features-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.jp .features-btn:hover, 
.no-webp .container-nav.jp .features-btn.select {background-position:-1587px -1149px}
.webp .container-nav.jp .features-btn:hover, 
.webp .container-nav.jp .features-btn.select {background-position:-1587px -1149px}
.container-nav.jp .features-btn:hover,
.container-nav.jp .features-btn.select {
width:140px;
height:24px;

}
.no-webp .container-nav.jp .heros-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1731px -1019px}
.webp .container-nav.jp .heros-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1731px -1019px}
.no-webp .container-nav.jp .heros-btn {background-size:1806px 1565px}
.webp .container-nav.jp .heros-btn {background-size:1806px 1565px}
.no-webp .container-nav.jp .heros-btn {background-position:-1731px -1019px}
.webp .container-nav.jp .heros-btn {background-position:-1731px -1019px}
.container-nav.jp .heros-btn {
width:74px;
height:21px;

}
.no-webp .container-nav.jp .heros-btn:hover, 
.no-webp .container-nav.jp .heros-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1730px -1097px}
.webp .container-nav.jp .heros-btn:hover, 
.webp .container-nav.jp .heros-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1730px -1097px}
.no-webp .container-nav.jp .heros-btn:hover, 
.no-webp .container-nav.jp .heros-btn.select {background-size:1806px 1565px}
.webp .container-nav.jp .heros-btn:hover, 
.webp .container-nav.jp .heros-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.jp .heros-btn:hover, 
.no-webp .container-nav.jp .heros-btn.select {background-position:-1730px -1097px}
.webp .container-nav.jp .heros-btn:hover, 
.webp .container-nav.jp .heros-btn.select {background-position:-1730px -1097px}
.container-nav.jp .heros-btn:hover,
.container-nav.jp .heros-btn.select {
width:76px;
height:24px;

}
.no-webp .container-nav.jp .btn-play {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -756px}
.webp .container-nav.jp .btn-play {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -756px}
.no-webp .container-nav.jp .btn-play {background-size:1806px 1565px}
.webp .container-nav.jp .btn-play {background-size:1806px 1565px}
.no-webp .container-nav.jp .btn-play {background-position:-1587px -756px}
.webp .container-nav.jp .btn-play {background-position:-1587px -756px}
.container-nav.jp .btn-play {
width:168px;
height:39px;

}
.no-webp .container-nav.jp .btn-play:hover, 
.no-webp .container-nav.jp .btn-play.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -715px}
.webp .container-nav.jp .btn-play:hover, 
.webp .container-nav.jp .btn-play.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -715px}
.no-webp .container-nav.jp .btn-play:hover, 
.no-webp .container-nav.jp .btn-play.select {background-size:1806px 1565px}
.webp .container-nav.jp .btn-play:hover, 
.webp .container-nav.jp .btn-play.select {background-size:1806px 1565px}
.no-webp .container-nav.jp .btn-play:hover, 
.no-webp .container-nav.jp .btn-play.select {background-position:-1587px -715px}
.webp .container-nav.jp .btn-play:hover, 
.webp .container-nav.jp .btn-play.select {background-position:-1587px -715px}
.container-nav.jp .btn-play:hover,
.container-nav.jp .btn-play.select {
width:168px;
height:39px;

}
.no-webp .container-nav.es .top-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1517px}
.webp .container-nav.es .top-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1517px}
.no-webp .container-nav.es .top-btn {background-size:1806px 1565px}
.webp .container-nav.es .top-btn {background-size:1806px 1565px}
.no-webp .container-nav.es .top-btn {background-position:-1587px -1517px}
.webp .container-nav.es .top-btn {background-position:-1587px -1517px}
.container-nav.es .top-btn {
width:113px;
height:24px;

}
.no-webp .container-nav.es .top-btn:hover, 
.no-webp .container-nav.es .top-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1226px}
.webp .container-nav.es .top-btn:hover, 
.webp .container-nav.es .top-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1226px}
.no-webp .container-nav.es .top-btn:hover, 
.no-webp .container-nav.es .top-btn.select {background-size:1806px 1565px}
.webp .container-nav.es .top-btn:hover, 
.webp .container-nav.es .top-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.es .top-btn:hover, 
.no-webp .container-nav.es .top-btn.select {background-position:-1587px -1226px}
.webp .container-nav.es .top-btn:hover, 
.webp .container-nav.es .top-btn.select {background-position:-1587px -1226px}
.container-nav.es .top-btn:hover,
.container-nav.es .top-btn.select {
  right: 23px;
width:115px;
height:27px;

}
.no-webp .container-nav.es .rewards-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -864px}
.webp .container-nav.es .rewards-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -864px}
.no-webp .container-nav.es .rewards-btn {background-size:1806px 1565px}
.webp .container-nav.es .rewards-btn {background-size:1806px 1565px}
.no-webp .container-nav.es .rewards-btn {background-position:-1587px -864px}
.webp .container-nav.es .rewards-btn {background-position:-1587px -864px}
.container-nav.es .rewards-btn {
width:211px;
height:20px;

}
.no-webp .container-nav.es .rewards-btn:hover, 
.no-webp .container-nav.es .rewards-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -838px}
.webp .container-nav.es .rewards-btn:hover, 
.webp .container-nav.es .rewards-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -838px}
.no-webp .container-nav.es .rewards-btn:hover, 
.no-webp .container-nav.es .rewards-btn.select {background-size:1806px 1565px}
.webp .container-nav.es .rewards-btn:hover, 
.webp .container-nav.es .rewards-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.es .rewards-btn:hover, 
.no-webp .container-nav.es .rewards-btn.select {background-position:-1587px -838px}
.webp .container-nav.es .rewards-btn:hover, 
.webp .container-nav.es .rewards-btn.select {background-position:-1587px -838px}
.container-nav.es .rewards-btn:hover,
.container-nav.es .rewards-btn.select {
width:213px;
height:24px;

}
.no-webp .container-nav.es .features-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -997px}
.webp .container-nav.es .features-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -997px}
.no-webp .container-nav.es .features-btn {background-size:1806px 1565px}
.webp .container-nav.es .features-btn {background-size:1806px 1565px}
.no-webp .container-nav.es .features-btn {background-position:-1587px -997px}
.webp .container-nav.es .features-btn {background-position:-1587px -997px}
.container-nav.es .features-btn {
width:174px;
height:20px;

}
.no-webp .container-nav.es .features-btn:hover, 
.no-webp .container-nav.es .features-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -886px}
.webp .container-nav.es .features-btn:hover, 
.webp .container-nav.es .features-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -886px}
.no-webp .container-nav.es .features-btn:hover, 
.no-webp .container-nav.es .features-btn.select {background-size:1806px 1565px}
.webp .container-nav.es .features-btn:hover, 
.webp .container-nav.es .features-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.es .features-btn:hover, 
.no-webp .container-nav.es .features-btn.select {background-position:-1587px -886px}
.webp .container-nav.es .features-btn:hover, 
.webp .container-nav.es .features-btn.select {background-position:-1587px -886px}
.container-nav.es .features-btn:hover,
.container-nav.es .features-btn.select {
width:176px;
height:24px;

}
.no-webp .container-nav.es .heros-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1471px}
.webp .container-nav.es .heros-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1471px}
.no-webp .container-nav.es .heros-btn {background-size:1806px 1565px}
.webp .container-nav.es .heros-btn {background-size:1806px 1565px}
.no-webp .container-nav.es .heros-btn {background-position:-1587px -1471px}
.webp .container-nav.es .heros-btn {background-position:-1587px -1471px}
.container-nav.es .heros-btn {
width:126px;
height:22px;

}
.no-webp .container-nav.es .heros-btn:hover, 
.no-webp .container-nav.es .heros-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1279px}
.webp .container-nav.es .heros-btn:hover, 
.webp .container-nav.es .heros-btn.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1279px}
.no-webp .container-nav.es .heros-btn:hover, 
.no-webp .container-nav.es .heros-btn.select {background-size:1806px 1565px}
.webp .container-nav.es .heros-btn:hover, 
.webp .container-nav.es .heros-btn.select {background-size:1806px 1565px}
.no-webp .container-nav.es .heros-btn:hover, 
.no-webp .container-nav.es .heros-btn.select {background-position:-1587px -1279px}
.webp .container-nav.es .heros-btn:hover, 
.webp .container-nav.es .heros-btn.select {background-position:-1587px -1279px}
.container-nav.es .heros-btn:hover,
.container-nav.es .heros-btn.select {
width:128px;
height:24px;

}
.no-webp .container-nav.es .btn-play {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -674px}
.webp .container-nav.es .btn-play {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -674px}
.no-webp .container-nav.es .btn-play {background-size:1806px 1565px}
.webp .container-nav.es .btn-play {background-size:1806px 1565px}
.no-webp .container-nav.es .btn-play {background-position:-1587px -674px}
.webp .container-nav.es .btn-play {background-position:-1587px -674px}
.container-nav.es .btn-play {
width:168px;
height:39px;

}
.no-webp .container-nav.es .btn-play:hover, 
.no-webp .container-nav.es .btn-play.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -797px}
.webp .container-nav.es .btn-play:hover, 
.webp .container-nav.es .btn-play.select {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -797px}
.no-webp .container-nav.es .btn-play:hover, 
.no-webp .container-nav.es .btn-play.select {background-size:1806px 1565px}
.webp .container-nav.es .btn-play:hover, 
.webp .container-nav.es .btn-play.select {background-size:1806px 1565px}
.no-webp .container-nav.es .btn-play:hover, 
.no-webp .container-nav.es .btn-play.select {background-position:-1587px -797px}
.webp .container-nav.es .btn-play:hover, 
.webp .container-nav.es .btn-play.select {background-position:-1587px -797px}
.container-nav.es .btn-play:hover,
.container-nav.es .btn-play.select {
width:168px;
height:39px;

}
.no-webp html, 
.no-webp body {background:#000}
.webp html, 
.webp body {background:#000}
html,
body {
  position: relative;
  min-width: 1400px !important;
  height: auto !important;
}
#app > div {
  height: auto;
}
.bgBox {
  position: absolute;
  top: 1080px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.bgBox .feaBg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bgBox .feaBg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1225px;
}
.bgBox .heroBg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bgBox .heroBg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1225px;
}
.bgBox .bgHero {
  position: absolute;
  top: 1225px;
  left: 0;
  width: 100%;
  min-height: 1225px;
  max-height: 1500px;
}
.topbar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.no-webp .topbar.scroll {background-color:rgba(0, 0, 0, 0.7)}
.webp .topbar.scroll {background-color:rgba(0, 0, 0, 0.7)}
.no-webp .topbar.scroll {background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)))}
.webp .topbar.scroll {background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)))}
.no-webp .topbar.scroll {background:-webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))}
.webp .topbar.scroll {background:-webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))}
.no-webp .topbar.scroll {background:-moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))}
.webp .topbar.scroll {background:-moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))}
.no-webp .topbar.scroll {background:-ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))}
.webp .topbar.scroll {background:-ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))}
.no-webp .topbar.scroll {background:-o-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))}
.webp .topbar.scroll {background:-o-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))}
.no-webp .topbar.scroll {background:linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))}
.webp .topbar.scroll {background:linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))}
.topbar.scroll {
}
.no-webp .topbar .logo {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/logo2_6420a885.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp .topbar .logo {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/logo2_6420a885.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp .topbar .logo {background-position:center}
.webp .topbar .logo {background-position:center}
.no-webp .topbar .logo {background-repeat:no-repeat}
.webp .topbar .logo {background-repeat:no-repeat}
.no-webp .topbar .logo {background-size:100%}
.webp .topbar .logo {background-size:100%}
.topbar .logo {
  position: absolute;
  top: 25px;
  left: 40px;
  display: block;
  width: 201px;
  height: 78px;
}
.topbar .topright {
  position: absolute;
  top: 30px;
  right: 31px;
}
.topbar .topright .dropdown-nav1 {
  display: inline-block;
  width: 300px;
  margin-right: 15px;
  font-size: 0;
  text-align: right;
  vertical-align: middle;
}
.topbar .topright .dropdown-nav1 a {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 16px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.topbar .topright .dropdown-nav1 a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.no-webp .topbar .topright .dropdown-nav1 a.instagram {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/icon-ins_13970119.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp .topbar .topright .dropdown-nav1 a.instagram {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/icon-ins_13970119.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp .topbar .topright .dropdown-nav1 a.instagram {background-position:center}
.webp .topbar .topright .dropdown-nav1 a.instagram {background-position:center}
.no-webp .topbar .topright .dropdown-nav1 a.instagram {background-repeat:no-repeat}
.webp .topbar .topright .dropdown-nav1 a.instagram {background-repeat:no-repeat}
.no-webp .topbar .topright .dropdown-nav1 a.instagram {background-size:100%}
.webp .topbar .topright .dropdown-nav1 a.instagram {background-size:100%}
.topbar .topright .dropdown-nav1 a.instagram {
  width: 28px;
  height: 28px;
}
.no-webp .topbar .topright .dropdown-nav1 a.twitter {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/icon-tw_f50c168c.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp .topbar .topright .dropdown-nav1 a.twitter {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/icon-tw_f50c168c.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp .topbar .topright .dropdown-nav1 a.twitter {background-position:center}
.webp .topbar .topright .dropdown-nav1 a.twitter {background-position:center}
.no-webp .topbar .topright .dropdown-nav1 a.twitter {background-repeat:no-repeat}
.webp .topbar .topright .dropdown-nav1 a.twitter {background-repeat:no-repeat}
.no-webp .topbar .topright .dropdown-nav1 a.twitter {background-size:100%}
.webp .topbar .topright .dropdown-nav1 a.twitter {background-size:100%}
.topbar .topright .dropdown-nav1 a.twitter {
  width: 28px;
  height: 28px;
}
.no-webp .topbar .topright .dropdown-nav1 a.youtube {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/icon-youtube_98753608.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp .topbar .topright .dropdown-nav1 a.youtube {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/icon-youtube_98753608.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp .topbar .topright .dropdown-nav1 a.youtube {background-position:center}
.webp .topbar .topright .dropdown-nav1 a.youtube {background-position:center}
.no-webp .topbar .topright .dropdown-nav1 a.youtube {background-repeat:no-repeat}
.webp .topbar .topright .dropdown-nav1 a.youtube {background-repeat:no-repeat}
.no-webp .topbar .topright .dropdown-nav1 a.youtube {background-size:100%}
.webp .topbar .topright .dropdown-nav1 a.youtube {background-size:100%}
.topbar .topright .dropdown-nav1 a.youtube {
  width: 28px;
  height: 28px;
}
.no-webp .topbar .topright .dropdown-nav1 a.facebook {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/icon-fb_5a4931ec.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp .topbar .topright .dropdown-nav1 a.facebook {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/icon-fb_5a4931ec.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp .topbar .topright .dropdown-nav1 a.facebook {background-position:center}
.webp .topbar .topright .dropdown-nav1 a.facebook {background-position:center}
.no-webp .topbar .topright .dropdown-nav1 a.facebook {background-repeat:no-repeat}
.webp .topbar .topright .dropdown-nav1 a.facebook {background-repeat:no-repeat}
.no-webp .topbar .topright .dropdown-nav1 a.facebook {background-size:100%}
.webp .topbar .topright .dropdown-nav1 a.facebook {background-size:100%}
.topbar .topright .dropdown-nav1 a.facebook {
  width: 28px;
  height: 28px;
}
.no-webp .topbar .topright .dropdown-nav1 a.discord {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/icon-discord_b5df30c7.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp .topbar .topright .dropdown-nav1 a.discord {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/icon-discord_b5df30c7.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp .topbar .topright .dropdown-nav1 a.discord {background-position:center}
.webp .topbar .topright .dropdown-nav1 a.discord {background-position:center}
.no-webp .topbar .topright .dropdown-nav1 a.discord {background-repeat:no-repeat}
.webp .topbar .topright .dropdown-nav1 a.discord {background-repeat:no-repeat}
.no-webp .topbar .topright .dropdown-nav1 a.discord {background-size:100%}
.webp .topbar .topright .dropdown-nav1 a.discord {background-size:100%}
.topbar .topright .dropdown-nav1 a.discord {
  width: 28px;
  height: 28px;
}
.no-webp .topbar .topright .btn-play-top {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -459px}
.webp .topbar .topright .btn-play-top {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -459px}
.no-webp .topbar .topright .btn-play-top {background-size:1806px 1565px}
.webp .topbar .topright .btn-play-top {background-size:1806px 1565px}
.no-webp .topbar .topright .btn-play-top {background-position:-1587px -459px}
.webp .topbar .topright .btn-play-top {background-position:-1587px -459px}
.topbar .topright .btn-play-top {
  vertical-align: middle;
  display: inline-block;
width:198px;
height:41px;

}
.no-webp .topbar .topright .btn-play-top:hover {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -545px}
.webp .topbar .topright .btn-play-top:hover {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -545px}
.no-webp .topbar .topright .btn-play-top:hover {background-size:1806px 1565px}
.webp .topbar .topright .btn-play-top:hover {background-size:1806px 1565px}
.no-webp .topbar .topright .btn-play-top:hover {background-position:-1587px -545px}
.webp .topbar .topright .btn-play-top:hover {background-position:-1587px -545px}
.topbar .topright .btn-play-top:hover {
width:198px;
height:41px;

}
.no-webp .topbar .topright .btn-play-top-vn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -416px}
.webp .topbar .topright .btn-play-top-vn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -416px}
.no-webp .topbar .topright .btn-play-top-vn {background-size:1806px 1565px}
.webp .topbar .topright .btn-play-top-vn {background-size:1806px 1565px}
.no-webp .topbar .topright .btn-play-top-vn {background-position:-1587px -416px}
.webp .topbar .topright .btn-play-top-vn {background-position:-1587px -416px}
.topbar .topright .btn-play-top-vn {
  vertical-align: middle;
  display: inline-block;
width:198px;
height:41px;

}
.no-webp .topbar .topright .btn-play-top-vn:hover {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -502px}
.webp .topbar .topright .btn-play-top-vn:hover {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -502px}
.no-webp .topbar .topright .btn-play-top-vn:hover {background-size:1806px 1565px}
.webp .topbar .topright .btn-play-top-vn:hover {background-size:1806px 1565px}
.no-webp .topbar .topright .btn-play-top-vn:hover {background-position:-1587px -502px}
.webp .topbar .topright .btn-play-top-vn:hover {background-position:-1587px -502px}
.topbar .topright .btn-play-top-vn:hover {
width:198px;
height:41px;

}
.no-webp .topbar .topright .btn-play-top-th {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -588px}
.webp .topbar .topright .btn-play-top-th {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -588px}
.no-webp .topbar .topright .btn-play-top-th {background-size:1806px 1565px}
.webp .topbar .topright .btn-play-top-th {background-size:1806px 1565px}
.no-webp .topbar .topright .btn-play-top-th {background-position:-1587px -588px}
.webp .topbar .topright .btn-play-top-th {background-position:-1587px -588px}
.topbar .topright .btn-play-top-th {
  vertical-align: middle;
  display: inline-block;
width:198px;
height:41px;

}
.no-webp .topbar .topright .btn-play-top-th:hover {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -631px}
.webp .topbar .topright .btn-play-top-th:hover {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -631px}
.no-webp .topbar .topright .btn-play-top-th:hover {background-size:1806px 1565px}
.webp .topbar .topright .btn-play-top-th:hover {background-size:1806px 1565px}
.no-webp .topbar .topright .btn-play-top-th:hover {background-position:-1587px -631px}
.webp .topbar .topright .btn-play-top-th:hover {background-position:-1587px -631px}
.topbar .topright .btn-play-top-th:hover {
width:198px;
height:41px;

}
.no-webp #uniLoginModel {background:rgba(0, 0, 0, 0.8)}
.webp #uniLoginModel {background:rgba(0, 0, 0, 0.8)}
#uniLoginModel {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
  overflow: hidden;
}
.no-webp #uniLoginModel #uniLoginWrap {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg-pop_4b6db1e1.png) no-repeat top center / cover}
.webp #uniLoginModel #uniLoginWrap {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg-pop_4b6db1e1.webp) no-repeat top center / cover}
#uniLoginModel #uniLoginWrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 675px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 240px;
  text-align: center;
}
.no-webp #uniLoginModel #uniLoginWrap .title {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/tit-login_87b2bd0c.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #uniLoginModel #uniLoginWrap .title {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/tit-login_87b2bd0c.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #uniLoginModel #uniLoginWrap .title {background-position:center}
.webp #uniLoginModel #uniLoginWrap .title {background-position:center}
.no-webp #uniLoginModel #uniLoginWrap .title {background-repeat:no-repeat}
.webp #uniLoginModel #uniLoginWrap .title {background-repeat:no-repeat}
.no-webp #uniLoginModel #uniLoginWrap .title {background-size:100%}
.webp #uniLoginModel #uniLoginWrap .title {background-size:100%}
#uniLoginModel #uniLoginWrap .title {
  margin: 0 auto 30px;
  font-size: 0;
  color: #fff;
  font-family: "Cinzel";
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  width: 390px;
  height: 27px;
}
.no-webp #uniLoginModel #uniLoginWrap #fb_id_login {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/login-fb_6a9828e9.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #uniLoginModel #uniLoginWrap #fb_id_login {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/login-fb_6a9828e9.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #uniLoginModel #uniLoginWrap #fb_id_login {background-position:center}
.webp #uniLoginModel #uniLoginWrap #fb_id_login {background-position:center}
.no-webp #uniLoginModel #uniLoginWrap #fb_id_login {background-repeat:no-repeat}
.webp #uniLoginModel #uniLoginWrap #fb_id_login {background-repeat:no-repeat}
.no-webp #uniLoginModel #uniLoginWrap #fb_id_login {background-size:100%}
.webp #uniLoginModel #uniLoginWrap #fb_id_login {background-size:100%}
#uniLoginModel #uniLoginWrap #fb_id_login {
  display: inline-block;
  width: 97px;
  height: 145px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#uniLoginModel #uniLoginWrap #fb_id_login:hover {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.no-webp #uniLoginModel #uniLoginWrap #gg_id_login {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/login-google_56dc83aa.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #uniLoginModel #uniLoginWrap #gg_id_login {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/login-google_56dc83aa.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #uniLoginModel #uniLoginWrap #gg_id_login {background-position:center}
.webp #uniLoginModel #uniLoginWrap #gg_id_login {background-position:center}
.no-webp #uniLoginModel #uniLoginWrap #gg_id_login {background-repeat:no-repeat}
.webp #uniLoginModel #uniLoginWrap #gg_id_login {background-repeat:no-repeat}
.no-webp #uniLoginModel #uniLoginWrap #gg_id_login {background-size:100%}
.webp #uniLoginModel #uniLoginWrap #gg_id_login {background-size:100%}
#uniLoginModel #uniLoginWrap #gg_id_login {
  margin: 0 150px;
  display: inline-block;
  width: 97px;
  height: 145px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#uniLoginModel #uniLoginWrap #gg_id_login:hover {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.no-webp #uniLoginModel #uniLoginWrap #tw_id_login {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/login-tw_6e71dbdc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #uniLoginModel #uniLoginWrap #tw_id_login {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/login-tw_6e71dbdc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #uniLoginModel #uniLoginWrap #tw_id_login {background-position:center}
.webp #uniLoginModel #uniLoginWrap #tw_id_login {background-position:center}
.no-webp #uniLoginModel #uniLoginWrap #tw_id_login {background-repeat:no-repeat}
.webp #uniLoginModel #uniLoginWrap #tw_id_login {background-repeat:no-repeat}
.no-webp #uniLoginModel #uniLoginWrap #tw_id_login {background-size:100%}
.webp #uniLoginModel #uniLoginWrap #tw_id_login {background-size:100%}
#uniLoginModel #uniLoginWrap #tw_id_login {
  display: inline-block;
  width: 97px;
  height: 145px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#uniLoginModel #uniLoginWrap #tw_id_login:hover {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
#uniLoginModel #uniLoginWrap .policy {
  margin-top: 30px;
  display: block;
  font-size: 20px;
  color: #cc4e4e;
  text-decoration: underline;
  font-family: 'HK Grotesk';
}
.no-webp #uniLoginModel #uniLoginWrap .btn-close {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-close_98375aae.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #uniLoginModel #uniLoginWrap .btn-close {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-close_98375aae.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #uniLoginModel #uniLoginWrap .btn-close {background-position:center}
.webp #uniLoginModel #uniLoginWrap .btn-close {background-position:center}
.no-webp #uniLoginModel #uniLoginWrap .btn-close {background-repeat:no-repeat}
.webp #uniLoginModel #uniLoginWrap .btn-close {background-repeat:no-repeat}
.no-webp #uniLoginModel #uniLoginWrap .btn-close {background-size:100%}
.webp #uniLoginModel #uniLoginWrap .btn-close {background-size:100%}
#uniLoginModel #uniLoginWrap .btn-close {
  display: block;
  position: absolute;
  right: 126px;
  top: 100px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#uniLoginModel #uniLoginWrap .btn-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.no-webp .bottom-cookie-wrap {background:rgba(54, 0, 2, 0.8)}
.webp .bottom-cookie-wrap {background:rgba(54, 0, 2, 0.8)}
.bottom-cookie-wrap {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 80px 10px 20px;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  border-top: 2px solid rgba(164, 33, 33, 0.7);
}
.bottom-cookie-wrap.show {
  -webkit-transform: none;
          transform: none;
}
.bottom-cookie-wrap.animate {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bottom-cookie-wrap .cookie-content a {
  text-decoration: underline;
  color: inherit;
}
.bottom-cookie-wrap .btn-wrap {
  text-align: center;
  margin-left: 30px;
  width: 210px;
}
.bottom-cookie-wrap .btn-wrap .btn {
  display: block;
  margin: 10px auto;
  padding: 8px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.bottom-cookie-wrap .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
}
.bottom-cookie-wrap .btn-close:before,
.bottom-cookie-wrap .btn-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  border-right: 1px solid #ffffff;
}
.bottom-cookie-wrap .btn-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bottom-cookie-wrap .btn-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 959px) {
  .bottom-cookie-wrap {
    display: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-right: 20px;
  }
  .bottom-cookie-wrap.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .bottom-cookie-wrap .btn-wrap {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .bottom-cookie-wrap .btn-wrap .btn {
    display: inline-block;
    margin: 4px 8px;
    padding: 4px 5px;
    width: 140px;
  }
  .bottom-cookie-wrap .btn-close {
    top: auto;
    bottom: 100%;
  }
}
@media screen and (max-width: 500px) {
  .bottom-cookie-wrap .btn-close {
    width: .6rem;
    height: .6rem;
  }
}
.no-webp #app {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg_34ef5f91.jpg) no-repeat top center}
.webp #app {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg_34ef5f91.webp) no-repeat top center}
#app {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: auto;
}
#app .buyfree .part1 {
  width: 100%;
  height: 1080px;
}
.no-webp #app .buyfree .part1 .video-box {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg_en_d65518e4.jpg) no-repeat center}
.webp #app .buyfree .part1 .video-box {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg_en_d65518e4.webp) no-repeat center}
#app .buyfree .part1 .video-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#app .buyfree .part1 .video-box video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1920px;
  height: 1080px;
  -o-object-fit: cover;
     object-fit: cover;
}
#app .buyfree .part1 .part-kv {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 1080px;
}
#app .buyfree .part1 .sloagn {
  position: absolute;
  top: 426px;
  left: 163px;
  margin: 0 auto;
  z-index: 10;
}
.no-webp #app .buyfree .part1 .sloagn.jp {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -362px}
.webp #app .buyfree .part1 .sloagn.jp {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -362px}
.no-webp #app .buyfree .part1 .sloagn.jp {background-size:1806px 1565px}
.webp #app .buyfree .part1 .sloagn.jp {background-size:1806px 1565px}
.no-webp #app .buyfree .part1 .sloagn.jp {background-position:-0px -362px}
.webp #app .buyfree .part1 .sloagn.jp {background-position:-0px -362px}
#app .buyfree .part1 .sloagn.jp {
width:884px;
height:170px;

}
.no-webp #app .buyfree .part1 .big-logo {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/logo_6cfb9f65.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree .part1 .big-logo {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/logo_6cfb9f65.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree .part1 .big-logo {background-position:center}
.webp #app .buyfree .part1 .big-logo {background-position:center}
.no-webp #app .buyfree .part1 .big-logo {background-repeat:no-repeat}
.webp #app .buyfree .part1 .big-logo {background-repeat:no-repeat}
.no-webp #app .buyfree .part1 .big-logo {background-size:100%}
.webp #app .buyfree .part1 .big-logo {background-size:100%}
#app .buyfree .part1 .big-logo {
  display: block;
  width: 390px;
  height: 150px;
  position: absolute;
  top: 154px;
  right: 157px;
}
#app .buyfree .part1 .big-logo.en,
#app .buyfree .part1 .big-logo.vn,
#app .buyfree .part1 .big-logo.th {
  top: 500px;
}
#app .buyfree .part1 .videobox {
  width: 651px;
  height: 386px;
  position: absolute;
  left: 50%;
  top: 332px;
  margin-left: 157px;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.no-webp #app .buyfree .part1 .videobox .play-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-play_697a2b1c.png) no-repeat center center}
.webp #app .buyfree .part1 .videobox .play-btn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-play_697a2b1c.webp) no-repeat center center}
#app .buyfree .part1 .videobox .play-btn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#app .buyfree .part1 .videobox .imgCon {
  position: relative;
  display: inline-block;
  width: 633px;
  height: 356px;
  margin-top: 19px;
}
#app .buyfree .part1 .videobox .imgCon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.no-webp #app .buyfree .part1 .videobox:after {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/swp-bg_f1065459.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree .part1 .videobox:after {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/swp-bg_f1065459.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree .part1 .videobox:after {background-position:center}
.webp #app .buyfree .part1 .videobox:after {background-position:center}
.no-webp #app .buyfree .part1 .videobox:after {background-repeat:no-repeat}
.webp #app .buyfree .part1 .videobox:after {background-repeat:no-repeat}
.no-webp #app .buyfree .part1 .videobox:after {background-size:100%}
.webp #app .buyfree .part1 .videobox:after {background-size:100%}
#app .buyfree .part1 .videobox:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 651px;
  height: 386px;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.no-webp #app .buyfree .part1 .btnBox.en, 
.no-webp #app .buyfree .part1 .btnBox.vn, 
.no-webp #app .buyfree .part1 .btnBox.th {background:rgba(51, 10, 10, 0.4)}
.webp #app .buyfree .part1 .btnBox.en, 
.webp #app .buyfree .part1 .btnBox.vn, 
.webp #app .buyfree .part1 .btnBox.th {background:rgba(51, 10, 10, 0.4)}
#app .buyfree .part1 .btnBox.en,
#app .buyfree .part1 .btnBox.vn,
#app .buyfree .part1 .btnBox.th {
  position: absolute;
  right: 50px;
  top: 660px;
  width: 603px;
  height: 255px;
}
#app .buyfree .part1 .btnBox.en .free-btn,
#app .buyfree .part1 .btnBox.vn .free-btn,
#app .buyfree .part1 .btnBox.th .free-btn {
  top: 37PX;
  margin-left: -218px;
}
#app .buyfree .part1 .btnBox.en .dlBox,
#app .buyfree .part1 .btnBox.vn .dlBox,
#app .buyfree .part1 .btnBox.th .dlBox {
  width: 538px;
  margin-left: -264px;
  top: 156px;
}
.no-webp #app .buyfree .part1 .free-btn {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy_1cba5abc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree .part1 .free-btn {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy_1cba5abc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree .part1 .free-btn {background-position:center}
.webp #app .buyfree .part1 .free-btn {background-position:center}
.no-webp #app .buyfree .part1 .free-btn {background-repeat:no-repeat}
.webp #app .buyfree .part1 .free-btn {background-repeat:no-repeat}
.no-webp #app .buyfree .part1 .free-btn {background-size:100%}
.webp #app .buyfree .part1 .free-btn {background-size:100%}
#app .buyfree .part1 .free-btn {
  position: absolute;
  left: 50%;
  top: 765px;
  margin-left: 264px;
  display: block;
  width: 436px;
  height: 85px;
}
.no-webp #app .buyfree .part1 .free-btn:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy-h_d24e065d.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree .part1 .free-btn:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy-h_d24e065d.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree .part1 .free-btn:hover {background-position:center}
.webp #app .buyfree .part1 .free-btn:hover {background-position:center}
.no-webp #app .buyfree .part1 .free-btn:hover {background-repeat:no-repeat}
.webp #app .buyfree .part1 .free-btn:hover {background-repeat:no-repeat}
.no-webp #app .buyfree .part1 .free-btn:hover {background-size:100%}
.webp #app .buyfree .part1 .free-btn:hover {background-size:100%}
#app .buyfree .part1 .free-btn:hover {
  width: 436px;
  height: 85px;
}
#app .buyfree .part1 .dlBox {
  width: 1040px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 970px;
  margin-left: -520px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#app .buyfree .part1 .dlBox .btn {
  display: block;
  height: 56px;
}
.no-webp #app .buyfree .part1 .dlBox .btn-website {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png) no-repeat center center;background-size:1806px 1565px;
background-position:-1645px -1387px}
.webp #app .buyfree .part1 .dlBox .btn-website {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp) no-repeat center center;background-size:1806px 1565px;
background-position:-1645px -1387px}
.no-webp #app .buyfree .part1 .dlBox .btn-website {background-size:1806px 1565px}
.webp #app .buyfree .part1 .dlBox .btn-website {background-size:1806px 1565px}
.no-webp #app .buyfree .part1 .dlBox .btn-website {background-position:-1645px -1387px}
.webp #app .buyfree .part1 .dlBox .btn-website {background-position:-1645px -1387px}
#app .buyfree .part1 .dlBox .btn-website {
width:56px;
height:55px;

}
.no-webp #app .buyfree .part1 .dlBox .btn-website:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1387px}
.webp #app .buyfree .part1 .dlBox .btn-website:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1387px}
.no-webp #app .buyfree .part1 .dlBox .btn-website:hover {background-size:1806px 1565px}
.webp #app .buyfree .part1 .dlBox .btn-website:hover {background-size:1806px 1565px}
.no-webp #app .buyfree .part1 .dlBox .btn-website:hover {background-position:-1587px -1387px}
.webp #app .buyfree .part1 .dlBox .btn-website:hover {background-position:-1587px -1387px}
#app .buyfree .part1 .dlBox .btn-website:hover {
width:56px;
height:55px;

}
.no-webp #app .buyfree .part1 .dlBox .btn-steam {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png) no-repeat center center;background-size:1806px 1565px;
background-position:-1703px -1305px}
.webp #app .buyfree .part1 .dlBox .btn-steam {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp) no-repeat center center;background-size:1806px 1565px;
background-position:-1703px -1305px}
.no-webp #app .buyfree .part1 .dlBox .btn-steam {background-size:1806px 1565px}
.webp #app .buyfree .part1 .dlBox .btn-steam {background-size:1806px 1565px}
.no-webp #app .buyfree .part1 .dlBox .btn-steam {background-position:-1703px -1305px}
.webp #app .buyfree .part1 .dlBox .btn-steam {background-position:-1703px -1305px}
#app .buyfree .part1 .dlBox .btn-steam {
width:56px;
height:56px;

}
.no-webp #app .buyfree .part1 .dlBox .btn-steam:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1645px -1305px}
.webp #app .buyfree .part1 .dlBox .btn-steam:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1645px -1305px}
.no-webp #app .buyfree .part1 .dlBox .btn-steam:hover {background-size:1806px 1565px}
.webp #app .buyfree .part1 .dlBox .btn-steam:hover {background-size:1806px 1565px}
.no-webp #app .buyfree .part1 .dlBox .btn-steam:hover {background-position:-1645px -1305px}
.webp #app .buyfree .part1 .dlBox .btn-steam:hover {background-position:-1645px -1305px}
#app .buyfree .part1 .dlBox .btn-steam:hover {
width:56px;
height:56px;

}
.no-webp #app .buyfree .part1 .dlBox .btn-epic {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png) no-repeat center center;background-size:1806px 1565px;
background-position:-1429px -157px}
.webp #app .buyfree .part1 .dlBox .btn-epic {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp) no-repeat center center;background-size:1806px 1565px;
background-position:-1429px -157px}
.no-webp #app .buyfree .part1 .dlBox .btn-epic {background-size:1806px 1565px}
.webp #app .buyfree .part1 .dlBox .btn-epic {background-size:1806px 1565px}
.no-webp #app .buyfree .part1 .dlBox .btn-epic {background-position:-1429px -157px}
.webp #app .buyfree .part1 .dlBox .btn-epic {background-position:-1429px -157px}
#app .buyfree .part1 .dlBox .btn-epic {
width:48px;
height:56px;

}
.no-webp #app .buyfree .part1 .dlBox .btn-epic:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1479px -157px}
.webp #app .buyfree .part1 .dlBox .btn-epic:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1479px -157px}
.no-webp #app .buyfree .part1 .dlBox .btn-epic:hover {background-size:1806px 1565px}
.webp #app .buyfree .part1 .dlBox .btn-epic:hover {background-size:1806px 1565px}
.no-webp #app .buyfree .part1 .dlBox .btn-epic:hover {background-position:-1479px -157px}
.webp #app .buyfree .part1 .dlBox .btn-epic:hover {background-position:-1479px -157px}
#app .buyfree .part1 .dlBox .btn-epic:hover {
width:48px;
height:56px;

}
.no-webp #app .buyfree .part1 .dlBox .btn-station {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png) no-repeat center center;background-size:1806px 1565px;
background-position:-1587px -912px}
.webp #app .buyfree .part1 .dlBox .btn-station {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp) no-repeat center center;background-size:1806px 1565px;
background-position:-1587px -912px}
.no-webp #app .buyfree .part1 .dlBox .btn-station {background-size:1806px 1565px}
.webp #app .buyfree .part1 .dlBox .btn-station {background-size:1806px 1565px}
.no-webp #app .buyfree .part1 .dlBox .btn-station {background-position:-1587px -912px}
.webp #app .buyfree .part1 .dlBox .btn-station {background-position:-1587px -912px}
#app .buyfree .part1 .dlBox .btn-station {
width:73px;
height:56px;

}
.no-webp #app .buyfree .part1 .dlBox .btn-station:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1662px -912px}
.webp #app .buyfree .part1 .dlBox .btn-station:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1662px -912px}
.no-webp #app .buyfree .part1 .dlBox .btn-station:hover {background-size:1806px 1565px}
.webp #app .buyfree .part1 .dlBox .btn-station:hover {background-size:1806px 1565px}
.no-webp #app .buyfree .part1 .dlBox .btn-station:hover {background-position:-1662px -912px}
.webp #app .buyfree .part1 .dlBox .btn-station:hover {background-position:-1662px -912px}
#app .buyfree .part1 .dlBox .btn-station:hover {
width:73px;
height:56px;

}
.no-webp #app .buyfree .part1 .dlBox .btn-xbox {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png) no-repeat center center;background-size:1806px 1565px;
background-position:-1737px -912px}
.webp #app .buyfree .part1 .dlBox .btn-xbox {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp) no-repeat center center;background-size:1806px 1565px;
background-position:-1737px -912px}
.no-webp #app .buyfree .part1 .dlBox .btn-xbox {background-size:1806px 1565px}
.webp #app .buyfree .part1 .dlBox .btn-xbox {background-size:1806px 1565px}
.no-webp #app .buyfree .part1 .dlBox .btn-xbox {background-position:-1737px -912px}
.webp #app .buyfree .part1 .dlBox .btn-xbox {background-position:-1737px -912px}
#app .buyfree .part1 .dlBox .btn-xbox {
width:56px;
height:56px;

}
.no-webp #app .buyfree .part1 .dlBox .btn-xbox:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1587px -1305px}
.webp #app .buyfree .part1 .dlBox .btn-xbox:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1587px -1305px}
.no-webp #app .buyfree .part1 .dlBox .btn-xbox:hover {background-size:1806px 1565px}
.webp #app .buyfree .part1 .dlBox .btn-xbox:hover {background-size:1806px 1565px}
.no-webp #app .buyfree .part1 .dlBox .btn-xbox:hover {background-position:-1587px -1305px}
.webp #app .buyfree .part1 .dlBox .btn-xbox:hover {background-position:-1587px -1305px}
#app .buyfree .part1 .dlBox .btn-xbox:hover {
width:56px;
height:56px;

}
#app .buyfree .part2 {
  position: relative;
  margin: 0 auto;
  width: 1800px;
  height: 1025px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 150px;
  overflow: hidden;
}
#app .buyfree .part2.en,
#app .buyfree .part2.vn,
#app .buyfree .part2.th {
  padding-top: 15px;
  height: 1090px;
}
#app .buyfree .part2.en .tit,
#app .buyfree .part2.vn .tit,
#app .buyfree .part2.th .tit {
  top: 150px;
}
.no-webp #app .buyfree .part2.en .receptionsBox, 
.no-webp #app .buyfree .part2.vn .receptionsBox, 
.no-webp #app .buyfree .part2.th .receptionsBox {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -0px}
.webp #app .buyfree .part2.en .receptionsBox, 
.webp #app .buyfree .part2.vn .receptionsBox, 
.webp #app .buyfree .part2.th .receptionsBox {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -0px}
.no-webp #app .buyfree .part2.en .receptionsBox, 
.no-webp #app .buyfree .part2.vn .receptionsBox, 
.no-webp #app .buyfree .part2.th .receptionsBox {background-size:1806px 1565px}
.webp #app .buyfree .part2.en .receptionsBox, 
.webp #app .buyfree .part2.vn .receptionsBox, 
.webp #app .buyfree .part2.th .receptionsBox {background-size:1806px 1565px}
.no-webp #app .buyfree .part2.en .receptionsBox, 
.no-webp #app .buyfree .part2.vn .receptionsBox, 
.no-webp #app .buyfree .part2.th .receptionsBox {background-position:-0px -0px}
.webp #app .buyfree .part2.en .receptionsBox, 
.webp #app .buyfree .part2.vn .receptionsBox, 
.webp #app .buyfree .part2.th .receptionsBox {background-position:-0px -0px}
#app .buyfree .part2.en .receptionsBox,
#app .buyfree .part2.vn .receptionsBox,
#app .buyfree .part2.th .receptionsBox {
  margin: 30px auto 0;
width:1585px;
height:155px;

}
#app .buyfree .part2 .tit {
  position: absolute;
  z-index: 10;
  top: 295px;
  left: 70px;
  width: 799px;
  height: 303px;
}
#app .buyfree .part2 .imgSwiper {
  position: relative;
  left: 90px;
  width: 100%;
}
#app .buyfree .part2 .imgSwiper .swpslide {
  position: relative;
  top: 350px;
  width: 1373px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#app .buyfree .part2 .imgSwiper .swpslide .swiper-video {
  position: relative;
  width: 100%;
  padding: 37px 17px 17px;
}
#app .buyfree .part2 .imgSwiper .swpslide .swiper-video video,
#app .buyfree .part2 .imgSwiper .swpslide .swiper-video img {
  width: 100%;
}
.no-webp #app .buyfree .part2 .imgSwiper .swpslide .swiper-video::after {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/fea-swiper-cover_a7332db3.png) no-repeat top center / 100% 100%}
.webp #app .buyfree .part2 .imgSwiper .swpslide .swiper-video::after {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/fea-swiper-cover_a7332db3.webp) no-repeat top center / 100% 100%}
#app .buyfree .part2 .imgSwiper .swpslide .swiper-video::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
#app .buyfree .part2 .imgSwiper .swpslide.swiper-slide-prev {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#app .buyfree .part2 .imgSwiper .swpslide.swiper-slide-prev .swiper-video {
  left: 109px;
}
#app .buyfree .part2 .imgSwiper .swpslide.swiper-slide-active {
  position: relative;
  top: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#app .buyfree .part2 .swiper-pagination1 {
  width: 1200px;
  margin-left: 310px;
}
.no-webp #app .buyfree .part2 .swiper-pagination1 .swiper-pagination-bullet {background:#870104}
.webp #app .buyfree .part2 .swiper-pagination1 .swiper-pagination-bullet {background:#870104}
#app .buyfree .part2 .swiper-pagination1 .swiper-pagination-bullet {
  margin-right: 6px;
  width: 90px;
  height: 8px;
  border-radius: 0;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.no-webp #app .buyfree .part2 .swiper-pagination1 .swiper-pagination-bullet:hover, 
.no-webp #app .buyfree .part2 .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {background:#fb0000}
.webp #app .buyfree .part2 .swiper-pagination1 .swiper-pagination-bullet:hover, 
.webp #app .buyfree .part2 .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {background:#fb0000}
#app .buyfree .part2 .swiper-pagination1 .swiper-pagination-bullet:hover,
#app .buyfree .part2 .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
}
#app .buyfree .part3 {
  position: relative;
  margin-top: 50px;
  width: 100%;
  height: 1173px;
}
#app .buyfree .part3.en,
#app .buyfree .part3.vn,
#app .buyfree .part3.th {
  margin-top: 0;
}
.no-webp #app .buyfree .part3 .herolistbox {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg-swp-hero_af1fba0e.png) no-repeat top center}
.webp #app .buyfree .part3 .herolistbox {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg-swp-hero_af1fba0e.webp) no-repeat top center}
#app .buyfree .part3 .herolistbox {
  position: absolute;
  z-index: 50;
  left: 50%;
  bottom: 19px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1525px;
  height: 165px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 100px;
}
#app .buyfree .part3 .herolistbox .swiper-slide {
  cursor: pointer;
}
.no-webp #app .buyfree .part3 .herolistbox .swiper-slide.on, 
.no-webp #app .buyfree .part3 .herolistbox .swiper-slide:hover {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/hero-active_4b7445ea.png) no-repeat top center}
.webp #app .buyfree .part3 .herolistbox .swiper-slide.on, 
.webp #app .buyfree .part3 .herolistbox .swiper-slide:hover {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/hero-active_4b7445ea.webp) no-repeat top center}
#app .buyfree .part3 .herolistbox .swiper-slide.on,
#app .buyfree .part3 .herolistbox .swiper-slide:hover {
}
#app .buyfree .part3 .herolistbox .swiper-slide img {
  width: 100%;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#app .buyfree .part3 .herolistbox .swiper-slide img.on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#app .buyfree .part3 .herolistbox .button {
  width: 61px;
  height: 35px;
}
.no-webp #app .buyfree .part3 .herolistbox .button.button-prev {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-left_49fb9da7.png) no-repeat top center}
.webp #app .buyfree .part3 .herolistbox .button.button-prev {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-left_49fb9da7.webp) no-repeat top center}
#app .buyfree .part3 .herolistbox .button.button-prev {
}
.no-webp #app .buyfree .part3 .herolistbox .button.button-next {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-right_646cf680.png) no-repeat top center}
.webp #app .buyfree .part3 .herolistbox .button.button-next {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-right_646cf680.webp) no-repeat top center}
#app .buyfree .part3 .herolistbox .button.button-next {
}
#app .buyfree .part3 .showbox {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 1173px;
  margin: 0 auto;
}
#app .buyfree .part3 .showbox .hero-desc {
  position: absolute;
  z-index: 10;
  top: 280px;
  left: 0;
  width: 932px;
  height: 289px;
}
#app .buyfree .part3 .showbox .hero-desc .tit {
  display: block;
  width: 100%;
  height: 100%;
}
.no-webp #app .buyfree .part3 .showbox .hero-desc .btn-drop {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-drop_dd9d4a1c.png) no-repeat top center / 100%}
.webp #app .buyfree .part3 .showbox .hero-desc .btn-drop {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-drop_dd9d4a1c.webp) no-repeat top center / 100%}
#app .buyfree .part3 .showbox .hero-desc .btn-drop {
  position: absolute;
  left: 550px;
  bottom: 10px;
  display: block;
  width: 26px;
  height: 16px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop.show {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn0 {
  left: 300px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn1 {
  left: 380px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn2 {
  left: 420px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn3 {
  left: 450px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn5 {
  left: 490px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn6 {
  left: 540px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn7 {
  left: 390px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn8 {
  left: 470px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn9 {
  left: 490px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn10 {
  left: 510px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn11 {
  left: 450px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn12 {
  left: 480px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn13 {
  left: 450px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn14 {
  left: 510px;
}
#app .buyfree .part3 .showbox .hero-desc .btn-drop#btn15 {
  left: 460px;
}
#app .buyfree .part3 .showbox .hero-desc .desc {
  margin-top: 15px;
  margin-left: 64px;
  width: 500px;
  font-size: 18px;
  font-family: 'HK Grotesk';
  color: #c6b5b5;
  line-height: 30px;
}
#app .buyfree .part3 .showbox .diff {
  position: absolute;
  z-index: 10;
  top: 400px;
  right: 64px;
  width: 464px;
  height: 381px;
}
#app .buyfree .part3 .showbox .hero {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1920px;
  height: 1376px;
}
#app .buyfree .part3 .roleChangeBtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1400px;
  height: 34px;
  position: absolute;
  left: 50%;
  margin-left: -700px;
  bottom: 280px;
}
.no-webp #app .buyfree .part3 .roleChangeBtns .btn-left {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1429px -267px}
.webp #app .buyfree .part3 .roleChangeBtns .btn-left {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1429px -267px}
.no-webp #app .buyfree .part3 .roleChangeBtns .btn-left {background-size:1806px 1565px}
.webp #app .buyfree .part3 .roleChangeBtns .btn-left {background-size:1806px 1565px}
.no-webp #app .buyfree .part3 .roleChangeBtns .btn-left {background-position:-1429px -267px}
.webp #app .buyfree .part3 .roleChangeBtns .btn-left {background-position:-1429px -267px}
#app .buyfree .part3 .roleChangeBtns .btn-left {
  display: block;
width:61px;
height:35px;

}
#app .buyfree .part3 .roleChangeBtns .btn-left:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.no-webp #app .buyfree .part3 .roleChangeBtns .btn-right {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-1492px -267px}
.webp #app .buyfree .part3 .roleChangeBtns .btn-right {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-1492px -267px}
.no-webp #app .buyfree .part3 .roleChangeBtns .btn-right {background-size:1806px 1565px}
.webp #app .buyfree .part3 .roleChangeBtns .btn-right {background-size:1806px 1565px}
.no-webp #app .buyfree .part3 .roleChangeBtns .btn-right {background-position:-1492px -267px}
.webp #app .buyfree .part3 .roleChangeBtns .btn-right {background-position:-1492px -267px}
#app .buyfree .part3 .roleChangeBtns .btn-right {
  display: block;
width:62px;
height:34px;

}
#app .buyfree .part3 .roleChangeBtns .btn-right:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
@media screen and (max-width: 1440px) {
  #app .buyfree .part2 {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    left: -80px;
  }
  #app .buyfree .part3 .showbox .hero-desc {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
  }
}
.no-webp #app .buyfree.vn .part1 .slogan {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/slogan_7eb67557.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree.vn .part1 .slogan {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/slogan_7eb67557.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree.vn .part1 .slogan {background-position:center}
.webp #app .buyfree.vn .part1 .slogan {background-position:center}
.no-webp #app .buyfree.vn .part1 .slogan {background-repeat:no-repeat}
.webp #app .buyfree.vn .part1 .slogan {background-repeat:no-repeat}
.no-webp #app .buyfree.vn .part1 .slogan {background-size:100%}
.webp #app .buyfree.vn .part1 .slogan {background-size:100%}
#app .buyfree.vn .part1 .slogan {
  margin: 0 auto;
  width: 668px;
  height: 178px;
}
.no-webp #app .buyfree.vn .part1 .free-btn {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy_37674041.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree.vn .part1 .free-btn {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy_37674041.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree.vn .part1 .free-btn {background-position:center}
.webp #app .buyfree.vn .part1 .free-btn {background-position:center}
.no-webp #app .buyfree.vn .part1 .free-btn {background-repeat:no-repeat}
.webp #app .buyfree.vn .part1 .free-btn {background-repeat:no-repeat}
.no-webp #app .buyfree.vn .part1 .free-btn {background-size:100%}
.webp #app .buyfree.vn .part1 .free-btn {background-size:100%}
#app .buyfree.vn .part1 .free-btn {
  width: 436px;
  height: 85px;
}
.no-webp #app .buyfree.vn .part1 .free-btn:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy-h_48abf500.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree.vn .part1 .free-btn:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy-h_48abf500.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree.vn .part1 .free-btn:hover {background-position:center}
.webp #app .buyfree.vn .part1 .free-btn:hover {background-position:center}
.no-webp #app .buyfree.vn .part1 .free-btn:hover {background-repeat:no-repeat}
.webp #app .buyfree.vn .part1 .free-btn:hover {background-repeat:no-repeat}
.no-webp #app .buyfree.vn .part1 .free-btn:hover {background-size:100%}
.webp #app .buyfree.vn .part1 .free-btn:hover {background-size:100%}
#app .buyfree.vn .part1 .free-btn:hover {
  width: 436px;
  height: 85px;
}
.no-webp #app .buyfree.vn .part1 .video-box {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg_en_d65518e4.jpg) no-repeat center}
.webp #app .buyfree.vn .part1 .video-box {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg_en_d65518e4.webp) no-repeat center}
#app .buyfree.vn .part1 .video-box {
}
#app .buyfree.vn .part3 .showbox .hero-desc {
  width: 946px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn0 {
  left: 640px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn1 {
  left: 330px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn2 {
  left: 500px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn3 {
  left: 290px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn4 {
  left: 330px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn6 {
  left: 490px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn7 {
  left: 320px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn8 {
  left: 410px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn9 {
  left: 280px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn10 {
  left: 320px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn12 {
  left: 230px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn13 {
  left: 410px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn14 {
  left: 290px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn15 {
  left: 310px;
}
#app .buyfree.vn .part3 .showbox .hero-desc .btn-drop#btn16 {
  left: 310px;
}
#app .buyfree.vn .part3 .showbox .diff {
  position: absolute;
  z-index: 10;
  top: 400px;
  right: 64px;
  width: 517px;
  height: 385px;
}
.no-webp #app .buyfree.th .part1 .slogan {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/slogan_1350c799.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree.th .part1 .slogan {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/slogan_1350c799.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree.th .part1 .slogan {background-position:center}
.webp #app .buyfree.th .part1 .slogan {background-position:center}
.no-webp #app .buyfree.th .part1 .slogan {background-repeat:no-repeat}
.webp #app .buyfree.th .part1 .slogan {background-repeat:no-repeat}
.no-webp #app .buyfree.th .part1 .slogan {background-size:100%}
.webp #app .buyfree.th .part1 .slogan {background-size:100%}
#app .buyfree.th .part1 .slogan {
  margin: 0 auto;
  width: 748px;
  height: 201px;
}
.no-webp #app .buyfree.th .part1 .free-btn {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy_acbe1e87.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree.th .part1 .free-btn {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy_acbe1e87.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree.th .part1 .free-btn {background-position:center}
.webp #app .buyfree.th .part1 .free-btn {background-position:center}
.no-webp #app .buyfree.th .part1 .free-btn {background-repeat:no-repeat}
.webp #app .buyfree.th .part1 .free-btn {background-repeat:no-repeat}
.no-webp #app .buyfree.th .part1 .free-btn {background-size:100%}
.webp #app .buyfree.th .part1 .free-btn {background-size:100%}
#app .buyfree.th .part1 .free-btn {
  width: 436px;
  height: 85px;
}
.no-webp #app .buyfree.th .part1 .free-btn:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy-h_a773a37e.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree.th .part1 .free-btn:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy-h_a773a37e.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree.th .part1 .free-btn:hover {background-position:center}
.webp #app .buyfree.th .part1 .free-btn:hover {background-position:center}
.no-webp #app .buyfree.th .part1 .free-btn:hover {background-repeat:no-repeat}
.webp #app .buyfree.th .part1 .free-btn:hover {background-repeat:no-repeat}
.no-webp #app .buyfree.th .part1 .free-btn:hover {background-size:100%}
.webp #app .buyfree.th .part1 .free-btn:hover {background-size:100%}
#app .buyfree.th .part1 .free-btn:hover {
  width: 436px;
  height: 85px;
}
.no-webp #app .buyfree.th .part1 .video-box {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg_th_67e946cc.jpg) no-repeat center}
.webp #app .buyfree.th .part1 .video-box {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg_th_67e946cc.webp) no-repeat center}
#app .buyfree.th .part1 .video-box {
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn0 {
  left: 330px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn1 {
  left: 300px;
  bottom: 18px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn2 {
  left: 366px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn3 {
  left: 355px;
  bottom: 18px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn4 {
  left: 240px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn5 {
  left: 375px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn6 {
  left: 345px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn7 {
  left: 230px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn8 {
  left: 255px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn9 {
  left: 240px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn10 {
  left: 398px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn11 {
  left: 230px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn12 {
  left: 360px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn13 {
  left: 380px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn14 {
  left: 400px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn15 {
  left: 315px;
}
#app .buyfree.th .part3 .showbox .hero-desc .btn-drop#btn16 {
  left: 230px;
}
#app .buyfree.th .part3 .showbox .diff {
  width: 507px;
  top: 400px;
}
.no-webp #app .buyfree.jp .part1 .free-btn {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy_b3ca4e07.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree.jp .part1 .free-btn {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy_b3ca4e07.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree.jp .part1 .free-btn {background-position:center}
.webp #app .buyfree.jp .part1 .free-btn {background-position:center}
.no-webp #app .buyfree.jp .part1 .free-btn {background-repeat:no-repeat}
.webp #app .buyfree.jp .part1 .free-btn {background-repeat:no-repeat}
.no-webp #app .buyfree.jp .part1 .free-btn {background-size:100%}
.webp #app .buyfree.jp .part1 .free-btn {background-size:100%}
#app .buyfree.jp .part1 .free-btn {
  width: 436px;
  height: 85px;
  margin-left: 242px;
}
.no-webp #app .buyfree.jp .part1 .free-btn:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy-h_acb482d2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree.jp .part1 .free-btn:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy-h_acb482d2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree.jp .part1 .free-btn:hover {background-position:center}
.webp #app .buyfree.jp .part1 .free-btn:hover {background-position:center}
.no-webp #app .buyfree.jp .part1 .free-btn:hover {background-repeat:no-repeat}
.webp #app .buyfree.jp .part1 .free-btn:hover {background-repeat:no-repeat}
.no-webp #app .buyfree.jp .part1 .free-btn:hover {background-size:100%}
.webp #app .buyfree.jp .part1 .free-btn:hover {background-size:100%}
#app .buyfree.jp .part1 .free-btn:hover {
  width: 436px;
  height: 85px;
}
.no-webp #app .buyfree.jp .part1 .video-box {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg_th_67e946cc.jpg) no-repeat center}
.webp #app .buyfree.jp .part1 .video-box {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg_th_67e946cc.webp) no-repeat center}
#app .buyfree.jp .part1 .video-box {
}
#app .buyfree.jp .part2 .tit {
  top: 265px;
}
#app .buyfree.jp .part3 .showbox .hero-desc {
  width: 946px;
}
#app .buyfree.jp .part3 .showbox .hero-desc .btn-drop#btn0 {
  left: 250px;
}
#app .buyfree.jp .part3 .showbox .hero-desc .btn-drop#btn1 {
  left: 285px;
}
#app .buyfree.jp .part3 .showbox .hero-desc .btn-drop#btn2 {
  left: 260px;
}
#app .buyfree.jp .part3 .showbox .hero-desc .btn-drop#btn3 {
  left: 185px;
}
#app .buyfree.jp .part3 .showbox .hero-desc .btn-drop#btn4 {
  left: 185px;
}
#app .buyfree.jp .part3 .showbox .hero-desc .btn-drop#btn5 {
  left: 222px;
}
#app .buyfree.jp .part3 .showbox .hero-desc .btn-drop#btn6 {
  left: 220px;
}
#app .buyfree.jp .part3 .showbox .hero-desc .btn-drop#btn7 {
  left: 252px;
}
#app .buyfree.jp .part3 .showbox .hero-desc .btn-drop#btn8 {
  left: 157px;
}
#app .buyfree.jp .part3 .showbox .hero-desc .btn-drop#btn9 {
  left: 220px;
}
#app .buyfree.jp .part3 .showbox .hero-desc .btn-drop#btn10 {
  left: 248px;
}
#app .buyfree.jp .part3 .showbox .hero-desc .btn-drop#btn11 {
  left: 252px;
}
#app .buyfree.jp .part3 .showbox .hero-desc .btn-drop#btn12 {
  left: 153px;
}
#app .buyfree.jp .part3 .showbox .diff {
  width: 517px;
  height: 385px;
}
.no-webp #app .buyfree.es .part1 .free-btn {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy_0efac159.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree.es .part1 .free-btn {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy_0efac159.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree.es .part1 .free-btn {background-position:center}
.webp #app .buyfree.es .part1 .free-btn {background-position:center}
.no-webp #app .buyfree.es .part1 .free-btn {background-repeat:no-repeat}
.webp #app .buyfree.es .part1 .free-btn {background-repeat:no-repeat}
.no-webp #app .buyfree.es .part1 .free-btn {background-size:100%}
.webp #app .buyfree.es .part1 .free-btn {background-size:100%}
#app .buyfree.es .part1 .free-btn {
  width: 436px;
  height: 85px;
}
.no-webp #app .buyfree.es .part1 .free-btn:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy-h_d07d8e82.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp #app .buyfree.es .part1 .free-btn:hover {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-buy-h_d07d8e82.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp #app .buyfree.es .part1 .free-btn:hover {background-position:center}
.webp #app .buyfree.es .part1 .free-btn:hover {background-position:center}
.no-webp #app .buyfree.es .part1 .free-btn:hover {background-repeat:no-repeat}
.webp #app .buyfree.es .part1 .free-btn:hover {background-repeat:no-repeat}
.no-webp #app .buyfree.es .part1 .free-btn:hover {background-size:100%}
.webp #app .buyfree.es .part1 .free-btn:hover {background-size:100%}
#app .buyfree.es .part1 .free-btn:hover {
  width: 436px;
  height: 85px;
}
#app .buyfree.es .part2 .tit {
  top: 265px;
}
#app .buyfree.es .part3 .showbox .hero-desc {
  width: 965px;
  height: 187px;
}
#app .buyfree.es .part3 .showbox .hero-desc .btn-drop#btn0 {
  left: 490px;
}
#app .buyfree.es .part3 .showbox .hero-desc .btn-drop#btn1 {
  left: 485px;
}
#app .buyfree.es .part3 .showbox .hero-desc .btn-drop#btn2 {
  left: 500px;
}
#app .buyfree.es .part3 .showbox .hero-desc .btn-drop#btn3 {
  left: 300px;
}
#app .buyfree.es .part3 .showbox .hero-desc .btn-drop#btn4 {
  left: 430px;
}
#app .buyfree.es .part3 .showbox .hero-desc .btn-drop#btn5 {
  left: 422px;
}
#app .buyfree.es .part3 .showbox .hero-desc .btn-drop#btn6 {
  left: 470px;
}
#app .buyfree.es .part3 .showbox .hero-desc .btn-drop#btn7 {
  left: 452px;
}
#app .buyfree.es .part3 .showbox .hero-desc .btn-drop#btn8 {
  left: 410px;
}
#app .buyfree.es .part3 .showbox .hero-desc .btn-drop#btn9 {
  left: 430px;
}
#app .buyfree.es .part3 .showbox .hero-desc .btn-drop#btn10 {
  left: 528px;
}
#app .buyfree.es .part3 .showbox .hero-desc .btn-drop#btn11 {
  left: 432px;
}
#app .buyfree.es .part3 .showbox .hero-desc .btn-drop#btn12 {
  left: 490px;
}
#app .buyfree.es .part3 .showbox .diff {
  top: 480px;
  width: 468px;
  height: 375px;
}
.no-webp .part-bot {background:#000 url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg-footer_678b6ff4.jpg) no-repeat top right}
.webp .part-bot {background:#000 url(https://www.narakathegame.com/pc/zt/20210520115926/img/bg-footer_678b6ff4.webp) no-repeat top right}
.part-bot {
  width: 100%;
  height: 599px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  padding-top: 50px;
}
.bot-concat {
  position: relative;
  z-index: 20;
  font-size: 34px;
  font-family: "Cinzel";
  color: #ececec;
}
.bot-concat .contact-us {
  margin: 0 auto;
  width: 92%;
  border-bottom: 2px solid #ececec;
}
.bot-concat .contact-us .link {
  position: relative;
  margin-right: 20px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
}
.no-webp .bot-concat .contact-us .link:nth-child(1)::after {background:#ececec}
.webp .bot-concat .contact-us .link:nth-child(1)::after {background:#ececec}
.bot-concat .contact-us .link:nth-child(1)::after {
  position: absolute;
  top: 24px;
  right: -16px;
  display: block;
  content: '';
  width: 3px;
  height: 20px;
}
.bot-concat .contact-us .link:hover .link-popup {
  display: block;
}
.no-webp .bot-concat .contact-us .link-popup {background:rgba(107, 0, 0, 0.76)}
.webp .bot-concat .contact-us .link-popup {background:rgba(107, 0, 0, 0.76)}
.bot-concat .contact-us .link-popup {
  display: none;
  position: absolute;
  bottom: -60px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 10px;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.2;
  border-radius: 4px;
  white-space: nowrap;
  color: #ffffff;
}
.bot-concat .contact-us .link-popup a {
  text-decoration: underline;
}
.bot-concat .grade-box {
  margin: 35px auto 0;
  width: 92%;
  text-align: right;
}
.section-footer {
  position: relative;
  z-index: 20;
  font-size: 18px;
}
.section-footer #g-footer {
  display: block;
  position: static;
}
.no-webp .section-footer #g-footer .content {background:none}
.webp .section-footer #g-footer .content {background:none}
.section-footer #g-footer .content {
  font-size: inherit;
  color: inherit;
}
.section-footer #g-footer .content p {
  width: 740px;
  line-height: inherit;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1200;
  visibility: hidden;
}
.pop.on {
  z-index: 1200;
  visibility: visible;
}
.no-webp .pop.on .mask {background:rgba(0, 0, 0, 0.8)}
.webp .pop.on .mask {background:rgba(0, 0, 0, 0.8)}
.pop.on .mask {
}
.no-webp .pop .mask {background:rgba(0, 0, 0, 0)}
.webp .pop .mask {background:rgba(0, 0, 0, 0)}
.pop .mask {
  width: 100%;
  height: 100%;
}
.pop .pop-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pop .pop-content.tips-view .tips-box {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.no-webp .pop .pop-content.tips-view .tips-box .big-logo {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/logo_6cfb9f65.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp .pop .pop-content.tips-view .tips-box .big-logo {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/logo_6cfb9f65.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp .pop .pop-content.tips-view .tips-box .big-logo {background-position:center}
.webp .pop .pop-content.tips-view .tips-box .big-logo {background-position:center}
.no-webp .pop .pop-content.tips-view .tips-box .big-logo {background-repeat:no-repeat}
.webp .pop .pop-content.tips-view .tips-box .big-logo {background-repeat:no-repeat}
.no-webp .pop .pop-content.tips-view .tips-box .big-logo {background-size:100%}
.webp .pop .pop-content.tips-view .tips-box .big-logo {background-size:100%}
.pop .pop-content.tips-view .tips-box .big-logo {
  display: block;
  width: 390px;
  height: 150px;
  margin: 0 auto;
}
.no-webp .pop .pop-content.tips-view .tips-box .txt {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-886px -478px}
.webp .pop .pop-content.tips-view .tips-box .txt {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-886px -478px}
.no-webp .pop .pop-content.tips-view .tips-box .txt {background-size:1806px 1565px}
.webp .pop .pop-content.tips-view .tips-box .txt {background-size:1806px 1565px}
.no-webp .pop .pop-content.tips-view .tips-box .txt {background-position:-886px -478px}
.webp .pop .pop-content.tips-view .tips-box .txt {background-position:-886px -478px}
.pop .pop-content.tips-view .tips-box .txt {
width:647px;
height:36px;

  margin: 25px auto 0;
}
.no-webp .pop .pop-content.tips-view .tips-box .txt.vn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-670px -1184px}
.webp .pop .pop-content.tips-view .tips-box .txt.vn {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-670px -1184px}
.no-webp .pop .pop-content.tips-view .tips-box .txt.vn {background-size:1806px 1565px}
.webp .pop .pop-content.tips-view .tips-box .txt.vn {background-size:1806px 1565px}
.no-webp .pop .pop-content.tips-view .tips-box .txt.vn {background-position:-670px -1184px}
.webp .pop .pop-content.tips-view .tips-box .txt.vn {background-position:-670px -1184px}
.pop .pop-content.tips-view .tips-box .txt.vn {
width:826px;
height:55px;

}
.no-webp .pop .pop-content.tips-view .tips-box .txt.th {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-886px -362px}
.webp .pop .pop-content.tips-view .tips-box .txt.th {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-886px -362px}
.no-webp .pop .pop-content.tips-view .tips-box .txt.th {background-size:1806px 1565px}
.webp .pop .pop-content.tips-view .tips-box .txt.th {background-size:1806px 1565px}
.no-webp .pop .pop-content.tips-view .tips-box .txt.th {background-position:-886px -362px}
.webp .pop .pop-content.tips-view .tips-box .txt.th {background-position:-886px -362px}
.pop .pop-content.tips-view .tips-box .txt.th {
width:622px;
height:68px;

}
.no-webp .pop .pop-content.tips-view .tips-box .txt.jp {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-886px -432px}
.webp .pop .pop-content.tips-view .tips-box .txt.jp {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-886px -432px}
.no-webp .pop .pop-content.tips-view .tips-box .txt.jp {background-size:1806px 1565px}
.webp .pop .pop-content.tips-view .tips-box .txt.jp {background-size:1806px 1565px}
.no-webp .pop .pop-content.tips-view .tips-box .txt.jp {background-position:-886px -432px}
.webp .pop .pop-content.tips-view .tips-box .txt.jp {background-position:-886px -432px}
.pop .pop-content.tips-view .tips-box .txt.jp {
width:663px;
height:44px;

}
.no-webp .pop .pop-content.tips-view .tips-box .txt.es {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png);background-size:1806px 1565px;
background-position:-0px -1293px}
.webp .pop .pop-content.tips-view .tips-box .txt.es {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp);background-size:1806px 1565px;
background-position:-0px -1293px}
.no-webp .pop .pop-content.tips-view .tips-box .txt.es {background-size:1806px 1565px}
.webp .pop .pop-content.tips-view .tips-box .txt.es {background-size:1806px 1565px}
.no-webp .pop .pop-content.tips-view .tips-box .txt.es {background-position:-0px -1293px}
.webp .pop .pop-content.tips-view .tips-box .txt.es {background-position:-0px -1293px}
.pop .pop-content.tips-view .tips-box .txt.es {
width:920px;
height:42px;

}
.pop .pop-content.tips-view .tips-box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 46px auto 0;
}
.pop .pop-content.tips-view .tips-box .list .btn {
  margin: 0 21px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png) no-repeat;background-size:1806px 1565px;
background-position:-985px -157px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp) no-repeat;background-size:1806px 1565px;
background-position:-985px -157px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website {background-size:1806px 1565px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website {background-size:1806px 1565px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website {background-position:-985px -157px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website {background-position:-985px -157px}
.pop .pop-content.tips-view .tips-box .list .btn.btn-website {
width:220px;
height:159px;

}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.th {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png) no-repeat;background-size:1806px 1565px;
background-position:-939px -1337px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.th {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp) no-repeat;background-size:1806px 1565px;
background-position:-939px -1337px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.th {background-size:1806px 1565px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.th {background-size:1806px 1565px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.th {background-position:-939px -1337px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.th {background-position:-939px -1337px}
.pop .pop-content.tips-view .tips-box .list .btn.btn-website.th {
width:220px;
height:159px;

}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.jp {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png) no-repeat;background-size:1806px 1565px;
background-position:-717px -1337px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.jp {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp) no-repeat;background-size:1806px 1565px;
background-position:-717px -1337px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.jp {background-size:1806px 1565px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.jp {background-size:1806px 1565px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.jp {background-position:-717px -1337px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.jp {background-position:-717px -1337px}
.pop .pop-content.tips-view .tips-box .list .btn.btn-website.jp {
width:220px;
height:159px;

}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.es {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png) no-repeat;background-size:1806px 1565px;
background-position:-495px -1337px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.es {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp) no-repeat;background-size:1806px 1565px;
background-position:-495px -1337px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.es {background-size:1806px 1565px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.es {background-size:1806px 1565px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.es {background-position:-495px -1337px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-website.es {background-position:-495px -1337px}
.pop .pop-content.tips-view .tips-box .list .btn.btn-website.es {
width:220px;
height:159px;

}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-steam {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png) no-repeat;background-size:1806px 1565px;
background-position:-1587px -160px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-steam {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp) no-repeat;background-size:1806px 1565px;
background-position:-1587px -160px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-steam {background-size:1806px 1565px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-steam {background-size:1806px 1565px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-steam {background-position:-1587px -160px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-steam {background-position:-1587px -160px}
.pop .pop-content.tips-view .tips-box .list .btn.btn-steam {
width:219px;
height:158px;

}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-epic {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png) no-repeat;background-size:1806px 1565px;
background-position:-1587px -0px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-epic {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp) no-repeat;background-size:1806px 1565px;
background-position:-1587px -0px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-epic {background-size:1806px 1565px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-epic {background-size:1806px 1565px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-epic {background-position:-1587px -0px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-epic {background-position:-1587px -0px}
.pop .pop-content.tips-view .tips-box .list .btn.btn-epic {
width:219px;
height:158px;

}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-station {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png) no-repeat;background-size:1806px 1565px;
background-position:-1161px -1337px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-station {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp) no-repeat;background-size:1806px 1565px;
background-position:-1161px -1337px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-station {background-size:1806px 1565px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-station {background-size:1806px 1565px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-station {background-position:-1161px -1337px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-station {background-position:-1161px -1337px}
.pop .pop-content.tips-view .tips-box .list .btn.btn-station {
width:219px;
height:158px;

}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-xbox {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.png) no-repeat;background-size:1806px 1565px;
background-position:-1207px -157px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-xbox {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/sprite-b97928_b979280a.webp) no-repeat;background-size:1806px 1565px;
background-position:-1207px -157px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-xbox {background-size:1806px 1565px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-xbox {background-size:1806px 1565px}
.no-webp .pop .pop-content.tips-view .tips-box .list .btn.btn-xbox {background-position:-1207px -157px}
.webp .pop .pop-content.tips-view .tips-box .list .btn.btn-xbox {background-position:-1207px -157px}
.pop .pop-content.tips-view .tips-box .list .btn.btn-xbox {
width:220px;
height:159px;

}
.pop .pop-content.tips-view .tips-box .list .btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.no-webp .pop .close-pop {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-close_98375aae.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.webp .pop .close-pop {background-image:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-close_98375aae.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%}
.no-webp .pop .close-pop {background-position:center}
.webp .pop .close-pop {background-position:center}
.no-webp .pop .close-pop {background-repeat:no-repeat}
.webp .pop .close-pop {background-repeat:no-repeat}
.no-webp .pop .close-pop {background-size:100%}
.webp .pop .close-pop {background-size:100%}
.pop .close-pop {
  display: block;
  position: absolute;
  right: 126px;
  top: 100px;
  width: 38px;
  height: 38px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pop .close-pop:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@-webkit-keyframes down_btn {
  0% {
    opacity: 1;
    top: 0;
  }
  50% {
    opacity: 1;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes down_btn {
  0% {
    opacity: 1;
    top: 0;
  }
  50% {
    opacity: 1;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes hx {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hx {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#weapon-wrap {
  height: 1080px !important;
}
#weapon-wrap .g-wbox {
  padding: 0 6em !important;
}
#weapon-wrap .font-title {
  font-family: "Cinzel";
  font-weight: bold;
}
.no-webp #weapon-wrap .g-line {background:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(#ffffff), to(rgba(255, 255, 255, 0)))}
.webp #weapon-wrap .g-line {background:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(#ffffff), to(rgba(255, 255, 255, 0)))}
.no-webp #weapon-wrap .g-line {background:linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0))}
.webp #weapon-wrap .g-line {background:linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0))}
#weapon-wrap .g-line {
  position: relative;
  height: 1px;
}
.no-webp #weapon-wrap .g-line:before {background:#ffffff}
.webp #weapon-wrap .g-line:before {background:#ffffff}
#weapon-wrap .g-line:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg) skew(-20deg, -20deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg) skew(-20deg, -20deg);
}
.vn .weapon-item .g-line {
  display: none !important;
}
.no-webp .vn .weapon-item .learn-more {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-view_54985e52.png) no-repeat center !important}
.webp .vn .weapon-item .learn-more {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-view_54985e52.webp) no-repeat center !important}
.vn .weapon-item .learn-more {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.vn .weapon-item .learn-more:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.th .weapon-item .g-line {
  display: none !important;
}
.no-webp .th .weapon-item .learn-more {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-view_2c92de29.png) no-repeat center !important}
.webp .th .weapon-item .learn-more {background:url(https://www.narakathegame.com/pc/zt/20210520115926/img/btn-view_2c92de29.webp) no-repeat center !important}
.th .weapon-item .learn-more {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.th .weapon-item .learn-more:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

