/** mixins **/

.m-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: toastAnim 1s linear forwards;
  animation: toastAnim 1s linear forwards;
  white-space: nowrap;
}

@-webkit-keyframes toastAnim {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

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

@keyframes toastAnim {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}
@charset "utf-8";

/** mixins **/

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Noto黑体简体 */

@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-face {
  font-family: 'Noto Sans TC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-300.woff') format('woff');
  font-weight: 300;
}

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

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

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

/* Noto黑体日语 */

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体韩语 */

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体泰语 */

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-700.woff') format('woff');
  font-weight: 700;
}

html {
  font-family: "Noto Sans SC", sans-serif;
}

[lang|="zh-hant"],
[lang|="zh-hans"],
[lang|="zh-cht"],
[lang=zh-hk],
[lang=zh-tw] {
  font-family: "Noto Sans TC", sans-serif;
}

[lang|="jp"] {
  font-family: "Noto Sans JP", sans-serif;
}

[lang|="kr"] {
  font-family: "Noto Sans KR", sans-serif;
}

[lang|="th"] {
  font-family: "Noto Sans Thai", sans-serif;
}

/* CSS Document */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
select {
  margin: 0;
  padding: 0;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
}

strong,
b {
  font-weight: bold;
  font-style: normal;
}

em {
  font-weight: normal;
  font-style: italic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

button,
a,
select {
  border: none;
  outline: none;
}

input,
textarea,
button,
a {
  font: inherit;
  color: inherit;
}

input,
textarea {
  outline: none;
}

textarea {
  overflow: auto;
  resize: none;
}

a,
button {
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 999999s;
  -webkit-transition: color 999999s ease-out, background-color 999999s ease-out;
}

#NIE-warning-dialog {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

#NIE-topBar {
  z-index: 999 !important;
}

#NIE-topBar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* Impact */

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

/* DIN */

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

/* Chakra-英法德西葡土俄-正文 */

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

/* Oswald-英法德西葡土俄-标题 */

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

/* 以下字体没找到对应的FontFace: DIN-Bold, HYZhuZiChaoRanTiJ */

/* Noto黑体简体 */

@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;
}

/* MiSans */

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

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

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

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

html,
body {
  font-family: 'DIN', serif;
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #111;
  color: #eee;
  overflow-x: hidden;
  overflow: overlay;
}

html.show-cursor,
body.show-cursor {
  cursor: default !important;
}

html.show-cursor *,
body.show-cursor * {
  cursor: default !important;
}

html.show-cursor *:hover,
body.show-cursor *:hover {
  cursor: default !important;
}

html.disable-scroll,
body.disable-scroll {
  overflow-y: hidden;
}

body {
  font-size: 0.16rem;
}

#wrap {
  overflow: hidden;
  position: relative;
}

.twitch_btn {
  position: fixed;
  bottom: 1rem;
  right: 1.2rem;
  z-index: 15;
  cursor: pointer;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -4.2rem;
  width: 4.35rem;
  height: 2.62rem;
}

.twitch_btn:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.page-wrap {
  position: relative;
  padding-top: 0.8rem;
}

.page-wrap > .pre-order {
  position: fixed;
  top: 0.8rem;
  right: 0;
  z-index: 15;
  cursor: pointer;
}

.loading {
  width: 100vw;
  height: 100vh;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_f6c68b9e.jpg) no-repeat center top;
  background-size: cover;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.loading .zxiaoemo_hecheng_14 {
  position: absolute;
  left: 50%;
  margin-left: -1.015rem;
  top: 50%;
  margin-top: -0.79rem;
  height: 2.03rem;
  width: 2.03rem;
  mix-blend-mode: normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/z_i_xiaoemo1_000_1a614c2b.png);
  background-size: 100% 100%;
}

.loading .zyuhecheng_245 {
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  top: 50%;
  margin-top: 0.34rem;
  height: 0.96rem;
  width: 2rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 79% 165%;
  transform-origin: 79% 165%;
  -webkit-animation: sprite_z_yuhecheng_25_000 2s 0s steps(1) infinite normal;
  animation: sprite_z_yuhecheng_25_000 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_z_yuhecheng_25_000_8d7533b8.png);
  background-size: 500% 500%;
}

.loading .zyuhecheng_231 {
  position: absolute;
  left: 50%;
  margin-left: -0.8rem;
  top: 50%;
  margin-top: 1.29rem;
  height: 0.16rem;
  width: 0.74rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 80% 181%;
  transform-origin: 80% 181%;
  -webkit-animation: sprite_yuhecheng_23_1 2s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_23_1 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_yuhecheng_23_1_91e8314b.png);
  background-size: 500% 500%;
}

.loading .zloading____89___hecheng_13 {
  position: absolute;
  left: 50%;
  margin-left: -0.06rem;
  top: 50%;
  margin-top: 1.29rem;
  height: 0.16rem;
  width: 0.44rem;
  font-family: Impact, sans-serif;
  font-size: 0.18rem;
  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;
  color: #bfbfbf;
}

.loading .zloading____89___hecheng_13 span {
  color: #c0ff17;
}

.loading .progress {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sns-bottom {
  display: none;
}

#copyright {
  display: none;
}

.page-enter-active.container-news {
  -webkit-animation: emptyAnimation 0.42s;
  animation: emptyAnimation 0.42s;
  overflow: hidden;
}

.page-enter-active.container-news .news-wrap {
  opacity: 0;
}

.page-enter-active.container-news::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 5.4rem;
  width: 9.58rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
  -webkit-animation: sprite_yuhecheng_1_hecheng_2_1 0.42s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_1_hecheng_2_1 0.42s 0s steps(1) infinite normal;
  background-size: 300% 200%;
}

.page-leave-active.container-index {
  -webkit-animation: emptyAnimation 0.42s;
  animation: emptyAnimation 0.42s;
}

@-webkit-keyframes sprite_z_yuhecheng_25_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -2rem 0;
  }

  8.3% {
    background-position: -4rem 0;
  }

  12.5% {
    background-position: -6rem 0;
  }

  16.7% {
    background-position: -8rem 0;
  }

  20.8% {
    background-position: 0 -0.96rem;
  }

  25% {
    background-position: -2rem -0.96rem;
  }

  29.2% {
    background-position: -4rem -0.96rem;
  }

  33.3% {
    background-position: -6rem -0.96rem;
  }

  37.5% {
    background-position: -8rem -0.96rem;
  }

  41.7% {
    background-position: 0 -1.92rem;
  }

  45.8% {
    background-position: -2rem -1.92rem;
  }

  50% {
    background-position: -4rem -1.92rem;
  }

  54.2% {
    background-position: -6rem -1.92rem;
  }

  58.3% {
    background-position: -8rem -1.92rem;
  }

  62.5% {
    background-position: 0 -2.88rem;
  }

  66.7% {
    background-position: -2rem -2.88rem;
  }

  70.8% {
    background-position: -4rem -2.88rem;
  }

  75% {
    background-position: -6rem -2.88rem;
  }

  79.2% {
    background-position: -8rem -2.88rem;
  }

  83.3% {
    background-position: 0 -3.84rem;
  }

  87.5% {
    background-position: -2rem -3.84rem;
  }

  91.7% {
    background-position: -4rem -3.84rem;
  }

  95.8% {
    background-position: -6rem -3.84rem;
  }

  100% {
    background-position: -6rem -3.84rem;
  }
}

@keyframes sprite_z_yuhecheng_25_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -2rem 0;
  }

  8.3% {
    background-position: -4rem 0;
  }

  12.5% {
    background-position: -6rem 0;
  }

  16.7% {
    background-position: -8rem 0;
  }

  20.8% {
    background-position: 0 -0.96rem;
  }

  25% {
    background-position: -2rem -0.96rem;
  }

  29.2% {
    background-position: -4rem -0.96rem;
  }

  33.3% {
    background-position: -6rem -0.96rem;
  }

  37.5% {
    background-position: -8rem -0.96rem;
  }

  41.7% {
    background-position: 0 -1.92rem;
  }

  45.8% {
    background-position: -2rem -1.92rem;
  }

  50% {
    background-position: -4rem -1.92rem;
  }

  54.2% {
    background-position: -6rem -1.92rem;
  }

  58.3% {
    background-position: -8rem -1.92rem;
  }

  62.5% {
    background-position: 0 -2.88rem;
  }

  66.7% {
    background-position: -2rem -2.88rem;
  }

  70.8% {
    background-position: -4rem -2.88rem;
  }

  75% {
    background-position: -6rem -2.88rem;
  }

  79.2% {
    background-position: -8rem -2.88rem;
  }

  83.3% {
    background-position: 0 -3.84rem;
  }

  87.5% {
    background-position: -2rem -3.84rem;
  }

  91.7% {
    background-position: -4rem -3.84rem;
  }

  95.8% {
    background-position: -6rem -3.84rem;
  }

  100% {
    background-position: -6rem -3.84rem;
  }
}

@-webkit-keyframes sprite_yuhecheng_1_hecheng_2_1 {
  0% {
    background-position: 0 0;
  }

  20% {
    background-position: -9.58rem 0;
  }

  40% {
    background-position: -19.16rem 0;
  }

  60% {
    background-position: 0 -5.4rem;
  }

  80% {
    background-position: -9.58rem -5.4rem;
  }

  100% {
    background-position: -9.58rem -5.4rem;
  }
}

@keyframes sprite_yuhecheng_1_hecheng_2_1 {
  0% {
    background-position: 0 0;
  }

  20% {
    background-position: -9.58rem 0;
  }

  40% {
    background-position: -19.16rem 0;
  }

  60% {
    background-position: 0 -5.4rem;
  }

  80% {
    background-position: -9.58rem -5.4rem;
  }

  100% {
    background-position: -9.58rem -5.4rem;
  }
}

@-webkit-keyframes pageAnim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

@keyframes pageAnim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

@-webkit-keyframes emptyAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

@keyframes emptyAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

@-webkit-keyframes sprite_yuhecheng_23_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -0.74rem 0;
  }

  8.3% {
    background-position: -1.48rem 0;
  }

  12.5% {
    background-position: -2.22rem 0;
  }

  16.7% {
    background-position: -2.96rem 0;
  }

  20.8% {
    background-position: 0 -0.16rem;
  }

  25% {
    background-position: -0.74rem -0.16rem;
  }

  29.2% {
    background-position: -1.48rem -0.16rem;
  }

  33.3% {
    background-position: -2.22rem -0.16rem;
  }

  37.5% {
    background-position: -2.96rem -0.16rem;
  }

  41.7% {
    background-position: 0 -0.32rem;
  }

  45.8% {
    background-position: -0.74rem -0.32rem;
  }

  50% {
    background-position: -1.48rem -0.32rem;
  }

  54.2% {
    background-position: -2.22rem -0.32rem;
  }

  58.3% {
    background-position: -2.96rem -0.32rem;
  }

  62.5% {
    background-position: 0 -0.48rem;
  }

  66.7% {
    background-position: -0.74rem -0.48rem;
  }

  70.8% {
    background-position: -1.48rem -0.48rem;
  }

  75% {
    background-position: -2.22rem -0.48rem;
  }

  79.2% {
    background-position: -2.96rem -0.48rem;
  }

  83.3% {
    background-position: 0 -0.64rem;
  }

  87.5% {
    background-position: -0.74rem -0.64rem;
  }

  91.7% {
    background-position: -1.48rem -0.64rem;
  }

  95.8% {
    background-position: -2.22rem -0.64rem;
  }

  100% {
    background-position: -2.22rem -0.64rem;
  }
}

@keyframes sprite_yuhecheng_23_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -0.74rem 0;
  }

  8.3% {
    background-position: -1.48rem 0;
  }

  12.5% {
    background-position: -2.22rem 0;
  }

  16.7% {
    background-position: -2.96rem 0;
  }

  20.8% {
    background-position: 0 -0.16rem;
  }

  25% {
    background-position: -0.74rem -0.16rem;
  }

  29.2% {
    background-position: -1.48rem -0.16rem;
  }

  33.3% {
    background-position: -2.22rem -0.16rem;
  }

  37.5% {
    background-position: -2.96rem -0.16rem;
  }

  41.7% {
    background-position: 0 -0.32rem;
  }

  45.8% {
    background-position: -0.74rem -0.32rem;
  }

  50% {
    background-position: -1.48rem -0.32rem;
  }

  54.2% {
    background-position: -2.22rem -0.32rem;
  }

  58.3% {
    background-position: -2.96rem -0.32rem;
  }

  62.5% {
    background-position: 0 -0.48rem;
  }

  66.7% {
    background-position: -0.74rem -0.48rem;
  }

  70.8% {
    background-position: -1.48rem -0.48rem;
  }

  75% {
    background-position: -2.22rem -0.48rem;
  }

  79.2% {
    background-position: -2.96rem -0.48rem;
  }

  83.3% {
    background-position: 0 -0.64rem;
  }

  87.5% {
    background-position: -0.74rem -0.64rem;
  }

  91.7% {
    background-position: -1.48rem -0.64rem;
  }

  95.8% {
    background-position: -2.22rem -0.64rem;
  }

  100% {
    background-position: -2.22rem -0.64rem;
  }
}

@-webkit-keyframes sprite_yuhecheng_24_5 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -1.5rem 0;
  }

  8.3% {
    background-position: -3rem 0;
  }

  12.5% {
    background-position: -4.5rem 0;
  }

  16.7% {
    background-position: -6rem 0;
  }

  20.8% {
    background-position: 0 -0.72rem;
  }

  25% {
    background-position: -1.5rem -0.72rem;
  }

  29.2% {
    background-position: -3rem -0.72rem;
  }

  33.3% {
    background-position: -4.5rem -0.72rem;
  }

  37.5% {
    background-position: -6rem -0.72rem;
  }

  41.7% {
    background-position: 0 -1.44rem;
  }

  45.8% {
    background-position: -1.5rem -1.44rem;
  }

  50% {
    background-position: -3rem -1.44rem;
  }

  54.2% {
    background-position: -4.5rem -1.44rem;
  }

  58.3% {
    background-position: -6rem -1.44rem;
  }

  62.5% {
    background-position: 0 -2.16rem;
  }

  66.7% {
    background-position: -1.5rem -2.16rem;
  }

  70.8% {
    background-position: -3rem -2.16rem;
  }

  75% {
    background-position: -4.5rem -2.16rem;
  }

  79.2% {
    background-position: -6rem -2.16rem;
  }

  83.3% {
    background-position: 0 -2.88rem;
  }

  87.5% {
    background-position: -1.5rem -2.88rem;
  }

  91.7% {
    background-position: -3rem -2.88rem;
  }

  95.8% {
    background-position: -4.5rem -2.88rem;
  }

  100% {
    background-position: -4.5rem -2.88rem;
  }
}

@keyframes sprite_yuhecheng_24_5 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -1.5rem 0;
  }

  8.3% {
    background-position: -3rem 0;
  }

  12.5% {
    background-position: -4.5rem 0;
  }

  16.7% {
    background-position: -6rem 0;
  }

  20.8% {
    background-position: 0 -0.72rem;
  }

  25% {
    background-position: -1.5rem -0.72rem;
  }

  29.2% {
    background-position: -3rem -0.72rem;
  }

  33.3% {
    background-position: -4.5rem -0.72rem;
  }

  37.5% {
    background-position: -6rem -0.72rem;
  }

  41.7% {
    background-position: 0 -1.44rem;
  }

  45.8% {
    background-position: -1.5rem -1.44rem;
  }

  50% {
    background-position: -3rem -1.44rem;
  }

  54.2% {
    background-position: -4.5rem -1.44rem;
  }

  58.3% {
    background-position: -6rem -1.44rem;
  }

  62.5% {
    background-position: 0 -2.16rem;
  }

  66.7% {
    background-position: -1.5rem -2.16rem;
  }

  70.8% {
    background-position: -3rem -2.16rem;
  }

  75% {
    background-position: -4.5rem -2.16rem;
  }

  79.2% {
    background-position: -6rem -2.16rem;
  }

  83.3% {
    background-position: 0 -2.88rem;
  }

  87.5% {
    background-position: -1.5rem -2.88rem;
  }

  91.7% {
    background-position: -3rem -2.88rem;
  }

  95.8% {
    background-position: -4.5rem -2.88rem;
  }

  100% {
    background-position: -4.5rem -2.88rem;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.container-index {
  height: 15.14rem;
  position: relative;
}

.container-index .faq {
  bottom: 0.2rem;
  right: 1.5rem;
  position: fixed;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.container-index .faq.mini {
  zoom: 0.8;
  right: 0;
}

.container-index .faq::before {
  display: block;
  content: '';
  pointer-events: none;
  height: 2.44rem;
  width: 2.4rem;
  mix-blend-mode: normal;
  -webkit-animation: sprite_z_icon_000 1s 0s steps(1) infinite normal;
  animation: sprite_z_icon_000 1s 0s steps(1) infinite normal;
  background-size: 500% 500%;
  margin-left: -0.6rem;
  margin-top: -0.5rem;
}

.container-index .faq .cursor-normal {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: 0;
}

.container-index .bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.container-index .bg:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.container-index .bg video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.container-index .bg .loopVideo {
  opacity: 0;
}

.container-index .bg .hotarea {
  position: absolute;
  top: 0;
  left: 0;
}

.container-index .bg .hotarea canvas {
  width: 19.2rem;
  height: 10.8rem;
}

.container-index .content {
  position: absolute;
  top: 4.37rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16.01rem;
  z-index: 9;
}

.container-index .content .free {
  display: none;
  text-align: center;
  color: #e92581;
  font-size: 0.26rem;
  margin-bottom: 0.1rem;
}

.container-index .content .video-btn {
  display: none;
  position: absolute;
  top: 0.95rem;
  right: 0;
  width: 1.24rem;
  height: 1.26rem;
}

.container-index .content .video-btn:hover {
  opacity: 0.8;
}

.container-index .content .video-btn .triangle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-38%, -50%);
  transform: translate(-38%, -50%);
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.79rem -2.36rem;
  width: 0.16rem;
  height: 0.16rem;
}

.container-index .content .video-btn .circle-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.32rem;
  margin-top: -0.32rem;
  -webkit-animation: zneijuan2_transform_bezier_anim 2s linear infinite;
  animation: zneijuan2_transform_bezier_anim 2s linear infinite;
}

.container-index .content .video-btn .circle-1::after {
  display: block;
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.42rem -7.6rem;
  width: 0.64rem;
  height: 0.63rem;
  -webkit-animation: zwaijuan3_anim 18s linear infinite;
  animation: zwaijuan3_anim 18s linear infinite;
}

.container-index .content .video-btn .circle-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.61rem;
  margin-top: -0.61rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -26.52rem -1.88rem;
  width: 1.23rem;
  height: 1.22rem;
  -webkit-animation: zwaijuan2_anim 18s linear infinite;
  animation: zwaijuan2_anim 18s linear infinite;
}

@-webkit-keyframes zneijuan2_transform_bezier_anim {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(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);
  }

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

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

@keyframes zneijuan2_transform_bezier_anim {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(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);
  }

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

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

@-webkit-keyframes zwaijuan3_anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes zwaijuan3_anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes zwaijuan2_anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes zwaijuan2_anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.container-index .content .slogan {
  width: 16.01rem;
  height: 2.43rem;
  margin: 0 auto;
  -webkit-animation: fadeIn 1s linear 0.25s both;
  animation: fadeIn 1s linear 0.25s both;
  position: relative;
  z-index: 9;
}

.container-index .content .slogan-subtitle {
  text-align: center;
  color: #9f9f9f;
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}

.container-index .content .p1 {
  display: none;
  font-size: 0.2rem;
  color: #9f9f9f;
  margin-top: 0.34rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.container-index .content .p1 span {
  color: #e92581;
  font-size: 0.26rem;
  font-weight: bold;
}

.container-index .content .apply-btn {
  display: block;
  margin: 0.5rem auto 0;
  position: relative;
}

.container-index .content .apply-btn:before {
  display: block;
  content: '';
  position: absolute;
  top: 0.8rem;
  mix-blend-mode: normal;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-animation: z_wenzi_hecheng_1_000_transform_bezier_anim 2.033s linear infinite;
  animation: z_wenzi_hecheng_1_000_transform_bezier_anim 2.033s linear infinite;
}

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

  49.18% {
    -webkit-transform: scale(1, 1);
    transform: scale(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);
  }

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

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

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

  49.18% {
    -webkit-transform: scale(1, 1);
    transform: scale(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);
  }

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

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

.container-index .content .apply-btn:hover {
  background: none;
}

.container-index .content .apply-btn:hover:before {
  display: none;
}

.container-index .content .apply-btn:hover:after {
  position: absolute;
  content: '';
}

.container-index .content .apply-btn .canclick {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  left: 1.2rem;
  top: 0.52rem;
  width: 4.48rem;
  height: 1.1rem;
}

.container-index .content .p2 {
  font-size: 0.26rem;
  color: #9f9f9f;
  margin-top: 0.04rem;
  text-align: center;
  text-transform: uppercase;
}

.container-index .content .platform-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8.56rem;
  margin: 0.3rem auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: -0.14rem;
}

.container-index .content .platform-links .line {
  width: 0.01rem;
  height: 0.34rem;
  background: #615e61;
}

.container-index .content .platform-links a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container-index .content .platform-links a:hover {
  -webkit-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0, 0.83, 1);
  transition-timing-function: cubic-bezier(0.17, 0, 0.83, 1);
}

.container-index .content .platform-links a.steam {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -25.85rem -6.12rem;
  width: 1.59rem;
  height: 0.5rem;
}

.container-index .content .platform-links a.xbox {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -18.48rem -19.09rem;
  width: 1.51rem;
  height: 0.48rem;
}

.container-index .content .platform-links a.epic {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.03rem -19.09rem;
  width: 1.26rem;
  height: 0.48rem;
}

.container-index .content .platform-links a.ps {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -25.12rem -7.93rem;
  width: 2.53rem;
  height: 0.46rem;
}

.container-index .content .p3 {
  text-align: center;
  color: #f438be;
  font-size: 0.4rem;
  margin-top: 0.36rem;
  margin-bottom: 0.12rem;
}

.container-index .content .p3 span {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.container-index .content .p3 span::after {
  content: '';
  position: absolute;
  top: -0.14rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.58rem -10.07rem;
  width: 0.38rem;
  height: 0.35rem;
  right: -0.28rem;
}

.container-index .content .arrow-down {
  margin: 0 auto;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.48rem -6.12rem;
  width: 0.47rem;
  height: 0.35rem;
}

.container-index .content .p4 {
  margin-bottom: 0.04rem;
  font-size: 0.26rem;
  color: #9f9f9f;
  text-align: center;
}

.container-index .news-link {
  display: block;
  position: absolute;
  bottom: 0.6rem;
  left: 0.6rem;
  text-indent: -999.99rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -26.52rem -3.14rem;
  width: 1.35rem;
  height: 0.59rem;
}

.container-index .news-link::after {
  display: block;
  content: '';
  width: 140%;
  height: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container-index .news-link:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -19.7rem -8.94rem;
  width: 1.35rem;
  height: 0.59rem;
}

.container-index .bgm-btn {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.76rem -7.22rem;
  width: 0.26rem;
  height: 0.26rem;
  position: absolute;
  bottom: 0.6rem;
  left: 2.02rem;
}

.container-index .bgm-btn.off {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.76rem -7.52rem;
  width: 0.26rem;
  height: 0.26rem;
}

.container-index .logo {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -1.88rem;
  width: 5.02rem;
  height: 2.28rem;
  position: absolute;
  top: 1.94rem;
  left: 10.29rem;
  z-index: 1;
}

.container-index .cookie-tips {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #bbc1c9;
  text-align: left;
  padding: 0.15rem 0.26rem;
  background: rgba(3, 13, 23, 0.45);
}

.container-index .cookie-tips a {
  margin-left: 0.2rem;
  color: #a9f73c;
  text-decoration: underline;
}

.container-index .cookie-tips .confirm {
  width: 1.1rem;
  height: 0.36rem;
  background-color: #171920;
  border: 0.01rem solid #646567;
  position: absolute;
  top: 50%;
  right: 0.18rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  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-family: 'Impact', serif;
}

.container-index .cookie-tips .confirm:hover {
  background-color: #22252f;
  border: 0.01rem solid #8c8d90;
}

.container-index .anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.container-index .anim-bottom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.container-index .anim-1 {
  position: absolute;
  left: 6.94rem;
  top: 4.22rem;
  height: 3.44rem;
  width: 4.76rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 56% 34%;
  transform-origin: 56% 34%;
  -webkit-animation: sprite_yuhecheng_5__00_47__png_hecheng_4_1 2s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_5__00_47__png_hecheng_4_1 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_yuhecheng_5__00_47__png_hecheng_4_1_46ff3b18.png);
  background-size: 500% 500%;
}

.container-index .anim-2 {
  position: absolute;
  left: 12.22rem;
  top: 0.68rem;
  height: 2.88rem;
  width: 5.7rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: -45% 158%;
  transform-origin: -45% 158%;
  -webkit-animation: sprite_yuhecheng_5__00_47__png_hecheng_1_2 2s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_5__00_47__png_hecheng_1_2 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_yuhecheng_5__00_47__png_hecheng_1_2_635e7438.png);
  background-size: 500% 500%;
}

.container-index .anim-3 {
  position: absolute;
  left: 10.73rem;
  top: 3.86rem;
  height: 2rem;
  width: 2.88rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: -30% 90%;
  transform-origin: -30% 90%;
  -webkit-animation: sprite_yuhecheng_5__00_47__png_hecheng_2_3 2s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_5__00_47__png_hecheng_2_3 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_yuhecheng_5__00_47__png_hecheng_2_3_2b7e0044.png);
  background-size: 500% 500%;
}

.container-index .anim-4 {
  position: absolute;
  left: 11.05rem;
  top: 0.72rem;
  height: 3.2rem;
  width: 2.5rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: -58% 146%;
  transform-origin: -58% 146%;
  -webkit-animation: sprite_yuhecheng_5__00_47__png_hecheng_3_4 2s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_5__00_47__png_hecheng_3_4 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_yuhecheng_5__00_47__png_hecheng_3_4_33e201ad.png);
  background-size: 500% 500%;
}

.container-index .lightning-1 {
  position: absolute;
  left: 11.43rem;
  top: 0.01rem;
  height: 3.7rem;
  width: 4.52rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: -40% 146%;
  transform-origin: -40% 146%;
  -webkit-animation: sprite_01_hecheng_1_2 2s 0s steps(1) infinite normal;
  animation: sprite_01_hecheng_1_2 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_01_hecheng_1_2_0eb9262e.png);
  background-size: 500% 500%;
}

.container-index .lightning-2 {
  position: absolute;
  left: 14.42rem;
  top: 0;
  height: 2.96rem;
  width: 4.78rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: -101% 182%;
  transform-origin: -101% 182%;
  -webkit-animation: sprite_02_7 2s 0s steps(1) infinite normal;
  animation: sprite_02_7 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_02_7_5b4df5a6.png);
  background-size: 500% 500%;
}

.container-index .lightning-3 {
  position: absolute;
  left: 12.15rem;
  top: 0.71rem;
  height: 5.5rem;
  width: 7.06rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: -30% 83%;
  transform-origin: -30% 83%;
  -webkit-animation: sprite_yuhecheng_2_hecheng_1_4 2s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_2_hecheng_1_4 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_yuhecheng_2_hecheng_1_4_4035e6d3.png);
  background-size: 500% 500%;
}

.container-index .jz {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.container-index .jz:hover {
  opacity: 0;
}

.container-index .jz-1 {
  position: absolute;
  left: 15.34rem;
  top: 4.63rem;
}

.container-index .jz-1::after {
  display: block;
  content: '';
  height: 0.82rem;
  width: 0.9rem;
  mix-blend-mode: normal;
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  -webkit-animation: ztuceng_5441_transform_bezier_anim 2s 0s infinite;
  animation: ztuceng_5441_transform_bezier_anim 2s 0s infinite;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/tuceng_544_1_ae01763a.png);
  background-size: 100% 100%;
}

.container-index .jz-2 {
  position: absolute;
  left: 16.68rem;
  top: 6.43rem;
}

.container-index .jz-2::after {
  display: block;
  content: '';
  height: 0.45rem;
  width: 0.4rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 50% 51%;
  transform-origin: 50% 51%;
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  -webkit-animation: ztuceng_5432_transform_bezier_anim 2s 0s infinite;
  animation: ztuceng_5432_transform_bezier_anim 2s 0s infinite;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/tuceng_543_2_659ad6ac.png);
  background-size: 100% 100%;
}

.container-index .jz-3 {
  position: absolute;
  left: 17.31rem;
  top: 5.93rem;
}

.container-index .jz-3::after {
  display: block;
  content: '';
  height: 0.15rem;
  width: 0.17rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 53% 53%;
  transform-origin: 53% 53%;
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  -webkit-animation: ztuceng_5423_transform_bezier_anim 2s 0s infinite;
  animation: ztuceng_5423_transform_bezier_anim 2s 0s infinite;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/tuceng_542_3_d70636b2.png);
  background-size: 100% 100%;
}

.container-index .jz-4 {
  position: absolute;
  left: 17.25rem;
  top: 5.81rem;
}

.container-index .jz-4::after {
  display: block;
  content: '';
  height: 0.31rem;
  width: 0.29rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 52% 52%;
  transform-origin: 52% 52%;
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  -webkit-animation: ztuceng_5414_transform_bezier_anim 2s 0s infinite;
  animation: ztuceng_5414_transform_bezier_anim 2s 0s infinite;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/tuceng_541_4_50fdf092.png);
  background-size: 100% 100%;
}

.container-index .card {
  position: absolute;
  width: 0.91rem;
  height: 1.39rem;
  -webkit-perspective: 1rem;
  perspective: 1rem;
}

.container-index .card .card-wrap {
  -webkit-perspective: 1rem;
  perspective: 1rem;
  -webkit-transform: scale(0.6) rotateZ(30deg);
  transform: scale(0.6) rotateZ(30deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.container-index .card .cnt {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  -webkit-perspective: 1rem;
  perspective: 1rem;
}

.container-index .card .cnt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container-index .card .cnt img.front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.container-index .card .cnt img.back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.container-index .card:hover .cnt img.front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.container-index .card:hover .cnt img.back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.container-index .card-1 {
  left: 16.22rem;
  top: 5.11rem;
  -webkit-animation: zHP_1_png_hecheng_12_transform_bezier_anim 2s 0s infinite;
  animation: zHP_1_png_hecheng_12_transform_bezier_anim 2s 0s infinite;
}

.container-index .card-1 .cnt {
  width: 0.91rem;
  height: 1.39rem;
}

.container-index .card-2 {
  left: 17.78rem;
  top: 6.28rem;
  -webkit-animation: zHP_1_png_hecheng_12_transform_bezier_anim 2s 0.1s infinite;
  animation: zHP_1_png_hecheng_12_transform_bezier_anim 2s 0.1s infinite;
}

.container-index .card-2 .card-wrap {
  -webkit-transform: scale(0.7) rotateZ(-15deg) rotateY(15deg);
  transform: scale(0.7) rotateZ(-15deg) rotateY(15deg);
}

.container-index .card-2:hover .cnt img.front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.container-index .card-2:hover .cnt img.back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.container-index .card-2 .cnt {
  width: 0.91rem;
  height: 1.39rem;
}

.container-index .pre-order-home {
  position: absolute;
  top: 8.4rem;
  right: 1.22rem;
  cursor: pointer;
}

@-webkit-keyframes sprite_yuhecheng_30_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -6.18rem 0;
  }

  8.3% {
    background-position: -12.36rem 0;
  }

  12.5% {
    background-position: -18.54rem 0;
  }

  16.7% {
    background-position: -24.72rem 0;
  }

  20.8% {
    background-position: 0 -2.52rem;
  }

  25% {
    background-position: -6.18rem -2.52rem;
  }

  29.2% {
    background-position: -12.36rem -2.52rem;
  }

  33.3% {
    background-position: -18.54rem -2.52rem;
  }

  37.5% {
    background-position: -24.72rem -2.52rem;
  }

  41.7% {
    background-position: 0 -5.04rem;
  }

  45.8% {
    background-position: -6.18rem -5.04rem;
  }

  50% {
    background-position: -12.36rem -5.04rem;
  }

  54.2% {
    background-position: -18.54rem -5.04rem;
  }

  58.3% {
    background-position: -24.72rem -5.04rem;
  }

  62.5% {
    background-position: 0 -7.56rem;
  }

  66.7% {
    background-position: -6.18rem -7.56rem;
  }

  70.8% {
    background-position: -12.36rem -7.56rem;
  }

  75% {
    background-position: -18.54rem -7.56rem;
  }

  79.2% {
    background-position: -24.72rem -7.56rem;
  }

  83.3% {
    background-position: 0 -10.08rem;
  }

  87.5% {
    background-position: -6.18rem -10.08rem;
  }

  91.7% {
    background-position: -12.36rem -10.08rem;
  }

  95.8% {
    background-position: -18.54rem -10.08rem;
  }

  100% {
    background-position: -18.54rem -10.08rem;
  }
}

@keyframes sprite_yuhecheng_30_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -6.18rem 0;
  }

  8.3% {
    background-position: -12.36rem 0;
  }

  12.5% {
    background-position: -18.54rem 0;
  }

  16.7% {
    background-position: -24.72rem 0;
  }

  20.8% {
    background-position: 0 -2.52rem;
  }

  25% {
    background-position: -6.18rem -2.52rem;
  }

  29.2% {
    background-position: -12.36rem -2.52rem;
  }

  33.3% {
    background-position: -18.54rem -2.52rem;
  }

  37.5% {
    background-position: -24.72rem -2.52rem;
  }

  41.7% {
    background-position: 0 -5.04rem;
  }

  45.8% {
    background-position: -6.18rem -5.04rem;
  }

  50% {
    background-position: -12.36rem -5.04rem;
  }

  54.2% {
    background-position: -18.54rem -5.04rem;
  }

  58.3% {
    background-position: -24.72rem -5.04rem;
  }

  62.5% {
    background-position: 0 -7.56rem;
  }

  66.7% {
    background-position: -6.18rem -7.56rem;
  }

  70.8% {
    background-position: -12.36rem -7.56rem;
  }

  75% {
    background-position: -18.54rem -7.56rem;
  }

  79.2% {
    background-position: -24.72rem -7.56rem;
  }

  83.3% {
    background-position: 0 -10.08rem;
  }

  87.5% {
    background-position: -6.18rem -10.08rem;
  }

  91.7% {
    background-position: -12.36rem -10.08rem;
  }

  95.8% {
    background-position: -18.54rem -10.08rem;
  }

  100% {
    background-position: -18.54rem -10.08rem;
  }
}

@-webkit-keyframes sprite_yuhecheng_5__00_47__png_hecheng_3_4 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -2.5rem 0;
  }

  8.3% {
    background-position: -5rem 0;
  }

  12.5% {
    background-position: -7.5rem 0;
  }

  16.7% {
    background-position: -10rem 0;
  }

  20.8% {
    background-position: 0 -3.2rem;
  }

  25% {
    background-position: -2.5rem -3.2rem;
  }

  29.2% {
    background-position: -5rem -3.2rem;
  }

  33.3% {
    background-position: -7.5rem -3.2rem;
  }

  37.5% {
    background-position: -10rem -3.2rem;
  }

  41.7% {
    background-position: 0 -6.4rem;
  }

  45.8% {
    background-position: -2.5rem -6.4rem;
  }

  50% {
    background-position: -5rem -6.4rem;
  }

  54.2% {
    background-position: -7.5rem -6.4rem;
  }

  58.3% {
    background-position: -10rem -6.4rem;
  }

  62.5% {
    background-position: 0 -9.6rem;
  }

  66.7% {
    background-position: -2.5rem -9.6rem;
  }

  70.8% {
    background-position: -5rem -9.6rem;
  }

  75% {
    background-position: -7.5rem -9.6rem;
  }

  79.2% {
    background-position: -10rem -9.6rem;
  }

  83.3% {
    background-position: 0 -12.8rem;
  }

  87.5% {
    background-position: -2.5rem -12.8rem;
  }

  91.7% {
    background-position: -5rem -12.8rem;
  }

  95.8% {
    background-position: -7.5rem -12.8rem;
  }

  100% {
    background-position: -7.5rem -12.8rem;
  }
}

@keyframes sprite_yuhecheng_5__00_47__png_hecheng_3_4 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -2.5rem 0;
  }

  8.3% {
    background-position: -5rem 0;
  }

  12.5% {
    background-position: -7.5rem 0;
  }

  16.7% {
    background-position: -10rem 0;
  }

  20.8% {
    background-position: 0 -3.2rem;
  }

  25% {
    background-position: -2.5rem -3.2rem;
  }

  29.2% {
    background-position: -5rem -3.2rem;
  }

  33.3% {
    background-position: -7.5rem -3.2rem;
  }

  37.5% {
    background-position: -10rem -3.2rem;
  }

  41.7% {
    background-position: 0 -6.4rem;
  }

  45.8% {
    background-position: -2.5rem -6.4rem;
  }

  50% {
    background-position: -5rem -6.4rem;
  }

  54.2% {
    background-position: -7.5rem -6.4rem;
  }

  58.3% {
    background-position: -10rem -6.4rem;
  }

  62.5% {
    background-position: 0 -9.6rem;
  }

  66.7% {
    background-position: -2.5rem -9.6rem;
  }

  70.8% {
    background-position: -5rem -9.6rem;
  }

  75% {
    background-position: -7.5rem -9.6rem;
  }

  79.2% {
    background-position: -10rem -9.6rem;
  }

  83.3% {
    background-position: 0 -12.8rem;
  }

  87.5% {
    background-position: -2.5rem -12.8rem;
  }

  91.7% {
    background-position: -5rem -12.8rem;
  }

  95.8% {
    background-position: -7.5rem -12.8rem;
  }

  100% {
    background-position: -7.5rem -12.8rem;
  }
}

@-webkit-keyframes sprite_yuhecheng_5__00_47__png_hecheng_2_3 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -2.88rem 0;
  }

  8.3% {
    background-position: -5.76rem 0;
  }

  12.5% {
    background-position: -8.64rem 0;
  }

  16.7% {
    background-position: -11.52rem 0;
  }

  20.8% {
    background-position: 0 -2rem;
  }

  25% {
    background-position: -2.88rem -2rem;
  }

  29.2% {
    background-position: -5.76rem -2rem;
  }

  33.3% {
    background-position: -8.64rem -2rem;
  }

  37.5% {
    background-position: -11.52rem -2rem;
  }

  41.7% {
    background-position: 0 -4rem;
  }

  45.8% {
    background-position: -2.88rem -4rem;
  }

  50% {
    background-position: -5.76rem -4rem;
  }

  54.2% {
    background-position: -8.64rem -4rem;
  }

  58.3% {
    background-position: -11.52rem -4rem;
  }

  62.5% {
    background-position: 0 -6rem;
  }

  66.7% {
    background-position: -2.88rem -6rem;
  }

  70.8% {
    background-position: -5.76rem -6rem;
  }

  75% {
    background-position: -8.64rem -6rem;
  }

  79.2% {
    background-position: -11.52rem -6rem;
  }

  83.3% {
    background-position: 0 -8rem;
  }

  87.5% {
    background-position: -2.88rem -8rem;
  }

  91.7% {
    background-position: -5.76rem -8rem;
  }

  95.8% {
    background-position: -8.64rem -8rem;
  }

  100% {
    background-position: -8.64rem -8rem;
  }
}

@keyframes sprite_yuhecheng_5__00_47__png_hecheng_2_3 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -2.88rem 0;
  }

  8.3% {
    background-position: -5.76rem 0;
  }

  12.5% {
    background-position: -8.64rem 0;
  }

  16.7% {
    background-position: -11.52rem 0;
  }

  20.8% {
    background-position: 0 -2rem;
  }

  25% {
    background-position: -2.88rem -2rem;
  }

  29.2% {
    background-position: -5.76rem -2rem;
  }

  33.3% {
    background-position: -8.64rem -2rem;
  }

  37.5% {
    background-position: -11.52rem -2rem;
  }

  41.7% {
    background-position: 0 -4rem;
  }

  45.8% {
    background-position: -2.88rem -4rem;
  }

  50% {
    background-position: -5.76rem -4rem;
  }

  54.2% {
    background-position: -8.64rem -4rem;
  }

  58.3% {
    background-position: -11.52rem -4rem;
  }

  62.5% {
    background-position: 0 -6rem;
  }

  66.7% {
    background-position: -2.88rem -6rem;
  }

  70.8% {
    background-position: -5.76rem -6rem;
  }

  75% {
    background-position: -8.64rem -6rem;
  }

  79.2% {
    background-position: -11.52rem -6rem;
  }

  83.3% {
    background-position: 0 -8rem;
  }

  87.5% {
    background-position: -2.88rem -8rem;
  }

  91.7% {
    background-position: -5.76rem -8rem;
  }

  95.8% {
    background-position: -8.64rem -8rem;
  }

  100% {
    background-position: -8.64rem -8rem;
  }
}

@-webkit-keyframes sprite_yuhecheng_5__00_47__png_hecheng_1_2 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -5.7rem 0;
  }

  8.3% {
    background-position: -11.4rem 0;
  }

  12.5% {
    background-position: -17.1rem 0;
  }

  16.7% {
    background-position: -22.8rem 0;
  }

  20.8% {
    background-position: 0 -2.88rem;
  }

  25% {
    background-position: -5.7rem -2.88rem;
  }

  29.2% {
    background-position: -11.4rem -2.88rem;
  }

  33.3% {
    background-position: -17.1rem -2.88rem;
  }

  37.5% {
    background-position: -22.8rem -2.88rem;
  }

  41.7% {
    background-position: 0 -5.76rem;
  }

  45.8% {
    background-position: -5.7rem -5.76rem;
  }

  50% {
    background-position: -11.4rem -5.76rem;
  }

  54.2% {
    background-position: -17.1rem -5.76rem;
  }

  58.3% {
    background-position: -22.8rem -5.76rem;
  }

  62.5% {
    background-position: 0 -8.64rem;
  }

  66.7% {
    background-position: -5.7rem -8.64rem;
  }

  70.8% {
    background-position: -11.4rem -8.64rem;
  }

  75% {
    background-position: -17.1rem -8.64rem;
  }

  79.2% {
    background-position: -22.8rem -8.64rem;
  }

  83.3% {
    background-position: 0 -11.52rem;
  }

  87.5% {
    background-position: -5.7rem -11.52rem;
  }

  91.7% {
    background-position: -11.4rem -11.52rem;
  }

  95.8% {
    background-position: -17.1rem -11.52rem;
  }

  100% {
    background-position: -17.1rem -11.52rem;
  }
}

@keyframes sprite_yuhecheng_5__00_47__png_hecheng_1_2 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -5.7rem 0;
  }

  8.3% {
    background-position: -11.4rem 0;
  }

  12.5% {
    background-position: -17.1rem 0;
  }

  16.7% {
    background-position: -22.8rem 0;
  }

  20.8% {
    background-position: 0 -2.88rem;
  }

  25% {
    background-position: -5.7rem -2.88rem;
  }

  29.2% {
    background-position: -11.4rem -2.88rem;
  }

  33.3% {
    background-position: -17.1rem -2.88rem;
  }

  37.5% {
    background-position: -22.8rem -2.88rem;
  }

  41.7% {
    background-position: 0 -5.76rem;
  }

  45.8% {
    background-position: -5.7rem -5.76rem;
  }

  50% {
    background-position: -11.4rem -5.76rem;
  }

  54.2% {
    background-position: -17.1rem -5.76rem;
  }

  58.3% {
    background-position: -22.8rem -5.76rem;
  }

  62.5% {
    background-position: 0 -8.64rem;
  }

  66.7% {
    background-position: -5.7rem -8.64rem;
  }

  70.8% {
    background-position: -11.4rem -8.64rem;
  }

  75% {
    background-position: -17.1rem -8.64rem;
  }

  79.2% {
    background-position: -22.8rem -8.64rem;
  }

  83.3% {
    background-position: 0 -11.52rem;
  }

  87.5% {
    background-position: -5.7rem -11.52rem;
  }

  91.7% {
    background-position: -11.4rem -11.52rem;
  }

  95.8% {
    background-position: -17.1rem -11.52rem;
  }

  100% {
    background-position: -17.1rem -11.52rem;
  }
}

@-webkit-keyframes sprite_yuhecheng_5__00_47__png_hecheng_4_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -4.76rem 0;
  }

  8.3% {
    background-position: -9.52rem 0;
  }

  12.5% {
    background-position: -14.28rem 0;
  }

  16.7% {
    background-position: -19.04rem 0;
  }

  20.8% {
    background-position: 0 -3.44rem;
  }

  25% {
    background-position: -4.76rem -3.44rem;
  }

  29.2% {
    background-position: -9.52rem -3.44rem;
  }

  33.3% {
    background-position: -14.28rem -3.44rem;
  }

  37.5% {
    background-position: -19.04rem -3.44rem;
  }

  41.7% {
    background-position: 0 -6.88rem;
  }

  45.8% {
    background-position: -4.76rem -6.88rem;
  }

  50% {
    background-position: -9.52rem -6.88rem;
  }

  54.2% {
    background-position: -14.28rem -6.88rem;
  }

  58.3% {
    background-position: -19.04rem -6.88rem;
  }

  62.5% {
    background-position: 0 -10.32rem;
  }

  66.7% {
    background-position: -4.76rem -10.32rem;
  }

  70.8% {
    background-position: -9.52rem -10.32rem;
  }

  75% {
    background-position: -14.28rem -10.32rem;
  }

  79.2% {
    background-position: -19.04rem -10.32rem;
  }

  83.3% {
    background-position: 0 -13.76rem;
  }

  87.5% {
    background-position: -4.76rem -13.76rem;
  }

  91.7% {
    background-position: -9.52rem -13.76rem;
  }

  95.8% {
    background-position: -14.28rem -13.76rem;
  }

  100% {
    background-position: -14.28rem -13.76rem;
  }
}

@keyframes sprite_yuhecheng_5__00_47__png_hecheng_4_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -4.76rem 0;
  }

  8.3% {
    background-position: -9.52rem 0;
  }

  12.5% {
    background-position: -14.28rem 0;
  }

  16.7% {
    background-position: -19.04rem 0;
  }

  20.8% {
    background-position: 0 -3.44rem;
  }

  25% {
    background-position: -4.76rem -3.44rem;
  }

  29.2% {
    background-position: -9.52rem -3.44rem;
  }

  33.3% {
    background-position: -14.28rem -3.44rem;
  }

  37.5% {
    background-position: -19.04rem -3.44rem;
  }

  41.7% {
    background-position: 0 -6.88rem;
  }

  45.8% {
    background-position: -4.76rem -6.88rem;
  }

  50% {
    background-position: -9.52rem -6.88rem;
  }

  54.2% {
    background-position: -14.28rem -6.88rem;
  }

  58.3% {
    background-position: -19.04rem -6.88rem;
  }

  62.5% {
    background-position: 0 -10.32rem;
  }

  66.7% {
    background-position: -4.76rem -10.32rem;
  }

  70.8% {
    background-position: -9.52rem -10.32rem;
  }

  75% {
    background-position: -14.28rem -10.32rem;
  }

  79.2% {
    background-position: -19.04rem -10.32rem;
  }

  83.3% {
    background-position: 0 -13.76rem;
  }

  87.5% {
    background-position: -4.76rem -13.76rem;
  }

  91.7% {
    background-position: -9.52rem -13.76rem;
  }

  95.8% {
    background-position: -14.28rem -13.76rem;
  }

  100% {
    background-position: -14.28rem -13.76rem;
  }
}

@-webkit-keyframes sprite_01_hecheng_1_2 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -4.52rem 0;
  }

  8.3% {
    background-position: -9.04rem 0;
  }

  12.5% {
    background-position: -13.56rem 0;
  }

  16.7% {
    background-position: -18.08rem 0;
  }

  20.8% {
    background-position: 0 -3.7rem;
  }

  25% {
    background-position: -4.52rem -3.7rem;
  }

  29.2% {
    background-position: -9.04rem -3.7rem;
  }

  33.3% {
    background-position: -13.56rem -3.7rem;
  }

  37.5% {
    background-position: -18.08rem -3.7rem;
  }

  41.7% {
    background-position: 0 -7.4rem;
  }

  45.8% {
    background-position: -4.52rem -7.4rem;
  }

  50% {
    background-position: -9.04rem -7.4rem;
  }

  54.2% {
    background-position: -13.56rem -7.4rem;
  }

  58.3% {
    background-position: -18.08rem -7.4rem;
  }

  62.5% {
    background-position: 0 -11.1rem;
  }

  66.7% {
    background-position: -4.52rem -11.1rem;
  }

  70.8% {
    background-position: -9.04rem -11.1rem;
  }

  75% {
    background-position: -13.56rem -11.1rem;
  }

  79.2% {
    background-position: -18.08rem -11.1rem;
  }

  83.3% {
    background-position: 0 -14.8rem;
  }

  87.5% {
    background-position: -4.52rem -14.8rem;
  }

  91.7% {
    background-position: -9.04rem -14.8rem;
  }

  95.8% {
    background-position: -13.56rem -14.8rem;
  }

  100% {
    background-position: -13.56rem -14.8rem;
  }
}

@keyframes sprite_01_hecheng_1_2 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -4.52rem 0;
  }

  8.3% {
    background-position: -9.04rem 0;
  }

  12.5% {
    background-position: -13.56rem 0;
  }

  16.7% {
    background-position: -18.08rem 0;
  }

  20.8% {
    background-position: 0 -3.7rem;
  }

  25% {
    background-position: -4.52rem -3.7rem;
  }

  29.2% {
    background-position: -9.04rem -3.7rem;
  }

  33.3% {
    background-position: -13.56rem -3.7rem;
  }

  37.5% {
    background-position: -18.08rem -3.7rem;
  }

  41.7% {
    background-position: 0 -7.4rem;
  }

  45.8% {
    background-position: -4.52rem -7.4rem;
  }

  50% {
    background-position: -9.04rem -7.4rem;
  }

  54.2% {
    background-position: -13.56rem -7.4rem;
  }

  58.3% {
    background-position: -18.08rem -7.4rem;
  }

  62.5% {
    background-position: 0 -11.1rem;
  }

  66.7% {
    background-position: -4.52rem -11.1rem;
  }

  70.8% {
    background-position: -9.04rem -11.1rem;
  }

  75% {
    background-position: -13.56rem -11.1rem;
  }

  79.2% {
    background-position: -18.08rem -11.1rem;
  }

  83.3% {
    background-position: 0 -14.8rem;
  }

  87.5% {
    background-position: -4.52rem -14.8rem;
  }

  91.7% {
    background-position: -9.04rem -14.8rem;
  }

  95.8% {
    background-position: -13.56rem -14.8rem;
  }

  100% {
    background-position: -13.56rem -14.8rem;
  }
}

@-webkit-keyframes sprite_02_7 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -4.78rem 0;
  }

  8.3% {
    background-position: -9.56rem 0;
  }

  12.5% {
    background-position: -14.34rem 0;
  }

  16.7% {
    background-position: -19.12rem 0;
  }

  20.8% {
    background-position: 0 -2.96rem;
  }

  25% {
    background-position: -4.78rem -2.96rem;
  }

  29.2% {
    background-position: -9.56rem -2.96rem;
  }

  33.3% {
    background-position: -14.34rem -2.96rem;
  }

  37.5% {
    background-position: -19.12rem -2.96rem;
  }

  41.7% {
    background-position: 0 -5.92rem;
  }

  45.8% {
    background-position: -4.78rem -5.92rem;
  }

  50% {
    background-position: -9.56rem -5.92rem;
  }

  54.2% {
    background-position: -14.34rem -5.92rem;
  }

  58.3% {
    background-position: -19.12rem -5.92rem;
  }

  62.5% {
    background-position: 0 -8.88rem;
  }

  66.7% {
    background-position: -4.78rem -8.88rem;
  }

  70.8% {
    background-position: -9.56rem -8.88rem;
  }

  75% {
    background-position: -14.34rem -8.88rem;
  }

  79.2% {
    background-position: -19.12rem -8.88rem;
  }

  83.3% {
    background-position: 0 -11.84rem;
  }

  87.5% {
    background-position: -4.78rem -11.84rem;
  }

  91.7% {
    background-position: -9.56rem -11.84rem;
  }

  95.8% {
    background-position: -14.34rem -11.84rem;
  }

  100% {
    background-position: -14.34rem -11.84rem;
  }
}

@keyframes sprite_02_7 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -4.78rem 0;
  }

  8.3% {
    background-position: -9.56rem 0;
  }

  12.5% {
    background-position: -14.34rem 0;
  }

  16.7% {
    background-position: -19.12rem 0;
  }

  20.8% {
    background-position: 0 -2.96rem;
  }

  25% {
    background-position: -4.78rem -2.96rem;
  }

  29.2% {
    background-position: -9.56rem -2.96rem;
  }

  33.3% {
    background-position: -14.34rem -2.96rem;
  }

  37.5% {
    background-position: -19.12rem -2.96rem;
  }

  41.7% {
    background-position: 0 -5.92rem;
  }

  45.8% {
    background-position: -4.78rem -5.92rem;
  }

  50% {
    background-position: -9.56rem -5.92rem;
  }

  54.2% {
    background-position: -14.34rem -5.92rem;
  }

  58.3% {
    background-position: -19.12rem -5.92rem;
  }

  62.5% {
    background-position: 0 -8.88rem;
  }

  66.7% {
    background-position: -4.78rem -8.88rem;
  }

  70.8% {
    background-position: -9.56rem -8.88rem;
  }

  75% {
    background-position: -14.34rem -8.88rem;
  }

  79.2% {
    background-position: -19.12rem -8.88rem;
  }

  83.3% {
    background-position: 0 -11.84rem;
  }

  87.5% {
    background-position: -4.78rem -11.84rem;
  }

  91.7% {
    background-position: -9.56rem -11.84rem;
  }

  95.8% {
    background-position: -14.34rem -11.84rem;
  }

  100% {
    background-position: -14.34rem -11.84rem;
  }
}

@-webkit-keyframes sprite_yuhecheng_2_hecheng_1_4 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -7.06rem 0;
  }

  8.3% {
    background-position: -14.12rem 0;
  }

  12.5% {
    background-position: -21.18rem 0;
  }

  16.7% {
    background-position: -28.24rem 0;
  }

  20.8% {
    background-position: 0 -5.5rem;
  }

  25% {
    background-position: -7.06rem -5.5rem;
  }

  29.2% {
    background-position: -14.12rem -5.5rem;
  }

  33.3% {
    background-position: -21.18rem -5.5rem;
  }

  37.5% {
    background-position: -28.24rem -5.5rem;
  }

  41.7% {
    background-position: 0 -11rem;
  }

  45.8% {
    background-position: -7.06rem -11rem;
  }

  50% {
    background-position: -14.12rem -11rem;
  }

  54.2% {
    background-position: -21.18rem -11rem;
  }

  58.3% {
    background-position: -28.24rem -11rem;
  }

  62.5% {
    background-position: 0 -16.5rem;
  }

  66.7% {
    background-position: -7.06rem -16.5rem;
  }

  70.8% {
    background-position: -14.12rem -16.5rem;
  }

  75% {
    background-position: -21.18rem -16.5rem;
  }

  79.2% {
    background-position: -28.24rem -16.5rem;
  }

  83.3% {
    background-position: 0 -22rem;
  }

  87.5% {
    background-position: -7.06rem -22rem;
  }

  91.7% {
    background-position: -14.12rem -22rem;
  }

  95.8% {
    background-position: -21.18rem -22rem;
  }

  100% {
    background-position: -21.18rem -22rem;
  }
}

@keyframes sprite_yuhecheng_2_hecheng_1_4 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -7.06rem 0;
  }

  8.3% {
    background-position: -14.12rem 0;
  }

  12.5% {
    background-position: -21.18rem 0;
  }

  16.7% {
    background-position: -28.24rem 0;
  }

  20.8% {
    background-position: 0 -5.5rem;
  }

  25% {
    background-position: -7.06rem -5.5rem;
  }

  29.2% {
    background-position: -14.12rem -5.5rem;
  }

  33.3% {
    background-position: -21.18rem -5.5rem;
  }

  37.5% {
    background-position: -28.24rem -5.5rem;
  }

  41.7% {
    background-position: 0 -11rem;
  }

  45.8% {
    background-position: -7.06rem -11rem;
  }

  50% {
    background-position: -14.12rem -11rem;
  }

  54.2% {
    background-position: -21.18rem -11rem;
  }

  58.3% {
    background-position: -28.24rem -11rem;
  }

  62.5% {
    background-position: 0 -16.5rem;
  }

  66.7% {
    background-position: -7.06rem -16.5rem;
  }

  70.8% {
    background-position: -14.12rem -16.5rem;
  }

  75% {
    background-position: -21.18rem -16.5rem;
  }

  79.2% {
    background-position: -28.24rem -16.5rem;
  }

  83.3% {
    background-position: 0 -22rem;
  }

  87.5% {
    background-position: -7.06rem -22rem;
  }

  91.7% {
    background-position: -14.12rem -22rem;
  }

  95.8% {
    background-position: -21.18rem -22rem;
  }

  100% {
    background-position: -21.18rem -22rem;
  }
}

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

  12.5% {
    -webkit-transform: translate(0, -0.01rem) scale(0.75, 0.75);
    transform: translate(0, -0.01rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.83, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.83, 1);
  }

  62.5% {
    -webkit-transform: translate(0, 0.07rem) scale(0.75, 0.75);
    transform: translate(0, 0.07rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.56);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.56);
  }

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

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

  12.5% {
    -webkit-transform: translate(0, -0.01rem) scale(0.75, 0.75);
    transform: translate(0, -0.01rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.83, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.83, 1);
  }

  62.5% {
    -webkit-transform: translate(0, 0.07rem) scale(0.75, 0.75);
    transform: translate(0, 0.07rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.56);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.56);
  }

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

@-webkit-keyframes ztuceng_5432_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0) scale(0.75, 0.75);
    transform: translate(0, 0) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.42, 0.83, 1);
    animation-timing-function: cubic-bezier(0.39, 0.42, 0.83, 1);
  }

  37.5% {
    -webkit-transform: translate(0, 0.07rem) scale(0.75, 0.75);
    transform: translate(0, 0.07rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  87.5% {
    -webkit-transform: translate(0, -0.01rem) scale(0.75, 0.75);
    transform: translate(0, -0.01rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.2);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.2);
  }

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

@keyframes ztuceng_5432_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0) scale(0.75, 0.75);
    transform: translate(0, 0) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.42, 0.83, 1);
    animation-timing-function: cubic-bezier(0.39, 0.42, 0.83, 1);
  }

  37.5% {
    -webkit-transform: translate(0, 0.07rem) scale(0.75, 0.75);
    transform: translate(0, 0.07rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  87.5% {
    -webkit-transform: translate(0, -0.01rem) scale(0.75, 0.75);
    transform: translate(0, -0.01rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.2);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.2);
  }

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

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

  25% {
    -webkit-transform: translate(0, -0.04rem) scale(0.75, 0.75);
    transform: translate(0, -0.04rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.83, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.83, 1);
  }

  75% {
    -webkit-transform: translate(0, 0.04rem) scale(0.75, 0.75);
    transform: translate(0, 0.04rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.34);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.34);
  }

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

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

  25% {
    -webkit-transform: translate(0, -0.04rem) scale(0.75, 0.75);
    transform: translate(0, -0.04rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.83, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.83, 1);
  }

  75% {
    -webkit-transform: translate(0, 0.04rem) scale(0.75, 0.75);
    transform: translate(0, 0.04rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.34);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0.34);
  }

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

@-webkit-keyframes ztuceng_5414_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0) scale(0.75, 0.75);
    transform: translate(0, 0) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.83, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.83, 1);
  }

  50% {
    -webkit-transform: translate(0, 0.08rem) scale(0.75, 0.75);
    transform: translate(0, 0.08rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

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

@keyframes ztuceng_5414_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0) scale(0.75, 0.75);
    transform: translate(0, 0) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.83, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.83, 1);
  }

  50% {
    -webkit-transform: translate(0, 0.08rem) scale(0.75, 0.75);
    transform: translate(0, 0.08rem) scale(0.75, 0.75);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

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

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

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

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

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

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

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

@-webkit-keyframes zyuhecheng_22__000_047__png_hecheng_111_transform_bezier_anim {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(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);
  }

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

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

@keyframes zyuhecheng_22__000_047__png_hecheng_111_transform_bezier_anim {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(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);
  }

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

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

@-webkit-keyframes sprite_yuhecheng_22_11 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -4.62rem 0;
  }

  8.3% {
    background-position: -9.24rem 0;
  }

  12.5% {
    background-position: -13.86rem 0;
  }

  16.7% {
    background-position: -18.48rem 0;
  }

  20.8% {
    background-position: 0 -1.26rem;
  }

  25% {
    background-position: -4.62rem -1.26rem;
  }

  29.2% {
    background-position: -9.24rem -1.26rem;
  }

  33.3% {
    background-position: -13.86rem -1.26rem;
  }

  37.5% {
    background-position: -18.48rem -1.26rem;
  }

  41.7% {
    background-position: 0 -2.52rem;
  }

  45.8% {
    background-position: -4.62rem -2.52rem;
  }

  50% {
    background-position: -9.24rem -2.52rem;
  }

  54.2% {
    background-position: -13.86rem -2.52rem;
  }

  58.3% {
    background-position: -18.48rem -2.52rem;
  }

  62.5% {
    background-position: 0 -3.78rem;
  }

  66.7% {
    background-position: -4.62rem -3.78rem;
  }

  70.8% {
    background-position: -9.24rem -3.78rem;
  }

  75% {
    background-position: -13.86rem -3.78rem;
  }

  79.2% {
    background-position: -18.48rem -3.78rem;
  }

  83.3% {
    background-position: 0 -5.04rem;
  }

  87.5% {
    background-position: -4.62rem -5.04rem;
  }

  91.7% {
    background-position: -9.24rem -5.04rem;
  }

  95.8% {
    background-position: -13.86rem -5.04rem;
  }

  100% {
    background-position: -13.86rem -5.04rem;
  }
}

@keyframes sprite_yuhecheng_22_11 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -4.62rem 0;
  }

  8.3% {
    background-position: -9.24rem 0;
  }

  12.5% {
    background-position: -13.86rem 0;
  }

  16.7% {
    background-position: -18.48rem 0;
  }

  20.8% {
    background-position: 0 -1.26rem;
  }

  25% {
    background-position: -4.62rem -1.26rem;
  }

  29.2% {
    background-position: -9.24rem -1.26rem;
  }

  33.3% {
    background-position: -13.86rem -1.26rem;
  }

  37.5% {
    background-position: -18.48rem -1.26rem;
  }

  41.7% {
    background-position: 0 -2.52rem;
  }

  45.8% {
    background-position: -4.62rem -2.52rem;
  }

  50% {
    background-position: -9.24rem -2.52rem;
  }

  54.2% {
    background-position: -13.86rem -2.52rem;
  }

  58.3% {
    background-position: -18.48rem -2.52rem;
  }

  62.5% {
    background-position: 0 -3.78rem;
  }

  66.7% {
    background-position: -4.62rem -3.78rem;
  }

  70.8% {
    background-position: -9.24rem -3.78rem;
  }

  75% {
    background-position: -13.86rem -3.78rem;
  }

  79.2% {
    background-position: -18.48rem -3.78rem;
  }

  83.3% {
    background-position: 0 -5.04rem;
  }

  87.5% {
    background-position: -4.62rem -5.04rem;
  }

  91.7% {
    background-position: -9.24rem -5.04rem;
  }

  95.8% {
    background-position: -13.86rem -5.04rem;
  }

  100% {
    background-position: -13.86rem -5.04rem;
  }
}

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

  50% {
    -webkit-transform: translate(0, -0.05rem);
    transform: translate(0, -0.05rem);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

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

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

  50% {
    -webkit-transform: translate(0, -0.05rem);
    transform: translate(0, -0.05rem);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

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

@-webkit-keyframes sprite_z_icon_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -2.4rem 0;
  }

  8.3% {
    background-position: -4.8rem 0;
  }

  12.5% {
    background-position: -7.2rem 0;
  }

  16.7% {
    background-position: -9.6rem 0;
  }

  20.8% {
    background-position: 0 -2.44rem;
  }

  25% {
    background-position: -2.4rem -2.44rem;
  }

  29.2% {
    background-position: -4.8rem -2.44rem;
  }

  33.3% {
    background-position: -7.2rem -2.44rem;
  }

  37.5% {
    background-position: -9.6rem -2.44rem;
  }

  41.7% {
    background-position: 0 -4.88rem;
  }

  45.8% {
    background-position: -2.4rem -4.88rem;
  }

  50% {
    background-position: -4.8rem -4.88rem;
  }

  54.2% {
    background-position: -7.2rem -4.88rem;
  }

  58.3% {
    background-position: -9.6rem -4.88rem;
  }

  62.5% {
    background-position: 0 -7.32rem;
  }

  66.7% {
    background-position: -2.4rem -7.32rem;
  }

  70.8% {
    background-position: -4.8rem -7.32rem;
  }

  75% {
    background-position: -7.2rem -7.32rem;
  }

  79.2% {
    background-position: -9.6rem -7.32rem;
  }

  83.3% {
    background-position: 0 -9.76rem;
  }

  87.5% {
    background-position: -2.4rem -9.76rem;
  }

  91.7% {
    background-position: -4.8rem -9.76rem;
  }

  95.8% {
    background-position: -7.2rem -9.76rem;
  }

  100% {
    background-position: -7.2rem -9.76rem;
  }
}

@keyframes sprite_z_icon_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -2.4rem 0;
  }

  8.3% {
    background-position: -4.8rem 0;
  }

  12.5% {
    background-position: -7.2rem 0;
  }

  16.7% {
    background-position: -9.6rem 0;
  }

  20.8% {
    background-position: 0 -2.44rem;
  }

  25% {
    background-position: -2.4rem -2.44rem;
  }

  29.2% {
    background-position: -4.8rem -2.44rem;
  }

  33.3% {
    background-position: -7.2rem -2.44rem;
  }

  37.5% {
    background-position: -9.6rem -2.44rem;
  }

  41.7% {
    background-position: 0 -4.88rem;
  }

  45.8% {
    background-position: -2.4rem -4.88rem;
  }

  50% {
    background-position: -4.8rem -4.88rem;
  }

  54.2% {
    background-position: -7.2rem -4.88rem;
  }

  58.3% {
    background-position: -9.6rem -4.88rem;
  }

  62.5% {
    background-position: 0 -7.32rem;
  }

  66.7% {
    background-position: -2.4rem -7.32rem;
  }

  70.8% {
    background-position: -4.8rem -7.32rem;
  }

  75% {
    background-position: -7.2rem -7.32rem;
  }

  79.2% {
    background-position: -9.6rem -7.32rem;
  }

  83.3% {
    background-position: 0 -9.76rem;
  }

  87.5% {
    background-position: -2.4rem -9.76rem;
  }

  91.7% {
    background-position: -4.8rem -9.76rem;
  }

  95.8% {
    background-position: -7.2rem -9.76rem;
  }

  100% {
    background-position: -7.2rem -9.76rem;
  }
}

.container-news {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 20.99rem;
  width: 100%;
  margin-top: -3.38rem;
  position: relative;
  z-index: 1;
}

.container-news .news-wrap {
  height: 100%;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_3c117ffa.png) no-repeat center top;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.container-news .news-wrap.zhTW .content .news-list .item:hover .item-tag {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.17rem -14.32rem;
  width: 0.68rem;
  height: 0.24rem;
}

.container-news .news-wrap.zhTW .content .news-list .item-tag {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -14.14rem -16.11rem;
  width: 0.68rem;
  height: 0.24rem;
}

.container-news .news-wrap.zhTW .content .news-list .item-title {
  height: 1.8rem;
  -webkit-line-clamp: 4;
}

.container-news .news-wrap.jp .content .news-list .item:hover .item-tag {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.47rem -12.12rem;
  width: 0.84rem;
  height: 0.23rem;
}

.container-news .news-wrap.jp .content .news-list .item-tag {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -20.17rem -14.05rem;
  width: 0.84rem;
  height: 0.23rem;
}

.container-news .news-wrap.jp .content .news-list .item-title {
  height: 1.8rem;
  -webkit-line-clamp: 4;
}

.container-news .slogan {
  width: 7.3rem;
  height: 1.87rem;
  position: absolute;
  top: 4.06rem;
  left: 1rem;
}

.container-news .tab-box {
  position: absolute;
  top: 6.17rem;
  left: 2.21rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -0 -19.91rem;
  width: 15.75rem;
  height: 0.66rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.59rem;
  padding-top: 0.06rem;
  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;
}

.container-news .back-link {
  display: block;
  position: absolute;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.58rem -9.14rem;
  width: 0.4rem;
  height: 0.35rem;
  font-size: 0;
  top: 0.33rem;
  left: 0.3rem;
}

.container-news .back-link:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.58rem -9.68rem;
  width: 0.4rem;
  height: 0.35rem;
}

.container-news .logo {
  position: absolute;
  top: 0.22rem;
  right: 1.25rem;
  width: 2.42rem;
  height: 1.11rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/logo_54af92c5.png) no-repeat center center;
  background-size: 100%;
}

.container-news .more-link {
  display: block;
  position: absolute;
  top: 6.4rem;
  left: 22.34rem;
}

.container-news .content {
  position: absolute;
  width: 10.34rem;
  top: 7.1rem;
  left: 2.34rem;
}

.container-news .content .news-list .item {
  -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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -10.09rem -9.95rem;
  width: 10.34rem;
  height: 1.23rem;
}

.container-news .content .news-list .item i {
  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;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -20.17rem -12.49rem;
  width: 1.11rem;
  height: 0.57rem;
  font-style: normal;
  font-size: 0.28rem;
  color: #c9c9c9;
  -webkit-transition: 0.3s margin-left;
  transition: 0.3s margin-left;
}

.container-news .content .news-list .item p {
  width: 6.3rem;
  font-size: 0.28rem;
  color: #9c9c9c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container-news .content .news-list .item span {
  font-size: 0.28rem;
  color: #777;
}

.container-news .content .news-list .item:nth-child(1) {
  opacity: 0;
  -webkit-animation: z_diyihang_000_anim 0.792s linear both, z_diyihang_000_transform_bezier_anim 0.792s both;
  animation: z_diyihang_000_anim 0.792s linear both, z_diyihang_000_transform_bezier_anim 0.792s both;
}

@-webkit-keyframes z_diyihang_000_anim {
  0% {
    opacity: 0;
  }

  26.32% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_diyihang_000_anim {
  0% {
    opacity: 0;
  }

  26.32% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes z_diyihang_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0.17rem);
    transform: translate(0, 0.17rem);
    -webkit-animation-timing-function: cubic-bezier(0.24, 0, 0.29, 1);
    animation-timing-function: cubic-bezier(0.24, 0, 0.29, 1);
  }

  47.37% {
    -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_diyihang_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0.17rem);
    transform: translate(0, 0.17rem);
    -webkit-animation-timing-function: cubic-bezier(0.24, 0, 0.29, 1);
    animation-timing-function: cubic-bezier(0.24, 0, 0.29, 1);
  }

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

.container-news .content .news-list .item:nth-child(1) .news-item__line {
  -webkit-animation: z_zhixian_1_hecheng_1_000_anim 0.792s linear both, z_zhixian_1_hecheng_1_000_transform_bezier_anim 0.792s both;
  animation: z_zhixian_1_hecheng_1_000_anim 0.792s linear both, z_zhixian_1_hecheng_1_000_transform_bezier_anim 0.792s both;
}

@-webkit-keyframes z_zhixian_1_hecheng_1_000_anim {
  0% {
    opacity: 0;
  }

  0.01% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_zhixian_1_hecheng_1_000_anim {
  0% {
    opacity: 0;
  }

  0.01% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes z_zhixian_1_hecheng_1_000_transform_bezier_anim {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.21, 1);
    animation-timing-function: cubic-bezier(0.35, 0, 0.21, 1);
  }

  63.16% {
    -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_zhixian_1_hecheng_1_000_transform_bezier_anim {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.21, 1);
    animation-timing-function: cubic-bezier(0.35, 0, 0.21, 1);
  }

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

.container-news .content .news-list .item:nth-child(2) {
  -webkit-animation: z_dierhang_000_anim 0.667s 0.125s linear both, z_dierhang_000_transform_bezier_anim 0.667s 0.125s both;
  animation: z_dierhang_000_anim 0.667s 0.125s linear both, z_dierhang_000_transform_bezier_anim 0.667s 0.125s both;
}

@-webkit-keyframes z_dierhang_000_anim {
  0% {
    opacity: 0;
  }

  31.25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_dierhang_000_anim {
  0% {
    opacity: 0;
  }

  31.25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes z_dierhang_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0.21rem);
    transform: translate(0, 0.21rem);
    -webkit-animation-timing-function: cubic-bezier(0.24, 0, 0.29, 1);
    animation-timing-function: cubic-bezier(0.24, 0, 0.29, 1);
  }

  56.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_dierhang_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0.21rem);
    transform: translate(0, 0.21rem);
    -webkit-animation-timing-function: cubic-bezier(0.24, 0, 0.29, 1);
    animation-timing-function: cubic-bezier(0.24, 0, 0.29, 1);
  }

  56.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);
  }
}

.container-news .content .news-list .item:nth-child(2) .news-item__line {
  -webkit-animation: z_zhixian_1_hecheng_1_001_anim 0.542s 0.125s linear both, z_zhixian_1_hecheng_1_001_transform_bezier_anim 0.542s 0.125s both;
  animation: z_zhixian_1_hecheng_1_001_anim 0.542s 0.125s linear both, z_zhixian_1_hecheng_1_001_transform_bezier_anim 0.542s 0.125s both;
}

@-webkit-keyframes z_zhixian_1_hecheng_1_001_anim {
  0% {
    opacity: 0;
  }

  0.01% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_zhixian_1_hecheng_1_001_anim {
  0% {
    opacity: 0;
  }

  0.01% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes z_zhixian_1_hecheng_1_001_transform_bezier_anim {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.21, 1);
    animation-timing-function: cubic-bezier(0.35, 0, 0.21, 1);
  }

  92.31% {
    -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_zhixian_1_hecheng_1_001_transform_bezier_anim {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.21, 1);
    animation-timing-function: cubic-bezier(0.35, 0, 0.21, 1);
  }

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

.container-news .content .news-list .item:nth-child(3) {
  -webkit-animation: z_disanhang_001_anim 0.542s 0.25s linear both, z_disanhang_001_transform_bezier_anim 0.542s 0.25s both;
  animation: z_disanhang_001_anim 0.542s 0.25s linear both, z_disanhang_001_transform_bezier_anim 0.542s 0.25s both;
}

@-webkit-keyframes z_disanhang_001_anim {
  0% {
    opacity: 0;
  }

  38.46% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_disanhang_001_anim {
  0% {
    opacity: 0;
  }

  38.46% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes z_disanhang_001_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0.21rem);
    transform: translate(0, 0.21rem);
    -webkit-animation-timing-function: cubic-bezier(0.24, 0, 0.29, 1);
    animation-timing-function: cubic-bezier(0.24, 0, 0.29, 1);
  }

  69.23% {
    -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_disanhang_001_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0.21rem);
    transform: translate(0, 0.21rem);
    -webkit-animation-timing-function: cubic-bezier(0.24, 0, 0.29, 1);
    animation-timing-function: cubic-bezier(0.24, 0, 0.29, 1);
  }

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

.container-news .content .news-list .item:nth-child(3) .news-item__line {
  -webkit-animation: z_zhixian_1_hecheng_1_001_anim 0.542s 0.25s linear both, z_zhixian_1_hecheng_1_001_transform_bezier_anim 0.542s 0.25s both;
  animation: z_zhixian_1_hecheng_1_001_anim 0.542s 0.25s linear both, z_zhixian_1_hecheng_1_001_transform_bezier_anim 0.542s 0.25s both;
}

.container-news .content .news-list .item:nth-child(4) {
  -webkit-animation: z_dierhang_000_anim 0.667s 0.375s linear both, z_dierhang_000_transform_bezier_anim 0.667s 0.375s both;
  animation: z_dierhang_000_anim 0.667s 0.375s linear both, z_dierhang_000_transform_bezier_anim 0.667s 0.375s both;
}

.container-news .content .news-list .item:nth-child(4) .news-item__line {
  -webkit-animation: z_zhixian_1_hecheng_1_001_anim 0.542s 0.375s linear both, z_zhixian_1_hecheng_1_001_transform_bezier_anim 0.542s 0.375s both;
  animation: z_zhixian_1_hecheng_1_001_anim 0.542s 0.375s linear both, z_zhixian_1_hecheng_1_001_transform_bezier_anim 0.542s 0.375s both;
}

.container-news .content .news-list .item:nth-child(5) {
  -webkit-animation: z_dierhang_000_anim 0.667s 0.5s linear both, z_dierhang_000_transform_bezier_anim 0.667s 0.5s both;
  animation: z_dierhang_000_anim 0.667s 0.5s linear both, z_dierhang_000_transform_bezier_anim 0.667s 0.5s both;
}

.container-news .content .news-list .item:nth-child(5) .news-item__line {
  -webkit-animation: z_zhixian_1_hecheng_1_001_anim 0.542s 0.5s linear both, z_zhixian_1_hecheng_1_001_transform_bezier_anim 0.542s 0.5s both;
  animation: z_zhixian_1_hecheng_1_001_anim 0.542s 0.5s linear both, z_zhixian_1_hecheng_1_001_transform_bezier_anim 0.542s 0.5s both;
}

.container-news .content .news-list .item:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -10.09rem -11.22rem;
  width: 10.34rem;
  height: 1.23rem;
}

.container-news .content .news-list .item:hover i {
  background: none !important;
  color: #aefd73;
  margin-left: 0.08rem;
}

.container-news .content .news-list .item:hover p,
.container-news .content .news-list .item:hover span {
  color: #f6f6f6;
}

.container-news .banner-box {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -0 -0;
  width: 10.69rem;
  height: 6.59rem;
  position: absolute;
  top: 6.76rem;
  left: 13rem;
}

.container-news .banner-box:after {
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -10.73rem -0;
  width: 10.69rem;
  height: 6.59rem;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 2;
}

.container-news .banner-box .news-pagination {
  position: absolute;
  z-index: 2;
  top: 5.76rem;
  left: 0.63rem;
}

.container-news .banner-box .news-pagination .swiper-pagination-bullet {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -27.67rem -3.77rem;
  width: 0.35rem;
  height: 0.35rem;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.08rem;
}

.container-news .banner-box .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -20.75rem -13.27rem;
  width: 0.35rem;
  height: 0.35rem;
}

.container-news .banner-box .swiper-container {
  width: 10.05rem;
  height: 5.82rem;
  position: absolute;
  left: 0.3rem;
  top: 0.46rem;
}

.container-news .banner-box .swiper-container .swiper-slide {
  position: relative;
}

.container-news .banner-box .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
}

.container-news .banner-box .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-news .banner-box .swiper-container .swiper-slide .img .shadow {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -0 -6.63rem;
  width: 10.05rem;
  height: 5.82rem;
  position: absolute;
  left: 0;
  top: 0;
}

.container-news .banner-box .swiper-container .swiper-slide .img p {
  position: absolute;
  top: 5.2rem;
  left: 4.28rem;
  width: 5.6rem;
  font-size: 0.4rem;
  color: #e6e6e6;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@-webkit-keyframes sprite_yuhecheng_2_hecheng_3_5 {
  0% {
    background-position: 0 0;
  }

  10% {
    background-position: -3.92rem 0;
  }

  20% {
    background-position: -7.84rem 0;
  }

  30% {
    background-position: -11.76rem 0;
  }

  40% {
    background-position: 0 -3.92rem;
  }

  50% {
    background-position: -3.92rem -3.92rem;
  }

  60% {
    background-position: -7.84rem -3.92rem;
  }

  70% {
    background-position: -11.76rem -3.92rem;
  }

  80% {
    background-position: 0 -7.84rem;
  }

  90% {
    background-position: -3.92rem -7.84rem;
  }

  100% {
    background-position: -3.92rem -7.84rem;
  }
}

@keyframes sprite_yuhecheng_2_hecheng_3_5 {
  0% {
    background-position: 0 0;
  }

  10% {
    background-position: -3.92rem 0;
  }

  20% {
    background-position: -7.84rem 0;
  }

  30% {
    background-position: -11.76rem 0;
  }

  40% {
    background-position: 0 -3.92rem;
  }

  50% {
    background-position: -3.92rem -3.92rem;
  }

  60% {
    background-position: -7.84rem -3.92rem;
  }

  70% {
    background-position: -11.76rem -3.92rem;
  }

  80% {
    background-position: 0 -7.84rem;
  }

  90% {
    background-position: -3.92rem -7.84rem;
  }

  100% {
    background-position: -3.92rem -7.84rem;
  }
}

.container-creator {
  height: 10.2rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_11392b1c.jpg) no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.73rem;
  padding-left: 1.4rem;
  font-size: 0.14rem;
  position: relative;
}

.container-creator .cnt {
  width: 4.62rem;
  line-height: 0.22rem;
}

.container-creator .cnt p {
  margin-bottom: 0.12rem;
}

.container-creator .cnt .tag {
  color: #e7ff18;
}

.container-creator .title {
  width: 7.08rem;
  height: 1.83rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/title_ae4122f5.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.3rem;
}

.container-creator .subtitle {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  margin-bottom: 0.16rem;
  position: relative;
}

.container-creator .subtitle::after {
  display: block;
  content: '';
  width: 4.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -0.06rem;
}

.container-creator .tips {
  margin-top: 0.32rem;
  color: #a2ff00;
  position: relative;
}

.container-creator .tips::after {
  display: block;
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -25.85rem -6.66rem;
  width: 1.51rem;
  height: 0.07rem;
  position: absolute;
  bottom: -0.06rem;
}

.container-creator .join-btn {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -17.39rem -7.6rem;
  width: 2.99rem;
  height: 0.63rem;
  margin-top: 0.14rem;
  display: block;
}

.container-creator .join-btn:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -17.39rem -8.27rem;
  width: 2.99rem;
  height: 0.63rem;
}

.container-lancers {
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-normal_71a5d30f.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: -3.85rem;
  z-index: 12;
  /* 节点名：预合成 wu  rgb */
}

.container-lancers:after {
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/after_80495bf6.png) center top no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 9.46rem;
  position: absolute;
  right: 0;
  top: -4.01rem;
  pointer-events: none;
}

.container-lancers .bg {
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  -webkit-transition: backgroud 0.3s;
  transition: backgroud 0.3s;
}

.container-lancers .bg-nitro {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-nitro_61d3ff7b.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-axon {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-axon_ccac3bf7.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-broker {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-broker_94ed95f7.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-corona {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-corona_c005b9c4.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-hollowpoint {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-hollowpoint_385ef044.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-kismet {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-kismet_7196f8ac.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-serket {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-serket_b6c756a6.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-chum {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-chum_3182ce7a.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-pathojen {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-pathojen_1d65a621.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-zephyr {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-zephyr_4f381fb2.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-jaguar {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-jaguar_f4ace6a7.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-spider {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-spider_fd1b8bff.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-sonar {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-sonar_63f899a0.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-dex {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-dex_12c2a90f.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers .bg-hurricane {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/rolebg-hurricane_d117bfb8.png) no-repeat;
  background-size: 100% 100%;
}

.container-lancers.active .role {
  -webkit-animation: moveIn 0.6s 0.3s forwards;
  animation: moveIn 0.6s 0.3s forwards;
}

@-webkit-keyframes moveIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes moveIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.container-lancers.active .video-bg {
  -webkit-animation: videoIn 1s forwards;
  animation: videoIn 1s forwards;
}

@-webkit-keyframes videoIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes videoIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.container-lancers .title {
  position: absolute;
  top: 1.42rem;
  left: 15rem;
  z-index: 1;
  pointer-events: none;
}

.container-lancers .video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 19.2rem;
  height: 9.46rem;
}

.container-lancers .video-bg img {
  width: 100%;
  height: 100%;
}

.container-lancers .video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-lancers .role-stroke-axon {
  position: absolute;
  left: 7.51rem;
  top: 3.5rem;
  height: 7.32rem;
  width: 10.44rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 37% 62%;
  transform-origin: 37% 62%;
  -webkit-animation: axon_donghua_000 2s 0s steps(1) infinite normal;
  animation: axon_donghua_000 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-axon_a977a08b.png);
  background-size: 500% 500%;
}

@-webkit-keyframes axon_donghua_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -10.44rem 0;
  }

  8.3% {
    background-position: -20.88rem 0;
  }

  12.5% {
    background-position: -31.32rem 0;
  }

  16.7% {
    background-position: -41.76rem 0;
  }

  20.8% {
    background-position: 0 -7.32rem;
  }

  25% {
    background-position: -10.44rem -7.32rem;
  }

  29.2% {
    background-position: -20.88rem -7.32rem;
  }

  33.3% {
    background-position: -31.32rem -7.32rem;
  }

  37.5% {
    background-position: -41.76rem -7.32rem;
  }

  41.7% {
    background-position: 0 -14.64rem;
  }

  45.8% {
    background-position: -10.44rem -14.64rem;
  }

  50% {
    background-position: -20.88rem -14.64rem;
  }

  54.2% {
    background-position: -31.32rem -14.64rem;
  }

  58.3% {
    background-position: -41.76rem -14.64rem;
  }

  62.5% {
    background-position: 0 -21.96rem;
  }

  66.7% {
    background-position: -10.44rem -21.96rem;
  }

  70.8% {
    background-position: -20.88rem -21.96rem;
  }

  75% {
    background-position: -31.32rem -21.96rem;
  }

  79.2% {
    background-position: -41.76rem -21.96rem;
  }

  83.3% {
    background-position: 0 -29.28rem;
  }

  87.5% {
    background-position: -10.44rem -29.28rem;
  }

  91.7% {
    background-position: -20.88rem -29.28rem;
  }

  95.8% {
    background-position: -31.32rem -29.28rem;
  }

  100% {
    background-position: -31.32rem -29.28rem;
  }
}

@keyframes axon_donghua_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -10.44rem 0;
  }

  8.3% {
    background-position: -20.88rem 0;
  }

  12.5% {
    background-position: -31.32rem 0;
  }

  16.7% {
    background-position: -41.76rem 0;
  }

  20.8% {
    background-position: 0 -7.32rem;
  }

  25% {
    background-position: -10.44rem -7.32rem;
  }

  29.2% {
    background-position: -20.88rem -7.32rem;
  }

  33.3% {
    background-position: -31.32rem -7.32rem;
  }

  37.5% {
    background-position: -41.76rem -7.32rem;
  }

  41.7% {
    background-position: 0 -14.64rem;
  }

  45.8% {
    background-position: -10.44rem -14.64rem;
  }

  50% {
    background-position: -20.88rem -14.64rem;
  }

  54.2% {
    background-position: -31.32rem -14.64rem;
  }

  58.3% {
    background-position: -41.76rem -14.64rem;
  }

  62.5% {
    background-position: 0 -21.96rem;
  }

  66.7% {
    background-position: -10.44rem -21.96rem;
  }

  70.8% {
    background-position: -20.88rem -21.96rem;
  }

  75% {
    background-position: -31.32rem -21.96rem;
  }

  79.2% {
    background-position: -41.76rem -21.96rem;
  }

  83.3% {
    background-position: 0 -29.28rem;
  }

  87.5% {
    background-position: -10.44rem -29.28rem;
  }

  91.7% {
    background-position: -20.88rem -29.28rem;
  }

  95.8% {
    background-position: -31.32rem -29.28rem;
  }

  100% {
    background-position: -31.32rem -29.28rem;
  }
}

.container-lancers .role-stroke-broker {
  position: absolute;
  left: 5.6rem;
  top: 6.4rem;
  height: 4.72rem;
  width: 10.82rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 55% 36%;
  transform-origin: 55% 36%;
  -webkit-animation: broker_donghua_000 2s 0s steps(1) infinite normal;
  animation: broker_donghua_000 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-broker_782a0481.png);
  background-size: 500% 500%;
}

@-webkit-keyframes broker_donghua_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -10.82rem 0;
  }

  8.3% {
    background-position: -21.64rem 0;
  }

  12.5% {
    background-position: -32.46rem 0;
  }

  16.7% {
    background-position: -43.28rem 0;
  }

  20.8% {
    background-position: 0 -4.72rem;
  }

  25% {
    background-position: -10.82rem -4.72rem;
  }

  29.2% {
    background-position: -21.64rem -4.72rem;
  }

  33.3% {
    background-position: -32.46rem -4.72rem;
  }

  37.5% {
    background-position: -43.28rem -4.72rem;
  }

  41.7% {
    background-position: 0 -9.44rem;
  }

  45.8% {
    background-position: -10.82rem -9.44rem;
  }

  50% {
    background-position: -21.64rem -9.44rem;
  }

  54.2% {
    background-position: -32.46rem -9.44rem;
  }

  58.3% {
    background-position: -43.28rem -9.44rem;
  }

  62.5% {
    background-position: 0 -14.16rem;
  }

  66.7% {
    background-position: -10.82rem -14.16rem;
  }

  70.8% {
    background-position: -21.64rem -14.16rem;
  }

  75% {
    background-position: -32.46rem -14.16rem;
  }

  79.2% {
    background-position: -43.28rem -14.16rem;
  }

  83.3% {
    background-position: 0 -18.88rem;
  }

  87.5% {
    background-position: -10.82rem -18.88rem;
  }

  91.7% {
    background-position: -21.64rem -18.88rem;
  }

  95.8% {
    background-position: -32.46rem -18.88rem;
  }

  100% {
    background-position: -32.46rem -18.88rem;
  }
}

@keyframes broker_donghua_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -10.82rem 0;
  }

  8.3% {
    background-position: -21.64rem 0;
  }

  12.5% {
    background-position: -32.46rem 0;
  }

  16.7% {
    background-position: -43.28rem 0;
  }

  20.8% {
    background-position: 0 -4.72rem;
  }

  25% {
    background-position: -10.82rem -4.72rem;
  }

  29.2% {
    background-position: -21.64rem -4.72rem;
  }

  33.3% {
    background-position: -32.46rem -4.72rem;
  }

  37.5% {
    background-position: -43.28rem -4.72rem;
  }

  41.7% {
    background-position: 0 -9.44rem;
  }

  45.8% {
    background-position: -10.82rem -9.44rem;
  }

  50% {
    background-position: -21.64rem -9.44rem;
  }

  54.2% {
    background-position: -32.46rem -9.44rem;
  }

  58.3% {
    background-position: -43.28rem -9.44rem;
  }

  62.5% {
    background-position: 0 -14.16rem;
  }

  66.7% {
    background-position: -10.82rem -14.16rem;
  }

  70.8% {
    background-position: -21.64rem -14.16rem;
  }

  75% {
    background-position: -32.46rem -14.16rem;
  }

  79.2% {
    background-position: -43.28rem -14.16rem;
  }

  83.3% {
    background-position: 0 -18.88rem;
  }

  87.5% {
    background-position: -10.82rem -18.88rem;
  }

  91.7% {
    background-position: -21.64rem -18.88rem;
  }

  95.8% {
    background-position: -32.46rem -18.88rem;
  }

  100% {
    background-position: -32.46rem -18.88rem;
  }
}

.container-lancers .role-stroke-corona {
  position: absolute;
  left: 6.43rem;
  top: 4.2rem;
  height: 8.1rem;
  width: 10.4rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: corona_donghua_000 2s 0s steps(1) infinite normal;
  animation: corona_donghua_000 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-corna_41916ba7.png);
  background-size: 500% 500%;
}

@-webkit-keyframes corona_donghua_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -10.4rem 0;
  }

  8.3% {
    background-position: -20.8rem 0;
  }

  12.5% {
    background-position: -31.2rem 0;
  }

  16.7% {
    background-position: -41.6rem 0;
  }

  20.8% {
    background-position: 0 -8.1rem;
  }

  25% {
    background-position: -10.4rem -8.1rem;
  }

  29.2% {
    background-position: -20.8rem -8.1rem;
  }

  33.3% {
    background-position: -31.2rem -8.1rem;
  }

  37.5% {
    background-position: -41.6rem -8.1rem;
  }

  41.7% {
    background-position: 0 -16.2rem;
  }

  45.8% {
    background-position: -10.4rem -16.2rem;
  }

  50% {
    background-position: -20.8rem -16.2rem;
  }

  54.2% {
    background-position: -31.2rem -16.2rem;
  }

  58.3% {
    background-position: -41.6rem -16.2rem;
  }

  62.5% {
    background-position: 0 -24.3rem;
  }

  66.7% {
    background-position: -10.4rem -24.3rem;
  }

  70.8% {
    background-position: -20.8rem -24.3rem;
  }

  75% {
    background-position: -31.2rem -24.3rem;
  }

  79.2% {
    background-position: -41.6rem -24.3rem;
  }

  83.3% {
    background-position: 0 -32.4rem;
  }

  87.5% {
    background-position: -10.4rem -32.4rem;
  }

  91.7% {
    background-position: -20.8rem -32.4rem;
  }

  95.8% {
    background-position: -31.2rem -32.4rem;
  }

  100% {
    background-position: -31.2rem -32.4rem;
  }
}

@keyframes corona_donghua_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -10.4rem 0;
  }

  8.3% {
    background-position: -20.8rem 0;
  }

  12.5% {
    background-position: -31.2rem 0;
  }

  16.7% {
    background-position: -41.6rem 0;
  }

  20.8% {
    background-position: 0 -8.1rem;
  }

  25% {
    background-position: -10.4rem -8.1rem;
  }

  29.2% {
    background-position: -20.8rem -8.1rem;
  }

  33.3% {
    background-position: -31.2rem -8.1rem;
  }

  37.5% {
    background-position: -41.6rem -8.1rem;
  }

  41.7% {
    background-position: 0 -16.2rem;
  }

  45.8% {
    background-position: -10.4rem -16.2rem;
  }

  50% {
    background-position: -20.8rem -16.2rem;
  }

  54.2% {
    background-position: -31.2rem -16.2rem;
  }

  58.3% {
    background-position: -41.6rem -16.2rem;
  }

  62.5% {
    background-position: 0 -24.3rem;
  }

  66.7% {
    background-position: -10.4rem -24.3rem;
  }

  70.8% {
    background-position: -20.8rem -24.3rem;
  }

  75% {
    background-position: -31.2rem -24.3rem;
  }

  79.2% {
    background-position: -41.6rem -24.3rem;
  }

  83.3% {
    background-position: 0 -32.4rem;
  }

  87.5% {
    background-position: -10.4rem -32.4rem;
  }

  91.7% {
    background-position: -20.8rem -32.4rem;
  }

  95.8% {
    background-position: -31.2rem -32.4rem;
  }

  100% {
    background-position: -31.2rem -32.4rem;
  }
}

.container-lancers .role-stroke-hollowpoint {
  position: absolute;
  left: 8rem;
  top: 4.9rem;
  height: 8.32rem;
  width: 8.48rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 54% 30%;
  transform-origin: 54% 30%;
  -webkit-animation: hollowpoint_donghua_000 2s 0s steps(1) infinite normal;
  animation: hollowpoint_donghua_000 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-hollowpoint_4b3b135e.png);
  background-size: 500% 500%;
}

@-webkit-keyframes hollowpoint_donghua_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -8.48rem 0;
  }

  8.3% {
    background-position: -16.96rem 0;
  }

  12.5% {
    background-position: -25.44rem 0;
  }

  16.7% {
    background-position: -33.92rem 0;
  }

  20.8% {
    background-position: 0 -8.32rem;
  }

  25% {
    background-position: -8.48rem -8.32rem;
  }

  29.2% {
    background-position: -16.96rem -8.32rem;
  }

  33.3% {
    background-position: -25.44rem -8.32rem;
  }

  37.5% {
    background-position: -33.92rem -8.32rem;
  }

  41.7% {
    background-position: 0 -16.64rem;
  }

  45.8% {
    background-position: -8.48rem -16.64rem;
  }

  50% {
    background-position: -16.96rem -16.64rem;
  }

  54.2% {
    background-position: -25.44rem -16.64rem;
  }

  58.3% {
    background-position: -33.92rem -16.64rem;
  }

  62.5% {
    background-position: 0 -24.96rem;
  }

  66.7% {
    background-position: -8.48rem -24.96rem;
  }

  70.8% {
    background-position: -16.96rem -24.96rem;
  }

  75% {
    background-position: -25.44rem -24.96rem;
  }

  79.2% {
    background-position: -33.92rem -24.96rem;
  }

  83.3% {
    background-position: 0 -33.28rem;
  }

  87.5% {
    background-position: -8.48rem -33.28rem;
  }

  91.7% {
    background-position: -16.96rem -33.28rem;
  }

  95.8% {
    background-position: -25.44rem -33.28rem;
  }

  100% {
    background-position: -25.44rem -33.28rem;
  }
}

@keyframes hollowpoint_donghua_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -8.48rem 0;
  }

  8.3% {
    background-position: -16.96rem 0;
  }

  12.5% {
    background-position: -25.44rem 0;
  }

  16.7% {
    background-position: -33.92rem 0;
  }

  20.8% {
    background-position: 0 -8.32rem;
  }

  25% {
    background-position: -8.48rem -8.32rem;
  }

  29.2% {
    background-position: -16.96rem -8.32rem;
  }

  33.3% {
    background-position: -25.44rem -8.32rem;
  }

  37.5% {
    background-position: -33.92rem -8.32rem;
  }

  41.7% {
    background-position: 0 -16.64rem;
  }

  45.8% {
    background-position: -8.48rem -16.64rem;
  }

  50% {
    background-position: -16.96rem -16.64rem;
  }

  54.2% {
    background-position: -25.44rem -16.64rem;
  }

  58.3% {
    background-position: -33.92rem -16.64rem;
  }

  62.5% {
    background-position: 0 -24.96rem;
  }

  66.7% {
    background-position: -8.48rem -24.96rem;
  }

  70.8% {
    background-position: -16.96rem -24.96rem;
  }

  75% {
    background-position: -25.44rem -24.96rem;
  }

  79.2% {
    background-position: -33.92rem -24.96rem;
  }

  83.3% {
    background-position: 0 -33.28rem;
  }

  87.5% {
    background-position: -8.48rem -33.28rem;
  }

  91.7% {
    background-position: -16.96rem -33.28rem;
  }

  95.8% {
    background-position: -25.44rem -33.28rem;
  }

  100% {
    background-position: -25.44rem -33.28rem;
  }
}

.container-lancers .role-stroke-kismet {
  position: absolute;
  left: 7.33rem;
  top: 3.5rem;
  height: 9.38rem;
  width: 10.64rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 40% 49%;
  transform-origin: 40% 49%;
  -webkit-animation: kismet_donghua_000 2s 0s steps(1) infinite normal;
  animation: kismet_donghua_000 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-kismet_1574ee8a.png);
  background-size: 500% 500%;
}

@-webkit-keyframes kismet_donghua_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -10.64rem 0;
  }

  8.3% {
    background-position: -21.28rem 0;
  }

  12.5% {
    background-position: -31.92rem 0;
  }

  16.7% {
    background-position: -42.56rem 0;
  }

  20.8% {
    background-position: 0 -9.38rem;
  }

  25% {
    background-position: -10.64rem -9.38rem;
  }

  29.2% {
    background-position: -21.28rem -9.38rem;
  }

  33.3% {
    background-position: -31.92rem -9.38rem;
  }

  37.5% {
    background-position: -42.56rem -9.38rem;
  }

  41.7% {
    background-position: 0 -18.76rem;
  }

  45.8% {
    background-position: -10.64rem -18.76rem;
  }

  50% {
    background-position: -21.28rem -18.76rem;
  }

  54.2% {
    background-position: -31.92rem -18.76rem;
  }

  58.3% {
    background-position: -42.56rem -18.76rem;
  }

  62.5% {
    background-position: 0 -28.14rem;
  }

  66.7% {
    background-position: -10.64rem -28.14rem;
  }

  70.8% {
    background-position: -21.28rem -28.14rem;
  }

  75% {
    background-position: -31.92rem -28.14rem;
  }

  79.2% {
    background-position: -42.56rem -28.14rem;
  }

  83.3% {
    background-position: 0 -37.52rem;
  }

  87.5% {
    background-position: -10.64rem -37.52rem;
  }

  91.7% {
    background-position: -21.28rem -37.52rem;
  }

  95.8% {
    background-position: -31.92rem -37.52rem;
  }

  100% {
    background-position: -31.92rem -37.52rem;
  }
}

@keyframes kismet_donghua_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -10.64rem 0;
  }

  8.3% {
    background-position: -21.28rem 0;
  }

  12.5% {
    background-position: -31.92rem 0;
  }

  16.7% {
    background-position: -42.56rem 0;
  }

  20.8% {
    background-position: 0 -9.38rem;
  }

  25% {
    background-position: -10.64rem -9.38rem;
  }

  29.2% {
    background-position: -21.28rem -9.38rem;
  }

  33.3% {
    background-position: -31.92rem -9.38rem;
  }

  37.5% {
    background-position: -42.56rem -9.38rem;
  }

  41.7% {
    background-position: 0 -18.76rem;
  }

  45.8% {
    background-position: -10.64rem -18.76rem;
  }

  50% {
    background-position: -21.28rem -18.76rem;
  }

  54.2% {
    background-position: -31.92rem -18.76rem;
  }

  58.3% {
    background-position: -42.56rem -18.76rem;
  }

  62.5% {
    background-position: 0 -28.14rem;
  }

  66.7% {
    background-position: -10.64rem -28.14rem;
  }

  70.8% {
    background-position: -21.28rem -28.14rem;
  }

  75% {
    background-position: -31.92rem -28.14rem;
  }

  79.2% {
    background-position: -42.56rem -28.14rem;
  }

  83.3% {
    background-position: 0 -37.52rem;
  }

  87.5% {
    background-position: -10.64rem -37.52rem;
  }

  91.7% {
    background-position: -21.28rem -37.52rem;
  }

  95.8% {
    background-position: -31.92rem -37.52rem;
  }

  100% {
    background-position: -31.92rem -37.52rem;
  }
}

.container-lancers .role-stroke-nitro {
  position: absolute;
  left: 6.26rem;
  top: 4.5rem;
  height: 5.3rem;
  width: 14.64rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 45% 65%;
  transform-origin: 45% 65%;
  -webkit-animation: nitro_donghua_000 2.5s 0s steps(1) infinite normal;
  animation: nitro_donghua_000 2.5s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-nitro_cd41eb66.png);
  background-size: 600% 500%;
}

@-webkit-keyframes nitro_donghua_000 {
  0% {
    background-position: 0 0;
  }

  3.3% {
    background-position: -14.64rem 0;
  }

  6.7% {
    background-position: -29.28rem 0;
  }

  10% {
    background-position: -43.92rem 0;
  }

  13.3% {
    background-position: -58.56rem 0;
  }

  16.7% {
    background-position: -73.2rem 0;
  }

  20% {
    background-position: 0 -5.3rem;
  }

  23.3% {
    background-position: -14.64rem -5.3rem;
  }

  26.7% {
    background-position: -29.28rem -5.3rem;
  }

  30% {
    background-position: -43.92rem -5.3rem;
  }

  33.3% {
    background-position: -58.56rem -5.3rem;
  }

  36.7% {
    background-position: -73.2rem -5.3rem;
  }

  40% {
    background-position: 0 -10.6rem;
  }

  43.3% {
    background-position: -14.64rem -10.6rem;
  }

  46.7% {
    background-position: -29.28rem -10.6rem;
  }

  50% {
    background-position: -43.92rem -10.6rem;
  }

  53.3% {
    background-position: -58.56rem -10.6rem;
  }

  56.7% {
    background-position: -73.2rem -10.6rem;
  }

  60% {
    background-position: 0 -15.9rem;
  }

  63.3% {
    background-position: -14.64rem -15.9rem;
  }

  66.7% {
    background-position: -29.28rem -15.9rem;
  }

  70% {
    background-position: -43.92rem -15.9rem;
  }

  73.3% {
    background-position: -58.56rem -15.9rem;
  }

  76.7% {
    background-position: -73.2rem -15.9rem;
  }

  80% {
    background-position: 0 -21.2rem;
  }

  83.3% {
    background-position: -14.64rem -21.2rem;
  }

  86.7% {
    background-position: -29.28rem -21.2rem;
  }

  90% {
    background-position: -43.92rem -21.2rem;
  }

  93.3% {
    background-position: -58.56rem -21.2rem;
  }

  96.7% {
    background-position: -73.2rem -21.2rem;
  }

  100% {
    background-position: -73.2rem -21.2rem;
  }
}

@keyframes nitro_donghua_000 {
  0% {
    background-position: 0 0;
  }

  3.3% {
    background-position: -14.64rem 0;
  }

  6.7% {
    background-position: -29.28rem 0;
  }

  10% {
    background-position: -43.92rem 0;
  }

  13.3% {
    background-position: -58.56rem 0;
  }

  16.7% {
    background-position: -73.2rem 0;
  }

  20% {
    background-position: 0 -5.3rem;
  }

  23.3% {
    background-position: -14.64rem -5.3rem;
  }

  26.7% {
    background-position: -29.28rem -5.3rem;
  }

  30% {
    background-position: -43.92rem -5.3rem;
  }

  33.3% {
    background-position: -58.56rem -5.3rem;
  }

  36.7% {
    background-position: -73.2rem -5.3rem;
  }

  40% {
    background-position: 0 -10.6rem;
  }

  43.3% {
    background-position: -14.64rem -10.6rem;
  }

  46.7% {
    background-position: -29.28rem -10.6rem;
  }

  50% {
    background-position: -43.92rem -10.6rem;
  }

  53.3% {
    background-position: -58.56rem -10.6rem;
  }

  56.7% {
    background-position: -73.2rem -10.6rem;
  }

  60% {
    background-position: 0 -15.9rem;
  }

  63.3% {
    background-position: -14.64rem -15.9rem;
  }

  66.7% {
    background-position: -29.28rem -15.9rem;
  }

  70% {
    background-position: -43.92rem -15.9rem;
  }

  73.3% {
    background-position: -58.56rem -15.9rem;
  }

  76.7% {
    background-position: -73.2rem -15.9rem;
  }

  80% {
    background-position: 0 -21.2rem;
  }

  83.3% {
    background-position: -14.64rem -21.2rem;
  }

  86.7% {
    background-position: -29.28rem -21.2rem;
  }

  90% {
    background-position: -43.92rem -21.2rem;
  }

  93.3% {
    background-position: -58.56rem -21.2rem;
  }

  96.7% {
    background-position: -73.2rem -21.2rem;
  }

  100% {
    background-position: -73.2rem -21.2rem;
  }
}

.container-lancers .role-stroke-serket {
  position: absolute;
  left: 6.11rem;
  top: 5rem;
  height: 7.5rem;
  width: 11.62rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 47% 40%;
  transform-origin: 47% 40%;
  -webkit-animation: serket_donghua_000 2s 0s steps(1) infinite normal;
  animation: serket_donghua_000 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-serket_535e7502.png);
  background-size: 500% 500%;
}

@-webkit-keyframes serket_donghua_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -11.62rem 0;
  }

  8.3% {
    background-position: -23.24rem 0;
  }

  12.5% {
    background-position: -34.86rem 0;
  }

  16.7% {
    background-position: -46.48rem 0;
  }

  20.8% {
    background-position: 0 -7.5rem;
  }

  25% {
    background-position: -11.62rem -7.5rem;
  }

  29.2% {
    background-position: -23.24rem -7.5rem;
  }

  33.3% {
    background-position: -34.86rem -7.5rem;
  }

  37.5% {
    background-position: -46.48rem -7.5rem;
  }

  41.7% {
    background-position: 0 -15rem;
  }

  45.8% {
    background-position: -11.62rem -15rem;
  }

  50% {
    background-position: -23.24rem -15rem;
  }

  54.2% {
    background-position: -34.86rem -15rem;
  }

  58.3% {
    background-position: -46.48rem -15rem;
  }

  62.5% {
    background-position: 0 -22.5rem;
  }

  66.7% {
    background-position: -11.62rem -22.5rem;
  }

  70.8% {
    background-position: -23.24rem -22.5rem;
  }

  75% {
    background-position: -34.86rem -22.5rem;
  }

  79.2% {
    background-position: -46.48rem -22.5rem;
  }

  83.3% {
    background-position: 0 -30rem;
  }

  87.5% {
    background-position: -11.62rem -30rem;
  }

  91.7% {
    background-position: -23.24rem -30rem;
  }

  95.8% {
    background-position: -34.86rem -30rem;
  }

  100% {
    background-position: -34.86rem -30rem;
  }
}

@keyframes serket_donghua_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -11.62rem 0;
  }

  8.3% {
    background-position: -23.24rem 0;
  }

  12.5% {
    background-position: -34.86rem 0;
  }

  16.7% {
    background-position: -46.48rem 0;
  }

  20.8% {
    background-position: 0 -7.5rem;
  }

  25% {
    background-position: -11.62rem -7.5rem;
  }

  29.2% {
    background-position: -23.24rem -7.5rem;
  }

  33.3% {
    background-position: -34.86rem -7.5rem;
  }

  37.5% {
    background-position: -46.48rem -7.5rem;
  }

  41.7% {
    background-position: 0 -15rem;
  }

  45.8% {
    background-position: -11.62rem -15rem;
  }

  50% {
    background-position: -23.24rem -15rem;
  }

  54.2% {
    background-position: -34.86rem -15rem;
  }

  58.3% {
    background-position: -46.48rem -15rem;
  }

  62.5% {
    background-position: 0 -22.5rem;
  }

  66.7% {
    background-position: -11.62rem -22.5rem;
  }

  70.8% {
    background-position: -23.24rem -22.5rem;
  }

  75% {
    background-position: -34.86rem -22.5rem;
  }

  79.2% {
    background-position: -46.48rem -22.5rem;
  }

  83.3% {
    background-position: 0 -30rem;
  }

  87.5% {
    background-position: -11.62rem -30rem;
  }

  91.7% {
    background-position: -23.24rem -30rem;
  }

  95.8% {
    background-position: -34.86rem -30rem;
  }

  100% {
    background-position: -34.86rem -30rem;
  }
}

.container-lancers .role-stroke-jaguar {
  z-index: 1;
  position: absolute;
  left: 8.2rem;
  top: 4.5rem;
  height: 6.68rem;
  width: 10.94rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 57% 52%;
  transform-origin: 57% 52%;
  -webkit-animation: sprite_z_dianzhao_000 2s 0s steps(1) infinite normal;
  animation: sprite_z_dianzhao_000 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-jaguar_98ad2461.png);
  background-size: 500% 500%;
}

@-webkit-keyframes sprite_z_dianzhao_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -10.94rem 0;
  }

  8.3% {
    background-position: -21.88rem 0;
  }

  12.5% {
    background-position: -32.82rem 0;
  }

  16.7% {
    background-position: -43.76rem 0;
  }

  20.8% {
    background-position: 0 -6.68rem;
  }

  25% {
    background-position: -10.94rem -6.68rem;
  }

  29.2% {
    background-position: -21.88rem -6.68rem;
  }

  33.3% {
    background-position: -32.82rem -6.68rem;
  }

  37.5% {
    background-position: -43.76rem -6.68rem;
  }

  41.7% {
    background-position: 0 -13.36rem;
  }

  45.8% {
    background-position: -10.94rem -13.36rem;
  }

  50% {
    background-position: -21.88rem -13.36rem;
  }

  54.2% {
    background-position: -32.82rem -13.36rem;
  }

  58.3% {
    background-position: -43.76rem -13.36rem;
  }

  62.5% {
    background-position: 0 -20.04rem;
  }

  66.7% {
    background-position: -10.94rem -20.04rem;
  }

  70.8% {
    background-position: -21.88rem -20.04rem;
  }

  75% {
    background-position: -32.82rem -20.04rem;
  }

  79.2% {
    background-position: -43.76rem -20.04rem;
  }

  83.3% {
    background-position: 0 -26.72rem;
  }

  87.5% {
    background-position: -10.94rem -26.72rem;
  }

  91.7% {
    background-position: -21.88rem -26.72rem;
  }

  95.8% {
    background-position: -32.82rem -26.72rem;
  }

  100% {
    background-position: -32.82rem -26.72rem;
  }
}

@keyframes sprite_z_dianzhao_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -10.94rem 0;
  }

  8.3% {
    background-position: -21.88rem 0;
  }

  12.5% {
    background-position: -32.82rem 0;
  }

  16.7% {
    background-position: -43.76rem 0;
  }

  20.8% {
    background-position: 0 -6.68rem;
  }

  25% {
    background-position: -10.94rem -6.68rem;
  }

  29.2% {
    background-position: -21.88rem -6.68rem;
  }

  33.3% {
    background-position: -32.82rem -6.68rem;
  }

  37.5% {
    background-position: -43.76rem -6.68rem;
  }

  41.7% {
    background-position: 0 -13.36rem;
  }

  45.8% {
    background-position: -10.94rem -13.36rem;
  }

  50% {
    background-position: -21.88rem -13.36rem;
  }

  54.2% {
    background-position: -32.82rem -13.36rem;
  }

  58.3% {
    background-position: -43.76rem -13.36rem;
  }

  62.5% {
    background-position: 0 -20.04rem;
  }

  66.7% {
    background-position: -10.94rem -20.04rem;
  }

  70.8% {
    background-position: -21.88rem -20.04rem;
  }

  75% {
    background-position: -32.82rem -20.04rem;
  }

  79.2% {
    background-position: -43.76rem -20.04rem;
  }

  83.3% {
    background-position: 0 -26.72rem;
  }

  87.5% {
    background-position: -10.94rem -26.72rem;
  }

  91.7% {
    background-position: -21.88rem -26.72rem;
  }

  95.8% {
    background-position: -32.82rem -26.72rem;
  }

  100% {
    background-position: -32.82rem -26.72rem;
  }
}

.container-lancers .role-stroke-spider {
  z-index: 1;
  position: absolute;
  left: 7.36rem;
  top: 4.06rem;
  height: 6.34rem;
  width: 11.14rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 58% 63%;
  transform-origin: 58% 63%;
  -webkit-animation: sprite_z_fuye_000 2s 0s steps(1) infinite normal;
  animation: sprite_z_fuye_000 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-spider_7675e657.png);
  background-size: 500% 500%;
}

@-webkit-keyframes sprite_z_fuye_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -11.14rem 0;
  }

  8.3% {
    background-position: -22.28rem 0;
  }

  12.5% {
    background-position: -33.42rem 0;
  }

  16.7% {
    background-position: -44.56rem 0;
  }

  20.8% {
    background-position: 0 -6.34rem;
  }

  25% {
    background-position: -11.14rem -6.34rem;
  }

  29.2% {
    background-position: -22.28rem -6.34rem;
  }

  33.3% {
    background-position: -33.42rem -6.34rem;
  }

  37.5% {
    background-position: -44.56rem -6.34rem;
  }

  41.7% {
    background-position: 0 -12.68rem;
  }

  45.8% {
    background-position: -11.14rem -12.68rem;
  }

  50% {
    background-position: -22.28rem -12.68rem;
  }

  54.2% {
    background-position: -33.42rem -12.68rem;
  }

  58.3% {
    background-position: -44.56rem -12.68rem;
  }

  62.5% {
    background-position: 0 -19.02rem;
  }

  66.7% {
    background-position: -11.14rem -19.02rem;
  }

  70.8% {
    background-position: -22.28rem -19.02rem;
  }

  75% {
    background-position: -33.42rem -19.02rem;
  }

  79.2% {
    background-position: -44.56rem -19.02rem;
  }

  83.3% {
    background-position: 0 -25.36rem;
  }

  87.5% {
    background-position: -11.14rem -25.36rem;
  }

  91.7% {
    background-position: -22.28rem -25.36rem;
  }

  95.8% {
    background-position: -33.42rem -25.36rem;
  }

  100% {
    background-position: -33.42rem -25.36rem;
  }
}

@keyframes sprite_z_fuye_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -11.14rem 0;
  }

  8.3% {
    background-position: -22.28rem 0;
  }

  12.5% {
    background-position: -33.42rem 0;
  }

  16.7% {
    background-position: -44.56rem 0;
  }

  20.8% {
    background-position: 0 -6.34rem;
  }

  25% {
    background-position: -11.14rem -6.34rem;
  }

  29.2% {
    background-position: -22.28rem -6.34rem;
  }

  33.3% {
    background-position: -33.42rem -6.34rem;
  }

  37.5% {
    background-position: -44.56rem -6.34rem;
  }

  41.7% {
    background-position: 0 -12.68rem;
  }

  45.8% {
    background-position: -11.14rem -12.68rem;
  }

  50% {
    background-position: -22.28rem -12.68rem;
  }

  54.2% {
    background-position: -33.42rem -12.68rem;
  }

  58.3% {
    background-position: -44.56rem -12.68rem;
  }

  62.5% {
    background-position: 0 -19.02rem;
  }

  66.7% {
    background-position: -11.14rem -19.02rem;
  }

  70.8% {
    background-position: -22.28rem -19.02rem;
  }

  75% {
    background-position: -33.42rem -19.02rem;
  }

  79.2% {
    background-position: -44.56rem -19.02rem;
  }

  83.3% {
    background-position: 0 -25.36rem;
  }

  87.5% {
    background-position: -11.14rem -25.36rem;
  }

  91.7% {
    background-position: -22.28rem -25.36rem;
  }

  95.8% {
    background-position: -33.42rem -25.36rem;
  }

  100% {
    background-position: -33.42rem -25.36rem;
  }
}

.container-lancers .role-stroke-sonar {
  z-index: 1;
  position: absolute;
  left: 9.26rem;
  top: 4.24rem;
  height: 7.26rem;
  width: 9.04rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 47% 51%;
  transform-origin: 47% 51%;
  -webkit-animation: sprite_z_Sonar_shengna_000 2s 0s steps(1) infinite normal;
  animation: sprite_z_Sonar_shengna_000 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-sonar_8e0c93dd.png);
  background-size: 500% 500%;
}

@-webkit-keyframes sprite_z_Sonar_shengna_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -9.04rem 0;
  }

  8.3% {
    background-position: -18.08rem 0;
  }

  12.5% {
    background-position: -27.12rem 0;
  }

  16.7% {
    background-position: -36.16rem 0;
  }

  20.8% {
    background-position: 0 -7.26rem;
  }

  25% {
    background-position: -9.04rem -7.26rem;
  }

  29.2% {
    background-position: -18.08rem -7.26rem;
  }

  33.3% {
    background-position: -27.12rem -7.26rem;
  }

  37.5% {
    background-position: -36.16rem -7.26rem;
  }

  41.7% {
    background-position: 0 -14.52rem;
  }

  45.8% {
    background-position: -9.04rem -14.52rem;
  }

  50% {
    background-position: -18.08rem -14.52rem;
  }

  54.2% {
    background-position: -27.12rem -14.52rem;
  }

  58.3% {
    background-position: -36.16rem -14.52rem;
  }

  62.5% {
    background-position: 0 -21.78rem;
  }

  66.7% {
    background-position: -9.04rem -21.78rem;
  }

  70.8% {
    background-position: -18.08rem -21.78rem;
  }

  75% {
    background-position: -27.12rem -21.78rem;
  }

  79.2% {
    background-position: -36.16rem -21.78rem;
  }

  83.3% {
    background-position: 0 -29.04rem;
  }

  87.5% {
    background-position: -9.04rem -29.04rem;
  }

  91.7% {
    background-position: -18.08rem -29.04rem;
  }

  95.8% {
    background-position: -27.12rem -29.04rem;
  }

  100% {
    background-position: -27.12rem -29.04rem;
  }
}

@keyframes sprite_z_Sonar_shengna_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -9.04rem 0;
  }

  8.3% {
    background-position: -18.08rem 0;
  }

  12.5% {
    background-position: -27.12rem 0;
  }

  16.7% {
    background-position: -36.16rem 0;
  }

  20.8% {
    background-position: 0 -7.26rem;
  }

  25% {
    background-position: -9.04rem -7.26rem;
  }

  29.2% {
    background-position: -18.08rem -7.26rem;
  }

  33.3% {
    background-position: -27.12rem -7.26rem;
  }

  37.5% {
    background-position: -36.16rem -7.26rem;
  }

  41.7% {
    background-position: 0 -14.52rem;
  }

  45.8% {
    background-position: -9.04rem -14.52rem;
  }

  50% {
    background-position: -18.08rem -14.52rem;
  }

  54.2% {
    background-position: -27.12rem -14.52rem;
  }

  58.3% {
    background-position: -36.16rem -14.52rem;
  }

  62.5% {
    background-position: 0 -21.78rem;
  }

  66.7% {
    background-position: -9.04rem -21.78rem;
  }

  70.8% {
    background-position: -18.08rem -21.78rem;
  }

  75% {
    background-position: -27.12rem -21.78rem;
  }

  79.2% {
    background-position: -36.16rem -21.78rem;
  }

  83.3% {
    background-position: 0 -29.04rem;
  }

  87.5% {
    background-position: -9.04rem -29.04rem;
  }

  91.7% {
    background-position: -18.08rem -29.04rem;
  }

  95.8% {
    background-position: -27.12rem -29.04rem;
  }

  100% {
    background-position: -27.12rem -29.04rem;
  }
}

.container-lancers .role-stroke-dex {
  z-index: 1;
  position: absolute;
  left: 8.5rem;
  top: 2.6rem;
  height: 12.98rem;
  width: 11.28rem;
  mix-blend-mode: normal;
  -webkit-animation: sprite_z_Dex_shengna_000 0.67s 0s steps(1) infinite normal;
  animation: sprite_z_Dex_shengna_000 0.67s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-dex_52f6acb4.png);
  background-size: 200% 100%;
}

@-webkit-keyframes sprite_z_Dex_shengna_000 {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: -11.28rem 0;
  }

  100% {
    background-position: -11.28rem 0;
  }
}

@keyframes sprite_z_Dex_shengna_000 {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: -11.28rem 0;
  }

  100% {
    background-position: -11.28rem 0;
  }
}

.container-lancers .role-stroke-chum {
  z-index: 1;
  position: absolute;
  left: 9.54rem;
  top: 2.06rem;
  height: 9.18rem;
  width: 7.7rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 49% 65%;
  transform-origin: 49% 65%;
  -webkit-animation: sprite_z_Chum__shitouzai_000 2s 0s steps(1) infinite normal;
  animation: sprite_z_Chum__shitouzai_000 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-chum_ca9e8e10.png);
  background-size: 500% 500%;
}

@-webkit-keyframes sprite_z_Chum__shitouzai_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -7.7rem 0;
  }

  8.3% {
    background-position: -15.4rem 0;
  }

  12.5% {
    background-position: -23.1rem 0;
  }

  16.7% {
    background-position: -30.8rem 0;
  }

  20.8% {
    background-position: 0 -9.18rem;
  }

  25% {
    background-position: -7.7rem -9.18rem;
  }

  29.2% {
    background-position: -15.4rem -9.18rem;
  }

  33.3% {
    background-position: -23.1rem -9.18rem;
  }

  37.5% {
    background-position: -30.8rem -9.18rem;
  }

  41.7% {
    background-position: 0 -18.36rem;
  }

  45.8% {
    background-position: -7.7rem -18.36rem;
  }

  50% {
    background-position: -15.4rem -18.36rem;
  }

  54.2% {
    background-position: -23.1rem -18.36rem;
  }

  58.3% {
    background-position: -30.8rem -18.36rem;
  }

  62.5% {
    background-position: 0 -27.54rem;
  }

  66.7% {
    background-position: -7.7rem -27.54rem;
  }

  70.8% {
    background-position: -15.4rem -27.54rem;
  }

  75% {
    background-position: -23.1rem -27.54rem;
  }

  79.2% {
    background-position: -30.8rem -27.54rem;
  }

  83.3% {
    background-position: 0 -36.72rem;
  }

  87.5% {
    background-position: -7.7rem -36.72rem;
  }

  91.7% {
    background-position: -15.4rem -36.72rem;
  }

  95.8% {
    background-position: -23.1rem -36.72rem;
  }

  100% {
    background-position: -23.1rem -36.72rem;
  }
}

@keyframes sprite_z_Chum__shitouzai_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -7.7rem 0;
  }

  8.3% {
    background-position: -15.4rem 0;
  }

  12.5% {
    background-position: -23.1rem 0;
  }

  16.7% {
    background-position: -30.8rem 0;
  }

  20.8% {
    background-position: 0 -9.18rem;
  }

  25% {
    background-position: -7.7rem -9.18rem;
  }

  29.2% {
    background-position: -15.4rem -9.18rem;
  }

  33.3% {
    background-position: -23.1rem -9.18rem;
  }

  37.5% {
    background-position: -30.8rem -9.18rem;
  }

  41.7% {
    background-position: 0 -18.36rem;
  }

  45.8% {
    background-position: -7.7rem -18.36rem;
  }

  50% {
    background-position: -15.4rem -18.36rem;
  }

  54.2% {
    background-position: -23.1rem -18.36rem;
  }

  58.3% {
    background-position: -30.8rem -18.36rem;
  }

  62.5% {
    background-position: 0 -27.54rem;
  }

  66.7% {
    background-position: -7.7rem -27.54rem;
  }

  70.8% {
    background-position: -15.4rem -27.54rem;
  }

  75% {
    background-position: -23.1rem -27.54rem;
  }

  79.2% {
    background-position: -30.8rem -27.54rem;
  }

  83.3% {
    background-position: 0 -36.72rem;
  }

  87.5% {
    background-position: -7.7rem -36.72rem;
  }

  91.7% {
    background-position: -15.4rem -36.72rem;
  }

  95.8% {
    background-position: -23.1rem -36.72rem;
  }

  100% {
    background-position: -23.1rem -36.72rem;
  }
}

.container-lancers .role-stroke-pathojen {
  z-index: 1;
  position: absolute;
  left: 9.06rem;
  top: 3.2rem;
  height: 6.76rem;
  width: 8.62rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 58% 72%;
  transform-origin: 58% 72%;
  -webkit-animation: sprite_z_yin_000 2s 0s steps(1) infinite normal;
  animation: sprite_z_yin_000 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-pathojen_fdb80823.png);
  background-size: 500% 500%;
}

@-webkit-keyframes sprite_z_yin_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -8.62rem 0;
  }

  8.3% {
    background-position: -17.24rem 0;
  }

  12.5% {
    background-position: -25.86rem 0;
  }

  16.7% {
    background-position: -34.48rem 0;
  }

  20.8% {
    background-position: 0 -6.76rem;
  }

  25% {
    background-position: -8.62rem -6.76rem;
  }

  29.2% {
    background-position: -17.24rem -6.76rem;
  }

  33.3% {
    background-position: -25.86rem -6.76rem;
  }

  37.5% {
    background-position: -34.48rem -6.76rem;
  }

  41.7% {
    background-position: 0 -13.52rem;
  }

  45.8% {
    background-position: -8.62rem -13.52rem;
  }

  50% {
    background-position: -17.24rem -13.52rem;
  }

  54.2% {
    background-position: -25.86rem -13.52rem;
  }

  58.3% {
    background-position: -34.48rem -13.52rem;
  }

  62.5% {
    background-position: 0 -20.28rem;
  }

  66.7% {
    background-position: -8.62rem -20.28rem;
  }

  70.8% {
    background-position: -17.24rem -20.28rem;
  }

  75% {
    background-position: -25.86rem -20.28rem;
  }

  79.2% {
    background-position: -34.48rem -20.28rem;
  }

  83.3% {
    background-position: 0 -27.04rem;
  }

  87.5% {
    background-position: -8.62rem -27.04rem;
  }

  91.7% {
    background-position: -17.24rem -27.04rem;
  }

  95.8% {
    background-position: -25.86rem -27.04rem;
  }

  100% {
    background-position: -25.86rem -27.04rem;
  }
}

@keyframes sprite_z_yin_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -8.62rem 0;
  }

  8.3% {
    background-position: -17.24rem 0;
  }

  12.5% {
    background-position: -25.86rem 0;
  }

  16.7% {
    background-position: -34.48rem 0;
  }

  20.8% {
    background-position: 0 -6.76rem;
  }

  25% {
    background-position: -8.62rem -6.76rem;
  }

  29.2% {
    background-position: -17.24rem -6.76rem;
  }

  33.3% {
    background-position: -25.86rem -6.76rem;
  }

  37.5% {
    background-position: -34.48rem -6.76rem;
  }

  41.7% {
    background-position: 0 -13.52rem;
  }

  45.8% {
    background-position: -8.62rem -13.52rem;
  }

  50% {
    background-position: -17.24rem -13.52rem;
  }

  54.2% {
    background-position: -25.86rem -13.52rem;
  }

  58.3% {
    background-position: -34.48rem -13.52rem;
  }

  62.5% {
    background-position: 0 -20.28rem;
  }

  66.7% {
    background-position: -8.62rem -20.28rem;
  }

  70.8% {
    background-position: -17.24rem -20.28rem;
  }

  75% {
    background-position: -25.86rem -20.28rem;
  }

  79.2% {
    background-position: -34.48rem -20.28rem;
  }

  83.3% {
    background-position: 0 -27.04rem;
  }

  87.5% {
    background-position: -8.62rem -27.04rem;
  }

  91.7% {
    background-position: -17.24rem -27.04rem;
  }

  95.8% {
    background-position: -25.86rem -27.04rem;
  }

  100% {
    background-position: -25.86rem -27.04rem;
  }
}

.container-lancers .role-stroke-zephyr {
  z-index: 1;
  position: absolute;
  left: 7.9rem;
  top: 4.9rem;
  height: 6.32rem;
  width: 10.56rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 62% 49%;
  transform-origin: 62% 49%;
  -webkit-animation: sprite_z_Zephyr_yingci_000 2s 0s steps(1) infinite normal;
  animation: sprite_z_Zephyr_yingci_000 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-zephyr_aee06759.png);
  background-size: 500% 500%;
}

@-webkit-keyframes sprite_z_Zephyr_yingci_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -10.56rem 0;
  }

  8.3% {
    background-position: -21.12rem 0;
  }

  12.5% {
    background-position: -31.68rem 0;
  }

  16.7% {
    background-position: -42.24rem 0;
  }

  20.8% {
    background-position: 0 -6.32rem;
  }

  25% {
    background-position: -10.56rem -6.32rem;
  }

  29.2% {
    background-position: -21.12rem -6.32rem;
  }

  33.3% {
    background-position: -31.68rem -6.32rem;
  }

  37.5% {
    background-position: -42.24rem -6.32rem;
  }

  41.7% {
    background-position: 0 -12.64rem;
  }

  45.8% {
    background-position: -10.56rem -12.64rem;
  }

  50% {
    background-position: -21.12rem -12.64rem;
  }

  54.2% {
    background-position: -31.68rem -12.64rem;
  }

  58.3% {
    background-position: -42.24rem -12.64rem;
  }

  62.5% {
    background-position: 0 -18.96rem;
  }

  66.7% {
    background-position: -10.56rem -18.96rem;
  }

  70.8% {
    background-position: -21.12rem -18.96rem;
  }

  75% {
    background-position: -31.68rem -18.96rem;
  }

  79.2% {
    background-position: -42.24rem -18.96rem;
  }

  83.3% {
    background-position: 0 -25.28rem;
  }

  87.5% {
    background-position: -10.56rem -25.28rem;
  }

  91.7% {
    background-position: -21.12rem -25.28rem;
  }

  95.8% {
    background-position: -31.68rem -25.28rem;
  }

  100% {
    background-position: -31.68rem -25.28rem;
  }
}

@keyframes sprite_z_Zephyr_yingci_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -10.56rem 0;
  }

  8.3% {
    background-position: -21.12rem 0;
  }

  12.5% {
    background-position: -31.68rem 0;
  }

  16.7% {
    background-position: -42.24rem 0;
  }

  20.8% {
    background-position: 0 -6.32rem;
  }

  25% {
    background-position: -10.56rem -6.32rem;
  }

  29.2% {
    background-position: -21.12rem -6.32rem;
  }

  33.3% {
    background-position: -31.68rem -6.32rem;
  }

  37.5% {
    background-position: -42.24rem -6.32rem;
  }

  41.7% {
    background-position: 0 -12.64rem;
  }

  45.8% {
    background-position: -10.56rem -12.64rem;
  }

  50% {
    background-position: -21.12rem -12.64rem;
  }

  54.2% {
    background-position: -31.68rem -12.64rem;
  }

  58.3% {
    background-position: -42.24rem -12.64rem;
  }

  62.5% {
    background-position: 0 -18.96rem;
  }

  66.7% {
    background-position: -10.56rem -18.96rem;
  }

  70.8% {
    background-position: -21.12rem -18.96rem;
  }

  75% {
    background-position: -31.68rem -18.96rem;
  }

  79.2% {
    background-position: -42.24rem -18.96rem;
  }

  83.3% {
    background-position: 0 -25.28rem;
  }

  87.5% {
    background-position: -10.56rem -25.28rem;
  }

  91.7% {
    background-position: -21.12rem -25.28rem;
  }

  95.8% {
    background-position: -31.68rem -25.28rem;
  }

  100% {
    background-position: -31.68rem -25.28rem;
  }
}

.container-lancers .role-stroke-hurricane {
  z-index: 1;
  position: absolute;
  left: 7.26rem;
  top: 3rem;
  height: 11.3rem;
  width: 11.28rem;
  mix-blend-mode: normal;
  -webkit-animation: sprite_z_Hurricane_shengna_000 0.67s 0s steps(1) infinite normal;
  animation: sprite_z_Hurricane_shengna_000 0.67s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/stroke-hurricane_04ef8a4c.png);
  background-size: 200% 100%;
}

@-webkit-keyframes sprite_z_Hurricane_shengna_000 {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: -11.28rem 0;
  }

  100% {
    background-position: -11.28rem 0;
  }
}

@keyframes sprite_z_Hurricane_shengna_000 {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: -11.28rem 0;
  }

  100% {
    background-position: -11.28rem 0;
  }
}

.container-lancers .role {
  position: absolute;
  opacity: 0;
}

.container-lancers .role-broker {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-broker_2a27e43b.png) no-repeat;
  background-size: 100% 100%;
  bottom: -0.08rem;
  left: -0.1rem;
}

.container-lancers .role-nitro {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-nitro_adcc2abb.png) no-repeat;
  background-size: 100% 100%;
  bottom: -0.02rem;
  left: 0;
}

.container-lancers .role-hollowpoint {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-hollowpoint_5dd65ec1.png) no-repeat;
  background-size: 100% 100%;
  bottom: -0.04rem;
  left: -0.18rem;
}

.container-lancers .role-kismet {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-kismet_ab2316c0.png) no-repeat;
  background-size: 100% 100%;
  bottom: -0.06rem;
  left: -0.2rem;
}

.container-lancers .role-serket {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-serket_14d1d0c7.png) no-repeat;
  background-size: 100% 100%;
  bottom: -0.06rem;
  left: -0.18rem;
}

.container-lancers .role-corona {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-corona_5d89f0c2.png) no-repeat;
  background-size: 100% 100%;
  bottom: -0.08rem;
  left: -0.16rem;
}

.container-lancers .role-axon {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-axon_4a1520aa.png) no-repeat;
  background-size: 100% 100%;
  bottom: -0.05rem;
  left: 0;
}

.container-lancers .role-chum {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-chum_fb18ceec.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: -0.16rem;
}

.container-lancers .role-pathojen {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-pathojen_611c35ea.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: -0.16rem;
}

.container-lancers .role-zephyr {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-zephyr_3c60a714.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
}

.container-lancers .role-jaguar {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-jaguar_82ee4331.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: -0.12rem;
}

.container-lancers .role-spider {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-spider_b70ca844.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: -0.18rem;
}

.container-lancers .role-sonar {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-sonar_ac733695.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
}

.container-lancers .role-dex {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-dex_6bb13309.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: -0.02rem;
}

.container-lancers .role-hurricane {
  width: 25.6rem;
  height: 17.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-hurricane_7c750434.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: -0.02rem;
}

.container-lancers .z_yuhecheng_11_000 {
  position: absolute;
  left: 10.91rem;
  top: 7rem;
  height: 2.1rem;
  width: 1.72rem;
  mix-blend-mode: normal;
  -webkit-transform: scale(8, 8);
  transform: scale(8, 8);
  -webkit-animation: z_yuhecheng_11_000_anim 0.4s 0s linear both, sprite_z_yuhecheng_11_000 0.37s 0s steps(1) both;
  animation: z_yuhecheng_11_000_anim 0.4s 0s linear both, sprite_z_yuhecheng_11_000 0.37s 0s steps(1) both;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_z_yuhecheng_11_000_4ffbf8e5.png);
  background-size: 400% 300%;
  pointer-events: none;
}

@-webkit-keyframes z_yuhecheng_11_000_anim {
  99.99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes z_yuhecheng_11_000_anim {
  99.99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes sprite_z_yuhecheng_11_000 {
  0% {
    background-position: 0 0;
  }

  9.1% {
    background-position: -1.72rem 0;
  }

  18.2% {
    background-position: -3.44rem 0;
  }

  27.3% {
    background-position: -5.16rem 0;
  }

  36.4% {
    background-position: 0 -2.1rem;
  }

  45.5% {
    background-position: -1.72rem -2.1rem;
  }

  54.5% {
    background-position: -3.44rem -2.1rem;
  }

  63.6% {
    background-position: -5.16rem -2.1rem;
  }

  72.7% {
    background-position: 0 -4.2rem;
  }

  81.8% {
    background-position: -1.72rem -4.2rem;
  }

  90.9% {
    background-position: -3.44rem -4.2rem;
  }

  100% {
    background-position: -3.44rem -4.2rem;
  }
}

@keyframes sprite_z_yuhecheng_11_000 {
  0% {
    background-position: 0 0;
  }

  9.1% {
    background-position: -1.72rem 0;
  }

  18.2% {
    background-position: -3.44rem 0;
  }

  27.3% {
    background-position: -5.16rem 0;
  }

  36.4% {
    background-position: 0 -2.1rem;
  }

  45.5% {
    background-position: -1.72rem -2.1rem;
  }

  54.5% {
    background-position: -3.44rem -2.1rem;
  }

  63.6% {
    background-position: -5.16rem -2.1rem;
  }

  72.7% {
    background-position: 0 -4.2rem;
  }

  81.8% {
    background-position: -1.72rem -4.2rem;
  }

  90.9% {
    background-position: -3.44rem -4.2rem;
  }

  100% {
    background-position: -3.44rem -4.2rem;
  }
}

.container-lancers .video-btn {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.47rem -9.95rem;
  width: 0.95rem;
  height: 1.09rem;
  cursor: pointer;
  position: absolute;
  top: 6.11rem;
  left: 4.4rem;
}

.container-lancers .video-btn:hover {
  opacity: 0.8;
}

.container-lancers .info {
  position: absolute;
  z-index: 1;
  width: 6.66rem;
  height: 1.98rem;
  left: 1.42rem;
  top: 8.69rem;
}

.container-lancers .info .name {
  position: absolute;
  -webkit-animation: z_de_hecheng_1_000_opacity_bezier_anim 30.533s 0s both, z_kong_10_000_transform_bezier_anim 30.533s 0s both;
  animation: z_de_hecheng_1_000_opacity_bezier_anim 30.533s 0s both, z_kong_10_000_transform_bezier_anim 30.533s 0s both;
}

@-webkit-keyframes z_kong_10_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(3.1rem, 0);
    transform: translate(3.1rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.03, 0, 0.12, 1);
    animation-timing-function: cubic-bezier(0.03, 0, 0.12, 1);
  }

  1.09% {
    -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_kong_10_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(3.1rem, 0);
    transform: translate(3.1rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.03, 0, 0.12, 1);
    animation-timing-function: cubic-bezier(0.03, 0, 0.12, 1);
  }

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

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

  99.99% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

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

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

  99.99% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.container-lancers .info .desc {
  position: absolute;
  top: 3rem;
  left: 0.96rem;
  color: #f1f1f1;
  font-size: 0.4rem;
  width: 5.78rem;
  -webkit-animation: z_jieshaoci_000_opacity_bezier_anim 30.533s 0s linear both, z_kong_11_000_transform_bezier_anim 30.533s 0s both;
  animation: z_jieshaoci_000_opacity_bezier_anim 30.533s 0s linear both, z_kong_11_000_transform_bezier_anim 30.533s 0s both;
}

@-webkit-keyframes z_kong_11_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(4.52rem, 0);
    transform: translate(4.52rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  0.22% {
    -webkit-transform: translate(4.52rem, 0);
    transform: translate(4.52rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.03, 0, 0.12, 1);
    animation-timing-function: cubic-bezier(0.03, 0, 0.12, 1);
  }

  1.31% {
    -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_kong_11_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(4.52rem, 0);
    transform: translate(4.52rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  0.22% {
    -webkit-transform: translate(4.52rem, 0);
    transform: translate(4.52rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.03, 0, 0.12, 1);
    animation-timing-function: cubic-bezier(0.03, 0, 0.12, 1);
  }

  1.31% {
    -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 z_jieshaoci_000_opacity_bezier_anim {
  0% {
    opacity: 0;
  }

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

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

  99.99% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_jieshaoci_000_opacity_bezier_anim {
  0% {
    opacity: 0;
  }

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

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

  99.99% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.container-lancers .info .desc span {
  display: inline-block;
  margin-right: 0.24rem;
  position: relative;
}

.container-lancers .info .desc span i {
  font-style: normal;
  position: relative;
  z-index: 2;
}

.container-lancers .info .desc span::before {
  position: absolute;
  display: inline-block;
  right: 0.04rem;
  bottom: 0;
  -webkit-transform: translate(0.12rem, -50%) skew(24deg);
  transform: translate(0.12rem, -50%) skew(24deg);
  content: '';
  width: 104%;
  height: 0.12rem;
  background: rgba(58, 37, 167, 0.8);
}

.container-lancers .info .desc span:last-child {
  margin-right: 0;
}

.container-lancers .info .text {
  width: 5.78rem;
  position: absolute;
  left: 0.96rem;
  top: 4.12rem;
  -webkit-animation: z_jieshaoci_000_opacity_bezier_anim 30.533s 0s linear both, z_kong_11_000_transform_bezier_anim 30.533s 0s both;
  animation: z_jieshaoci_000_opacity_bezier_anim 30.533s 0s linear both, z_kong_11_000_transform_bezier_anim 30.533s 0s both;
}

.container-lancers .info .text span {
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #f1f1f1;
}

.container-lancers .role-list-bg {
  position: absolute;
  top: 6.38rem;
  right: 1.5rem;
}

.container-lancers .role-list-bg .tit {
  position: absolute;
  top: -2.36rem;
  right: 0;
}

.container-lancers .role-list-bg .prev-role-btn {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -27.1rem -3.77rem;
  width: 0.53rem;
  height: 0.38rem;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  right: 2.16rem;
  opacity: 1;
  top: -0.56rem;
}

.container-lancers .role-list-bg .prev-role-btn:hover {
  opacity: 0.9;
}

.container-lancers .role-list-bg .next-role-btn {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -26.52rem -3.77rem;
  width: 0.54rem;
  height: 0.38rem;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  right: 2.16rem;
  opacity: 1;
  bottom: -0.44rem;
}

.container-lancers .role-list-bg .next-role-btn:hover {
  opacity: 0.9;
}

.container-lancers .role-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0.3rem;
  width: 5.06rem;
  height: 7.22rem;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container-lancers .role-list .role-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container-lancers .role-list .swiper-slide {
  width: 5.06rem;
  height: 1.16rem;
  position: relative;
}

.container-lancers .role-list .swiper-slide.swiper-slide-active .normal {
  display: none;
}

.container-lancers .role-list .swiper-slide.swiper-slide-active .active {
  display: block;
  top: -0.46rem;
  left: -0.96rem;
}

.container-lancers .role-list .swiper-slide.swiper-slide-prev .normal {
  top: -0.08rem;
}

.container-lancers .role-list .swiper-slide.swiper-slide-next .normal {
  top: 0.08rem;
}

.container-lancers .role-list .item {
  width: 3.42rem;
  height: 1.16rem;
  position: absolute;
  cursor: pointer;
  left: 0.96rem;
}

.container-lancers .role-list .item.active .normal {
  display: none;
}

.container-lancers .role-list .item.active .hover {
  display: none;
}

.container-lancers .role-list .item.active .active {
  display: block;
}

.container-lancers .role-list .item > div {
  position: absolute;
  left: -0.06rem;
}

.container-lancers .role-list .item > div.active {
  display: none;
}

@-webkit-keyframes sprite_renwujiangli_4 {
  0% {
    background-position: 0 0;
  }

  1.6% {
    background-position: -9.66rem 0;
  }

  3.1% {
    background-position: -19.32rem 0;
  }

  4.7% {
    background-position: -28.98rem 0;
  }

  6.3% {
    background-position: -38.64rem 0;
  }

  7.8% {
    background-position: -48.3rem 0;
  }

  9.4% {
    background-position: -57.96rem 0;
  }

  10.9% {
    background-position: -67.62rem 0;
  }

  12.5% {
    background-position: 0 -8.52rem;
  }

  14.1% {
    background-position: -9.66rem -8.52rem;
  }

  15.6% {
    background-position: -19.32rem -8.52rem;
  }

  17.2% {
    background-position: -28.98rem -8.52rem;
  }

  18.8% {
    background-position: -38.64rem -8.52rem;
  }

  20.3% {
    background-position: -48.3rem -8.52rem;
  }

  21.9% {
    background-position: -57.96rem -8.52rem;
  }

  23.4% {
    background-position: -67.62rem -8.52rem;
  }

  25% {
    background-position: 0 -17.04rem;
  }

  26.6% {
    background-position: -9.66rem -17.04rem;
  }

  28.1% {
    background-position: -19.32rem -17.04rem;
  }

  29.7% {
    background-position: -28.98rem -17.04rem;
  }

  31.3% {
    background-position: -38.64rem -17.04rem;
  }

  32.8% {
    background-position: -48.3rem -17.04rem;
  }

  34.4% {
    background-position: -57.96rem -17.04rem;
  }

  35.9% {
    background-position: -67.62rem -17.04rem;
  }

  37.5% {
    background-position: 0 -25.56rem;
  }

  39.1% {
    background-position: -9.66rem -25.56rem;
  }

  40.6% {
    background-position: -19.32rem -25.56rem;
  }

  42.2% {
    background-position: -28.98rem -25.56rem;
  }

  43.8% {
    background-position: -38.64rem -25.56rem;
  }

  45.3% {
    background-position: -48.3rem -25.56rem;
  }

  46.9% {
    background-position: -57.96rem -25.56rem;
  }

  48.4% {
    background-position: -67.62rem -25.56rem;
  }

  50% {
    background-position: 0 -34.08rem;
  }

  51.6% {
    background-position: -9.66rem -34.08rem;
  }

  53.1% {
    background-position: -19.32rem -34.08rem;
  }

  54.7% {
    background-position: -28.98rem -34.08rem;
  }

  56.3% {
    background-position: -38.64rem -34.08rem;
  }

  57.8% {
    background-position: -48.3rem -34.08rem;
  }

  59.4% {
    background-position: -57.96rem -34.08rem;
  }

  60.9% {
    background-position: -67.62rem -34.08rem;
  }

  62.5% {
    background-position: 0 -42.6rem;
  }

  64.1% {
    background-position: -9.66rem -42.6rem;
  }

  65.6% {
    background-position: -19.32rem -42.6rem;
  }

  67.2% {
    background-position: -28.98rem -42.6rem;
  }

  68.8% {
    background-position: -38.64rem -42.6rem;
  }

  70.3% {
    background-position: -48.3rem -42.6rem;
  }

  71.9% {
    background-position: -57.96rem -42.6rem;
  }

  73.4% {
    background-position: -67.62rem -42.6rem;
  }

  75% {
    background-position: 0 -51.12rem;
  }

  76.6% {
    background-position: -9.66rem -51.12rem;
  }

  78.1% {
    background-position: -19.32rem -51.12rem;
  }

  79.7% {
    background-position: -28.98rem -51.12rem;
  }

  81.3% {
    background-position: -38.64rem -51.12rem;
  }

  82.8% {
    background-position: -48.3rem -51.12rem;
  }

  84.4% {
    background-position: -57.96rem -51.12rem;
  }

  85.9% {
    background-position: -67.62rem -51.12rem;
  }

  87.5% {
    background-position: 0 -59.64rem;
  }

  89.1% {
    background-position: -9.66rem -59.64rem;
  }

  90.6% {
    background-position: -19.32rem -59.64rem;
  }

  92.2% {
    background-position: -28.98rem -59.64rem;
  }

  93.8% {
    background-position: -38.64rem -59.64rem;
  }

  95.3% {
    background-position: -48.3rem -59.64rem;
  }

  96.9% {
    background-position: -57.96rem -59.64rem;
  }

  98.4% {
    background-position: -67.62rem -59.64rem;
  }

  100% {
    background-position: -67.62rem -59.64rem;
  }
}

@keyframes sprite_renwujiangli_4 {
  0% {
    background-position: 0 0;
  }

  1.6% {
    background-position: -9.66rem 0;
  }

  3.1% {
    background-position: -19.32rem 0;
  }

  4.7% {
    background-position: -28.98rem 0;
  }

  6.3% {
    background-position: -38.64rem 0;
  }

  7.8% {
    background-position: -48.3rem 0;
  }

  9.4% {
    background-position: -57.96rem 0;
  }

  10.9% {
    background-position: -67.62rem 0;
  }

  12.5% {
    background-position: 0 -8.52rem;
  }

  14.1% {
    background-position: -9.66rem -8.52rem;
  }

  15.6% {
    background-position: -19.32rem -8.52rem;
  }

  17.2% {
    background-position: -28.98rem -8.52rem;
  }

  18.8% {
    background-position: -38.64rem -8.52rem;
  }

  20.3% {
    background-position: -48.3rem -8.52rem;
  }

  21.9% {
    background-position: -57.96rem -8.52rem;
  }

  23.4% {
    background-position: -67.62rem -8.52rem;
  }

  25% {
    background-position: 0 -17.04rem;
  }

  26.6% {
    background-position: -9.66rem -17.04rem;
  }

  28.1% {
    background-position: -19.32rem -17.04rem;
  }

  29.7% {
    background-position: -28.98rem -17.04rem;
  }

  31.3% {
    background-position: -38.64rem -17.04rem;
  }

  32.8% {
    background-position: -48.3rem -17.04rem;
  }

  34.4% {
    background-position: -57.96rem -17.04rem;
  }

  35.9% {
    background-position: -67.62rem -17.04rem;
  }

  37.5% {
    background-position: 0 -25.56rem;
  }

  39.1% {
    background-position: -9.66rem -25.56rem;
  }

  40.6% {
    background-position: -19.32rem -25.56rem;
  }

  42.2% {
    background-position: -28.98rem -25.56rem;
  }

  43.8% {
    background-position: -38.64rem -25.56rem;
  }

  45.3% {
    background-position: -48.3rem -25.56rem;
  }

  46.9% {
    background-position: -57.96rem -25.56rem;
  }

  48.4% {
    background-position: -67.62rem -25.56rem;
  }

  50% {
    background-position: 0 -34.08rem;
  }

  51.6% {
    background-position: -9.66rem -34.08rem;
  }

  53.1% {
    background-position: -19.32rem -34.08rem;
  }

  54.7% {
    background-position: -28.98rem -34.08rem;
  }

  56.3% {
    background-position: -38.64rem -34.08rem;
  }

  57.8% {
    background-position: -48.3rem -34.08rem;
  }

  59.4% {
    background-position: -57.96rem -34.08rem;
  }

  60.9% {
    background-position: -67.62rem -34.08rem;
  }

  62.5% {
    background-position: 0 -42.6rem;
  }

  64.1% {
    background-position: -9.66rem -42.6rem;
  }

  65.6% {
    background-position: -19.32rem -42.6rem;
  }

  67.2% {
    background-position: -28.98rem -42.6rem;
  }

  68.8% {
    background-position: -38.64rem -42.6rem;
  }

  70.3% {
    background-position: -48.3rem -42.6rem;
  }

  71.9% {
    background-position: -57.96rem -42.6rem;
  }

  73.4% {
    background-position: -67.62rem -42.6rem;
  }

  75% {
    background-position: 0 -51.12rem;
  }

  76.6% {
    background-position: -9.66rem -51.12rem;
  }

  78.1% {
    background-position: -19.32rem -51.12rem;
  }

  79.7% {
    background-position: -28.98rem -51.12rem;
  }

  81.3% {
    background-position: -38.64rem -51.12rem;
  }

  82.8% {
    background-position: -48.3rem -51.12rem;
  }

  84.4% {
    background-position: -57.96rem -51.12rem;
  }

  85.9% {
    background-position: -67.62rem -51.12rem;
  }

  87.5% {
    background-position: 0 -59.64rem;
  }

  89.1% {
    background-position: -9.66rem -59.64rem;
  }

  90.6% {
    background-position: -19.32rem -59.64rem;
  }

  92.2% {
    background-position: -28.98rem -59.64rem;
  }

  93.8% {
    background-position: -38.64rem -59.64rem;
  }

  95.3% {
    background-position: -48.3rem -59.64rem;
  }

  96.9% {
    background-position: -57.96rem -59.64rem;
  }

  98.4% {
    background-position: -67.62rem -59.64rem;
  }

  100% {
    background-position: -67.62rem -59.64rem;
  }
}

.container-reward {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/section-reward_f9e58feb.png) center top no-repeat;
  height: 29.24rem;
  background-size: 100% auto;
  position: relative;
  margin-top: -7.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: top center;
  z-index: 10;
  pointer-events: none;
}

.container-reward__character {
  display: none;
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  width: 7.88rem;
  height: 9.59rem;
  background-size: contain;
}

.container-reward__animation {
  display: none;
  mix-blend-mode: normal;
  -webkit-transform-origin: 99% 39%;
  transform-origin: 99% 39%;
  -webkit-animation: sprite_renwujiangli_4 2.67s 0s steps(1) infinite normal;
  animation: sprite_renwujiangli_4 2.67s 0s steps(1) infinite normal;
  background-size: 800% 800%;
  height: 8.52rem;
  width: 9.66rem;
  position: absolute;
  left: 0;
  bottom: -0.4rem;
}

.container-reward__container {
  position: absolute;
  top: 8.56rem;
  left: 1.4rem;
  width: 8.67rem;
}

.container-reward__container .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-reward__container .title-data {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.1rem;
  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-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;
  position: relative;
  padding-left: 1.1rem;
}

.container-reward__container .title-data__num span {
  display: inline-block;
  margin-right: 0.04rem;
}

.container-reward__container .title-data__num span:last-child {
  margin-right: 0;
}

.container-reward__container .title-data__desc {
  font-size: 0.22rem;
  line-height: 0.35rem;
}

.container-reward__container .title-bg {
  width: 8.67rem;
  height: 2.88rem;
  position: relative;
}

.container-reward__container .reward-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.22rem;
  margin-left: 0.91rem;
  width: 10.62rem;
}

.container-reward__container .notice {
  color: #8d8d8d;
  font-size: 0.22rem;
  margin-left: 0.91rem;
  margin-top: 0.34rem;
}

.container-feature {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_d2e7b2eb.png) no-repeat;
  height: 21.76rem;
  background-size: cover;
  position: relative;
  z-index: 11;
  margin-top: -8.07rem;
  pointer-events: none;
}

.container-feature:after {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -0.53rem;
  content: '';
  width: 100%;
  height: 8.81rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg-before_109beef4.png) right top no-repeat;
  background-size: auto 100%;
}

.container-feature-content {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg-a_c8425759.png);
  mask-image: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg-a_c8425759.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.container-feature-gif {
  width: 100%;
  height: 100%;
}

.container-feature-gif-center {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container-feature-gif-center:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 4rem;
  pointer-events: none;
  width: 8.52rem;
  height: 15.81rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/shadow2_0d33177a.png);
  background-size: 100% 100%;
}

.container-feature-gif-center:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/shadow_63697dc1.png) center bottom no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.container-feature-gif-center video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-feature-gif-center .icon-title {
  position: absolute;
  z-index: 1;
  width: 11.09rem;
  height: 2.98rem;
  top: 14.99rem;
  right: 1.3rem;
}

.container-feature-gif-center .icon-title .item .text-bg {
  width: 11.09rem;
  height: 2.98rem;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: z_di_000_anim 0.542s 0.042s linear both, z_di_000_transform_bezier_anim 0.542s 0.042s both;
  animation: z_di_000_anim 0.542s 0.042s linear both, z_di_000_transform_bezier_anim 0.542s 0.042s both;
}

@-webkit-keyframes z_di_000_anim {
  0% {
    opacity: 0;
  }

  46.15% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_di_000_anim {
  0% {
    opacity: 0;
  }

  46.15% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes z_di_000_transform_bezier_anim {
  0% {
    -webkit-transform: scale(0.26, 0.26);
    transform: scale(0.26, 0.26);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.15, 1);
    animation-timing-function: cubic-bezier(0.25, 0, 0.15, 1);
  }

  46.15% {
    -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_di_000_transform_bezier_anim {
  0% {
    -webkit-transform: scale(0.26, 0.26);
    transform: scale(0.26, 0.26);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.15, 1);
    animation-timing-function: cubic-bezier(0.25, 0, 0.15, 1);
  }

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

.container-feature-gif-center .icon-title .item .text {
  position: absolute;
  left: 2.8rem;
  top: 0.37rem;
  -webkit-animation: z_biaoti_hecheng_1_000_transform_bezier_anim 0.583s 0s both, z_biaoti_hecheng_1_000_opacity_bezier_anim 0.583s 0s both;
  animation: z_biaoti_hecheng_1_000_transform_bezier_anim 0.583s 0s both, z_biaoti_hecheng_1_000_opacity_bezier_anim 0.583s 0s both;
}

@-webkit-keyframes z_biaoti_hecheng_1_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.16, 0, 0.17, 1);
    animation-timing-function: cubic-bezier(0.16, 0, 0.17, 1);
  }

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

@keyframes z_biaoti_hecheng_1_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.16, 0, 0.17, 1);
    animation-timing-function: cubic-bezier(0.16, 0, 0.17, 1);
  }

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

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

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

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

  100% {
    opacity: 1;
  }
}

.container-feature-gif-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.container-feature-tab-box {
  position: absolute;
  top: 6.72rem;
  right: 1.39rem;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  pointer-events: auto;
}

.container-feature-tab {
  margin-bottom: 0.51rem;
  cursor: pointer;
}

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

  13.33% {
    -webkit-transform: scale(1, 1);
    transform: scale(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);
  }

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

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

  46.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_zu_1_000_transform_bezier_anim {
  0% {
    -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);
  }

  13.33% {
    -webkit-transform: scale(1, 1);
    transform: scale(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);
  }

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

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

  46.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);
  }
}

@-webkit-keyframes z_teseye_pc_2k_zhengli01__2__000_anim {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes z_teseye_pc_2k_zhengli01__2__000_anim {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes z_teseye_pc_2k_zhengli01__2__000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-0.45rem, 0);
    transform: translate(-0.45rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.17, 0, 0.26, 1);
    animation-timing-function: cubic-bezier(0.17, 0, 0.26, 1);
  }

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

@keyframes z_teseye_pc_2k_zhengli01__2__000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-0.45rem, 0);
    transform: translate(-0.45rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.17, 0, 0.26, 1);
    animation-timing-function: cubic-bezier(0.17, 0, 0.26, 1);
  }

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

@-webkit-keyframes z_teseye_pc_2k_zhengli01__3__000_anim {
  0% {
    opacity: 0.01;
  }

  26.67% {
    opacity: 0;
  }

  73.33% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_teseye_pc_2k_zhengli01__3__000_anim {
  0% {
    opacity: 0.01;
  }

  26.67% {
    opacity: 0;
  }

  73.33% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes z_teseye_pc_2k_zhengli01__3__000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-2rem, 0);
    transform: translate(-2rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.37, 0, 0.11, 1);
    animation-timing-function: cubic-bezier(0.37, 0, 0.11, 1);
  }

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

@keyframes z_teseye_pc_2k_zhengli01__3__000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-2rem, 0);
    transform: translate(-2rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.37, 0, 0.11, 1);
    animation-timing-function: cubic-bezier(0.37, 0, 0.11, 1);
  }

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

.container-end {
  height: 11.52rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_dfbc1214.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -8.22rem;
}

.container-end .content {
  position: absolute;
  top: 4rem;
}

.container-end .content .logo,
.container-end .content .title,
.container-end .content .apply-btn {
  display: block;
  margin: 0 auto;
}

.container-end .content .logo {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -6.86rem;
  width: 3.62rem;
  height: 1.65rem;
}

.container-end .content .apply-btn {
  cursor: pointer;
}

.container-koc {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 18.78rem;
  width: 100%;
  margin-top: -5.5rem;
  position: relative;
  z-index: 2;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_2758615b.png) no-repeat center top;
  background-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.container-koc .koc-title {
  position: absolute;
}

.container-koc .coming {
  position: absolute;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -25.12rem -6.86rem;
  width: 2.6rem;
  height: 1.03rem;
}

.container-koc .img-box {
  position: absolute;
}

.container-koc .img-box .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-koc .img-box .imgs .img-item {
  margin: 0 0.65rem 0 0;
}

.container-koc .img-box .imgs .img1 .reward {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -24rem -8.55rem;
  width: 2.26rem;
  height: 2.22rem;
}

.container-koc .img-box .imgs .img2 .reward {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -25.85rem -4.2rem;
  width: 2.1rem;
  height: 1.88rem;
}

.container-koc .img-box .imgs .img3 .reward {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -8.55rem;
  width: 2.5rem;
  height: 2.26rem;
}

.container-koc .txt-box {
  position: absolute;
}

.container-koc .txt-box .txt-item {
  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;
  font-size: 0.2rem;
}

.container-koc .txt-box .txt-item .txt-per {
  margin: 0 0.1rem 0 0;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.1rem -7.95rem;
  width: 0.32rem;
  height: 0.28rem;
}

.container-koc .txt-box .txt-item .txt-light {
  margin: 0 0.1rem 0 0;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.76rem -6.86rem;
  width: 0.26rem;
  height: 0.32rem;
}

.container-koc .join-btn {
  cursor: pointer;
  position: absolute;
  font-size: 0.32rem;
  color: #000;
  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;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -14.14rem -17.41rem;
  width: 4.3rem;
  height: 0.76rem;
}

.container-koc .join-btn:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -14.14rem -19.09rem;
  width: 4.3rem;
  height: 0.76rem;
}

.container-koc .applition-btn {
  cursor: pointer;
  position: absolute;
}

.container-koc .applition-btn:hover {
  opacity: 0.8;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(0.05rem);
  backdrop-filter: blur(0.05rem);
}

.pop-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 4rem;
  background: white;
  color: red;
}

.pop-bg .pop-close {
  position: absolute;
  top: -0.2rem;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
}

.msg-pop {
  padding: 0.4rem 0.2rem;
  width: 4rem;
  height: 2rem;
  color: black;
}

.msg-pop .message-title {
  text-align: center;
  font-size: 0.2rem;
}

.msg-pop .message-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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.msg-pop .message-content.center {
  text-align: center;
}

.msg-pop .message-btns {
  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;
  margin-top: 0.4rem;
}

.msg-pop .message-btns button {
  margin: 0 0.1rem;
}

.subscribe-pop {
  width: 12.12rem;
  height: 8.04rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_f74854a7.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.43rem 2.64rem 0;
}

.subscribe-pop .pop-close {
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -2.56rem -21.24rem;
  width: 1.24rem;
  height: 1.09rem;
  position: absolute;
  top: 0.27rem;
  right: -0.44rem;
}

.subscribe-pop .pop-close:hover {
  opacity: 0.8;
}

.subscribe-pop .cnt .p1 {
  color: #e2e2e2;
  font-size: 0.24rem;
  line-height: 0.32rem;
  text-transform: uppercase;
}

.subscribe-pop .cnt .ipt {
  margin-top: 0.1rem;
}

.subscribe-pop .cnt .ipt input {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -14.14rem -15.49rem;
  width: 6.79rem;
  height: 0.58rem;
  border: none;
  text-indent: 0.23rem;
  font-size: 0.27rem;
  color: #b0b0b0;
}

.subscribe-pop .cnt .ipt input.errBg::-webkit-input-placeholder {
  color: #f438be;
}

.subscribe-pop .cnt .ipt input.errBg::-moz-placeholder {
  color: #f438be;
}

.subscribe-pop .cnt .ipt input.errBg:-ms-input-placeholder {
  color: #f438be;
}

.subscribe-pop .cnt .ipt input.errBg::-ms-input-placeholder {
  color: #f438be;
}

.subscribe-pop .cnt .ipt input.errBg::placeholder {
  color: #f438be;
}

.subscribe-pop .cnt .select {
  margin-top: 0.14rem;
}

.subscribe-pop .cnt .select .el-select.errBg .el-input input::-webkit-input-placeholder {
  color: #f438be;
}

.subscribe-pop .cnt .select .el-select.errBg .el-input input::-moz-placeholder {
  color: #f438be;
}

.subscribe-pop .cnt .select .el-select.errBg .el-input input:-ms-input-placeholder {
  color: #f438be;
}

.subscribe-pop .cnt .select .el-select.errBg .el-input input::-ms-input-placeholder {
  color: #f438be;
}

.subscribe-pop .cnt .select .el-select.errBg .el-input input::placeholder {
  color: #f438be;
}

.subscribe-pop .cnt .select .el-select .el-input input {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -14.14rem -15.49rem;
  width: 6.79rem;
  height: 0.58rem;
  text-indent: 0.23rem;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 0.27rem;
}

.subscribe-pop .cnt .select .el-select .el-input input::-webkit-input-placeholder {
  color: #777776;
}

.subscribe-pop .cnt .select .el-select .el-input input::-moz-placeholder {
  color: #777776;
}

.subscribe-pop .cnt .select .el-select .el-input input:-ms-input-placeholder {
  color: #777776;
}

.subscribe-pop .cnt .select .el-select .el-input input::-ms-input-placeholder {
  color: #777776;
}

.subscribe-pop .cnt .select .el-select .el-input input::placeholder {
  color: #777776;
}

.subscribe-pop .cnt .privacy {
  font-size: 0.2rem;
  color: #b0b0b0;
  position: relative;
  margin-top: 0.19rem;
}

.subscribe-pop .cnt .privacy label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-pop .cnt .privacy-detail {
  display: block;
  color: #fff;
  text-decoration: underline;
  margin-top: 0.06rem;
}

.subscribe-pop .cnt .privacy .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-pop .cnt .privacy .text .link {
  color: #fff;
  text-decoration: underline;
}

.subscribe-pop .cnt .privacy input {
  display: none;
}

.subscribe-pop .cnt .privacy input ~ .checkbox-icon {
  position: relative;
  display: inline-block;
  width: 0.23rem;
  height: 0.23rem;
  background: rgba(79, 79, 79, 0.5);
  margin-top: 0.02rem;
  margin-right: 0.14rem;
}

.subscribe-pop .cnt .privacy input:checked ~ .checkbox-icon::before {
  display: inline-block;
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.79rem -1.88rem;
  width: 0.23rem;
  height: 0.23rem;
  position: absolute;
  top: 0;
  left: 0;
}

.subscribe-pop .cnt .err {
  color: #f438be;
  margin-left: 0.36rem;
  margin-top: 0.1rem;
  font-size: 0.2rem;
}

.subscribe-pop .cnt .submit-btn {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -14.14rem -16.55rem;
  width: 4.47rem;
  height: 0.82rem;
  margin: 0.72rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.3rem;
  font-family: Impact, sans-serif;
  color: #1a1b15;
  text-transform: uppercase;
  cursor: pointer;
}

.subscribe-pop .cnt .submit-btn:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -14.14rem -18.23rem;
  width: 4.47rem;
  height: 0.82rem;
}

.el-icon-arrow-up {
  width: 0.2rem !important;
  margin-right: 0.2rem;
}

.el-icon-arrow-up::before {
  position: absolute;
  top: 50%;
  margin-top: -0.06rem;
  content: '';
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.79rem -2.56rem;
  width: 0.2rem;
  height: 0.12rem;
}

.el-icon-arrow-up.is-reverse {
  -webkit-transform: rotate3d(0, 180deg, 0) !important;
  transform: rotate3d(0, 180deg, 0) !important;
}

.el-select-dropdown {
  margin-top: 0 !important;
  border: none;
}

.el-select-dropdown .el-select-dropdown__list {
  padding: 0;
}

.el-select-dropdown .el-select-dropdown__item {
  width: 6.79rem;
  height: 0.58rem;
  background: #181818;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e6e6e6;
  line-height: 0.58rem;
  font-size: 0.26rem;
}

.el-select-dropdown .el-select-dropdown__item span {
  margin-left: 0.23rem;
}

.el-select-dropdown .el-select-dropdown__item.hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/select_388f1c7b.png);
  background-size: 100% 100%;
  color: #181818;
}

.el-select-dropdown .popper__arrow {
  display: none !important;
}

.el-select-dropdown .el-select-dropdown__empty {
  height: 0.58rem;
  background: #181818;
  padding: 0;
  border: none;
  text-indent: 0.23rem;
  color: #e6e6e6;
  line-height: 0.58rem;
  font-size: 0.26rem;
}

.subscribe-success-pop {
  width: 12.12rem;
  height: 8.04rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_f74854a7.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.7rem 2.9rem 0 2.64rem;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-success-pop .pop-close {
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -2.56rem -21.24rem;
  width: 1.24rem;
  height: 1.09rem;
  position: absolute;
  top: 0.27rem;
  right: -0.44rem;
}

.subscribe-success-pop .pop-close:hover {
  opacity: 0.8;
}

.subscribe-success-pop .cnt {
  text-align: center;
}

.subscribe-success-pop .title {
  display: inline-block;
  font-size: 0.43rem;
  line-height: 0.43rem;
  color: #e4e4e4;
  text-transform: uppercase;
  text-align: center;
  font-family: Impact, sans-serif;
  position: relative;
  margin-bottom: 0.76rem;
  white-space: nowrap;
}

.subscribe-success-pop .title::before {
  content: '';
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.17rem -13.27rem;
  width: 0.54rem;
  height: 0.58rem;
  position: absolute;
  left: -0.64rem;
  top: -0.1rem;
}

.subscribe-success-pop .title::after {
  content: '';
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.58rem -8.55rem;
  width: 0.38rem;
  height: 0.55rem;
  position: absolute;
  right: -0.5rem;
  top: -0.1rem;
}

.subscribe-success-pop .title.submitted {
  font-size: 0;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -0 -20.61rem;
  width: 4.49rem;
  height: 0.59rem;
  margin: 0 auto 0.76rem;
}

.subscribe-success-pop .title.submitted::after {
  display: none;
}

.subscribe-success-pop .sns {
  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;
  width: 3.6rem;
  margin: 0 auto 0;
  position: relative;
}

.subscribe-success-pop .sns .item-facebook::before {
  display: block;
  content: "";
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.97rem -14.87rem;
  width: 0.35rem;
  height: 0.35rem;
}

.subscribe-success-pop .sns .item-facebook:hover::before {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.97rem -15.49rem;
  width: 0.35rem;
  height: 0.35rem;
}

.subscribe-success-pop .sns .item-instagram::before {
  display: block;
  content: "";
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.96rem -16.55rem;
  width: 0.35rem;
  height: 0.35rem;
}

.subscribe-success-pop .sns .item-instagram:hover::before {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.96rem -16.94rem;
  width: 0.35rem;
  height: 0.35rem;
}

.subscribe-success-pop .sns .item-x::before {
  display: block;
  content: "";
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.69rem -7.93rem;
  width: 0.3rem;
  height: 0.31rem;
}

.subscribe-success-pop .sns .item-x:hover::before {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.1rem -7.6rem;
  width: 0.3rem;
  height: 0.31rem;
}

.subscribe-success-pop .sns .item-discord::before {
  display: block;
  content: "";
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.58rem -10.46rem;
  width: 0.39rem;
  height: 0.31rem;
}

.subscribe-success-pop .sns .item-discord:hover::before {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.79rem -17.41rem;
  width: 0.39rem;
  height: 0.31rem;
}

.subscribe-success-pop .sns .item-youtube::before {
  display: block;
  content: "";
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.79rem -17.76rem;
  width: 0.4rem;
  height: 0.28rem;
}

.subscribe-success-pop .sns .item-youtube:hover::before {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.96rem -18.23rem;
  width: 0.4rem;
  height: 0.28rem;
}

.subscribe-success-pop .platform-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.74rem auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscribe-success-pop .platform-links a {
  margin: 0 0.11rem;
}

.subscribe-success-pop .platform-links a.steam {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -25.51rem -10.85rem;
  width: 2.27rem;
  height: 0.74rem;
  position: relative;
}

.subscribe-success-pop .platform-links a.steam:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -25.51rem -11.83rem;
  width: 2.27rem;
  height: 0.74rem;
}

.subscribe-success-pop .platform-links a.xbox {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -25.5rem -12.81rem;
  width: 2.27rem;
  height: 0.74rem;
}

.subscribe-success-pop .platform-links a.xbox:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -25.5rem -13.79rem;
  width: 2.27rem;
  height: 0.74rem;
}

.subscribe-success-pop .platform-links a.epic {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -25.5rem -14.77rem;
  width: 2.27rem;
  height: 0.74rem;
}

.subscribe-success-pop .platform-links a.epic:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -25.5rem -15.75rem;
  width: 2.27rem;
  height: 0.74rem;
}

.subscribe-success-pop .platform-links a.ps {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -25.5rem -16.73rem;
  width: 2.27rem;
  height: 0.74rem;
}

.subscribe-success-pop .platform-links a.ps:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -25.5rem -17.71rem;
  width: 2.27rem;
  height: 0.74rem;
}

.subscribe-success-pop .p1 {
  color: #999;
  margin-top: 0.35rem;
  text-align: center;
  font-size: 0.24rem;
}

.subscribe-success-pop .p1 .wish-list {
  color: #b3ff0f;
  display: inline-block;
  position: relative;
}

.subscribe-success-pop .p1 .wish-list::after {
  display: inline-block;
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -27.79rem -2.15rem;
  width: 0.19rem;
  height: 0.17rem;
  position: absolute;
  top: -0.14rem;
  right: -0.17rem;
}

html[lang="jp"] .subscribe-success-pop .sns,
[data-lang="jp"] .subscribe-success-pop .sns {
  width: 1.5rem;
}

.download-pop {
  width: 100%;
  height: 100%;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_big_9ab3afab.jpg) no-repeat center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-pop::before {
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -0;
  width: 6.56rem;
  height: 1.84rem;
  position: absolute;
  top: 0;
  left: 0;
}

.download-pop::after {
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -0 -12.49rem;
  width: 17.82rem;
  height: 2.34rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.download-pop .pop-close {
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -2.56rem -21.24rem;
  width: 1.24rem;
  height: 1.09rem;
  position: absolute;
  top: 1.19rem;
  right: 1.4rem;
}

.download-pop .pop-close:hover {
  opacity: 0.8;
}

.download-pop .cnt {
  text-align: center;
  padding-bottom: 0.24rem;
}

.download-pop .slogan {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -10.09rem -6.63rem;
  width: 7.26rem;
  height: 3.28rem;
  margin: 0 auto 0;
}

.download-pop .title {
  margin: 0.46rem auto 0;
}

.download-pop .platform-links {
  width: 14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.18rem auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-pop .platform-links li {
  margin: 0 0.12rem 0.48rem;
}

.download-pop .platform-links li p {
  margin-top: 0.16rem;
  font-weight: bold;
  font-size: 0.24rem;
  color: #c9c9c9;
  line-height: 0.38rem;
}

.download-pop .platform-links a {
  display: block;
}

.download-pop .platform-links a.steam {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -12.81rem;
  width: 4rem;
  height: 0.94rem;
  position: relative;
}

.download-pop .platform-links a.steam:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -13.79rem;
  width: 4rem;
  height: 0.94rem;
}

.download-pop .platform-links a.xbox {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -14.77rem;
  width: 4rem;
  height: 0.94rem;
}

.download-pop .platform-links a.xbox:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -15.75rem;
  width: 4rem;
  height: 0.94rem;
}

.download-pop .platform-links a.epic {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -16.73rem;
  width: 4rem;
  height: 0.94rem;
}

.download-pop .platform-links a.epic:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -17.71rem;
  width: 4rem;
  height: 0.94rem;
}

.download-pop .platform-links a.ps {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -10.85rem;
  width: 4.01rem;
  height: 0.94rem;
}

.download-pop .platform-links a.ps:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -11.83rem;
  width: 4.01rem;
  height: 0.94rem;
}

.download-pop .platform-links a.load {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -21.46rem -18.69rem;
  width: 4.01rem;
  height: 0.93rem;
}

.download-pop .platform-links a.load:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -17.39rem -6.63rem;
  width: 4.01rem;
  height: 0.93rem;
}

html[lang="jp"] .download-pop .title,
[data-lang="jp"] .download-pop .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -0 -14.87rem;
  width: 14.1rem;
  height: 1.64rem;
}

html[lang="en"] .download-pop .title,
[data-lang="en"] .download-pop .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -0 -16.55rem;
  width: 14.1rem;
  height: 1.64rem;
}

html[lang="zhTW"] .download-pop .title,
[data-lang="zhTW"] .download-pop .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -0 -18.23rem;
  width: 14.1rem;
  height: 1.64rem;
}

.full-screen-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.full-screen-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-screen-video .audio-switch {
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.47rem -11.22rem;
  width: 0.78rem;
  height: 0.86rem;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.full-screen-video .audio-switch:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -3.84rem -21.24rem;
  width: 0.78rem;
  height: 0.86rem;
}

.full-screen-video .audio-switch.off {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -4.66rem -21.24rem;
  width: 0.78rem;
  height: 0.86rem;
}

.full-screen-video .audio-switch.off:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -5.48rem -21.24rem;
  width: 0.78rem;
  height: 0.86rem;
}

.full-screen-video .scroll-tips {
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -20.42rem -8.27rem;
  width: 0.79rem;
  height: 0.4rem;
}

.youtube-pop {
  background: none;
  width: 11.2rem;
  height: 6.3rem;
}

.youtube-pop iframe {
  width: 11.2rem;
  height: 6.3rem;
}

.youtube-pop .pop-close {
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -2.56rem -21.24rem;
  width: 1.24rem;
  height: 1.09rem;
  position: absolute;
  top: -0.8rem;
  right: -0.5rem;
}

.youtube-pop .pop-close:hover {
  opacity: 0.8;
}

.join-pop {
  width: 12.12rem;
  height: 8.04rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_f74854a7.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.43rem 0.2rem 0;
}

.join-pop .pop-close {
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -2.56rem -21.24rem;
  width: 1.24rem;
  height: 1.09rem;
  position: absolute;
  top: 0.27rem;
  right: -0.44rem;
}

.join-pop .pop-close:hover {
  opacity: 0.8;
}

.join-pop .cnt .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png) no-repeat;
  background-size: 28.06rem 22.37rem;
  background-position: -15.79rem -19.91rem;
  width: 9.73rem;
  height: 0.58rem;
  margin: 0.4rem 0.88rem 1.2rem;
}

.join-pop .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 0.9rem;
}

.join-pop .btns .btn-item {
  cursor: pointer;
  margin: 0 0.2rem 0 0;
}

.join-pop .btns .yb {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -25.51rem -18.69rem;
  width: 2.27rem;
  height: 0.74rem;
}

.join-pop .btns .yb:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -17.39rem -8.94rem;
  width: 2.27rem;
  height: 0.74rem;
}

.join-pop .btns .tk {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -17.86rem -12.49rem;
  width: 2.27rem;
  height: 0.74rem;
}

.join-pop .btns .tk:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -17.86rem -13.27rem;
  width: 2.27rem;
  height: 0.74rem;
}

.join-pop .btns .tw {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -17.86rem -14.05rem;
  width: 2.27rem;
  height: 0.74rem;
}

.join-pop .btns .tw:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -18.65rem -16.55rem;
  width: 2.27rem;
  height: 0.74rem;
}

.join-pop .btns .dis {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -18.48rem -17.41rem;
  width: 2.27rem;
  height: 0.74rem;
}

.join-pop .btns .dis:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-473361_47336193.png);
  background-size: 28.06rem 22.37rem;
  background-position: -18.65rem -18.23rem;
  width: 2.27rem;
  height: 0.74rem;
}

.cursor {
  position: fixed;
  pointer-events: none;
  z-index: 99999999;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.cursor.hide {
  display: none;
}

.cursor .normal {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.78rem;
  width: 0.84rem;
  mix-blend-mode: normal;
  -webkit-animation: sprite_shubiao1_hecheng_2_1 1s 0s steps(1) infinite normal;
  animation: sprite_shubiao1_hecheng_2_1 1s 0s steps(1) infinite normal;
  background-size: 500% 500%;
}

.cursor .hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.8rem;
  width: 0.86rem;
  mix-blend-mode: normal;
  -webkit-animation: sprite_yuhecheng_22_hecheng_3_1 1s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_22_hecheng_3_1 1s 0s steps(1) infinite normal;
  background-size: 500% 500%;
}

.cursor .watching {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.82rem;
  width: 1.04rem;
  mix-blend-mode: normal;
  -webkit-animation: sprite_yuhecheng_23_hecheng_2_1 1s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_23_hecheng_2_1 1s 0s steps(1) infinite normal;
  background-size: 500% 500%;
}

.cursor .eating {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.8rem;
  width: 1.08rem;
  mix-blend-mode: normal;
  -webkit-animation: sprite_yuhecheng_27_hecheng_2_1 1s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_27_hecheng_2_1 1s 0s steps(1) infinite normal;
  background-size: 500% 500%;
}

@-webkit-keyframes sprite_yuhecheng_27_hecheng_2_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -1.08rem 0;
  }

  8.3% {
    background-position: -2.16rem 0;
  }

  12.5% {
    background-position: -3.24rem 0;
  }

  16.7% {
    background-position: -4.32rem 0;
  }

  20.8% {
    background-position: 0 -0.8rem;
  }

  25% {
    background-position: -1.08rem -0.8rem;
  }

  29.2% {
    background-position: -2.16rem -0.8rem;
  }

  33.3% {
    background-position: -3.24rem -0.8rem;
  }

  37.5% {
    background-position: -4.32rem -0.8rem;
  }

  41.7% {
    background-position: 0 -1.6rem;
  }

  45.8% {
    background-position: -1.08rem -1.6rem;
  }

  50% {
    background-position: -2.16rem -1.6rem;
  }

  54.2% {
    background-position: -3.24rem -1.6rem;
  }

  58.3% {
    background-position: -4.32rem -1.6rem;
  }

  62.5% {
    background-position: 0 -2.4rem;
  }

  66.7% {
    background-position: -1.08rem -2.4rem;
  }

  70.8% {
    background-position: -2.16rem -2.4rem;
  }

  75% {
    background-position: -3.24rem -2.4rem;
  }

  79.2% {
    background-position: -4.32rem -2.4rem;
  }

  83.3% {
    background-position: 0 -3.2rem;
  }

  87.5% {
    background-position: -1.08rem -3.2rem;
  }

  91.7% {
    background-position: -2.16rem -3.2rem;
  }

  95.8% {
    background-position: -3.24rem -3.2rem;
  }

  100% {
    background-position: -3.24rem -3.2rem;
  }
}

@keyframes sprite_yuhecheng_27_hecheng_2_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -1.08rem 0;
  }

  8.3% {
    background-position: -2.16rem 0;
  }

  12.5% {
    background-position: -3.24rem 0;
  }

  16.7% {
    background-position: -4.32rem 0;
  }

  20.8% {
    background-position: 0 -0.8rem;
  }

  25% {
    background-position: -1.08rem -0.8rem;
  }

  29.2% {
    background-position: -2.16rem -0.8rem;
  }

  33.3% {
    background-position: -3.24rem -0.8rem;
  }

  37.5% {
    background-position: -4.32rem -0.8rem;
  }

  41.7% {
    background-position: 0 -1.6rem;
  }

  45.8% {
    background-position: -1.08rem -1.6rem;
  }

  50% {
    background-position: -2.16rem -1.6rem;
  }

  54.2% {
    background-position: -3.24rem -1.6rem;
  }

  58.3% {
    background-position: -4.32rem -1.6rem;
  }

  62.5% {
    background-position: 0 -2.4rem;
  }

  66.7% {
    background-position: -1.08rem -2.4rem;
  }

  70.8% {
    background-position: -2.16rem -2.4rem;
  }

  75% {
    background-position: -3.24rem -2.4rem;
  }

  79.2% {
    background-position: -4.32rem -2.4rem;
  }

  83.3% {
    background-position: 0 -3.2rem;
  }

  87.5% {
    background-position: -1.08rem -3.2rem;
  }

  91.7% {
    background-position: -2.16rem -3.2rem;
  }

  95.8% {
    background-position: -3.24rem -3.2rem;
  }

  100% {
    background-position: -3.24rem -3.2rem;
  }
}

@-webkit-keyframes sprite_shubiao1_hecheng_2_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -0.84rem 0;
  }

  8.3% {
    background-position: -1.68rem 0;
  }

  12.5% {
    background-position: -2.52rem 0;
  }

  16.7% {
    background-position: -3.36rem 0;
  }

  20.8% {
    background-position: 0 -0.78rem;
  }

  25% {
    background-position: -0.84rem -0.78rem;
  }

  29.2% {
    background-position: -1.68rem -0.78rem;
  }

  33.3% {
    background-position: -2.52rem -0.78rem;
  }

  37.5% {
    background-position: -3.36rem -0.78rem;
  }

  41.7% {
    background-position: 0 -1.56rem;
  }

  45.8% {
    background-position: -0.84rem -1.56rem;
  }

  50% {
    background-position: -1.68rem -1.56rem;
  }

  54.2% {
    background-position: -2.52rem -1.56rem;
  }

  58.3% {
    background-position: -3.36rem -1.56rem;
  }

  62.5% {
    background-position: 0 -2.34rem;
  }

  66.7% {
    background-position: -0.84rem -2.34rem;
  }

  70.8% {
    background-position: -1.68rem -2.34rem;
  }

  75% {
    background-position: -2.52rem -2.34rem;
  }

  79.2% {
    background-position: -3.36rem -2.34rem;
  }

  83.3% {
    background-position: 0 -3.12rem;
  }

  87.5% {
    background-position: -0.84rem -3.12rem;
  }

  91.7% {
    background-position: -1.68rem -3.12rem;
  }

  95.8% {
    background-position: -2.52rem -3.12rem;
  }

  100% {
    background-position: -2.52rem -3.12rem;
  }
}

@keyframes sprite_shubiao1_hecheng_2_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -0.84rem 0;
  }

  8.3% {
    background-position: -1.68rem 0;
  }

  12.5% {
    background-position: -2.52rem 0;
  }

  16.7% {
    background-position: -3.36rem 0;
  }

  20.8% {
    background-position: 0 -0.78rem;
  }

  25% {
    background-position: -0.84rem -0.78rem;
  }

  29.2% {
    background-position: -1.68rem -0.78rem;
  }

  33.3% {
    background-position: -2.52rem -0.78rem;
  }

  37.5% {
    background-position: -3.36rem -0.78rem;
  }

  41.7% {
    background-position: 0 -1.56rem;
  }

  45.8% {
    background-position: -0.84rem -1.56rem;
  }

  50% {
    background-position: -1.68rem -1.56rem;
  }

  54.2% {
    background-position: -2.52rem -1.56rem;
  }

  58.3% {
    background-position: -3.36rem -1.56rem;
  }

  62.5% {
    background-position: 0 -2.34rem;
  }

  66.7% {
    background-position: -0.84rem -2.34rem;
  }

  70.8% {
    background-position: -1.68rem -2.34rem;
  }

  75% {
    background-position: -2.52rem -2.34rem;
  }

  79.2% {
    background-position: -3.36rem -2.34rem;
  }

  83.3% {
    background-position: 0 -3.12rem;
  }

  87.5% {
    background-position: -0.84rem -3.12rem;
  }

  91.7% {
    background-position: -1.68rem -3.12rem;
  }

  95.8% {
    background-position: -2.52rem -3.12rem;
  }

  100% {
    background-position: -2.52rem -3.12rem;
  }
}

@-webkit-keyframes sprite_yuhecheng_22_hecheng_3_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -0.86rem 0;
  }

  8.3% {
    background-position: -1.72rem 0;
  }

  12.5% {
    background-position: -2.58rem 0;
  }

  16.7% {
    background-position: -3.44rem 0;
  }

  20.8% {
    background-position: 0 -0.8rem;
  }

  25% {
    background-position: -0.86rem -0.8rem;
  }

  29.2% {
    background-position: -1.72rem -0.8rem;
  }

  33.3% {
    background-position: -2.58rem -0.8rem;
  }

  37.5% {
    background-position: -3.44rem -0.8rem;
  }

  41.7% {
    background-position: 0 -1.6rem;
  }

  45.8% {
    background-position: -0.86rem -1.6rem;
  }

  50% {
    background-position: -1.72rem -1.6rem;
  }

  54.2% {
    background-position: -2.58rem -1.6rem;
  }

  58.3% {
    background-position: -3.44rem -1.6rem;
  }

  62.5% {
    background-position: 0 -2.4rem;
  }

  66.7% {
    background-position: -0.86rem -2.4rem;
  }

  70.8% {
    background-position: -1.72rem -2.4rem;
  }

  75% {
    background-position: -2.58rem -2.4rem;
  }

  79.2% {
    background-position: -3.44rem -2.4rem;
  }

  83.3% {
    background-position: 0 -3.2rem;
  }

  87.5% {
    background-position: -0.86rem -3.2rem;
  }

  91.7% {
    background-position: -1.72rem -3.2rem;
  }

  95.8% {
    background-position: -2.58rem -3.2rem;
  }

  100% {
    background-position: -2.58rem -3.2rem;
  }
}

@keyframes sprite_yuhecheng_22_hecheng_3_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -0.86rem 0;
  }

  8.3% {
    background-position: -1.72rem 0;
  }

  12.5% {
    background-position: -2.58rem 0;
  }

  16.7% {
    background-position: -3.44rem 0;
  }

  20.8% {
    background-position: 0 -0.8rem;
  }

  25% {
    background-position: -0.86rem -0.8rem;
  }

  29.2% {
    background-position: -1.72rem -0.8rem;
  }

  33.3% {
    background-position: -2.58rem -0.8rem;
  }

  37.5% {
    background-position: -3.44rem -0.8rem;
  }

  41.7% {
    background-position: 0 -1.6rem;
  }

  45.8% {
    background-position: -0.86rem -1.6rem;
  }

  50% {
    background-position: -1.72rem -1.6rem;
  }

  54.2% {
    background-position: -2.58rem -1.6rem;
  }

  58.3% {
    background-position: -3.44rem -1.6rem;
  }

  62.5% {
    background-position: 0 -2.4rem;
  }

  66.7% {
    background-position: -0.86rem -2.4rem;
  }

  70.8% {
    background-position: -1.72rem -2.4rem;
  }

  75% {
    background-position: -2.58rem -2.4rem;
  }

  79.2% {
    background-position: -3.44rem -2.4rem;
  }

  83.3% {
    background-position: 0 -3.2rem;
  }

  87.5% {
    background-position: -0.86rem -3.2rem;
  }

  91.7% {
    background-position: -1.72rem -3.2rem;
  }

  95.8% {
    background-position: -2.58rem -3.2rem;
  }

  100% {
    background-position: -2.58rem -3.2rem;
  }
}

@-webkit-keyframes sprite_yuhecheng_23_hecheng_2_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -1.04rem 0;
  }

  8.3% {
    background-position: -2.08rem 0;
  }

  12.5% {
    background-position: -3.12rem 0;
  }

  16.7% {
    background-position: -4.16rem 0;
  }

  20.8% {
    background-position: 0 -0.82rem;
  }

  25% {
    background-position: -1.04rem -0.82rem;
  }

  29.2% {
    background-position: -2.08rem -0.82rem;
  }

  33.3% {
    background-position: -3.12rem -0.82rem;
  }

  37.5% {
    background-position: -4.16rem -0.82rem;
  }

  41.7% {
    background-position: 0 -1.64rem;
  }

  45.8% {
    background-position: -1.04rem -1.64rem;
  }

  50% {
    background-position: -2.08rem -1.64rem;
  }

  54.2% {
    background-position: -3.12rem -1.64rem;
  }

  58.3% {
    background-position: -4.16rem -1.64rem;
  }

  62.5% {
    background-position: 0 -2.46rem;
  }

  66.7% {
    background-position: -1.04rem -2.46rem;
  }

  70.8% {
    background-position: -2.08rem -2.46rem;
  }

  75% {
    background-position: -3.12rem -2.46rem;
  }

  79.2% {
    background-position: -4.16rem -2.46rem;
  }

  83.3% {
    background-position: 0 -3.28rem;
  }

  87.5% {
    background-position: -1.04rem -3.28rem;
  }

  91.7% {
    background-position: -2.08rem -3.28rem;
  }

  95.8% {
    background-position: -3.12rem -3.28rem;
  }

  100% {
    background-position: -3.12rem -3.28rem;
  }
}

@keyframes sprite_yuhecheng_23_hecheng_2_1 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -1.04rem 0;
  }

  8.3% {
    background-position: -2.08rem 0;
  }

  12.5% {
    background-position: -3.12rem 0;
  }

  16.7% {
    background-position: -4.16rem 0;
  }

  20.8% {
    background-position: 0 -0.82rem;
  }

  25% {
    background-position: -1.04rem -0.82rem;
  }

  29.2% {
    background-position: -2.08rem -0.82rem;
  }

  33.3% {
    background-position: -3.12rem -0.82rem;
  }

  37.5% {
    background-position: -4.16rem -0.82rem;
  }

  41.7% {
    background-position: 0 -1.64rem;
  }

  45.8% {
    background-position: -1.04rem -1.64rem;
  }

  50% {
    background-position: -2.08rem -1.64rem;
  }

  54.2% {
    background-position: -3.12rem -1.64rem;
  }

  58.3% {
    background-position: -4.16rem -1.64rem;
  }

  62.5% {
    background-position: 0 -2.46rem;
  }

  66.7% {
    background-position: -1.04rem -2.46rem;
  }

  70.8% {
    background-position: -2.08rem -2.46rem;
  }

  75% {
    background-position: -3.12rem -2.46rem;
  }

  79.2% {
    background-position: -4.16rem -2.46rem;
  }

  83.3% {
    background-position: 0 -3.28rem;
  }

  87.5% {
    background-position: -1.04rem -3.28rem;
  }

  91.7% {
    background-position: -2.08rem -3.28rem;
  }

  95.8% {
    background-position: -3.12rem -3.28rem;
  }

  100% {
    background-position: -3.12rem -3.28rem;
  }
}
/** mixins **/

html[lang="en"] .container-index .slogan,
[data-lang="en"] .container-index .slogan {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/slogan_fc71b594.png) no-repeat;
  background-size: 100% 100%;
}

html[lang="en"] .container-index .apply-btn,
[data-lang="en"] .container-index .apply-btn {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -0 -17.46rem;
  width: 7.75rem;
  height: 2.12rem;
  left: 0.1rem;
}

html[lang="en"] .container-index .apply-btn:before,
[data-lang="en"] .container-index .apply-btn:before {
  left: 2.04rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -5.26rem;
  width: 3.24rem;
  height: 0.46rem;
}

html[lang="en"] .container-index .apply-btn:hover:after,
[data-lang="en"] .container-index .apply-btn:hover:after {
  left: -0.64rem;
  top: -0.6rem;
  height: 3.02rem;
  width: 8.98rem;
  mix-blend-mode: normal;
  -webkit-animation: sprite_z_yingwenanniu_000 1s 0s steps(1) infinite normal;
  animation: sprite_z_yingwenanniu_000 1s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_z_yingwenanniu_000_730b8958.png);
  background-size: 500% 500%;
}

@-webkit-keyframes sprite_z_yingwenanniu_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -8.98rem 0;
  }

  8.3% {
    background-position: -17.96rem 0;
  }

  12.5% {
    background-position: -26.94rem 0;
  }

  16.7% {
    background-position: -35.92rem 0;
  }

  20.8% {
    background-position: 0 -3.02rem;
  }

  25% {
    background-position: -8.98rem -3.02rem;
  }

  29.2% {
    background-position: -17.96rem -3.02rem;
  }

  33.3% {
    background-position: -26.94rem -3.02rem;
  }

  37.5% {
    background-position: -35.92rem -3.02rem;
  }

  41.7% {
    background-position: 0 -6.04rem;
  }

  45.8% {
    background-position: -8.98rem -6.04rem;
  }

  50% {
    background-position: -17.96rem -6.04rem;
  }

  54.2% {
    background-position: -26.94rem -6.04rem;
  }

  58.3% {
    background-position: -35.92rem -6.04rem;
  }

  62.5% {
    background-position: 0 -9.06rem;
  }

  66.7% {
    background-position: -8.98rem -9.06rem;
  }

  70.8% {
    background-position: -17.96rem -9.06rem;
  }

  75% {
    background-position: -26.94rem -9.06rem;
  }

  79.2% {
    background-position: -35.92rem -9.06rem;
  }

  83.3% {
    background-position: 0 -12.08rem;
  }

  87.5% {
    background-position: -8.98rem -12.08rem;
  }

  91.7% {
    background-position: -17.96rem -12.08rem;
  }

  95.8% {
    background-position: -26.94rem -12.08rem;
  }

  100% {
    background-position: -26.94rem -12.08rem;
  }
}

@keyframes sprite_z_yingwenanniu_000 {
  0% {
    background-position: 0 0;
  }

  4.2% {
    background-position: -8.98rem 0;
  }

  8.3% {
    background-position: -17.96rem 0;
  }

  12.5% {
    background-position: -26.94rem 0;
  }

  16.7% {
    background-position: -35.92rem 0;
  }

  20.8% {
    background-position: 0 -3.02rem;
  }

  25% {
    background-position: -8.98rem -3.02rem;
  }

  29.2% {
    background-position: -17.96rem -3.02rem;
  }

  33.3% {
    background-position: -26.94rem -3.02rem;
  }

  37.5% {
    background-position: -35.92rem -3.02rem;
  }

  41.7% {
    background-position: 0 -6.04rem;
  }

  45.8% {
    background-position: -8.98rem -6.04rem;
  }

  50% {
    background-position: -17.96rem -6.04rem;
  }

  54.2% {
    background-position: -26.94rem -6.04rem;
  }

  58.3% {
    background-position: -35.92rem -6.04rem;
  }

  62.5% {
    background-position: 0 -9.06rem;
  }

  66.7% {
    background-position: -8.98rem -9.06rem;
  }

  70.8% {
    background-position: -17.96rem -9.06rem;
  }

  75% {
    background-position: -26.94rem -9.06rem;
  }

  79.2% {
    background-position: -35.92rem -9.06rem;
  }

  83.3% {
    background-position: 0 -12.08rem;
  }

  87.5% {
    background-position: -8.98rem -12.08rem;
  }

  91.7% {
    background-position: -17.96rem -12.08rem;
  }

  95.8% {
    background-position: -26.94rem -12.08rem;
  }

  100% {
    background-position: -26.94rem -12.08rem;
  }
}

html[lang="en"] .container-index .pre-order-home,
[data-lang="en"] .container-index .pre-order-home {
  width: 3.9rem;
  height: 2.59rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/pre-order-home_fa3c24b0.png) no-repeat;
  background-size: 100% 100%;
}

html[lang="en"] .container-index .pre-order-home:hover,
[data-lang="en"] .container-index .pre-order-home:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/pre-order-home-hover_37afa70f.png) no-repeat;
  background-size: 100% 100%;
}

html[lang="en"] .container-index .p2,
[data-lang="en"] .container-index .p2,
html[lang="en"] .container-index .p3,
[data-lang="en"] .container-index .p3,
html[lang="en"] .container-index .p4,
[data-lang="en"] .container-index .p4 {
  font-family: 'Chakra Petch', sans-serif;
}

html[lang="en"] .container-reward__container .title-bg,
[data-lang="en"] .container-reward__container .title-bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/appoint-title-2k_aead822d.png) no-repeat;
  background-size: 100% 100%;
}

html[lang="en"] .container-reward__container .reward-list,
[data-lang="en"] .container-reward__container .reward-list {
  width: 10.62rem;
  height: 6.01rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/reward_b36f4749.png) no-repeat;
  background-size: cover;
}

html[lang="en"] .container-reward__container .notice,
[data-lang="en"] .container-reward__container .notice {
  font-family: 'Chakra Petch', sans-serif;
}

html[lang="en"] .container-feature-gif-center .icon-title .text-bg.text-bg-1,
[data-lang="en"] .container-feature-gif-center .icon-title .text-bg.text-bg-1 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -0 -0;
  width: 11.09rem;
  height: 2.98rem;
}

html[lang="en"] .container-feature-gif-center .icon-title .text-bg.text-bg-2,
[data-lang="en"] .container-feature-gif-center .icon-title .text-bg.text-bg-2 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -0 -3.02rem;
  width: 11.09rem;
  height: 2.98rem;
}

html[lang="en"] .container-feature-gif-center .icon-title .text-bg.text-bg-3,
[data-lang="en"] .container-feature-gif-center .icon-title .text-bg.text-bg-3 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -0 -6.04rem;
  width: 11.09rem;
  height: 2.98rem;
}

html[lang="en"] .container-feature-gif-center .icon-title .text-bg.text-bg-4,
[data-lang="en"] .container-feature-gif-center .icon-title .text-bg.text-bg-4 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -11.13rem -0;
  width: 11.09rem;
  height: 2.98rem;
}

html[lang="en"] .container-feature-gif-center .icon-title .text-bg.text-bg-5,
[data-lang="en"] .container-feature-gif-center .icon-title .text-bg.text-bg-5 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -11.13rem -3.02rem;
  width: 11.09rem;
  height: 2.98rem;
}

html[lang="en"] .container-feature-gif-center .icon-title .text,
[data-lang="en"] .container-feature-gif-center .icon-title .text {
  left: 1.46rem;
  top: 0;
}

html[lang="en"] .container-feature-gif-center .icon-title .text.text-1,
[data-lang="en"] .container-feature-gif-center .icon-title .text.text-1 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -11.13rem -6.04rem;
  width: 11.09rem;
  height: 2.98rem;
}

html[lang="en"] .container-feature-gif-center .icon-title .text.text-2,
[data-lang="en"] .container-feature-gif-center .icon-title .text.text-2 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -0 -9.06rem;
  width: 11.09rem;
  height: 2.98rem;
}

html[lang="en"] .container-feature-gif-center .icon-title .text.text-3,
[data-lang="en"] .container-feature-gif-center .icon-title .text.text-3 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -11.13rem -9.06rem;
  width: 11.09rem;
  height: 2.98rem;
}

html[lang="en"] .container-feature-gif-center .icon-title .text.text-4,
[data-lang="en"] .container-feature-gif-center .icon-title .text.text-4 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -0 -12.08rem;
  width: 11.09rem;
  height: 2.98rem;
}

html[lang="en"] .container-feature-gif-center .icon-title .text.text-5,
[data-lang="en"] .container-feature-gif-center .icon-title .text.text-5 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -11.13rem -12.08rem;
  width: 11.09rem;
  height: 2.98rem;
}

html[lang="en"] .container-feature-tab[data-index="1"],
[data-lang="en"] .container-feature-tab[data-index="1"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -6.07rem -19.62rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="1"]:hover,
[data-lang="en"] .container-feature-tab[data-index="1"]:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -14.89rem -19.62rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="1"].active,
[data-lang="en"] .container-feature-tab[data-index="1"].active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -14.89rem -19.62rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="2"],
[data-lang="en"] .container-feature-tab[data-index="2"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -0 -21.31rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="2"]:hover,
[data-lang="en"] .container-feature-tab[data-index="2"]:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -8.82rem -21.31rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="2"].active,
[data-lang="en"] .container-feature-tab[data-index="2"].active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -8.82rem -21.31rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="3"],
[data-lang="en"] .container-feature-tab[data-index="3"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -13.23rem -21.31rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="3"]:hover,
[data-lang="en"] .container-feature-tab[data-index="3"]:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -0 -22.49rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="3"].active,
[data-lang="en"] .container-feature-tab[data-index="3"].active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -0 -22.49rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="4"],
[data-lang="en"] .container-feature-tab[data-index="4"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -4.41rem -22.49rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="4"]:hover,
[data-lang="en"] .container-feature-tab[data-index="4"]:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -13.23rem -22.49rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="4"].active,
[data-lang="en"] .container-feature-tab[data-index="4"].active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -13.23rem -22.49rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="5"],
[data-lang="en"] .container-feature-tab[data-index="5"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -17.64rem -22.49rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="5"]:hover,
[data-lang="en"] .container-feature-tab[data-index="5"]:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -1.18rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-feature-tab[data-index="5"].active,
[data-lang="en"] .container-feature-tab[data-index="5"].active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -1.18rem;
  width: 4.37rem;
  height: 1.14rem;
}

html[lang="en"] .container-news .slogan,
[data-lang="en"] .container-news .slogan {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -7.79rem -17.46rem;
  width: 7.3rem;
  height: 1.87rem;
}

html[lang="en"] .container-news .tab-box .tab,
[data-lang="en"] .container-news .tab-box .tab {
  margin-right: 0.07rem;
}

html[lang="en"] .container-news .tab-box .tab:last-child,
[data-lang="en"] .container-news .tab-box .tab:last-child {
  margin-right: 0;
}

html[lang="en"] .container-news .tab-box .tab-1,
[data-lang="en"] .container-news .tab-box .tab-1 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -8.67rem;
  width: 2.57rem;
  height: 0.3rem;
}

html[lang="en"] .container-news .tab-box .tab-1:hover,
[data-lang="en"] .container-news .tab-box .tab-1:hover,
html[lang="en"] .container-news .tab-box .tab-1.active,
[data-lang="en"] .container-news .tab-box .tab-1.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -9.01rem;
  width: 2.57rem;
  height: 0.3rem;
}

html[lang="en"] .container-news .tab-box .tab-2,
[data-lang="en"] .container-news .tab-box .tab-2 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -6.26rem;
  width: 3.98rem;
  height: 0.3rem;
}

html[lang="en"] .container-news .tab-box .tab-2:hover,
[data-lang="en"] .container-news .tab-box .tab-2:hover,
html[lang="en"] .container-news .tab-box .tab-2.active,
[data-lang="en"] .container-news .tab-box .tab-2.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -6.6rem;
  width: 3.98rem;
  height: 0.3rem;
}

html[lang="en"] .container-news .tab-box .tab-3,
[data-lang="en"] .container-news .tab-box .tab-3 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -7.99rem;
  width: 3.31rem;
  height: 0.3rem;
}

html[lang="en"] .container-news .tab-box .tab-3:hover,
[data-lang="en"] .container-news .tab-box .tab-3:hover,
html[lang="en"] .container-news .tab-box .tab-3.active,
[data-lang="en"] .container-news .tab-box .tab-3.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -8.33rem;
  width: 3.31rem;
  height: 0.3rem;
}

html[lang="en"] .container-news .tab-box .tab-4,
[data-lang="en"] .container-news .tab-box .tab-4 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -6.94rem;
  width: 3.79rem;
  height: 0.3rem;
}

html[lang="en"] .container-news .tab-box .tab-4:hover,
[data-lang="en"] .container-news .tab-box .tab-4:hover,
html[lang="en"] .container-news .tab-box .tab-4.active,
[data-lang="en"] .container-news .tab-box .tab-4.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -7.28rem;
  width: 3.79rem;
  height: 0.3rem;
}

html[lang="en"] .container-news .more-link,
[data-lang="en"] .container-news .more-link {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -27.84rem -5.76rem;
  width: 1.11rem;
  height: 0.23rem;
}

html[lang="en"] .container-news .more-link:hover,
[data-lang="en"] .container-news .more-link:hover {
  opacity: 0.8;
}

html[lang="en"] .container-news .content .news-list,
[data-lang="en"] .container-news .content .news-list {
  font-family: 'Chakra Petch', sans-serif;
}

html[lang="en"] .container-news .banner-box p,
[data-lang="en"] .container-news .banner-box p {
  font-family: 'Chakra Petch', serif;
}

html[lang="en"] .container-koc .koc-title,
[data-lang="en"] .container-koc .koc-title {
  top: 6.7rem;
  left: 2.2rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -9.72rem -15.1rem;
  width: 12.14rem;
  height: 1.58rem;
}

html[lang="en"] .container-koc .img-box,
[data-lang="en"] .container-koc .img-box {
  position: absolute;
  top: 8.92rem;
  left: 2rem;
}

html[lang="en"] .container-koc .imgs,
[data-lang="en"] .container-koc .imgs {
  margin: 0.22rem 0.15rem;
}

html[lang="en"] .container-koc .img-title,
[data-lang="en"] .container-koc .img-title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -5.76rem;
  width: 3.2rem;
  height: 0.46rem;
}

html[lang="en"] .container-koc .img1,
[data-lang="en"] .container-koc .img1 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -2.36rem;
  width: 2.02rem;
  height: 2.38rem;
}

html[lang="en"] .container-koc .img2,
[data-lang="en"] .container-koc .img2 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -26.66rem -2.36rem;
  width: 2.02rem;
  height: 2.38rem;
}

html[lang="en"] .container-koc .img3,
[data-lang="en"] .container-koc .img3 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -22.26rem -0;
  width: 2.3rem;
  height: 2.38rem;
}

html[lang="en"] .container-koc .img1 .reward,
[data-lang="en"] .container-koc .img1 .reward {
  margin: 0.35rem 0 0 -0.1rem;
}

html[lang="en"] .container-koc .img2 .reward,
[data-lang="en"] .container-koc .img2 .reward {
  margin: 0.5rem 0 0 0.1rem;
}

html[lang="en"] .container-koc .img3 .reward,
[data-lang="en"] .container-koc .img3 .reward {
  margin: 0.3rem 0 0 -0.1rem;
}

html[lang="en"] .container-koc .txt-box,
[data-lang="en"] .container-koc .txt-box {
  top: 12.76rem;
  left: 2rem;
}

html[lang="en"] .container-koc .txt-box .txt-title,
[data-lang="en"] .container-koc .txt-box .txt-title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -4.78rem;
  width: 3.87rem;
  height: 0.44rem;
  margin: 0 0 0.2rem;
}

html[lang="en"] .container-koc .txt-box .txt-item,
[data-lang="en"] .container-koc .txt-box .txt-item {
  margin: 0 0 0.2rem 0.16rem;
}

html[lang="en"] .container-koc .join-btn,
[data-lang="en"] .container-koc .join-btn {
  top: 14.8rem;
  left: 2.1rem;
  font-family: 'Oswald', sans-serif;
}

html[lang="en"] .container-koc .applition-btn,
[data-lang="en"] .container-koc .applition-btn {
  top: 16rem;
  left: 2.1rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png) no-repeat;
  background-size: 29.01rem 23.67rem;
  background-position: -24.6rem -7.62rem;
  width: 3.16rem;
  height: 0.33rem;
}

html[lang="en"] .container-koc .txt-item,
[data-lang="en"] .container-koc .txt-item {
  font-family: 'Chakra Petch', sans-serif;
}

html[lang="en"] .container-end .content,
[data-lang="en"] .container-end .content {
  width: 9.68rem;
  right: 0.74rem;
}

html[lang="en"] .container-end .content .title,
[data-lang="en"] .container-end .content .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -0 -15.1rem;
  width: 9.68rem;
  height: 2.32rem;
  margin-top: 0.4rem;
}

html[lang="en"] .container-end .content .apply-btn,
[data-lang="en"] .container-end .content .apply-btn {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -15.13rem -17.46rem;
  width: 6.03rem;
  height: 1.65rem;
  margin-top: 0.35rem;
}

html[lang="en"] .container-end .content .apply-btn:hover,
[data-lang="en"] .container-end .content .apply-btn:hover {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ec9ec7_ec9ec7be.png);
  background-size: 29.01rem 23.67rem;
  background-position: -0 -19.62rem;
  width: 6.03rem;
  height: 1.65rem;
}
/** mixins **/

html[lang="en"] .container-lancers .title,
[data-lang="en"] .container-lancers .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -5.65rem -13.97rem;
  width: 3.18rem;
  height: 0.98rem;
}

html[lang="en"] .container-lancers .info .name-broker,
[data-lang="en"] .container-lancers .info .name-broker {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -0 -11.26rem;
  width: 7.39rem;
  height: 2.67rem;
}

html[lang="en"] .container-lancers .info .name-nitro,
[data-lang="en"] .container-lancers .info .name-nitro {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -15.9rem -8.34rem;
  width: 5.93rem;
  height: 2.71rem;
}

html[lang="en"] .container-lancers .info .name-hollowpoint,
[data-lang="en"] .container-lancers .info .name-hollowpoint {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -0 -0;
  width: 8.42rem;
  height: 2.66rem;
}

html[lang="en"] .container-lancers .info .name-kismet,
[data-lang="en"] .container-lancers .info .name-kismet {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -7.43rem -11.26rem;
  width: 7.39rem;
  height: 2.67rem;
}

html[lang="en"] .container-lancers .info .name-serket,
[data-lang="en"] .container-lancers .info .name-serket {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -15.9rem -0;
  width: 7.39rem;
  height: 2.67rem;
}

html[lang="en"] .container-lancers .info .name-corona,
[data-lang="en"] .container-lancers .info .name-corona {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -15.9rem -2.71rem;
  width: 7.39rem;
  height: 2.67rem;
}

html[lang="en"] .container-lancers .info .name-axon,
[data-lang="en"] .container-lancers .info .name-axon {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -15.9rem -11.09rem;
  width: 5.61rem;
  height: 2.71rem;
}

html[lang="en"] .container-lancers .info .name-chum,
[data-lang="en"] .container-lancers .info .name-chum {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -15.9rem -5.42rem;
  width: 6.26rem;
  height: 2.88rem;
}

html[lang="en"] .container-lancers .info .name-pathojen,
[data-lang="en"] .container-lancers .info .name-pathojen {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -7.44rem -8.33rem;
  width: 7.4rem;
  height: 2.88rem;
}

html[lang="en"] .container-lancers .info .name-zephyr,
[data-lang="en"] .container-lancers .info .name-zephyr {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -0 -5.4rem;
  width: 7.4rem;
  height: 2.89rem;
}

html[lang="en"] .container-lancers .info .name-spider,
[data-lang="en"] .container-lancers .info .name-spider {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -8.46rem -0;
  width: 7.4rem;
  height: 2.89rem;
}

html[lang="en"] .container-lancers .info .name-sonar,
[data-lang="en"] .container-lancers .info .name-sonar {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -8.46rem -2.93rem;
  width: 7.4rem;
  height: 2.89rem;
}

html[lang="en"] .container-lancers .info .name-dex,
[data-lang="en"] .container-lancers .info .name-dex {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -0 -13.97rem;
  width: 5.61rem;
  height: 2.71rem;
}

html[lang="en"] .container-lancers .info .name-jaguar,
[data-lang="en"] .container-lancers .info .name-jaguar {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -0 -8.33rem;
  width: 7.4rem;
  height: 2.89rem;
}

html[lang="en"] .container-lancers .info .name-hurricane,
[data-lang="en"] .container-lancers .info .name-hurricane {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png) no-repeat;
  background-size: 23.33rem 16.72rem;
  background-position: -0 -2.7rem;
  width: 8.42rem;
  height: 2.66rem;
}

html[lang="en"] .container-lancers .info .text-kismet,
[data-lang="en"] .container-lancers .info .text-kismet,
html[lang="en"] .container-lancers .info .text-axon,
[data-lang="en"] .container-lancers .info .text-axon,
html[lang="en"] .container-lancers .info .text-sonar,
[data-lang="en"] .container-lancers .info .text-sonar {
  top: 3.82rem;
}

html[lang="en"] .container-lancers .info .text-pathojen,
[data-lang="en"] .container-lancers .info .text-pathojen {
  top: 4.9rem;
}

html[lang="en"] .container-lancers .info .desc,
[data-lang="en"] .container-lancers .info .desc,
html[lang="en"] .container-lancers .info .text,
[data-lang="en"] .container-lancers .info .text {
  font-family: 'Chakra Petch', sans-serif;
}

html[lang="en"] .container-lancers .info .desc > span:nth-last-child(n + 2) > i::after,
[data-lang="en"] .container-lancers .info .desc > span:nth-last-child(n + 2) > i::after {
  content: ',';
}

html[lang="en"] .container-lancers .role-list-bg .tit,
[data-lang="en"] .container-lancers .role-list-bg .tit {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-263260_2632603b.png);
  background-size: 23.33rem 16.72rem;
  background-position: -8.46rem -5.86rem;
  width: 5.76rem;
  height: 1.88rem;
}
/** mixins **/

html[lang="en"] .container-lancers .role-list .item-broker .normal,
[data-lang="en"] .container-lancers .role-list .item-broker .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -0 -12.5rem;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-broker .active,
[data-lang="en"] .container-lancers .role-list .item-broker .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -0 -0;
  width: 5.08rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-nitro .normal,
[data-lang="en"] .container-lancers .role-list .item-nitro .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -3.52rem -12.5rem;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-nitro .active,
[data-lang="en"] .container-lancers .role-list .item-nitro .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -0 -2.5rem;
  width: 5.08rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-hollowpoint .normal,
[data-lang="en"] .container-lancers .role-list .item-hollowpoint .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -7.04rem -12.5rem;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-hollowpoint .active,
[data-lang="en"] .container-lancers .role-list .item-hollowpoint .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -5.12rem -0;
  width: 5.08rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-kismet .normal,
[data-lang="en"] .container-lancers .role-list .item-kismet .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -10.56rem -12.5rem;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-kismet .active,
[data-lang="en"] .container-lancers .role-list .item-kismet .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -5.12rem -2.5rem;
  width: 5.08rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-serket .normal,
[data-lang="en"] .container-lancers .role-list .item-serket .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -15.36rem -0;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-serket .active,
[data-lang="en"] .container-lancers .role-list .item-serket .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -0 -5rem;
  width: 5.08rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-corona .normal,
[data-lang="en"] .container-lancers .role-list .item-corona .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -15.36rem -1.54rem;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-corona .active,
[data-lang="en"] .container-lancers .role-list .item-corona .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -5.12rem -5rem;
  width: 5.08rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-axon .normal,
[data-lang="en"] .container-lancers .role-list .item-axon .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -15.36rem -3.08rem;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-axon .active,
[data-lang="en"] .container-lancers .role-list .item-axon .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -0 -7.5rem;
  width: 5.08rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-sonar .normal,
[data-lang="en"] .container-lancers .role-list .item-sonar .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -15.36rem -4.62rem;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-sonar .active,
[data-lang="en"] .container-lancers .role-list .item-sonar .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -5.12rem -7.5rem;
  width: 5.08rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-dex .normal,
[data-lang="en"] .container-lancers .role-list .item-dex .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -15.36rem -6.16rem;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-dex .active,
[data-lang="en"] .container-lancers .role-list .item-dex .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -10.24rem -0;
  width: 5.08rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-hurricane .normal,
[data-lang="en"] .container-lancers .role-list .item-hurricane .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -3.52rem -14.04rem;
  width: 3.47rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-hurricane .active,
[data-lang="en"] .container-lancers .role-list .item-hurricane .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -10.24rem -10rem;
  width: 5.07rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-spider .normal,
[data-lang="en"] .container-lancers .role-list .item-spider .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -15.36rem -7.7rem;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-spider .active,
[data-lang="en"] .container-lancers .role-list .item-spider .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -10.24rem -2.5rem;
  width: 5.08rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-jaguar .normal,
[data-lang="en"] .container-lancers .role-list .item-jaguar .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -15.36rem -9.24rem;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-jaguar .active,
[data-lang="en"] .container-lancers .role-list .item-jaguar .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -10.24rem -5rem;
  width: 5.08rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-zephyr .normal,
[data-lang="en"] .container-lancers .role-list .item-zephyr .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -15.36rem -10.78rem;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-zephyr .active,
[data-lang="en"] .container-lancers .role-list .item-zephyr .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -10.24rem -7.5rem;
  width: 5.08rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-pathojen .normal,
[data-lang="en"] .container-lancers .role-list .item-pathojen .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -15.36rem -12.32rem;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-pathojen .active,
[data-lang="en"] .container-lancers .role-list .item-pathojen .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -0 -10rem;
  width: 5.08rem;
  height: 2.46rem;
}

html[lang="en"] .container-lancers .role-list .item-chum .normal,
[data-lang="en"] .container-lancers .role-list .item-chum .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -0 -14.04rem;
  width: 3.48rem;
  height: 1.5rem;
}

html[lang="en"] .container-lancers .role-list .item-chum .active,
[data-lang="en"] .container-lancers .role-list .item-chum .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-fbde00_fbde00fa.png) no-repeat;
  background-size: 18.88rem 15.58rem;
  background-position: -5.12rem -10rem;
  width: 5.08rem;
  height: 2.46rem;
}
/** mixins **/
.full-screen-video.leave[data-v-efe4e58c] {
  -webkit-animation: videoFadeOut-data-v-efe4e58c 0.3s ease-out;
  animation: videoFadeOut-data-v-efe4e58c 0.3s ease-out;
}
@-webkit-keyframes videoFadeOut-data-v-efe4e58c {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes videoFadeOut-data-v-efe4e58c {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
