/** mixins **/

.top-bar .top-bar-left {
  position: fixed;
  top: 0.41rem;
  left: 0.36rem;
  z-index: 99;
}

.top-bar .top-bar-left .user-box .user-login,
.top-bar .top-bar-left .user-box .user-name {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.33rem;
  height: 0.66rem;
  font-size: 0.24rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.33rem;
}

.top-bar .top-bar-left .user-box .user-login > span,
.top-bar .top-bar-left .user-box .user-name > span {
  display: inline-block;
  color: #bab2fb;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#f8b7cf), color-stop(#bab2fb), to(#b5c4fd));
  background: linear-gradient(to right, #f8b7cf, #bab2fb, #b5c4fd);
  -webkit-background-clip: text;
  background-clip: text;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .top-bar .top-bar-left .user-box .user-login > span,
  .top-bar .top-bar-left .user-box .user-name > span {
    color: transparent !important;
  }
}

.top-bar .top-bar-left .user-box .user-name {
  position: relative;
  font-size: 0.24rem;
}

.top-bar .top-bar-left .user-box .user-name > span {
  max-width: 1.32rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-bar .top-bar-left .user-box .user-name:after {
  content: '';
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png);
  background-size: 6.41rem 5.21rem;
  background-position: -5.97rem -2.58rem;
  width: 0.34rem;
  height: 0.2rem;
  margin-left: 0.18rem;
}

.top-bar .top-bar-left .user-box .user-name.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top-bar .top-bar-left .user-box .user-name.active .user-dropdown {
  opacity: 1;
  visibility: visible;
}

.top-bar .top-bar-left .user-box .user-name.active .user-dropdown > ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.top-bar .top-bar-left .user-box .user-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
}

.top-bar .top-bar-left .user-box .user-dropdown > ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.05rem;
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -4.15rem -0;
  width: 2.22rem;
  height: 1.46rem;
  padding-top: 0.2rem;
  -webkit-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-bar .top-bar-left .user-box .user-dropdown li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
}

.top-bar .top-bar-left .user-box .user-dropdown li span {
  color: #5c78db;
  background: -webkit-gradient(linear, left top, left bottom, from(#5c78db), to(#ad9cf0));
  background: linear-gradient(to bottom, #5c78db, #ad9cf0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-bar .top-bar-left .user-box .user-dropdown li .user-logout {
  width: 1.52rem;
  height: 0.4rem;
  background-color: #fff;
  color: #5c78db;
  border-radius: 0.2rem;
  cursor: pointer;
}

.top-bar .top-bar-left .user-box .user-dropdown li:last-child {
  margin-bottom: 0;
}

.top-bar .top-bar-left .user-box.is-login .user-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-bar .top-bar-left .user-box.is-login .user-login {
  display: none;
}

.top-bar .top-bar-left .user-box.is-not-login .user-name {
  display: none;
}

.top-bar .top-bar-left .user-box.is-not-login .user-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-bar .top-bar-right {
  position: fixed;
  width: 2.64rem;
  height: 1.1rem;
  top: 0.12rem;
  right: 0.34rem;
  z-index: 99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.28rem 0 0.13rem 0.95rem;
  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-transform-origin: 99% 85%;
  transform-origin: 99% 85%;
  -webkit-transform: scale(0.0001, 0.0001);
  transform: scale(0.0001, 0.0001);
  -webkit-animation: z_daohanglan_000_transform_bezier_anim 2s 1s both;
  animation: z_daohanglan_000_transform_bezier_anim 2s 1s both;
}

.top-bar .top-bar-right::before {
  display: block;
  content: '';
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -0 -2.91rem;
  width: 2.64rem;
  height: 1.14rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

@-webkit-keyframes z_daohanglan_000_transform_bezier_anim {
  0% {
    -webkit-transform: scale(0.0001, 0.0001);
    transform: scale(0.0001, 0.0001);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  8.33% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.71);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.71);
  }

  13.33% {
    -webkit-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
    -webkit-animation-timing-function: cubic-bezier(0.33, -1.25, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, -1.25, 0.67, 1);
  }

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

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes z_daohanglan_000_transform_bezier_anim {
  0% {
    -webkit-transform: scale(0.0001, 0.0001);
    transform: scale(0.0001, 0.0001);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  8.33% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.71);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.71);
  }

  13.33% {
    -webkit-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
    -webkit-animation-timing-function: cubic-bezier(0.33, -1.25, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, -1.25, 0.67, 1);
  }

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

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.top-bar .top-bar-right .language-switcher {
  position: relative;
  margin-right: 0.33rem;
}

.top-bar .top-bar-right .language-switcher.active .language-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) translateX(-64%);
  transform: translateY(0) translateX(-64%);
}

.top-bar .top-bar-right .language-switcher .language-trigger {
  cursor: pointer;
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -1.38rem -4.09rem;
  width: 0.47rem;
  height: 0.46rem;
}

.top-bar .top-bar-right .language-switcher .language-list {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -0 -1.19rem;
  width: 2.08rem;
  height: 1.68rem;
  padding-top: 0.2rem;
  margin-top: 0.25rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.1rem) translateX(-64%);
  transform: translateY(0.1rem) translateX(-64%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-bar .top-bar-right .language-switcher .language-list .language-option {
  width: 1.5rem;
  height: 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  cursor: pointer;
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
  border-radius: 0.4rem;
}

.top-bar .top-bar-right .language-switcher .language-list .language-option span {
  color: #5c78db;
  background: -webkit-gradient(linear, left top, left bottom, from(#5c78db), to(#ad9cf0));
  background: linear-gradient(to bottom, #5c78db, #ad9cf0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-bar .top-bar-right .language-switcher .language-list .language-option:hover,
.top-bar .top-bar-right .language-switcher .language-list .language-option.active {
  background-color: #fff;
}

.top-bar .top-bar-right .language-switcher .language-list .language-option:last-child {
  margin-bottom: 0;
}

.top-bar .top-bar-right .menu-toggle {
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -5.8rem -2.91rem;
  width: 0.47rem;
  height: 0.4rem;
  position: relative;
}

.top-bar.scrolled .top-bar-right {
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -0 -0;
  width: 4.11rem;
  height: 1.15rem;
  padding-left: 0.9rem;
}

.top-bar.scrolled .top-bar-right::before,
.top-bar.scrolled .top-bar-right::after {
  display: none;
}

.top-bar.scrolled .top-bar-right .wishlist-btn {
  display: block;
  margin-right: 0.37rem;
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -2.68rem -3.38rem;
  width: 1.15rem;
  height: 0.41rem;
}

.fullscreen-menu {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/menu-bg_7201f30e.png) no-repeat;
  background-size: cover;
  display: none;
}

.fullscreen-menu::before {
  position: absolute;
  top: 0.4rem;
  left: 0.48rem;
  display: block;
  content: '';
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -4.15rem -1.5rem;
  width: 1.21rem;
  height: 1.29rem;
}

.fullscreen-menu::after {
  display: block;
  content: '';
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -2.12rem -1.19rem;
  width: 1.52rem;
  height: 1.63rem;
  position: absolute;
  right: 0.34rem;
  bottom: 0.25rem;
}

.fullscreen-menu .close-btn {
  position: absolute;
  top: 0.48rem;
  right: 0.7rem;
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -0.53rem -4.65rem;
  width: 0.48rem;
  height: 0.48rem;
}

.fullscreen-menu .menu-nav {
  margin-top: 2.4rem;
  margin-left: 0.55rem;
}

.fullscreen-menu .menu-nav a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #a1baff;
  font-size: 0.36rem;
  font-weight: 450;
  height: 0.76rem;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
  position: relative;
}

.fullscreen-menu .menu-nav a .link-bg {
  -o-border-image: url(https://www.pptgame.com/pc/gw/20250422163632/assets/nav-item_2d8e8668.png) 0 24 0 24 stretch;
  border-image: url(https://www.pptgame.com/pc/gw/20250422163632/assets/nav-item_2d8e8668.png) 0 24 0 24 fill stretch;
  border-image-width: 0 0.24rem 0 0.24rem;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 14% 48%;
  transform-origin: 14% 48%;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-animation: z_de_1_000_transform_bezier_anim 2s 0s both;
  animation: z_de_1_000_transform_bezier_anim 2s 0s both;
}

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

  15% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -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: scale(1.1, 1);
    transform: scale(1.1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  33.33% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

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

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

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

  15% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -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: scale(1.1, 1);
    transform: scale(1.1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  33.33% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

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

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.fullscreen-menu .menu-nav a .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  padding: 0 0.24rem;
  height: 0.76rem;
  position: relative;
}

.fullscreen-menu .menu-nav a .txt span {
  opacity: 0;
  -webkit-animation: z_home_000_opacity_bezier_anim 2s 0s both;
  animation: z_home_000_opacity_bezier_anim 2s 0s both;
}

@-webkit-keyframes z_home_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);
  }

  26.67% {
    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);
  }

  41.67% {
    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_home_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);
  }

  26.67% {
    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);
  }

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

  100% {
    opacity: 1;
  }
}

.fullscreen-menu .menu-nav a .txt::before {
  display: block;
  content: '';
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -3.68rem -1.19rem;
  width: 0.37rem;
  height: 0.38rem;
  margin-right: 0.28rem;
  -webkit-transform: scale(0.0001, 0.0001) rotate(-180deg);
  transform: scale(0.0001, 0.0001) rotate(-180deg);
  -webkit-animation: z_xingxing_1_1_000_anim 2s 0s linear both;
  animation: z_xingxing_1_1_000_anim 2s 0s linear both;
}

@-webkit-keyframes z_xingxing_1_1_000_anim {
  0% {
    -webkit-transform: rotate(-180deg) scale(0.0001, 0.0001);
    transform: rotate(-180deg) scale(0.0001, 0.0001);
  }

  6.67% {
    -webkit-transform: rotate(-100deg) scale(1.1, 1.1);
    transform: rotate(-100deg) scale(1.1, 1.1);
  }

  11.67% {
    -webkit-transform: rotate(-40deg) scale(0.95, 0.95);
    transform: rotate(-40deg) scale(0.95, 0.95);
  }

  15% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }
}

@keyframes z_xingxing_1_1_000_anim {
  0% {
    -webkit-transform: rotate(-180deg) scale(0.0001, 0.0001);
    transform: rotate(-180deg) scale(0.0001, 0.0001);
  }

  6.67% {
    -webkit-transform: rotate(-100deg) scale(1.1, 1.1);
    transform: rotate(-100deg) scale(1.1, 1.1);
  }

  11.67% {
    -webkit-transform: rotate(-40deg) scale(0.95, 0.95);
    transform: rotate(-40deg) scale(0.95, 0.95);
  }

  15% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }
}

.fullscreen-menu .menu-nav a .txt::after {
  display: block;
  content: '';
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -5.97rem -2.16rem;
  width: 0.38rem;
  height: 0.38rem;
  margin-left: 0.28rem;
  -webkit-animation: z_xingxing_1_2_000_transform_bezier_anim 2s 0s both, z_xingxing_1_2_000_opacity_bezier_anim 2s 0s both;
  animation: z_xingxing_1_2_000_transform_bezier_anim 2s 0s both, z_xingxing_1_2_000_opacity_bezier_anim 2s 0s both;
}

@-webkit-keyframes z_xingxing_1_2_000_transform_bezier_anim {
  0% {
    -webkit-transform: scale(0.0001, 0.0001);
    transform: scale(0.0001, 0.0001);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  18.33% {
    -webkit-transform: scale(0.36, 0.36);
    transform: scale(0.36, 0.36);
    -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: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  30% {
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

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

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes z_xingxing_1_2_000_transform_bezier_anim {
  0% {
    -webkit-transform: scale(0.0001, 0.0001);
    transform: scale(0.0001, 0.0001);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  18.33% {
    -webkit-transform: scale(0.36, 0.36);
    transform: scale(0.36, 0.36);
    -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: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  30% {
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

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

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes z_xingxing_1_2_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% {
    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);
  }

  33.33% {
    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_xingxing_1_2_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% {
    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);
  }

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

  100% {
    opacity: 1;
  }
}

.fullscreen-menu .social-media {
  position: absolute;
  bottom: 2.4rem;
  left: 0.55rem;
}

.fullscreen-menu .social-media-title {
  text-transform: uppercase;
  font-size: 0.28rem;
  font-weight: 450;
  background: linear-gradient(45deg, #a286f2, #87a4f6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fullscreen-menu .social-media .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.55rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fullscreen-menu .social-media .list .icon {
  display: block;
  margin-right: 0.52rem;
}

.fullscreen-menu .social-media .list .icon-discord {
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -0 -4.09rem;
  width: 0.63rem;
  height: 0.52rem;
}

.fullscreen-menu .social-media .list .icon-x {
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -0 -4.65rem;
  width: 0.49rem;
  height: 0.52rem;
}

.fullscreen-menu .social-media .list .icon-youtube {
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -0.67rem -4.09rem;
  width: 0.67rem;
  height: 0.47rem;
}

.fullscreen-menu .social-media .list .icon-facebook {
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -5.4rem -1.5rem;
  width: 0.62rem;
  height: 0.62rem;
}

.fullscreen-menu .social-media .list .icon-twitch {
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -5.4rem -2.16rem;
  width: 0.53rem;
  height: 0.62rem;
}

html[lang="ja"] .top-bar.scrolled .wishlist-btn {
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -4.24rem -2.91rem;
  width: 1.52rem;
  height: 0.43rem;
}

body.jp .top-bar.scrolled .wishlist-btn {
  background: url(https://www.pptgame.com/pc/gw/20250422163632/assets/sprite-e80416_e804166c.png) no-repeat;
  background-size: 6.41rem 5.21rem;
  background-position: -4.24rem -2.91rem;
  width: 1.52rem;
  height: 0.43rem;
}
