/* All--------------------------------------------------------------------------- */

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", Nanum Barun Gothic, sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  background-color: #01091a;
}
img {
  max-width: 100%;
  height: auto;
}

li,
ol,
ul {
  list-style: none;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;

}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  display: none;
}

::-webkit-scrollbar-button {
  display: none
}

::-webkit-scrollbar-track {
  margin: -1px 0;
  border-left: 1px solid #bdbdbd;
  background: #e0e0e0
}

::-webkit-scrollbar-thumb {
  border: 1px solid #9e9e9e;
  border-right: 0;
  background: #bdbdbd
}
.modal-dialog {
  top: 50%;
}

.modal.in .modal-dialog,
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.modal-backdrop.in {
  opacity: 0.8;
}

/* gototop-------------------------------------------------------------------- */

#gotop {
  position: fixed;
  z-index: 80;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
}


/* landscape------------------------------------------------------------------- */
.landscape {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: #33313e;
  display: none;
  z-index: 9999;
}

.landscape span {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.landscape span>p {
  color: #ccc;
  margin: 0;
  font-size: 16px;
}
/* landscape-end-------------------------------------------------------------- */
/* navbar----------------------------------------------------------------------- */

/* ANIMATED X */

.sideBtn {
  display: none;
}


.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */

.sidebar {
  display: none;
}

/* audio play */
.jp-play {
  position: absolute;
  z-index: 5;
  display: block;
  text-indent: -99999em;
  background: transparent url(../img/navbar-icon.png) no-repeat -104px 0;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jp-play:focus {
  outline: none;
}

.jp-play:hover {
  background-position: -104px -40px;
}

.jp-state-playing .jp-play {
  background-position: -64px 0;
}

.jp-state-playing .jp-play:hover {
  background-position: -64px -40px;
}

/* audio play */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* END ANIMATED X */

.dropdown-submenu {
  position: relative;

}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-menu {
  border-radius: 0;
  background-color: #2d2b36;
  width: 100%;
  min-width: 90px;
  border: none;
  margin: 0;
  padding: 0;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #3c3a44;
  color: #316de8;
}

.navbar-inverse {
  background-color: #33313e !important;
  border: none;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #33313e;
}

.navbar {
  position: relative;
  min-height: 88px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.navbar>.container-fluid .navbar-brand {
  margin-left: 30px;
  margin-right: 30px;
  padding: 5px 0 0;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #2a2833;
}

.nav-link {
  padding: 2rem 0 !important;
}

.navbar-right {
  margin-right: 0;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.navbar_basic li {
  width: 160px;
  text-align: center;
}

.navbar_basic li>a {
  color: #c8c8c8;
  font-size: 16px;
  padding: 35px 0;
}

.navbar_basic>li>a:after {
  display: block;
  opacity: 0;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: url(../img/navbar-icon.png) no-repeat 0 0;
  content: "";
  transition: opacity .3s;
  border: none;
}

.navbar_basic>li>a:hover:after,
.open .dropdown-toggle:after,
.dropdown:hover>.dropdown-toggle:after,
.navbar-inverse .navbar-nav>.active .dropdown-toggle:after {
  opacity: 1;
}

.navbar-inverse .navbar-nav>.active>a {
  background: transparent;
}

.dropdown:hover>.dropdown-toggle {
  color: #fff;
}

.navbar-nav .dropdown-menu>li>a,
.navbar-nav .open .dropdown-menu>li>a {
  padding: 20px 0;
}

.navbar-btn {
  margin-top: 25px;
  margin-bottom: 0;
}

.navbar-btn li {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  overflow: hidden;
  text-indent: -10000em;
  background: transparent url(../img/navbar-icon.png) no-repeat;
}

.navbar-btn li:first-child {
  background-position: -24px 0;
}

.navbar-btn li:hover:first-child {
  background-position-y: -40px;
}

.navbar-btn li:nth-child(2) {
  background: transparent;
}

.navbar-btn li:nth-child(3) {
  background-position: -184px 0;
}

.navbar-btn li:hover:nth-child(3) {
  background-position: -184px -40px;
}

.navbar-btn li:last-child {
  background-position: -224px 0;
}

.navbar-btn li:hover:last-child {
  background-position: -224px -40px;
}

.navbar-btn li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}

.navbar-toggle {
  margin: 0;
  padding: 23px 19px;
  border: none;
  border-radius: 0;
}

.newbie {
  position: fixed;
  right: 10px;
  top: 102px;
}

.newbie a {
  width: 120px;
  height: auto;
  display: block;
  opacity: .85;
}

.newbie a:hover {
  opacity: 1;
}
.newbie ul li:first-child{
  display: none;
}

ul.mobile-icon {
  padding: 0;
  margin: 0;
  display: none;
  float: right;
}

ul.mobile-icon li {
  float: left;
  display: block;
  position: relative;
  width: 60px;
  text-align: center;
}

ul.mobile-icon li:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  overflow: hidden;
  background: #474456;
  content: "";
}

ul.mobile-icon li a {
  display: inline-block;
  padding: 16px;
}

ul.mobile-icon li:nth-child(3) a {
  padding: 9px;
}

.btn-bd-box {
  margin-left: 20px;
}

.btn-bd-box ul {
  padding: 0;
  margin: 0;
}

.btn-bd-box ul>li {
  display: block;
  float: left;
  margin-right: 1px;
}

.btn-bd-box ul>li:last-child {
  margin-right: 0;
}

.btn-bd-box ul>li>a {
  vertical-align: middle;
  background: #255ccc;
  color: #fff;
  display: inline-block;
  padding: 33px 50px;
  font-size: 18px;
}

.btn-bd-box ul>li>a:hover,
.btn-bd-box ul>li>a:focus {
  background: #316de8;
  color: #fff;
}

/* navbar-end------------------------------------------------------------------- */

/* section0--------------------------------------------------------------------- */
.s0 {
  background: url(../imgs/main1-bg.jpg) no-repeat center 88px;
  background-size: cover;
  height: 100%;
  text-align: center;
  position: relative;
  background-size: cover;
  margin: 0;
  overflow: hidden;
}
.s0 #la_nav{
  position: absolute;
  width: 100%;
}

.title::after{
  content: "";
  width: 100%;
  height: 600px;
  background:radial-gradient(circle closest-side at center,rgba(255,255,255),rgba(255,255,255,0));
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;  
  z-index: -1;
}

.bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.char1 img{
  position: absolute;
  top: -69px;
  left: 50%;
  transform: translateX(-50%);
  /* margin-left: -1048px; */
  z-index: 1;
  width: 111%;
  max-width: 111%;
}

.char2 img{
  position: absolute;
  /* top: 245px; */
  top: 353px;
  margin-left: -751px;
  z-index: 2;
}

.char3 img{
  position: absolute;
  /* top: 182px; */
  top: 283px;
  margin-left: 359px;
  z-index: 1;
}

.char4 img{
  position: absolute;
  /* top: 75px; */
  top: 168px;
  margin-left: -951px;
  z-index: 0;
}

.char5 img{
  position: absolute;
  /* top: 511px; */
  top: 588px;
  margin-left: -839px;
  z-index: 6;
}

.char6 img{
  position: absolute;
  /* top: -36px; */
  top: 54px;
  margin-left: 417px;
}

.title img{
  position: absolute;
  /* top: 435px; */
  top: 539px;
  margin-left: -455px;
  z-index: 8;
}

.fire-b img{
  position: absolute;
  /* top: -113px; */
  top: -27px;
  margin-left: -457px;
  z-index: 7;
  opacity: 0;
  animation: light-fade-in-out 2.7s linear forwards, effect-light1 3s cubic-bezier(0.4, 0, 0.2, 1) 2.4s infinite;
}

.fire-r img{
  position: absolute;
  /* top: -54px; */
  top: 39px;
  margin-left: 56px;
  z-index: 7;
  opacity: 0;
  animation: light-fade-in-out 2.7s linear forwards, effect-light2 3s cubic-bezier(0.4, 0, 0.2, 1) 2.4s infinite
}

.dec img{
  position: absolute;
  /* top: 28px; */
  top: 112px;
  margin-left: -941px;
  z-index: 7;
}

@-webkit-keyframes light-fade-in-out {
  0% {
      opacity: 0;
  }
  40%,
    60% {
      opacity: 1;
  }
  100% {
      opacity: 0.8;
  }
  }

  @-webkit-keyframes effect-light1 {
    0%,
      100% {
        opacity: 0.8;
        -webkit-transform: scale(1) translateY(0) skew(0, 0);
                transform: scale(1) translateY(0) skew(0, 0);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(0.98) translateY(10px) skew(-1deg, -1deg);
                transform: scale(0.98) translateY(10px) skew(-1deg, -1deg);
    }
    }
@-webkit-keyframes effect-light2 {
      0%,
        100% {
          opacity: 0.8;
          -webkit-transform: scale(1) translateY(0) skew(0, 0);
                  transform: scale(1) translateY(0) skew(0, 0);
      }
      50% {
          opacity: 1;
          -webkit-transform: scale(0.98) translateY(10px) skew(1deg, 1deg);
                  transform: scale(0.98) translateY(10px) skew(1deg, 1deg);
      }
      }
/* section0 end----------------------------------------------------------------  */
/* section1--------------------------------------------------------------------- */
.s1 {
  height: 100%;
  background: url(../imgs/main2-bg.jpg) no-repeat center 0;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.s1::before{
  content: "";
  background: url(../imgs/main2-dec.png) no-repeat -389px -91px;
  height: 1249px;
  width: 2825px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.s1 h2 {
  margin: 0 0 66px;
}
.item-all-s{
  display:none;
}

.item-all{
  width: 85%;
  margin: auto;
}

.item {
  padding-right: 0;
  display: table;
  overflow: visible;
  width: 380px;;
  max-width: 380px;
  padding-top: 140%;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 30px auto;
  position: relative;
}


.item-1 {
  transform: translateY(-38px);
  width: 326px;
  height: 591px;
  background-image: url(../imgs/main2-story.png);
}

.item-1:hover {
  background-image: url(../imgs/main2-story-hover.png);
  
}

.item-1::before{
  content: "";
  background-image: url(../imgs/main2-label1.png);
  bottom: 59px;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

.item-2 {
  width: 325px;
  height: 510px;
  background-image: url(../imgs/main2-map.png);
}

.item-2:hover {
  background-image: url(../imgs/main2-map-hover.png);
}
.item-2::before{
  content: "";
  background-image: url(../imgs/main2-label2.png);
  bottom: 55px;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

.item-3 {
  width: 325px;
  height: 510px;
  background-image: url(../imgs/main2-mon.png);
}

.item-3:hover {
  background-image: url(../imgs/main2-mon-hover.png);
}

.item-3::before{
  content: "";
  background-image: url(../imgs/main2-label3.png);
  bottom: 55px;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

.item-4 {
  transform: translateY(-38px);
  width: 326px;
  height: 590px;
  background-image: url(../imgs/main2-npc.png);
}

.item-4:hover {
  background-image: url(../imgs/main2-npc-hover.png);
}

.item-4::before{
  content: "";
  background-image: url(../imgs/main2-label4.png);
  bottom: 59px;
  right: -224px;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

/* footer*/
footer {
    background: #01091a;
  }
  
  .copyright {
    text-align: center;
    line-height: 90px;
  }
  /* footer-end */


/* section1 end----------------------------------------------------------------- */

/* animation css---------------------------------------------------------------- */
/* flipinX */
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(8800px) rotate3d(1, 0, 0, 45deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    opacity: 0;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(800px) rotate3d(1, 0, 0, 45deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    opacity: 0;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
}
/* fadeInLeft */
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* fadeInUp */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* fadeInRight */
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* fadeInDown */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft{
  -webkit-animation-name:fadeInBottomLeft;
  animation-name:fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomLeft{
  0%{opacity:0;-webkit-transform:translate3d(-10%,10%,0);transform:translate3d(-10%,10%,0)}
  to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)
  }
}

@keyframes fadeInBottomLeft{
  0%{opacity:0;-webkit-transform:translate3d(-10%,10%,0);transform:translate3d(-10%,10%,0)}
  to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}

animate__fadeInTopRight{
  -webkit-animation-name:fadeInTopRight;
  animation-name:fadeInTopRight;
}

@-webkit-keyframes fadeInTopRight{
  0%{opacity:0;-webkit-transform:translate3d(10%,-10%,0);transform:translate3d(10%,-10%,0)}
  to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)
  }
}

@keyframes fadeInTopRight{
  0%{opacity:0;-webkit-transform:translate3d(10%,-10%,0);transform:translate3d(10%,-10%,0)}
  to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}
  
  /* media---------------------------------------------------------------------- */
/* max-width:1024px */
@media (max-width: 1024px){
      /* sidebar */

      .sideBtn {
        position: fixed;
        right: 5px;
        bottom: 5px;
        z-index: 999;
        display: block;
      }
    
      .sideBtn ul {
        margin: 0;
        padding: 0;
      }
    
      .sideBtn ul>li {
        display: block;
      }
    
    
      .sideBtn ul>li>a {
        display: inline-block;
        background-color: #ba6fd8c6;
        width: 120px;
        height: 50px;
        color: #fff;
        font-size: 24px;
        text-align: center;
        line-height: 50px;
        margin: 3px;
        opacity: .85;
        border-radius: 7px;
        border: 1px solid #cd8af7;
      }
      .navbar-fixed-bottom .navbar-collapse,
      .navbar-fixed-top .navbar-collapse {
        max-height: 441px;
      }
      .newbie ul li:first-child{
        display: block;
      }
      
      .movie-btn:hover {
        background-position-y: -1.6rem;
      }
    
      .system-btn {
        margin: 0.62rem auto;
        width: 4.54rem;
        height: 0.94rem;
      }
    
      .system-btn:after {
        width: 4.91rem;
        background-position: -0.46rem 0;
      }
    
      ul.mobile-icon,
      .navbar-toggle {
        display: block;
      }
    
      .navbar_basic li {
        width: 100%;
      }
    
      .btn-bd-box {
        margin-left: 10px;
      }
    
      .dropdown-submenu .dropdown-menu {
        display: block;
      }
    
      .dropdown-toggle::after {
        top: 5px;
      }


      /* s0 */

#section0{
  height: 100vh;
}
.s0 {
  background: url(../imgs/main1-bg.jpg) no-repeat center center;
background-size: cover;
 height: 100vh !important;
 overflow: hidden;
}

.title::after {
  content: "";
  width: 100%;
  height: 400px;
  background: -webkit-linear-gradient(-180deg, rgba(0, 0, 0,0), rgb(76, 143, 245));
  background: linear-gradient(-180deg, rgba(0, 0, 0,0),   rgb(85, 66, 255));
  z-index: 1;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

  .char1 img{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    margin-left: 0;
    z-index: 1;
    width: 300%;
    max-width: 300%;
}
  .char2 img{
display: none;
  }
  
  .char3 img{
    display: none;
  }
  
  .char4 img{
    display: none;
  }
  
  .char5 img{
    display: none;
  }
  
  .char6 img{
    display: none;
  }
  
  .title img{
    position: absolute;
    top: 557px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    z-index: 8;
    width: 120%;
    max-width: 120%;
  }
  
  .fire-b img{
    position: absolute;
    top: -27px;
    margin-left: -615px;
    /* margin-left: -740px; */
    width: 50%;
    animation: light-fade-in-out 2.1s linear forwards, effect-light1 3s cubic-bezier(0.4, 0, 0.2, 1) 2.4s infinite;
  }
  
  .fire-r img{
    position: absolute; 
    top: 39px;
    margin-left: -10px;
    width: 60%;
    animation: light-fade-in-out 2.1s linear forwards, effect-light2 3s cubic-bezier(0.4, 0, 0.2, 1) 2.4s infinite
  }
  
  .dec img{
display: none;
  }

    /*s1  */
    .s1 h2 {
      margin: 20px 0 66px;
  }
  .s1 h2 img{
    width: 70%;
  }
  .item-all {
    width: 100%;
  }
  
  .item-all div{
    padding: 0;
    margin-top: 38px;
  }
  
  .item{
    background-position: center center;
    background-size: contain;
    width: 100%;
    max-width: 587px;
  }
  
  .item-2::before {
    left: 0;
  }
  
  .item-3::before {
    left: 0;
  }
  
  .item-4::before {
    bottom: 40px;
    right: 0;
  }

/* hamburger */
  /* .dropdown:hover .dropdown-menu,   */
  a#lataleevent210415 {
    display: none;
}

  .navbar-btn {
    display: none !important;
  }

  .open>.dropdown-menu {
    display: block !important;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #2d2b36;
  }

  .navbar>.container-fluid .navbar-brand {
    width: 101px;
    margin-left: 15px;
    margin-right: 0;
    padding: 0;
  }

  .navbar {
    min-height: 60px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #474456;
  }

  .navbar_basic>li>a:after {
    top: 6px;
  }

  .item-btn {
    width: 2.16rem;
    height: 0.77rem;
  }

  a.item .item-btn:after {
    width: 2.43rem;
    background-position: -0.32rem 0;
  }

  .collapse.in {
    display: block !important;
  }

  .btn-bd-box ul{
display: none;
  }

  /* hamburger */


}
  /* max-width: 480px */
  @media (max-width: 480px){

  .sideBtn {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 999;
    display: block;
  }
  
  .sideBtn ul {
    margin: 0;
    padding: 0;
  }

  .sideBtn ul>li>a {
    display: inline-block;
    background-color: #ba6fd8c6;
    width: 105px;
    height: 35px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    margin: 3px;
    opacity: .85;
    border-radius: 7px;
    border: 1px solid #cd8af7;
  }


  #gotop,
  .newbie {
    display: none !important;
  }
/* s0 */
.char1 img{
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  margin-left: 0;
  z-index: 1;
  width: 300%;
  max-width: 300%;
}
.title img{
  position: absolute;
  top: 397px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  z-index: 8;
  width: 120%;
  max-width: 120%;
}
.title::after {
  content: "";
  width: 100%;
  height: 200px;
  background: -webkit-linear-gradient(-180deg, rgba(0, 0, 0,0), rgb(76, 143, 245));
  background: linear-gradient(-180deg, rgba(0, 0, 0,0),   rgb(85, 66, 255));
  z-index: 1;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.fire-b img{
  position: absolute;
  top: -27px;
  margin-left: -309px;
  width: 80%;
}

.fire-r img{
  position: absolute; 
  top: 39px;
  margin-left: -10px;
  width: 80%;
}
/* s1 */
.item{
  max-width: 380px;
}

.item-1::before{
  bottom: 40px;
}

.item-2::before{
  bottom: 40px;
}

.item-3::before{
  bottom: 40px;
}

.item-4::before{
  bottom: 0px;
}
  /* footer */
.copyright {
  line-height: 50px;
  padding: 0 10px ;
}
  }

  /* max-width: 320px */
  @media (max-width: 320px){
    .navbar>.container-fluid .navbar-brand {
      width: 102px;
    }
  
    .navbar {
      min-height: 50px;
    }
  
    .navbar-toggle {
      padding: 18px 14px;
    }
  
    ul.mobile-icon li {
      width: 50px;
    }
  
    ul.mobile-icon li a {
      padding: 11px;
    }
  
    .s0 {
      height: calc(100vh - 48px);
    }
  }


  /* orientation: landscape and max-device-width: 850px */
  @media only screen and (orientation: landscape) and (max-device-width: 850px) {
    .landscape {
      display: block
    }
  }
  /* media-end------------------------------------------------------------------ */