/** mixins **/

.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+ */
}

@font-face {
  font-family: 'fzlth';
  src: url('https://comm.res.easebar.com/js/nie/ref/fonts/fzlth.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzltdh';
  src: url('https://comm.res.easebar.com/js/nie/ref/fonts/fzltdh.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'notosanssc';
  src: url("https://comm.res.easebar.com/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff2") format('woff2'), url("https://comm.res.easebar.com/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzcysong';
  src: url('https://comm.res.easebar.com/js/nie/ref/fonts/fzcysong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzbysong';
  src: url('https://comm.res.easebar.com/js/nie/ref/fonts/fzbysong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzysong-s-b';
  src: url(https://www.narakathegame.com/pc/zt/20250812100251/assets/FZYanSJW_Cu_77863424.woff) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'notosanssc';
  src: url("https://comm.res.easebar.com/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff2") format('woff2'), url("https://comm.res.easebar.com/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}

.login-info {
  white-space: nowrap;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding-left: 0.1rem;
}

.login-info .btn-login {
  padding: 0.2em 1.5em;
  background: transparent;
  font-size: 16px;
  color: #aaa;
}

.login-info .btn-login:hover {
  color: #fff;
}

.login-info .username {
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 2rem;
  color: #fff;
}

.login-info .btn-logout {
  vertical-align: middle;
  background: none;
  opacity: 0.7;
  font-size: 14px;
  color: #aaa;
}

.login-info .btn-logout:hover {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .login-info .btn-login {
    /* font-size: 20px; */
  }
}

body {
  padding-right: 0 !important;
}

body.is-nav-open {
  overflow: hidden;
}

.nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 70px; */
  /* padding: 0 15px 20px; */
  height: 1.42rem;
  z-index: 99;
  background: #101216;
}

.nav-wrap .nav-wrap-inner {
  width: 100%;
  color: #a6a3a4;
  margin-top: 0.058rem;
}

.nav-wrap .login-info {
  position: relative;
  z-index: 1;
  border-left: none;
}

.nav-wrap .login-info .username {
  max-width: 1.3rem;
}

.nav-wrap .login-info .btn-login {
  font-size: 0.24rem;
  padding: 0.1rem 0 0 0.1rem;
}

.nav-wrap .login-info .btn-logout {
  color: #aaa;
}

.nav-wrap .nav-list {
  margin: 0 auto;
  position: relative;
  left: 0.06rem;
  width: calc(100% - 0.72rem);
  overflow-x: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-wrap .nav-list::-webkit-scrollbar {
  opacity: 0;
}

.nav-wrap .nav-item-container {
  height: 0.7rem;
  display: block;
  margin-left: 0.35rem;
  margin-right: 0.35rem;
  white-space: nowrap;
}

.nav-wrap .nav-item-container:first-child {
  margin-left: 0;
}

.nav-wrap .nav-item-container:last-child {
  margin-right: 0;
}

.nav-wrap .nav-item-container.nav-item-container-pop {
  display: block;
  position: relative;
  text-align: left;
  border-top: 1px solid #353637;
  width: 100%;
  margin: 0 auto;
  padding: 0.36rem 0.4rem;
}

.nav-wrap .nav-item-container.nav-item-container-pop::before {
  position: absolute;
  bottom: 0;
  left: 0.4rem;
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: rgba(40, 42, 51, 0.3);
}

.nav-wrap .nav-item-container.nav-item-container-pop:nth-last-child(1)::before {
  width: 0;
  height: 0;
}

.nav-wrap .nav-item-container.nav-item-container-pop a {
  display: inline-block;
  width: auto;
  border: none;
}

.nav-wrap .nav-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  height: 0.7rem;
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.7rem;
  color: #A9A9A9;
}

.nav-wrap .nav-item .hot {
  display: inline-block;
  margin-left: 0.08rem;
  background: url(https://www.narakathegame.com/pc/zt/20250812100251/assets/sprite-eec7fd_eec7fde2.png);
  background-size: 2.42rem 1.44rem;
  background-position: -1.62rem -0.6rem;
  width: 0.16rem;
  height: 0.2rem;
}

.nav-wrap .nav-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.nav-wrap .nav-item.active {
  color: #fff;
  position: relative;
}

.nav-wrap .nav-item.active::before {
  content: '';
  bottom: 0;
  left: 50%;
  position: absolute;
  background-color: #DD1800;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.64rem;
  height: 0.03rem;
  max-width: 100%;
}

.nav-wrap .nav-item.active::after {
  width: 100%;
}

.nav-wrap.is-open .nav-list {
  display: block;
}

.nav-wrap .logo-container {
  width: 7.1rem;
  height: 100%;
  margin: 0 auto;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-wrap .logo-wrap {
  position: relative;
  background: url(https://www.narakathegame.com/pc/zt/20250812100251/assets/sprite-eec7fd_eec7fde2.png) no-repeat;
  background-size: 2.42rem 1.44rem;
  background-position: -0 -0;
  width: 2.38rem;
  height: 0.56rem;
  text-align: left;
  margin: 0.1rem 0 0 0;
}

.nav-wrap .logo-wrap a {
  display: inline-block;
  width: 50%;
  height: 100%;
}

.nav-wrap .btn-menu {
  position: absolute;
  right: 0;
  top: 0.76rem;
  background: url(https://www.narakathegame.com/pc/zt/20250812100251/assets/sprite-eec7fd_eec7fde2.png) no-repeat;
  background-size: 2.42rem 1.44rem;
  background-position: -0 -0.6rem;
  width: 1.3rem;
  height: 0.8rem;
  z-index: 2;
  display: none;
}

.nav-wrap .nav-list-pop {
  display: none;
  position: fixed;
  top: 0;
  width: 50%;
  right: 0;
  bottom: 0;
  margin-top: 1.56rem;
  padding-bottom: 0.5rem;
  background: rgba(15, 17, 21, 0.94);
  overflow: auto;
  z-index: 99;
}

.nav-wrap .nav-list-pop .nav-item {
  height: 0.26rem;
  font-weight: 500;
  font-size: 0.28rem;
  line-height: 0.26rem;
}

.nav-wrap .nav-list-pop .pop-menu-all {
  position: fixed;
  top: 0.75rem;
  right: 0;
  height: 0.7rem;
  width: 1.5rem;
  background: rgba(15, 17, 21, 0.94);
}

.nav-wrap .nav-list-pop .pop-menu-all div {
  font-size: 0.34rem;
  color: #fff;
  text-align: center;
}

.nav-wrap .nav-list-pop .pop-menu-all .pop-meun-close {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url(https://www.narakathegame.com/pc/zt/20250812100251/assets/sprite-eec7fd_eec7fde2.png) no-repeat;
  background-size: 3.025rem 1.8rem;
  background-position: -1.675rem -0.75rem;
  display: block;
}
