/** mixins **/

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-700.woff') format('woff');
  font-weight: 700;
}

.noto {
  /* 指定上面的 font-family名称即可 */
  font-family: 'Noto Sans SC', sans-serif;
}

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

.fzcjljt {
  /* 指定上面的 font-family名称即可 */
  font-family: 'fzcjljt', sans-serif;
}

/* 繁体 */

@font-face {
  font-family: 'FZCuJinLing-BIG5';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/FZCuJinLing-BIG5-Regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/FZCuJinLing-BIG5-Regular.woff') format('woff');
  font-weight: 400;
}

.fzcjljtfan {
  /* 指定上面的 font-family名称即可 */
  font-family: 'FZCuJinLing-BIG5', sans-serif;
}

/* ChosunGs 조선궁서체 */

@font-face {
  font-family: 'ChosunGs';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/ChosunGs-Regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/ChosunGs-Regular.woff') format('woff');
  font-weight: 400;
}

.ChosunGs {
  /* 指定上面的 font-family名称即可 */
  font-family: 'ChosunGs', sans-serif;
}

/* SMotoya Sinkai Std Sモトヤ新楷書 Std */

@font-face {
  font-family: 'SMotoya Sinkai Std';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/SMotoyaSinkai-Std-W5.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/SMotoyaSinkai-Std-W5.woff') format('woff');
  font-weight: 600;
}

.SMSStd {
  /* 指定上面的 font-family名称即可 */
  font-family: 'SMotoya Sinkai Std', sans-serif;
}

.top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  /* 指定上面的 font-family名称即可 */
  /* 指定上面的 font-family名称即可 */
  font-family: 'fzcjljt', sans-serif;
}

.top .top-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -0;
  width: 7.5rem;
  height: 1.3rem;
}

.top .top-group .logo-img {
  margin-top: 0.2rem;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -6.31rem -2.83rem;
  width: 0.76rem;
  height: 0.76rem;
}

.top .top-group .info {
  margin-top: 0.32rem;
  margin-left: 0.15rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top .top-group .info .description {
  margin-top: 0.09rem;
}

.top .top-group .btn-download {
  position: relative;
  margin-top: 0.25rem;
  height: 0.68rem;
  width: 2.46rem;
  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;
}

.top .top-group .btn-download p {
  z-index: 1;
}

.top .top-group .btn-download #zi_youhuxiazai_hecheng_12 {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.68rem;
  width: 2.46rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: -41% 1159%;
  transform-origin: -41% 1159%;
}

.top .top-group .btn-download #zi_youhuxiazai_hecheng_12-under-svg {
  height: 68px;
  width: 246px;
  font-size: 0;
  -webkit-animation: sprite_i_youhuxiazai_hecheng_1_2 2s steps(1) infinite normal;
  animation: sprite_i_youhuxiazai_hecheng_1_2 2s steps(1) infinite normal;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/dde1a576e83005b4.png);
  background-size: 500% 500%;
}

@-webkit-keyframes sprite_i_youhuxiazai_hecheng_1_2 {
  0% {
    background-position: 0 0;
    /* no */
  }

  4.2% {
    background-position: -246px 0;
  }

  8.3% {
    background-position: -492px 0;
  }

  12.5% {
    background-position: -738px 0;
  }

  16.7% {
    background-position: -984px 0;
  }

  20.8% {
    background-position: 0 -68px;
  }

  25% {
    background-position: -246px -68px;
  }

  29.2% {
    background-position: -492px -68px;
  }

  33.3% {
    background-position: -738px -68px;
  }

  37.5% {
    background-position: -984px -68px;
  }

  41.7% {
    background-position: 0 -136px;
  }

  45.8% {
    background-position: -246px -136px;
  }

  50% {
    background-position: -492px -136px;
  }

  54.2% {
    background-position: -738px -136px;
  }

  58.3% {
    background-position: -984px -136px;
  }

  62.5% {
    background-position: 0 -204px;
  }

  66.7% {
    background-position: -246px -204px;
  }

  70.8% {
    background-position: -492px -204px;
  }

  75% {
    background-position: -738px -204px;
  }

  79.2% {
    background-position: -984px -204px;
  }

  83.3% {
    background-position: 0 -272px;
  }

  87.5% {
    background-position: -246px -272px;
  }

  91.7% {
    background-position: -492px -272px;
  }

  95.8% {
    background-position: -738px -272px;
  }

  100% {
    background-position: -738px -272px;
  }
}

@keyframes sprite_i_youhuxiazai_hecheng_1_2 {
  0% {
    background-position: 0 0;
    /* no */
  }

  4.2% {
    background-position: -246px 0;
  }

  8.3% {
    background-position: -492px 0;
  }

  12.5% {
    background-position: -738px 0;
  }

  16.7% {
    background-position: -984px 0;
  }

  20.8% {
    background-position: 0 -68px;
  }

  25% {
    background-position: -246px -68px;
  }

  29.2% {
    background-position: -492px -68px;
  }

  33.3% {
    background-position: -738px -68px;
  }

  37.5% {
    background-position: -984px -68px;
  }

  41.7% {
    background-position: 0 -136px;
  }

  45.8% {
    background-position: -246px -136px;
  }

  50% {
    background-position: -492px -136px;
  }

  54.2% {
    background-position: -738px -136px;
  }

  58.3% {
    background-position: -984px -136px;
  }

  62.5% {
    background-position: 0 -204px;
  }

  66.7% {
    background-position: -246px -204px;
  }

  70.8% {
    background-position: -492px -204px;
  }

  75% {
    background-position: -738px -204px;
  }

  79.2% {
    background-position: -984px -204px;
  }

  83.3% {
    background-position: 0 -272px;
  }

  87.5% {
    background-position: -246px -272px;
  }

  91.7% {
    background-position: -492px -272px;
  }

  95.8% {
    background-position: -738px -272px;
  }

  100% {
    background-position: -738px -272px;
  }
}

.top .logo {
  position: absolute;
  top: 1.29rem;
  left: 0.11rem;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -5.7rem -11.8rem;
  width: 2.32rem;
  height: 0.72rem;
}

.top .btn-menu {
  position: absolute;
  top: 1.4rem;
  right: 0.31rem;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -15.34rem -0;
  width: 0.58rem;
  height: 0.46rem;
}

.top .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  padding-top: 1.69rem;
  display: none;
}

.top .menu .bg-menu {
  width: 100%;
  height: 100%;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/bg_cc0a408f.jpg) no-repeat top;
  background-size: 100% auto;
  -webkit-animation: mask-in 0.8s both;
  animation: mask-in 0.8s both;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top .menu .btn-back {
  position: absolute;
  top: 0.33rem;
  right: 0.29rem;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -3.96rem -2.12rem;
  width: 1.14rem;
  height: 0.64rem;
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-animation: z_i_fanhui_000_opacity_bezier_anim 0.467s 0.533s both;
  animation: z_i_fanhui_000_opacity_bezier_anim 0.467s 0.533s both;
}

@-webkit-keyframes z_i_fanhui_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  64.29% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_i_fanhui_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  64.29% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

.top .menu .lang {
  position: absolute;
  top: 0.37rem;
  left: 0.3rem;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -3.96rem -1.34rem;
  width: 3.2rem;
  height: 0.74rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d0e3f2;
  font-size: 0.3rem;
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-animation: lang_anim 0.467s 0.533s both;
  animation: lang_anim 0.467s 0.533s both;
  z-index: 1;
}

@-webkit-keyframes lang_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  64.29% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes lang_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  64.29% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

.top .menu .lang .icon-lang {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -15.34rem -5.27rem;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0.19rem;
  margin-right: 0.21rem;
}

.top .menu .lang p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top .menu .lang .icon-select {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 0.24rem;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -15.34rem -4.91rem;
  width: 0.5rem;
  height: 0.32rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.top .menu .lang .icon-select.on {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top .menu .lang .select-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
}

.top .menu .lang .select-list .select-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0.24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #879599;
  font-size: 0.3rem;
  height: 0.65rem;
  margin-top: 0.06rem;
  white-space: nowrap;
}

.top .menu .lang .select-list .select-item::after {
  content: "";
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -11.14rem -8.95rem;
  width: 3.44rem;
  height: 0.96rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  margin-top: 0.04rem;
}

.top .menu .lang .select-list .select-item.on {
  color: #fff;
}

.top .menu .lang .select-list .select-item.on::after {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -7.54rem -6rem;
  width: 3.32rem;
  height: 0.84rem;
}

.top .menu .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top .menu .menu-list .menu-item {
  font-size: 0.32rem;
  line-height: 0.51rem;
  text-transform: uppercase;
  text-align: center;
  margin: -0.05rem auto;
  width: 3.56rem;
  height: 1.46rem;
  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;
  color: #d9e5e9;
  letter-spacing: 0.01rem;
}

.top .menu .menu-list .menu-item.tab-home {
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-animation: menu_item_anim1 0.833s 0.167s both, menu_item_anim2 0.833s 0.167s both;
  animation: menu_item_anim1 0.833s 0.167s both, menu_item_anim2 0.833s 0.167s both;
}

.top .menu .menu-list .menu-item.tab-news {
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-animation: menu_item_anim1 0.783s 0.217s both, menu_item_anim2 0.783s 0.217s both;
  animation: menu_item_anim1 0.783s 0.217s both, menu_item_anim2 0.783s 0.217s both;
}

.top .menu .menu-list .menu-item.tab-profession {
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-animation: menu_item_anim1 0.733s 0.267s both, menu_item_anim2 0.733s 0.267s both;
  animation: menu_item_anim1 0.733s 0.267s both, menu_item_anim2 0.733s 0.267s both;
}

.top .menu .menu-list .menu-item.tab-avatar {
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-animation: menu_item_anim1 0.733s 0.267s both, menu_item_anim2 0.733s 0.267s both;
  animation: menu_item_anim1 0.733s 0.267s both, menu_item_anim2 0.733s 0.267s both;
}

.top .menu .menu-list .menu-item.tab-garden {
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-animation: menu_item_anim1 0.733s 0.267s both, menu_item_anim2 0.733s 0.267s both;
  animation: menu_item_anim1 0.733s 0.267s both, menu_item_anim2 0.733s 0.267s both;
}

.top .menu .menu-list .menu-item.tab-features {
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-animation: menu_item_anim1 0.7s 0.3s both, menu_item_anim2 0.7s 0.3s both;
  animation: menu_item_anim1 0.7s 0.3s both, menu_item_anim2 0.7s 0.3s both;
}

.top .menu .menu-list .menu-item.tab-community {
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-animation: menu_item_anim1 0.65s 0.35s both, menu_item_anim2 0.65s 0.35s both;
  animation: menu_item_anim1 0.65s 0.35s both, menu_item_anim2 0.65s 0.35s both;
}

@-webkit-keyframes menu_item_anim1 {
  0% {
    -webkit-transform: translate(1.11rem, 0);
    transform: translate(1.11rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes menu_item_anim1 {
  0% {
    -webkit-transform: translate(1.11rem, 0);
    transform: translate(1.11rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes menu_item_anim2 {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  22% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes menu_item_anim2 {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  22% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

.top .menu .media-list {
  margin-top: 0.89rem;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 0.05rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-animation: media_anim1 0.467s 0.533s both, media_anim2 0.467s 0.533s both;
  animation: media_anim1 0.467s 0.533s both, media_anim2 0.467s 0.533s both;
}

.top .menu .media-list.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top .menu .media-list .media-item {
  display: block;
}

.top .menu .media-list .media-item.discord {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -15.34rem -4.12rem;
  width: 0.54rem;
  height: 0.4rem;
}

.top .menu .media-list .media-item.facebook {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -15.34rem -1.49rem;
  width: 0.5rem;
  height: 0.48rem;
}

.top .menu .media-list .media-item.instagram {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -14.74rem -0.55rem;
  width: 0.52rem;
  height: 0.52rem;
}

.top .menu .media-list .media-item.reddit {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -15.34rem -2.54rem;
  width: 0.48rem;
  height: 0.48rem;
}

.top .menu .media-list .media-item.tiktok {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -15.34rem -3.58rem;
  width: 0.44rem;
  height: 0.5rem;
}

.top .menu .media-list .media-item.twitter {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -15.34rem -3.06rem;
  width: 0.48rem;
  height: 0.48rem;
}

.top .menu .media-list .media-item.youtube {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -15.34rem -1.03rem;
  width: 0.58rem;
  height: 0.42rem;
}

.top .menu .media-list .media-item.naver {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -15.34rem -0.5rem;
  width: 0.5rem;
  height: 0.49rem;
}

.top .menu .media-list .media-item.whatsapp {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -15.34rem -2.01rem;
  width: 0.48rem;
  height: 0.49rem;
}

.top .menu .media-list .media-item.line {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -14.74rem -0;
  width: 0.56rem;
  height: 0.51rem;
}

@-webkit-keyframes media_anim1 {
  0% {
    -webkit-transform: translate(0, 0.71rem);
    transform: translate(0, 0.71rem);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  64.29% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes media_anim1 {
  0% {
    -webkit-transform: translate(0, 0.71rem);
    transform: translate(0, 0.71rem);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  64.29% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes media_anim2 {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  64.29% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes media_anim2 {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  64.29% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

.top .menu.enter {
  display: block;
}

.top.enter-top .btn-menu {
  mix-blend-mode: normal;
  opacity: 0;
  -webkit-transform-origin: -493% 1493%;
  transform-origin: -493% 1493%;
  -webkit-animation: z_dingbu_000_opacity_bezier_anim 1.417s 0.583s both;
  animation: z_dingbu_000_opacity_bezier_anim 1.417s 0.583s both;
}

@-webkit-keyframes z_dingbu_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  15.29% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_dingbu_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  15.29% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

.top.enter-top .top-group {
  mix-blend-mode: normal;
  -webkit-animation: z_dingbu_hecheng_1_000_transform_bezier_anim 2s 0s both;
  animation: z_dingbu_hecheng_1_000_transform_bezier_anim 2s 0s both;
}

@-webkit-keyframes z_dingbu_hecheng_1_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, -1.24rem);
    transform: translate(0, -1.24rem);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  25% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes z_dingbu_hecheng_1_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, -1.24rem);
    transform: translate(0, -1.24rem);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  25% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.top.en .logo {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -3.6rem -11.8rem;
  width: 2.06rem;
  height: 0.9rem;
}

.top.en .top-group .info .title {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -3.95rem -3.71rem;
  width: 2.67rem;
  height: 0.25rem;
}

.top.en .top-group .info .description {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -3.95rem -4rem;
  width: 2.75rem;
  height: 0.23rem;
}

.top.en .top-group .btn-download p {
  z-index: 1;
  position: relative;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -10.16rem -12.33rem;
  width: 2.14rem;
  height: 0.17rem;
}

.top.en .menu-list .tab-home .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -10.09rem -12.74rem;
  width: 1.8rem;
  height: 0.23rem;
}

.top.en .menu-list .tab-home .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -5.81rem;
  width: 3.56rem;
  height: 1.46rem;
}

.top.en .menu-list .tab-news .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -13.75rem -12.74rem;
  width: 0.93rem;
  height: 0.22rem;
}

.top.en .menu-list .tab-news .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -3.6rem -5.81rem;
  width: 3.56rem;
  height: 1.46rem;
}

.top.en .menu-list .tab-profession .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -10.68rem -13.29rem;
  width: 1.48rem;
  height: 0.23rem;
}

.top.en .menu-list .tab-profession .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -7.54rem -0;
  width: 3.56rem;
  height: 1.46rem;
}

.top.en .menu-list .tab-avatar .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -10.16rem -11.8rem;
  width: 2.7rem;
  height: 0.22rem;
}

.top.en .menu-list .tab-features .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -11.93rem -12.74rem;
  width: 1.78rem;
  height: 0.23rem;
}

.top.en .menu-list .tab-features .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -11.14rem -1.5rem;
  width: 3.56rem;
  height: 1.45rem;
}

.top.en .menu-list .tab-community .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -10.16rem -12.06rem;
  width: 2.32rem;
  height: 0.23rem;
}

.top.en .menu-list .tab-community .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -4.32rem;
  width: 3.6rem;
  height: 1.45rem;
}

.top.zh .top-group .info .title {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -10.12rem -6.88rem;
  width: 0.83rem;
  height: 0.27rem;
}

.top.zh .top-group .info .description {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -12.9rem -11.8rem;
  width: 1.42rem;
  height: 0.22rem;
}

.top.zh .top-group .btn-download p {
  z-index: 1;
  position: relative;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -13.99rem;
  width: 1.17rem;
  height: 0.28rem;
}

.top.zh .menu-list .tab-home .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -8.13rem -13.29rem;
  width: 1.24rem;
  height: 0.3rem;
}

.top.zh .menu-list .tab-home .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -11.14rem -2.99rem;
  width: 3.56rem;
  height: 1.45rem;
}

.top.zh .menu-list .tab-news .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -8.46rem -12.74rem;
  width: 1.59rem;
  height: 0.3rem;
}

.top.zh .menu-list .tab-news .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -11.14rem -4.48rem;
  width: 3.56rem;
  height: 1.45rem;
}

.top.zh .menu-list .tab-profession .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -2.9rem -13.29rem;
  width: 1.27rem;
  height: 0.3rem;
}

.top.zh .menu-list .tab-profession .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -11.14rem -5.97rem;
  width: 3.56rem;
  height: 1.45rem;
}

.top.zh .menu-list .tab-avatar .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -13.73rem -9.95rem;
  width: 0.95rem;
  height: 0.3rem;
}

.top.zh .menu-list .tab-features .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -6.83rem -13.29rem;
  width: 1.26rem;
  height: 0.3rem;
}

.top.zh .menu-list .tab-features .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -11.14rem -7.46rem;
  width: 3.56rem;
  height: 1.45rem;
}

.top.zh .menu-list .tab-community .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -3.6rem -12.74rem;
  width: 1.57rem;
  height: 0.31rem;
}

.top.zh .menu-list .tab-community .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -3.64rem -4.32rem;
  width: 3.56rem;
  height: 1.45rem;
}

.top.zhTW .top-group .info .title {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -2.42rem -13.99rem;
  width: 0.83rem;
  height: 0.27rem;
}

.top.zhTW .top-group .info .description {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -12.2rem -13.29rem;
  width: 1.42rem;
  height: 0.22rem;
}

.top.zhTW .top-group .btn-download p {
  z-index: 1;
  position: relative;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -1.21rem -13.99rem;
  width: 1.17rem;
  height: 0.28rem;
}

.top.zhTW .menu-list .tab-home .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -9.41rem -13.29rem;
  width: 1.23rem;
  height: 0.3rem;
}

.top.zhTW .menu-list .tab-home .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -10.31rem;
  width: 3.56rem;
  height: 1.45rem;
}

.top.zhTW .menu-list .tab-news .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -6.82rem -12.74rem;
  width: 1.6rem;
  height: 0.3rem;
}

.top.zhTW .menu-list .tab-news .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -3.6rem -10.31rem;
  width: 3.56rem;
  height: 1.45rem;
}

.top.zhTW .menu-list .tab-profession .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -4.21rem -13.29rem;
  width: 1.27rem;
  height: 0.3rem;
}

.top.zhTW .menu-list .tab-profession .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -7.2rem -10.31rem;
  width: 3.56rem;
  height: 1.45rem;
}

.top.zhTW .menu-list .tab-avatar .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -14.31rem;
  width: 0.95rem;
  height: 0.3rem;
}

.top.zhTW .menu-list .tab-features .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -5.52rem -13.29rem;
  width: 1.27rem;
  height: 0.3rem;
}

.top.zhTW .menu-list .tab-features .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -10.8rem -10.31rem;
  width: 3.56rem;
  height: 1.45rem;
}

.top.zhTW .menu-list .tab-community .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -5.21rem -12.74rem;
  width: 1.57rem;
  height: 0.31rem;
}

.top.zhTW .menu-list .tab-community .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -11.8rem;
  width: 3.56rem;
  height: 1.45rem;
}

.top.jp .logo {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -3.95rem -2.83rem;
  width: 2.32rem;
  height: 0.84rem;
}

.top.jp .top-group .info .title {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -1.94rem -14.31rem;
  width: 0.82rem;
  height: 0.26rem;
}

.top.jp .top-group .info .description {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -2.59rem -13.64rem;
  width: 1.14rem;
  height: 0.22rem;
}

.top.jp .top-group .btn-download p {
  z-index: 1;
  position: relative;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -12.52rem -12.06rem;
  width: 2.12rem;
  height: 0.22rem;
}

.top.jp .menu-list .tab-home .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -3.29rem -13.99rem;
  width: 0.89rem;
  height: 0.25rem;
}

.top.jp .menu-list .tab-home .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -7.54rem -1.5rem;
  width: 3.56rem;
  height: 1.46rem;
}

.top.jp .menu-list .tab-news .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -1.58rem -13.29rem;
  width: 1.28rem;
  height: 0.3rem;
}

.top.jp .menu-list .tab-news .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -7.54rem -3rem;
  width: 3.56rem;
  height: 1.46rem;
}

.top.jp .menu-list .tab-profession .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -1.69rem -14.65rem;
  width: 0.62rem;
  height: 0.27rem;
}

.top.jp .menu-list .tab-profession .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -7.54rem -4.5rem;
  width: 3.56rem;
  height: 1.46rem;
}

.top.jp .menu-list .tab-garden .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -7.54rem -6.88rem;
  width: 2.54rem;
  height: 0.29rem;
}

.top.jp .menu-list .tab-garden .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -1.34rem;
  width: 3.92rem;
  height: 1.45rem;
}

.top.jp .menu-list .tab-avatar .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -11.14rem -9.95rem;
  width: 2.55rem;
  height: 0.3rem;
}

.top.jp .menu-list .tab-avatar .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -2.83rem;
  width: 3.91rem;
  height: 1.45rem;
}

.top.jp .menu-list .tab-features .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -15rem;
  width: 0.61rem;
  height: 0.32rem;
}

.top.jp .menu-list .tab-features .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -7.31rem;
  width: 3.56rem;
  height: 1.46rem;
}

.top.jp .menu-list .tab-community .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0.99rem -14.31rem;
  width: 0.91rem;
  height: 0.3rem;
}

.top.jp .menu-list .tab-community .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -3.6rem -7.31rem;
  width: 3.56rem;
  height: 1.46rem;
}

.top.kr .logo {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -8.06rem -11.8rem;
  width: 2.06rem;
  height: 0.72rem;
}

.top.kr .top-group .info .title {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0.91rem -14.65rem;
  width: 0.74rem;
  height: 0.27rem;
}

.top.kr .top-group .info .description {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -1.18rem -13.64rem;
  width: 1.37rem;
  height: 0.24rem;
}

.top.kr .top-group .btn-download p {
  z-index: 1;
  position: relative;
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -5.14rem -2.47rem;
  width: 2.11rem;
  height: 0.26rem;
}

.top.kr .menu-list .tab-home .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -13.64rem;
  width: 1.14rem;
  height: 0.31rem;
}

.top.kr .menu-list .tab-home .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -7.2rem -7.31rem;
  width: 3.56rem;
  height: 1.46rem;
}

.top.kr .menu-list .tab-news .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -13.29rem;
  width: 1.54rem;
  height: 0.31rem;
}

.top.kr .menu-list .tab-news .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -8.81rem;
  width: 3.56rem;
  height: 1.46rem;
}

.top.kr .menu-list .tab-profession .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -15.34rem -4.56rem;
  width: 0.58rem;
  height: 0.31rem;
}

.top.kr .menu-list .tab-profession .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -3.6rem -8.81rem;
  width: 3.56rem;
  height: 1.46rem;
}

.top.kr .menu-list .tab-avatar .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -5.14rem -2.12rem;
  width: 2.13rem;
  height: 0.31rem;
}

.top.kr .menu-list .tab-features .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0.65rem -15rem;
  width: 0.59rem;
  height: 0.31rem;
}

.top.kr .menu-list .tab-features .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -7.2rem -8.81rem;
  width: 3.56rem;
  height: 1.46rem;
}

.top.kr .menu-list .tab-community .tab-text {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -0 -14.65rem;
  width: 0.87rem;
  height: 0.31rem;
}

.top.kr .menu-list .tab-community .tab-text.on {
  background: url(https://www.swordofjustice.com/pc/gw/20250516103002/assets/sprite-318592_3185926e.png);
  background-size: 15.96rem 15.36rem;
  background-position: -11.14rem -0;
  width: 3.56rem;
  height: 1.46rem;
}
