/** 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%);
  }
}
/** 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;
}
}
@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.disable-scroll {
  overflow-y: hidden;
  height: 100%;
}

body {
  margin: 0 auto;
  width: 100%;
  font-size: 0.26rem;
  background: #000;
  color: #eee;
  font-family: 'DIN', serif;
}

body .twitch_btn {
  position: fixed;
  right: 0.09rem;
  top: 9rem;
  z-index: 8;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -0 -8.53rem;
  width: 3.06rem;
  height: 1.85rem;
}

#forhorview {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  z-index: 9999;
}

#forhorview p {
  text-align: center;
  color: #fff;
  position: relative;
  top: 35%;
  font-size: 0.3rem;
}

.el-message-box {
  max-width: 80%;
}

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

.loading .evil {
  width: 1.67rem;
  height: 1.64rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/evil_765505dd.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.loading .progress {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  font-family: Impact, sans-serif !important;
  font-size: 0.3rem;
}

.loading .progress span {
  font-family: Impact, sans-serif !important;
  color: #c0ff17;
}

.leihuo-feedback {
  z-index: 9;
}

.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(-49%, -50%);
  transform: translate(-49%, -50%);
  width: 6.5rem;
  height: 5rem;
  font-size: 0.26rem;
  background: white;
  color: red;
}

.pop-bg .pop-close {
  position: absolute;
  top: -0.4rem;
  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: 5rem;
  height: 3rem;
  color: black;
}

.msg-pop .message-title {
  text-align: center;
  font-size: 0.3rem;
}

.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: 7.15rem;
  height: 8.1rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_021beeed.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.9rem 0.96rem 0 0.86rem;
  position: absolute;
}

.subscribe-pop .pop-close {
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.69rem -7.74rem;
  width: 1.06rem;
  height: 0.94rem;
  position: absolute;
  top: 0.21rem;
  right: -0.06rem;
}

.subscribe-pop .cnt .p1 {
  color: #e2e2e2;
  font-size: 0.22rem;
  line-height: 0.32rem;
}

.subscribe-pop .cnt .ipt {
  margin-top: 0.1rem;
}

.subscribe-pop .cnt .ipt input {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -2.95rem -10.42rem;
  width: 5.32rem;
  height: 0.62rem;
  border: none;
  text-indent: 0.18rem;
  color: #fff;
  font-size: 0.24rem;
}

.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.22rem;
}

.subscribe-pop .cnt .select .el-select .el-input__suffix {
  right: 0.2rem;
}

.subscribe-pop .cnt .select .el-select .el-input__icon {
  line-height: 0.66rem !important;
}

.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-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -2.95rem -10.42rem;
  width: 5.32rem;
  height: 0.62rem;
  text-indent: 0.18rem;
  padding: 0;
  border: none;
  color: #fff;
  line-height: 0.62rem !important;
  font-size: 0.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.8rem;
}

.subscribe-pop .cnt .select .el-select .el-input input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.subscribe-pop .cnt .select .el-select .el-input input::-moz-placeholder {
  color: #b0b0b0;
}

.subscribe-pop .cnt .select .el-select .el-input input:-ms-input-placeholder {
  color: #b0b0b0;
}

.subscribe-pop .cnt .select .el-select .el-input input::-ms-input-placeholder {
  color: #b0b0b0;
}

.subscribe-pop .cnt .select .el-select .el-input input::placeholder {
  color: #b0b0b0;
}

.subscribe-pop .cnt .privacy {
  color: #b0b0b0;
  position: relative;
  margin-top: 0.24rem;
}

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

.subscribe-pop .cnt .privacy .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.2rem;
  line-height: 0.26rem;
}

.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: #30302f;
  margin-top: 0.06rem;
  margin-right: 0.1rem;
}

.subscribe-pop .cnt .privacy input:checked ~ .checkbox-icon::before {
  display: inline-block;
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -16.6rem -4.29rem;
  width: 0.23rem;
  height: 0.23rem;
  position: absolute;
  top: 0;
  left: 0;
}

.subscribe-pop .cnt .err {
  color: #f438be;
  margin-left: 0.32rem;
  margin-top: 0.26rem;
}

.subscribe-pop .cnt .submit-btn {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -4.88rem -7.19rem;
  width: 4.47rem;
  height: 0.82rem;
  margin: 0.56rem 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.38rem;
  font-family: Impact, sans-serif;
  color: #1a1b15;
  text-transform: uppercase;
}

.el-icon-arrow-up::before {
  position: absolute;
  content: '';
  display: inline-block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -16.6rem -8.72rem;
  width: 0.22rem;
  height: 0.13rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.el-select-dropdown {
  margin-top: 0.06rem !important;
  border: none;
}

.el-select-dropdown .el-select-dropdown__list {
  padding: 0;
}

.el-select-dropdown .el-select-dropdown__item {
  height: auto !important;
  width: 5.34rem;
  line-height: 0.6rem;
  background: #2c2c2c;
  padding: 0;
  border: none;
  color: #e2e2e2;
  font-size: 0.24rem;
  word-break: break-word !important;
  white-space: break-spaces !important;
  text-indent: 0;
  padding-left: 0.18rem;
}

.el-select-dropdown .popper__arrow {
  display: none !important;
}

.el-select-dropdown .el-select-dropdown__empty {
  height: 0.6rem;
  background: #2c2c2c;
  padding: 0;
  border: none;
  text-indent: 0.18rem;
  color: #e2e2e2;
  line-height: 0.6rem;
}

.el-scrollbar .el-scrollbar__bar {
  opacity: 1 !important;
}

.subscribe-success-pop {
  width: 7.15rem;
  height: 8.1rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_021beeed.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.85rem 0.96rem 0;
  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;
  color: #dbdbdb;
}

.subscribe-success-pop .pop-close {
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.69rem -7.74rem;
  width: 1.06rem;
  height: 0.94rem;
  position: absolute;
  top: 0.21rem;
  right: -0.06rem;
}

.subscribe-success-pop .title {
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: #e4e4e4;
  text-transform: uppercase;
  text-align: center;
  font-family: Impact, sans-serif;
}

.subscribe-success-pop .title span {
  position: relative;
}

.subscribe-success-pop .title span::before {
  content: "";
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.27rem -10.52rem;
  width: 0.55rem;
  height: 0.59rem;
  position: absolute;
  left: -2%;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.subscribe-success-pop .title span::after {
  content: "";
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -16.44rem -5.11rem;
  width: 0.39rem;
  height: 0.56rem;
  position: absolute;
  right: -2%;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.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: 4rem;
  margin: 0.37rem 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-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.13rem -11.19rem;
  width: 0.49rem;
  height: 0.49rem;
}

.subscribe-success-pop .sns .item-instagram::before {
  display: block;
  content: "";
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.66rem -11.19rem;
  width: 0.49rem;
  height: 0.49rem;
}

.subscribe-success-pop .sns .item-x::before {
  display: block;
  content: "";
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -16.4rem -10.52rem;
  width: 0.41rem;
  height: 0.42rem;
}

.subscribe-success-pop .sns .item-discord::before {
  display: block;
  content: "";
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -11.79rem;
  width: 0.53rem;
  height: 0.42rem;
}

.subscribe-success-pop .sns .item-youtube::before {
  display: block;
  content: "";
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -16.19rem -11.19rem;
  width: 0.56rem;
  height: 0.4rem;
}

.subscribe-success-pop .sns .item-link {
  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;
  text-decoration: underline;
  color: #b0b0b0;
  font-size: 0;
}

.subscribe-success-pop .sns .item-link::before {
  display: block;
  content: "";
  margin-right: 0.08rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.66rem -10.08rem;
  width: 1.08rem;
  height: 0.37rem;
}

.subscribe-success-pop .platform-links {
  margin: 0.3rem auto 0;
  font-size: 0.24rem;
}

.subscribe-success-pop .platform-links a {
  display: block;
  margin: 0 auto 0.16rem;
}

.subscribe-success-pop .platform-links a.steam {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -9.39rem -7.19rem;
  width: 3.33rem;
  height: 0.78rem;
}

.subscribe-success-pop .platform-links a.xbox {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -9.88rem -8.53rem;
  width: 3.32rem;
  height: 0.78rem;
}

.subscribe-success-pop .platform-links a.epic {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -2.95rem -11.08rem;
  width: 3.32rem;
  height: 0.78rem;
}

.subscribe-success-pop .platform-links a.ps {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -6.31rem -11.08rem;
  width: 3.32rem;
  height: 0.78rem;
}

.subscribe-success-pop .p1 {
  color: #999;
  margin-top: 0.22rem;
  line-height: 0.32rem;
  font-size: 0.22rem;
}

.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-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -16.66rem -4.8rem;
  width: 0.19rem;
  height: 0.17rem;
  top: -0.1rem;
  right: -0.1rem;
  position: absolute;
}

.youtube-pop {
  width: 7.5rem;
  height: 4.22rem;
  background: none;
}

.youtube-pop iframe {
  width: 7.5rem;
  height: 4.22rem;
}

.youtube-pop .pop-close {
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.69rem -7.74rem;
  width: 1.06rem;
  height: 0.94rem;
  position: absolute;
  top: -0.85rem;
  right: -0.05rem;
}

.join-pop {
  width: 7.15rem;
  height: 8.1rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_021beeed.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.3rem 1.14rem 0;
}

.join-pop .pop-close {
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.69rem -7.74rem;
  width: 1.06rem;
  height: 0.94rem;
  position: absolute;
  top: 0.4rem;
}

.join-pop .cnt .title {
  margin: 0 auto;
}

.join-pop .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.7rem;
}

.join-pop .btns .btn-item {
  cursor: pointer;
  margin-bottom: 0.32rem;
}

.join-pop .btns .yb {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png);
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -0;
  width: 2.27rem;
  height: 0.74rem;
}

.join-pop .btns .tk {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png);
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -0.78rem;
  width: 2.27rem;
  height: 0.74rem;
}

.join-pop .btns .tw {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png);
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -1.56rem;
  width: 2.27rem;
  height: 0.74rem;
}

.join-pop .btns .dis {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png);
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -2.34rem;
  width: 2.27rem;
  height: 0.74rem;
}

.download-pop {
  width: 100%;
  height: 100%;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/dl_bg_1046347f.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;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.download-pop::before {
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -0 -7.19rem;
  width: 4.84rem;
  height: 1.3rem;
  position: absolute;
  top: 0;
  left: 0;
}

.download-pop::after {
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -4.95rem -3.88rem;
  width: 7.5rem;
  height: 1.43rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.download-pop .pop-close {
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png);
  background-size: 16.9rem 13.94rem;
  background-position: -15.69rem -7.74rem;
  width: 1.06rem;
  height: 0.94rem;
  top: 0.5rem;
  right: 0.5rem;
}

.download-pop .cnt {
  text-align: center;
}

.download-pop .slogan {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -0 -3.88rem;
  width: 4.91rem;
  height: 2.22rem;
  margin: 0 auto 0;
}

.download-pop .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -6.55rem -6.14rem;
  width: 6.74rem;
  height: 0.89rem;
  margin: 0.37rem auto 0;
}

.download-pop .platform-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-pop .platform-links li {
  margin: 0 auto 0.2rem;
}

.download-pop .platform-links li p {
  font-weight: bold;
  font-size: 0.22rem;
  color: #c9c9c9;
  line-height: 0.42rem;
  font-family: "Oswald", sans-serif;
}

.download-pop .platform-links a {
  display: block;
}

.download-pop .platform-links a.steam {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -9.26rem -12.16rem;
  width: 3.32rem;
  height: 0.67rem;
}

.download-pop .platform-links a.xbox {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -2.52rem -12.16rem;
  width: 3.33rem;
  height: 0.67rem;
}

.download-pop .platform-links a.epic {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -9.67rem -11.08rem;
  width: 3.33rem;
  height: 0.68rem;
}

.download-pop .platform-links a.ps {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -0 -13.23rem;
  width: 3.32rem;
  height: 0.67rem;
}

.download-pop .platform-links a.load {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -5.89rem -12.16rem;
  width: 3.33rem;
  height: 0.67rem;
}

.download-copy-pop {
  width: 7.15rem;
  height: 5.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/copy_bg_cebb7565.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.7rem 0.65rem 0 0.56rem;
  position: absolute;
}

.download-copy-pop .pop-close {
  display: block;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.69rem -7.74rem;
  width: 1.06rem;
  height: 0.94rem;
  position: absolute;
  top: 0.21rem;
  right: -0.06rem;
}

.download-copy-pop .cnt {
  text-align: center;
}

.download-copy-pop .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -3.12rem;
  width: 2.24rem;
  height: 0.69rem;
  margin: 0 auto;
}

.download-copy-pop .copy-box-con {
  margin: 0.38rem auto 0;
  width: 100%;
  height: 0.62rem;
  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;
}

.download-copy-pop .copy-box-con .copy-box-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/input_c0c14f4b.png) left center no-repeat;
  background-size: auto 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.25rem;
  color: #b0b0b0;
  padding: 0 0.18rem;
  line-height: 0.62rem;
  height: 0.62rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-copy-pop .copy-box-con .btn-copy {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -5.11rem;
  width: 1.81rem;
  height: 0.63rem;
}

.container-index {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_86113f45.jpg) no-repeat center top;
  background-size: 100%;
  position: relative;
  height: 13.34rem;
  z-index: 2;
}

.container-index .faq {
  top: 5rem;
  right: 0;
  position: fixed;
  z-index: 9;
}

.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 .top-bar {
  position: fixed;
  width: 100%;
  height: 0.9rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/top-bar_83bdf49b.png) no-repeat;
  background-size: 100% 100%;
  z-index: 9;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-index .top-bar .item {
  display: block;
  margin-right: 0.54rem;
}

.container-index .top-bar .item-discord {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.6rem -11.79rem;
  width: 0.37rem;
  height: 0.3rem;
}

.container-index .top-bar .item-x {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -16.01rem -11.79rem;
  width: 0.29rem;
  height: 0.3rem;
}

.container-index .top-bar .item-facebook {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -16.6rem -3.85rem;
  width: 0.18rem;
  height: 0.4rem;
}

.container-index .top-bar .item-ins {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -12.25rem;
  width: 0.35rem;
  height: 0.34rem;
  margin-right: 0.4rem;
}

.container-index .top-bar .item-youtube {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.86rem -4.8rem;
  width: 0.36rem;
  height: 0.26rem;
  margin-right: 0.4rem;
}

.container-index .bgm-btn {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.86rem -10.52rem;
  width: 0.5rem;
  height: 0.56rem;
  position: fixed;
  top: 0.19rem;
  left: 2.08rem;
  z-index: 9;
}

.container-index .bgm-btn.off {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -11.19rem;
  width: 0.5rem;
  height: 0.56rem;
}

.container-index .news-link {
  display: none;
}

.container-index .logo {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -3.1rem -8.53rem;
  width: 3.48rem;
  height: 1.59rem;
  position: absolute;
  top: 2.12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.container-index .content {
  position: absolute;
  top: 3.85rem;
  width: 100%;
  z-index: 3;
}

.container-index .content .video-btn {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
}

.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-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -16.6rem -8.89rem;
  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-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -10.52rem;
  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-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -3.85rem;
  width: 1.23rem;
  height: 1.22rem;
  -webkit-animation: zwaijuan2_anim 18s linear infinite;
  animation: zwaijuan2_anim 18s linear infinite;
}

.container-index .content .slogan {
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

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

.container-index .content .apply-btn {
  position: absolute;
  top: 2.3rem;
  left: 50%;
  margin-left: -2.58rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-index .content .apply-btn .canclick {
  position: absolute;
  z-index: 2;
  left: 0.76rem;
  top: 0.6rem;
  width: 3.56rem;
  height: 0.9rem;
}

.container-index .content .p2 {
  font-size: 0.22rem;
  color: #a3a3a3;
  margin-top: 1.92rem;
  text-align: center;
  text-transform: uppercase;
}

.container-index .content .platform-links {
  width: 7.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.18rem 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;
  padding: 0 0.34rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-index .content .platform-links .line {
  width: 0.01rem;
  height: 0.3rem;
  display: block;
  background: #524b4f;
  margin: 0 0.2rem;
}

.container-index .content .platform-links .line-ps {
  margin-top: 0;
}

.container-index .content .platform-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
}

.container-index .content .platform-links a::before {
  display: inline-block;
  content: "";
}

.container-index .content .platform-links a.steam::before {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.28rem -9.12rem;
  width: 1.3rem;
  height: 0.4rem;
}

.container-index .content .platform-links a.xbox::before {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.28rem -9.56rem;
  width: 1.22rem;
  height: 0.4rem;
}

.container-index .content .platform-links a.epic::before {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -10.08rem;
  width: 1.03rem;
  height: 0.4rem;
}

.container-index .content .platform-links a.ps::before {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -8.72rem;
  width: 1.97rem;
  height: 0.36rem;
}

.container-index .content .p3 {
  font-size: 0.32rem;
  color: #f438be;
  margin-top: 0.46rem;
  text-align: center;
}

.container-index .content .p3 span {
  position: relative;
}

.container-index .content .p3 span::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -4%;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -16.54rem -9.56rem;
  width: 0.32rem;
  height: 0.31rem;
}

.container-index .content .p4 {
  font-size: 0.22rem;
  color: #a3a3a3;
  margin-top: 0.06rem;
  text-align: center;
  text-transform: uppercase;
}

.container-index .content .arrow-down {
  margin: 0.1rem auto 0;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.16rem -11.79rem;
  width: 0.4rem;
  height: 0.3rem;
}

.container-index .cookie-tips {
  position: fixed;
  height: 2.95rem;
  background: rgba(3, 13, 23, 0.95);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem;
  display: none;
}

.container-index .cookie-tips a {
  display: block;
  position: absolute;
  left: 0.46rem;
  margin-top: 0.4rem;
  color: #a9f73c;
  text-decoration: underline;
}

.container-index .cookie-tips .confirm {
  position: absolute;
  right: 0.46rem;
  width: 1.5rem;
  height: 0.48rem;
  border: 0.01rem solid #7c7c7d;
  background: #16161c;
  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.32rem;
  color: #d8d8d8;
  font-family: "Impact", serif;
  margin-top: 0.18rem;
}

.container-index .hotarea-m {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.24rem;
}

.container-index .hotarea-m .ccc-ts-video,
.container-index .hotarea-m canvas {
  width: 100%;
  height: 16.24rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.zyuhecheng_5__00_47__png_hecheng_92 {
  position: absolute;
  left: 0.54rem;
  top: 3.6rem;
  height: 2.84rem;
  width: 3.9rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 82% 108%;
  transform-origin: 82% 108%;
}

.zyuhecheng_5__00_47__png_hecheng_92-under-svg {
  height: 284px;
  width: 390px;
  font-size: 0;
  -webkit-animation: sprite_yuhecheng_5__00_47__png_hecheng_9_2 2s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_5__00_47__png_hecheng_9_2 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_yuhecheng_5__00_47__png_hecheng_9_2_dde2e653.png);
  background-size: 500% 500%;
}

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

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

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

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

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

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

  25% {
    background-position: -390px -284px;
  }

  29.2% {
    background-position: -780px -284px;
  }

  33.3% {
    background-position: -1170px -284px;
  }

  37.5% {
    background-position: -1560px -284px;
  }

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

  45.8% {
    background-position: -390px -568px;
  }

  50% {
    background-position: -780px -568px;
  }

  54.2% {
    background-position: -1170px -568px;
  }

  58.3% {
    background-position: -1560px -568px;
  }

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

  66.7% {
    background-position: -390px -852px;
  }

  70.8% {
    background-position: -780px -852px;
  }

  75% {
    background-position: -1170px -852px;
  }

  79.2% {
    background-position: -1560px -852px;
  }

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

  87.5% {
    background-position: -390px -1136px;
  }

  91.7% {
    background-position: -780px -1136px;
  }

  95.8% {
    background-position: -1170px -1136px;
  }

  100% {
    background-position: -1170px -1136px;
  }
}

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

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

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

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

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

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

  25% {
    background-position: -390px -284px;
  }

  29.2% {
    background-position: -780px -284px;
  }

  33.3% {
    background-position: -1170px -284px;
  }

  37.5% {
    background-position: -1560px -284px;
  }

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

  45.8% {
    background-position: -390px -568px;
  }

  50% {
    background-position: -780px -568px;
  }

  54.2% {
    background-position: -1170px -568px;
  }

  58.3% {
    background-position: -1560px -568px;
  }

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

  66.7% {
    background-position: -390px -852px;
  }

  70.8% {
    background-position: -780px -852px;
  }

  75% {
    background-position: -1170px -852px;
  }

  79.2% {
    background-position: -1560px -852px;
  }

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

  87.5% {
    background-position: -390px -1136px;
  }

  91.7% {
    background-position: -780px -1136px;
  }

  95.8% {
    background-position: -1170px -1136px;
  }

  100% {
    background-position: -1170px -1136px;
  }
}

.zyuhecheng_5__00_47__png_hecheng_63 {
  position: absolute;
  left: 4.76rem;
  top: 1.25rem;
  height: 1.74rem;
  width: 2.74rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: -37% 311%;
  transform-origin: -37% 311%;
}

.zyuhecheng_5__00_47__png_hecheng_63-under-svg {
  height: 174px;
  width: 274px;
  font-size: 0;
  -webkit-animation: sprite_yuhecheng_5__00_47__png_hecheng_6_3 2s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_5__00_47__png_hecheng_6_3 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_yuhecheng_5__00_47__png_hecheng_6_3_5a30e092.png);
  background-size: 500% 500%;
}

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

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

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

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

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

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

  25% {
    background-position: -274px -174px;
  }

  29.2% {
    background-position: -548px -174px;
  }

  33.3% {
    background-position: -822px -174px;
  }

  37.5% {
    background-position: -1096px -174px;
  }

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

  45.8% {
    background-position: -274px -348px;
  }

  50% {
    background-position: -548px -348px;
  }

  54.2% {
    background-position: -822px -348px;
  }

  58.3% {
    background-position: -1096px -348px;
  }

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

  66.7% {
    background-position: -274px -522px;
  }

  70.8% {
    background-position: -548px -522px;
  }

  75% {
    background-position: -822px -522px;
  }

  79.2% {
    background-position: -1096px -522px;
  }

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

  87.5% {
    background-position: -274px -696px;
  }

  91.7% {
    background-position: -548px -696px;
  }

  95.8% {
    background-position: -822px -696px;
  }

  100% {
    background-position: -822px -696px;
  }
}

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

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

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

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

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

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

  25% {
    background-position: -274px -174px;
  }

  29.2% {
    background-position: -548px -174px;
  }

  33.3% {
    background-position: -822px -174px;
  }

  37.5% {
    background-position: -1096px -174px;
  }

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

  45.8% {
    background-position: -274px -348px;
  }

  50% {
    background-position: -548px -348px;
  }

  54.2% {
    background-position: -822px -348px;
  }

  58.3% {
    background-position: -1096px -348px;
  }

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

  66.7% {
    background-position: -274px -522px;
  }

  70.8% {
    background-position: -548px -522px;
  }

  75% {
    background-position: -822px -522px;
  }

  79.2% {
    background-position: -1096px -522px;
  }

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

  87.5% {
    background-position: -274px -696px;
  }

  91.7% {
    background-position: -548px -696px;
  }

  95.8% {
    background-position: -822px -696px;
  }

  100% {
    background-position: -822px -696px;
  }
}

.zyuhecheng_5__00_47__png_hecheng_74 {
  position: absolute;
  left: 3.63rem;
  top: 3.24rem;
  height: 1.68rem;
  width: 2.36rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: 5% 205%;
  transform-origin: 5% 205%;
}

.zyuhecheng_5__00_47__png_hecheng_74-under-svg {
  height: 168px;
  width: 236px;
  font-size: 0;
  -webkit-animation: sprite_yuhecheng_5__00_47__png_hecheng_7_4 2s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_5__00_47__png_hecheng_7_4 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_yuhecheng_5__00_47__png_hecheng_7_4_0ed7606e.png);
  background-size: 500% 500%;
}

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

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

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

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

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

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

  25% {
    background-position: -236px -168px;
  }

  29.2% {
    background-position: -472px -168px;
  }

  33.3% {
    background-position: -708px -168px;
  }

  37.5% {
    background-position: -944px -168px;
  }

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

  45.8% {
    background-position: -236px -336px;
  }

  50% {
    background-position: -472px -336px;
  }

  54.2% {
    background-position: -708px -336px;
  }

  58.3% {
    background-position: -944px -336px;
  }

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

  66.7% {
    background-position: -236px -504px;
  }

  70.8% {
    background-position: -472px -504px;
  }

  75% {
    background-position: -708px -504px;
  }

  79.2% {
    background-position: -944px -504px;
  }

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

  87.5% {
    background-position: -236px -672px;
  }

  91.7% {
    background-position: -472px -672px;
  }

  95.8% {
    background-position: -708px -672px;
  }

  100% {
    background-position: -708px -672px;
  }
}

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

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

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

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

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

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

  25% {
    background-position: -236px -168px;
  }

  29.2% {
    background-position: -472px -168px;
  }

  33.3% {
    background-position: -708px -168px;
  }

  37.5% {
    background-position: -944px -168px;
  }

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

  45.8% {
    background-position: -236px -336px;
  }

  50% {
    background-position: -472px -336px;
  }

  54.2% {
    background-position: -708px -336px;
  }

  58.3% {
    background-position: -944px -336px;
  }

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

  66.7% {
    background-position: -236px -504px;
  }

  70.8% {
    background-position: -472px -504px;
  }

  75% {
    background-position: -708px -504px;
  }

  79.2% {
    background-position: -944px -504px;
  }

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

  87.5% {
    background-position: -236px -672px;
  }

  91.7% {
    background-position: -472px -672px;
  }

  95.8% {
    background-position: -708px -672px;
  }

  100% {
    background-position: -708px -672px;
  }
}

.zyuhecheng_5__00_47__png_hecheng_85 {
  position: absolute;
  left: 3.82rem;
  top: 0.66rem;
  height: 2.64rem;
  width: 2.04rem;
  mix-blend-mode: normal;
  -webkit-transform-origin: -3% 228%;
  transform-origin: -3% 228%;
}

.zyuhecheng_5__00_47__png_hecheng_85-under-svg {
  height: 264px;
  width: 204px;
  font-size: 0;
  -webkit-animation: sprite_yuhecheng_5__00_47__png_hecheng_8_5 2s 0s steps(1) infinite normal;
  animation: sprite_yuhecheng_5__00_47__png_hecheng_8_5 2s 0s steps(1) infinite normal;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite_yuhecheng_5__00_47__png_hecheng_8_5_4b72e091.png);
  background-size: 500% 500%;
}

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

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

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

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

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

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

  25% {
    background-position: -204px -264px;
  }

  29.2% {
    background-position: -408px -264px;
  }

  33.3% {
    background-position: -612px -264px;
  }

  37.5% {
    background-position: -816px -264px;
  }

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

  45.8% {
    background-position: -204px -528px;
  }

  50% {
    background-position: -408px -528px;
  }

  54.2% {
    background-position: -612px -528px;
  }

  58.3% {
    background-position: -816px -528px;
  }

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

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

  70.8% {
    background-position: -408px -792px;
  }

  75% {
    background-position: -612px -792px;
  }

  79.2% {
    background-position: -816px -792px;
  }

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

  87.5% {
    background-position: -204px -1056px;
  }

  91.7% {
    background-position: -408px -1056px;
  }

  95.8% {
    background-position: -612px -1056px;
  }

  100% {
    background-position: -612px -1056px;
  }
}

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

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

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

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

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

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

  25% {
    background-position: -204px -264px;
  }

  29.2% {
    background-position: -408px -264px;
  }

  33.3% {
    background-position: -612px -264px;
  }

  37.5% {
    background-position: -816px -264px;
  }

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

  45.8% {
    background-position: -204px -528px;
  }

  50% {
    background-position: -408px -528px;
  }

  54.2% {
    background-position: -612px -528px;
  }

  58.3% {
    background-position: -816px -528px;
  }

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

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

  70.8% {
    background-position: -408px -792px;
  }

  75% {
    background-position: -612px -792px;
  }

  79.2% {
    background-position: -816px -792px;
  }

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

  87.5% {
    background-position: -204px -1056px;
  }

  91.7% {
    background-position: -408px -1056px;
  }

  95.8% {
    background-position: -612px -1056px;
  }

  100% {
    background-position: -612px -1056px;
  }
}

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

@-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 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_50922db3.png) no-repeat center top;
  background-size: 100%;
  height: 15.05rem;
  margin-top: -0.82rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding-top: 1.07rem;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
}

.container-news .news-wrap {
  position: relative;
}

.container-news .news-wrap .news-pagination {
  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;
  width: 100%;
  top: 7.58rem;
}

.container-news .news-wrap .news-pagination .swiper-pagination-bullet {
  width: 0.52rem;
  height: 0.05rem;
  background: #fff;
  border-radius: 0;
  margin: 0 0.05rem;
  opacity: 1;
  display: block;
}

.container-news .news-wrap .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -16.19rem -11.63rem;
  width: 0.52rem;
  height: 0.05rem;
}

.container-news .news-wrap .news-list {
  width: 6.74rem;
  height: 3.72rem;
  left: 0.42rem;
  top: 2.27rem;
  position: absolute;
}

.container-news .news-wrap .news-list .item {
  width: 6.74rem;
  height: 0.93rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/news-line_b396d53f.png) center bottom no-repeat;
  background-size: 100% auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Oswald', serif;
}

.container-news .news-wrap .news-list .item:last-child {
  background: none;
}

.container-news .news-wrap .news-list .item i {
  display: block;
  font-size: 0.24rem;
  color: #dad9d9;
  font-style: normal;
  margin-right: 0.12rem;
  line-height: 0.44rem;
  text-align: center;
  text-transform: uppercase;
}

.container-news .news-wrap .news-list .item p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.24rem;
  color: #9c9c9c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container-news .news-wrap .news-list .item span {
  font-size: 0.22rem;
  color: #555;
  margin-left: 0.4rem;
}

.container-news .news-wrap .banner-box {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/banner-box_6e17fcb9.png) left top no-repeat;
  background-size: 100% auto;
  width: 6.82rem;
  height: 5.2rem;
  position: absolute;
  top: 6rem;
  left: 0.31rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.31rem 0 0 0.18rem;
}

.container-news .news-wrap .banner-box:after {
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png);
  background-size: 16.9rem 13.94rem;
  background-position: -0 -0;
  width: 7.01rem;
  height: 3.84rem;
  position: absolute;
  left: -0.03rem;
  top: 0.48rem;
  z-index: 4;
  pointer-events: none;
}

.container-news .news-wrap .banner-box .news-pagination {
  position: absolute;
  z-index: 2;
  top: 4.54rem;
  right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-news .news-wrap .banner-box .news-pagination .swiper-pagination-bullet {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png);
  background-size: 16.9rem 13.94rem;
  background-position: -16.34rem -11.79rem;
  width: 0.28rem;
  height: 0.29rem;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.06rem;
}

.container-news .news-wrap .banner-box .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png);
  background-size: 16.9rem 13.94rem;
  background-position: -14.98rem -12.25rem;
  width: 0.28rem;
  height: 0.29rem;
}

.container-news .news-wrap .banner-box .swiper-container {
  width: 100%;
  height: 100%;
}

.container-news .news-wrap .banner-box .swiper-container .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.container-news .news-wrap .banner-box .swiper-container .swiper-slide .img {
  width: 6.6rem;
  height: 3.82rem;
  position: relative;
}

.container-news .news-wrap .banner-box .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-news .news-wrap .banner-box .swiper-container .swiper-slide .img p {
  position: absolute;
  top: 4.08rem;
  left: 0;
  width: 5.2rem;
  font-size: 0.32rem;
  color: #e6e6e6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container-news .tab-box {
  position: absolute;
  top: 1.46rem;
  left: 0.3rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png);
  background-size: 16.9rem 13.94rem;
  background-position: -7.05rem -3.06rem;
  width: 7.14rem;
  height: 0.66rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.48rem;
  padding-right: 0.54rem;
  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 .tab-box .tab {
  position: relative;
  margin-right: 0.5rem;
}

.container-news .tab-box .tab::before {
  position: absolute;
  left: -0.38rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: none;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png);
  background-size: 16.9rem 13.94rem;
  background-position: -15.3rem -12.25rem;
  width: 0.36rem;
  height: 0.17rem;
}

.container-news .tab-box .tab::after {
  position: absolute;
  right: -0.38rem;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png);
  background-size: 16.9rem 13.94rem;
  background-position: -16.26rem -4.8rem;
  width: 0.36rem;
  height: 0.18rem;
}

.container-news .tab-box .tab.active::before,
.container-news .tab-box .tab.active::after {
  display: block;
}

.container-news .tab-box .tab:nth-child(4) {
  margin-right: 0;
}

.container-news .slogan {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.container-news .more-link {
  display: block;
  position: absolute;
  top: 11.4rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.container-reward {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/appoint-bg_a8714c8b.png) center top no-repeat;
  background-size: 100% auto;
  height: 10rem;
  margin-top: -1.29rem;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.06rem;
  background-position: top;
  z-index: 2;
}

.container-reward .container-reward__container {
  width: 100%;
}

.container-reward .container-reward__container .title {
  padding: 0;
}

.container-reward .container-reward__container .title-bg {
  position: relative;
}

.container-reward .container-reward__container .reward-list {
  margin: 0.21rem auto 0;
}

.container-reward .notice {
  display: none;
  color: #a0a0a0;
  font-size: 0.24rem;
  margin-top: 0.25rem;
  padding: 0 0.7rem;
}

.container-feature {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_b8f5a11e.png) no-repeat;
  height: 12.28rem;
  background-size: cover;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: top center;
  z-index: 3;
  padding-top: 1.37rem;
  margin-top: -0.46rem;
}

.container-feature::before {
  display: block;
  content: "";
  position: absolute;
  top: -1.14rem;
  right: 0;
  z-index: 3;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -7.05rem -0;
  width: 7.5rem;
  height: 3.02rem;
}

.container-feature-content {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-feature-gif {
  margin: 0 auto;
}

.container-feature-gif-box {
  width: 6.98rem;
  height: 3.96rem;
  margin: 0 auto;
  position: relative;
}

.container-feature-gif-front {
  display: none;
}

.container-feature-gif-center {
  position: absolute;
  left: 0.18rem;
  top: 0.16rem;
  width: 6.69rem;
  height: 3.68rem;
}

.container-feature-gif-center .poster {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 6.69rem;
  height: 3.68rem;
}

.container-feature-gif-center .poster.poster1 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/posterm1_2ee4fd35.jpg);
  background-size: cover;
}

.container-feature-gif-center .poster.poster2 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/posterm2_b040d4eb.jpg);
  background-size: cover;
}

.container-feature-gif-center .poster.poster3 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/posterm3_80f6b8d4.jpg);
  background-size: cover;
}

.container-feature-gif-center .poster.poster4 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/posterm4_bf946bcc.jpg);
  background-size: cover;
}

.container-feature-gif-center .poster.poster5 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/posterm5_e75c9e6b.jpg);
  background-size: cover;
}

.container-feature-gif-center .ccc-ts-video,
.container-feature-gif-center canvas {
  width: 6.69rem;
  height: 3.68rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-feature-gif-end {
  position: absolute;
  left: 0;
  top: 0;
  width: 6.98rem;
  height: 3.96rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/gif-end_2b5ed7bd.png) no-repeat;
  background-size: 100% 100%;
}

.container-feature-gif-title {
  margin-top: 0.22rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.container-feature-gif-title div {
  position: absolute;
  left: 0.38rem;
  top: 0.2rem;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.container-feature-gif-title div.active {
  -webkit-animation: z_Clipboard___2024_10_24_14_000_transform_bezier_anim 0.5s 0s both, z_Clipboard___2024_10_24_14_000_opacity_bezier_anim 0.5s 0s both;
  animation: z_Clipboard___2024_10_24_14_000_transform_bezier_anim 0.5s 0s both, z_Clipboard___2024_10_24_14_000_opacity_bezier_anim 0.5s 0s both;
}

@-webkit-keyframes z_Clipboard___2024_10_24_14_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-1.62rem, 0);
    transform: translate(-1.62rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.29, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.29, 0, 0.2, 1);
  }

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

@keyframes z_Clipboard___2024_10_24_14_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(-1.62rem, 0);
    transform: translate(-1.62rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.29, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.29, 0, 0.2, 1);
  }

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

@-webkit-keyframes z_Clipboard___2024_10_24_14_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.17, 0, 0.83, 1);
    animation-timing-function: cubic-bezier(0.17, 0, 0.83, 1);
  }

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

  75% {
    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_Clipboard___2024_10_24_14_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.17, 0, 0.83, 1);
    animation-timing-function: cubic-bezier(0.17, 0, 0.83, 1);
  }

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

  75% {
    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-tab-box {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.24rem;
  margin-top: 0.29rem;
}

.container-feature-tab {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0.33rem;
}

.container-lancers {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_40da7be4.png) no-repeat center top;
  background-size: 100%;
  position: relative;
  height: 15.8rem;
  margin-top: -0.96rem;
  z-index: 4;
  overflow: hidden;
}

.container-lancers::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0.06rem;
  right: 0;
  z-index: 4;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -0 -6.14rem;
  width: 6.51rem;
  height: 1.01rem;
}

.container-lancers .title {
  position: absolute;
  top: 1.05rem;
  left: 0;
  z-index: 3;
}

.container-lancers .lancer-swiper-cnt {
  width: 7.5rem;
  height: 100%;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper {
  width: 100%;
  height: 100%;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .swiper-slide-active .item .bg {
  -webkit-animation: moveIn 0.3s forwards;
  animation: moveIn 0.3s forwards;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .swiper-slide-active .item .decoration {
  opacity: 1;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .swiper-slide-active .item .info {
  opacity: 1;
}

@-webkit-keyframes moveIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@keyframes moveIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

.container-lancers .lancer-swiper-cnt .lancer-swiper .item {
  width: 7.5rem;
  height: 100%;
  position: relative;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item .info {
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 3.9rem;
  height: auto;
  opacity: 0;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item .info .name {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item .info .name .video-btn {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -0 -10.42rem;
  width: 2.91rem;
  height: 1.7rem;
  position: absolute;
  top: -0.9rem;
  right: -0.9rem;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item .info .desc {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.4rem;
  margin-top: -0.08rem;
  color: #fff;
  font-size: 0.32rem;
  -webkit-transform: rotate(-4deg) skewX(-4deg);
  transform: rotate(-4deg) skewX(-4deg);
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item .info .desc span {
  display: inline-block;
  margin-right: 0.3rem;
  position: relative;
  white-space: nowrap;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item .info .desc span::before {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 55%;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0.24rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/desc_bg_6eefdbba.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: skewX(30deg) rotate(0);
  transform: skewX(30deg) rotate(0);
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item .info .desc span:last-child {
  margin-right: 0;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item .info .roletext {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.4rem;
  margin-top: 0.2rem;
  font-size: 0.26rem;
  color: rgba(230, 230, 230, 0.66);
  line-height: 0.4rem;
  -webkit-transform: rotate(-4deg) skewX(-4deg);
  transform: rotate(-4deg) skewX(-4deg);
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item .info .roletext p {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.2rem;
  word-break: keep-all !important;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item .info .roletext p::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0.1rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -16.6rem -4.56rem;
  width: 0.2rem;
  height: 0.18rem;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item .info .roletext.open p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 100;
  word-break: break-all;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item .info .roletext.open p::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0.14rem;
  opacity: 0;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-axon .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-axon_c9c206fb.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-broker .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-broker_94c30f4c.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-corona .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-corona_1451bded.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-hollowpoint .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-hollowpoint_651d67d4.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-kismet .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-kismet_dfefd935.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-nitro .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-nitro_613c6c67.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-serket .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-serket_dac6abfa.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-pathojen .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-pathojen_4b38f0c0.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-zephyr .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-zephyr_97924cf7.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-jaguar .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-jaguar_5c0aa2fb.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-spider .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-spider_2d7a8a28.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-sonar .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-sonar_bfc9ea95.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-chum .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-chum_c6ada470.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-dex .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-dex_72301a32.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .lancer-swiper-cnt .lancer-swiper .item-hurricane .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/role-hurricane_da4f08e2.png) center bottom no-repeat;
  background-size: 100% auto;
}

.container-lancers .thumb-list {
  position: absolute;
  top: 12.45rem;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 1.65rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/thumb-bg_a9a552cd.png) center top no-repeat;
  background-size: cover;
  -webkit-transform: skewX(-4deg) rotate(-5deg);
  transform: skewX(-4deg) rotate(-5deg);
}

.container-lancers .thumb-list .prev-role-btn {
  position: absolute;
  top: 0.44rem;
  left: 0;
  z-index: 3;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -15.86rem -3.85rem;
  width: 0.7rem;
  height: 0.91rem;
  -webkit-transform: skewX(-4deg);
  transform: skewX(-4deg);
}

.container-lancers .thumb-list .next-role-btn {
  position: absolute;
  top: 0.54rem;
  right: 0;
  z-index: 3;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -14.59rem -9.12rem;
  width: 0.65rem;
  height: 0.92rem;
  -webkit-transform: skewX(-4deg);
  transform: skewX(-4deg);
}

.container-lancers .thumb-list .thumb-swiper {
  width: 7.5rem;
  height: 1.86rem;
}

.container-lancers .thumb-list .swiper-slide {
  width: 2.58rem;
}

.container-lancers .thumb-list .swiper-slide.swiper-slide-active {
  width: 2.88rem !important;
}

.container-lancers .thumb-list .swiper-slide.swiper-slide-active .normal {
  display: none;
}

.container-lancers .thumb-list .swiper-slide.swiper-slide-active .active {
  display: block;
  top: 0.2rem;
  left: -0.24rem;
}

.container-lancers .thumb-list .item {
  width: 2.58rem;
  height: 1.86rem;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) skewX(4deg);
  transform: translate(0, -50%) skewX(4deg);
}

.container-lancers .thumb-list .item .normal {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
}

.container-lancers .thumb-list .item .active {
  position: absolute;
  display: none;
  left: -0.2rem;
}

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

.container-end {
  height: 8.22rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_db7b8520.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -0.62rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.43rem;
}

.container-end .content {
  position: relative;
}

.container-end .content .logo {
  margin: 0 auto;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -6.62rem -8.53rem;
  width: 3.22rem;
  height: 1.48rem;
}

.container-end .content .title {
  display: block;
  margin: 0.44rem auto 0;
}

.container-end .content .apply-btn {
  position: absolute;
  top: 3.37rem;
  left: 50%;
  margin-left: -2.28rem;
}

.container-koc {
  height: 12rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/bg_56d8dcc3.png) center top no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -0.44rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.6rem;
  z-index: 3;
  padding-left: 0.37rem;
  padding-right: 0.37rem;
}

.container-koc .coming {
  position: absolute;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-ba4c4f_ba4c4f5e.png) no-repeat;
  background-size: 16.9rem 13.94rem;
  background-position: -0 -12.16rem;
  width: 2.48rem;
  height: 1.03rem;
}

.container-koc .img-box .img-title {
  margin-top: 0.48rem;
  margin-left: -0.17rem;
}

.container-koc .img-box .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.2rem;
}

.container-koc .img-box .imgs .img-item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.container-koc .img-box .imgs .img-item.img1 {
  margin-left: -0.08rem;
}

.container-koc .img-box .imgs .img-item.img2 {
  margin-top: 0.01rem;
  margin-left: 0.21rem;
}

.container-koc .img-box .imgs .img-item.img3 {
  margin-left: -0.05rem;
}

.container-koc .txt-box .txt-title {
  margin-top: 0.33rem;
  margin-left: -0.17rem;
  margin-bottom: 0.06rem;
}

.container-koc .txt-box .txt-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0.26rem;
  font-size: 0;
}

.container-koc .join-btn {
  margin: 0 auto;
  font-size: 0;
}

.container-koc .applition-btn {
  margin: 0 auto;
  font-size: 0;
}
/** mixins **/

.menu-box .side .links .link-item-intro .link-intro-jwda {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -4.66rem -1.1rem;
  width: 1.94rem;
  height: 0.48rem;
}

.menu-box .side .links .link-item-intro .link-intro-jwda.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -4.66rem -1.62rem;
  width: 1.94rem;
  height: 0.48rem;
}

.menu-box .side .links .link-item-intro .link-intro-gameinfo {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -2.15rem -3.33rem;
  width: 2.13rem;
  height: 0.51rem;
}

.menu-box .side .links .link-item-intro .link-intro-gameinfo.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -0 -3.89rem;
  width: 2.13rem;
  height: 0.51rem;
}

.menu-box .side .links .link-item-intro .link-intro-creator {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -2.68rem -0.96rem;
  width: 1.58rem;
  height: 0.51rem;
}

.menu-box .side .links .link-item-intro .link-intro-creator.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -2.68rem -1.53rem;
  width: 1.58rem;
  height: 0.51rem;
}

.menu-box .side .links .link-press {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -0 -5.33rem;
  width: 1.14rem;
  height: 0.28rem;
}

.menu-box .side .links .link-press.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -4.66rem -2.14rem;
  width: 1.94rem;
  height: 0.48rem;
}

.menu-box .side .links .link-archives {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -5.55rem -4.77rem;
  width: 1.16rem;
  height: 0.28rem;
}

.menu-box .side .links .link-archives.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -4.66rem -2.66rem;
  width: 1.94rem;
  height: 0.48rem;
}

.menu-box .side .links .link-cartoon {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -3.99rem -2.1rem;
  width: 0.56rem;
  height: 0.28rem;
}

.menu-box .side .links .link-cartoon.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -2.12rem -4.77rem;
  width: 0.95rem;
  height: 0.48rem;
}

.menu-box .side .links .link-home {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -0 -4.77rem;
  width: 1.02rem;
  height: 0.52rem;
}

.menu-box .side .links .link-home.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -1.06rem -4.77rem;
  width: 1.02rem;
  height: 0.52rem;
}

.menu-box .side .links .link-account {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -4.66rem -3.18rem;
  width: 1.6rem;
  height: 0.52rem;
}

.menu-box .side .links .link-account.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -4.66rem -3.74rem;
  width: 1.6rem;
  height: 0.52rem;
}

.menu-box .side .links .link-feature {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -3.6rem -4.44rem;
  width: 1.18rem;
  height: 0.29rem;
}

.menu-box .side .links .link-feature.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -4.82rem -4.44rem;
  width: 1.18rem;
  height: 0.29rem;
}

.menu-box .side .links .link-lancers {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -3.11rem -4.77rem;
  width: 1.18rem;
  height: 0.28rem;
}

.menu-box .side .links .link-lancers.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -4.33rem -4.77rem;
  width: 1.18rem;
  height: 0.28rem;
}

.menu-box .side .links .link-news {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -0 -2.77rem;
  width: 2.12rem;
  height: 0.52rem;
}

.menu-box .side .links .link-news.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -2.17rem -3.89rem;
  width: 2.13rem;
  height: 0.51rem;
}

.menu-box .side .links .link-media {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -4.66rem -0;
  width: 2.11rem;
  height: 0.51rem;
}

.menu-box .side .links .link-media.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -2.16rem -2.77rem;
  width: 2.11rem;
  height: 0.52rem;
}

.menu-box .side .links .link-creation {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -0 -4.44rem;
  width: 1.76rem;
  height: 0.29rem;
}

.menu-box .side .links .link-creation.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -1.8rem -4.44rem;
  width: 1.76rem;
  height: 0.29rem;
}

.menu-box .side .links .link-download {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -0 -3.33rem;
  width: 2.11rem;
  height: 0.52rem;
}

.menu-box .side .links .link-download.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -4.66rem -0.55rem;
  width: 2.11rem;
  height: 0.51rem;
}

.menu-box .side .links .link-about {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -0 -0.96rem;
  width: 2.64rem;
  height: 0.53rem;
}

.menu-box .side .links .link-about.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -0 -1.53rem;
  width: 2.64rem;
  height: 0.53rem;
}

.menu-box .side .links .link-about {
  position: relative;
}

.menu-box .side .links .link-about::after {
  content: '';
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png);
  background-size: 6.81rem 5.65rem;
  background-position: -3.11rem -5.09rem;
  width: 2rem;
  height: 0.13rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -0.18rem;
}

.layers .download-pop .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -0 -0;
  width: 4.62rem;
  height: 0.92rem;
}

.layers .download-copy-pop .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -0 -2.1rem;
  width: 2.1rem;
  height: 0.63rem;
}

.layers .download-copy-pop .copy-box-con .btn-copy {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-acc790_acc790f3.png) no-repeat;
  background-size: 6.81rem 5.65rem;
  background-position: -2.14rem -2.1rem;
  width: 1.81rem;
  height: 0.63rem;
}
/** mixins **/

html[lang="zhTW"] *,
[data-lang="zhTW"] * {
  font-family: "MiSans", serif;
}

html[lang="zhTW"] .pre-order,
[data-lang="zhTW"] .pre-order {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -20.65rem -8.86rem;
  width: 2.82rem;
  height: 1.7rem;
}

html[lang="zhTW"] .container-index .logo,
[data-lang="zhTW"] .container-index .logo {
  top: 2.12rem;
}

html[lang="zhTW"] .container-index .content,
[data-lang="zhTW"] .container-index .content {
  top: 3.88rem;
}

html[lang="zhTW"] .container-index .content .slogan,
[data-lang="zhTW"] .container-index .content .slogan {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -6.8rem -0;
  width: 6.78rem;
  height: 1.65rem;
}

html[lang="zhTW"] .container-index .content .slogan-subtitle,
[data-lang="zhTW"] .container-index .content .slogan-subtitle {
  margin-bottom: 0.2rem;
}

html[lang="zhTW"] .container-index .content .apply-btn,
[data-lang="zhTW"] .container-index .content .apply-btn {
  top: 2.05rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -6.8rem -1.69rem;
  width: 5.59rem;
  height: 1.88rem;
}

html[lang="zhTW"] .container-index .content .p2,
[data-lang="zhTW"] .container-index .content .p2 {
  margin-top: 1.75rem;
}

html[lang="zhTW"] .container-index .content .platform-links,
[data-lang="zhTW"] .container-index .content .platform-links {
  margin-top: 0.18rem;
}

html[lang="zhTW"] .container-pre-order .title,
[data-lang="zhTW"] .container-pre-order .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -0 -14.54rem;
  width: 5.16rem;
  height: 1.29rem;
}

html[lang="zhTW"] .container-pre-order-content[data-type="epic"],
[data-lang="zhTW"] .container-pre-order-content[data-type="epic"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/epic-bg_b0fd7652.png) no-repeat;
  background-size: cover;
}

html[lang="zhTW"] .container-pre-order-content[data-type="ps"],
[data-lang="zhTW"] .container-pre-order-content[data-type="ps"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/ps-bg_8c34cbc2.png) no-repeat;
  background-size: cover;
}

html[lang="zhTW"] .container-pre-order-content[data-type="xbox"],
[data-lang="zhTW"] .container-pre-order-content[data-type="xbox"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/xbox-bg_13ce75a3.png) no-repeat;
  background-size: cover;
}

html[lang="zhTW"] .container-pre-order-content[data-type="steam"],
[data-lang="zhTW"] .container-pre-order-content[data-type="steam"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/steam-bg_8f5ae51f.png) no-repeat;
  background-size: cover;
}

html[lang="zhTW"] .container-pre-order .platform-btn,
[data-lang="zhTW"] .container-pre-order .platform-btn {
  width: 3.25rem;
  height: 0.82rem;
}

html[lang="zhTW"] .container-pre-order .platform-btn[data-type="steam"],
[data-lang="zhTW"] .container-pre-order .platform-btn[data-type="steam"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/steam-buy_10548c65.png) no-repeat;
  background-size: 100% 100%;
}

html[lang="zhTW"] .container-pre-order .platform-btn[data-type="xbox"],
[data-lang="zhTW"] .container-pre-order .platform-btn[data-type="xbox"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/xbox-buy_a923c125.png) no-repeat;
  background-size: 100% 100%;
}

html[lang="zhTW"] .container-pre-order .platform-btn[data-type="ps"],
[data-lang="zhTW"] .container-pre-order .platform-btn[data-type="ps"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/ps-buy_4dd7c2ed.png) no-repeat;
  background-size: 100% 100%;
}

html[lang="zhTW"] .container-pre-order .platform-btn[data-type="epic"],
[data-lang="zhTW"] .container-pre-order .platform-btn[data-type="epic"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/epic-buy_e802d03b.png) no-repeat;
  background-size: 100% 100%;
}

html[lang="zhTW"] .container-reward .container-reward__container .title-bg,
[data-lang="zhTW"] .container-reward .container-reward__container .title-bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -0 -5.36rem;
  width: 5.25rem;
  height: 1.91rem;
}

html[lang="zhTW"] .container-reward .container-reward__container .reward-list,
[data-lang="zhTW"] .container-reward .container-reward__container .reward-list {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -0 -0;
  width: 6.76rem;
  height: 5.32rem;
}

html[lang="zhTW"] .container-feature-gif-title,
[data-lang="zhTW"] .container-feature-gif-title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -0 -13.47rem;
  width: 6.67rem;
  height: 1.03rem;
}

html[lang="zhTW"] .container-feature-gif-title [data-index="1"],
[data-lang="zhTW"] .container-feature-gif-title [data-index="1"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -13.1rem -19.68rem;
  width: 5.82rem;
  height: 0.57rem;
}

html[lang="zhTW"] .container-feature-gif-title [data-index="2"],
[data-lang="zhTW"] .container-feature-gif-title [data-index="2"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -8.87rem -15.17rem;
  width: 5.86rem;
  height: 0.58rem;
}

html[lang="zhTW"] .container-feature-gif-title [data-index="3"],
[data-lang="zhTW"] .container-feature-gif-title [data-index="3"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -8.87rem -14.54rem;
  width: 5.83rem;
  height: 0.59rem;
}

html[lang="zhTW"] .container-feature-gif-title [data-index="4"],
[data-lang="zhTW"] .container-feature-gif-title [data-index="4"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -7.21rem -19.68rem;
  width: 5.85rem;
  height: 0.58rem;
}

html[lang="zhTW"] .container-feature-gif-title [data-index="5"],
[data-lang="zhTW"] .container-feature-gif-title [data-index="5"] {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -5.29rem -6.55rem;
  width: 5.85rem;
  height: 0.59rem;
}

html[lang="zhTW"] .container-feature-tab[data-index="1"] .bg,
[data-lang="zhTW"] .container-feature-tab[data-index="1"] .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -0;
  width: 3.45rem;
  height: 0.9rem;
}

html[lang="zhTW"] .container-feature-tab[data-index="1"].active .bg,
[data-lang="zhTW"] .container-feature-tab[data-index="1"].active .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -0.94rem;
  width: 3.45rem;
  height: 0.9rem;
}

html[lang="zhTW"] .container-feature-tab[data-index="2"] .bg,
[data-lang="zhTW"] .container-feature-tab[data-index="2"] .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -1.88rem;
  width: 3.45rem;
  height: 0.9rem;
}

html[lang="zhTW"] .container-feature-tab[data-index="2"].active .bg,
[data-lang="zhTW"] .container-feature-tab[data-index="2"].active .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -2.82rem;
  width: 3.45rem;
  height: 0.9rem;
}

html[lang="zhTW"] .container-feature-tab[data-index="3"] .bg,
[data-lang="zhTW"] .container-feature-tab[data-index="3"] .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -3.76rem;
  width: 3.45rem;
  height: 0.9rem;
}

html[lang="zhTW"] .container-feature-tab[data-index="3"].active .bg,
[data-lang="zhTW"] .container-feature-tab[data-index="3"].active .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -4.7rem;
  width: 3.45rem;
  height: 0.9rem;
}

html[lang="zhTW"] .container-feature-tab[data-index="4"] .bg,
[data-lang="zhTW"] .container-feature-tab[data-index="4"] .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -5.64rem;
  width: 3.45rem;
  height: 0.9rem;
}

html[lang="zhTW"] .container-feature-tab[data-index="4"].active .bg,
[data-lang="zhTW"] .container-feature-tab[data-index="4"].active .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -6.58rem;
  width: 3.45rem;
  height: 0.9rem;
}

html[lang="zhTW"] .container-feature-tab[data-index="5"] .bg,
[data-lang="zhTW"] .container-feature-tab[data-index="5"] .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -7.52rem;
  width: 3.45rem;
  height: 0.9rem;
}

html[lang="zhTW"] .container-feature-tab[data-index="5"].active .bg,
[data-lang="zhTW"] .container-feature-tab[data-index="5"].active .bg {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -8.46rem;
  width: 3.45rem;
  height: 0.9rem;
}

html[lang="zhTW"] .container-lancers .title,
[data-lang="zhTW"] .container-lancers .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -3.43rem -19.68rem;
  width: 3.74rem;
  height: 1.36rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item .desc,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item .desc {
  font-size: 0.4rem;
  font-weight: 630;
  font-family: "MiSans", serif;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item .roletext p,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item .roletext p {
  font-size: 0.26rem;
  word-break: break-all !important;
  font-weight: 450;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-axon .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-axon .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -13.62rem -3.92rem;
  width: 4.44rem;
  height: 1.91rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-broker .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-broker .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -13.62rem -5.87rem;
  width: 4.42rem;
  height: 1.91rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-corona .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-corona .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -4.49rem -7.31rem;
  width: 4.52rem;
  height: 1.93rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-hollowpoint .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-hollowpoint .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -4.51rem -9.54rem;
  width: 4.45rem;
  height: 1.92rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-kismet .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-kismet .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -9.05rem -7.31rem;
  width: 4.49rem;
  height: 1.93rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-nitro .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-nitro .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -13.62rem -7.82rem;
  width: 4.41rem;
  height: 1.91rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-serket .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-serket .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -0 -9.54rem;
  width: 4.47rem;
  height: 1.93rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-pathojen .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-pathojen .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -0 -19.68rem;
  width: 3.39rem;
  height: 1.76rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-zephyr .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-zephyr .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -9rem -9.54rem;
  width: 4.45rem;
  height: 1.92rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-jaguar .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-jaguar .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -0 -11.51rem;
  width: 4.45rem;
  height: 1.92rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-spider .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-spider .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -4.49rem -11.51rem;
  width: 4.45rem;
  height: 1.92rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-sonar .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-sonar .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -8.98rem -11.51rem;
  width: 4.45rem;
  height: 1.92rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-chum .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-chum .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -13.62rem -0;
  width: 4.45rem;
  height: 1.92rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-dex .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-dex .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -0 -7.31rem;
  width: 4.45rem;
  height: 2.19rem;
}

html[lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-hurricane .name,
[data-lang="zhTW"] .container-lancers .lancer-swiper-cnt .lancer-swiper .item-hurricane .name {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -13.62rem -1.96rem;
  width: 4.45rem;
  height: 1.92rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-axon .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-axon .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -20.65rem -11.95rem;
  width: 2.58rem;
  height: 1.31rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-axon .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-axon .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -10.28rem -15.87rem;
  width: 3.39rem;
  height: 1.86rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-broker .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-broker .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -20.65rem -13.3rem;
  width: 2.58rem;
  height: 1.31rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-broker .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-broker .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -13.71rem -15.87rem;
  width: 3.39rem;
  height: 1.86rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-corona .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-corona .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -20.65rem -14.65rem;
  width: 2.58rem;
  height: 1.31rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-corona .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-corona .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -0 -17.78rem;
  width: 3.38rem;
  height: 1.86rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-hollowpoint .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-hollowpoint .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -20.65rem -16rem;
  width: 2.58rem;
  height: 1.31rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-hollowpoint .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-hollowpoint .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -3.42rem -17.78rem;
  width: 3.38rem;
  height: 1.86rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-kismet .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-kismet .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -20.65rem -17.35rem;
  width: 2.58rem;
  height: 1.31rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-kismet .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-kismet .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -0 -15.87rem;
  width: 3.39rem;
  height: 1.87rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-nitro .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-nitro .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -18.34rem -21.48rem;
  width: 2.56rem;
  height: 1.3rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-nitro .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-nitro .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -17.14rem -15.87rem;
  width: 3.39rem;
  height: 1.86rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-serket .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-serket .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -0 -21.48rem;
  width: 2.58rem;
  height: 1.31rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-serket .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-serket .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -3.43rem -15.87rem;
  width: 3.39rem;
  height: 1.87rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-pathojen .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-pathojen .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -2.62rem -21.48rem;
  width: 2.58rem;
  height: 1.3rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-pathojen .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-pathojen .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -6.84rem -17.78rem;
  width: 3.38rem;
  height: 1.86rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-zephyr .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-zephyr .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -5.24rem -21.48rem;
  width: 2.58rem;
  height: 1.3rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-zephyr .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-zephyr .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -10.26rem -17.78rem;
  width: 3.38rem;
  height: 1.86rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-jaguar .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-jaguar .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -7.86rem -21.48rem;
  width: 2.58rem;
  height: 1.3rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-jaguar .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-jaguar .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -13.68rem -17.78rem;
  width: 3.38rem;
  height: 1.86rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-spider .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-spider .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -10.48rem -21.48rem;
  width: 2.58rem;
  height: 1.3rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-spider .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-spider .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -17.1rem -17.78rem;
  width: 3.38rem;
  height: 1.86rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-sonar .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-sonar .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -13.1rem -21.48rem;
  width: 2.58rem;
  height: 1.3rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-sonar .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-sonar .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -20.65rem -0;
  width: 3.38rem;
  height: 1.86rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-chum .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-chum .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -15.72rem -21.48rem;
  width: 2.58rem;
  height: 1.3rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-chum .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-chum .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -20.65rem -1.9rem;
  width: 3.38rem;
  height: 1.86rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-dex .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-dex .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -20.94rem -21.48rem;
  width: 2.56rem;
  height: 1.3rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-dex .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-dex .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -6.86rem -15.87rem;
  width: 3.38rem;
  height: 1.87rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-hurricane .normal,
[data-lang="zhTW"] .container-lancers .thumb-list .item-hurricane .normal {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -20.65rem -10.6rem;
  width: 2.68rem;
  height: 1.31rem;
}

html[lang="zhTW"] .container-lancers .thumb-list .item-hurricane .active,
[data-lang="zhTW"] .container-lancers .thumb-list .item-hurricane .active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -13.62rem -11.41rem;
  width: 3.51rem;
  height: 1.85rem;
}

html[lang="zhTW"] .container-koc .koc-title,
[data-lang="zhTW"] .container-koc .koc-title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -5.29rem -5.36rem;
  width: 6.4rem;
  height: 1.15rem;
}

html[lang="zhTW"] .container-koc .coming,
[data-lang="zhTW"] .container-koc .coming {
  top: 0.7rem;
  left: 3.6rem;
}

html[lang="zhTW"] .container-koc .img-title,
[data-lang="zhTW"] .container-koc .img-title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -10.74rem;
  width: 2.35rem;
  height: 0.45rem;
}

html[lang="zhTW"] .container-koc .img-item.img1,
[data-lang="zhTW"] .container-koc .img-item.img1 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -20.65rem -3.8rem;
  width: 2.26rem;
  height: 2.59rem;
}

html[lang="zhTW"] .container-koc .img-item.img2,
[data-lang="zhTW"] .container-koc .img-item.img2 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -20.65rem -6.43rem;
  width: 2.25rem;
  height: 2.39rem;
}

html[lang="zhTW"] .container-koc .img-item.img3,
[data-lang="zhTW"] .container-koc .img-item.img3 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -18.11rem -0;
  width: 2.5rem;
  height: 2.56rem;
}

html[lang="zhTW"] .container-koc .txt-per,
[data-lang="zhTW"] .container-koc .txt-per {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -7.21rem -20.3rem;
  width: 6.35rem;
  height: 0.27rem;
}

html[lang="zhTW"] .container-koc .txt-light,
[data-lang="zhTW"] .container-koc .txt-light {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -18.96rem -19.68rem;
  width: 4.79rem;
  height: 0.31rem;
}

html[lang="zhTW"] .container-koc .txt-title,
[data-lang="zhTW"] .container-koc .txt-title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -11.23rem;
  width: 2.36rem;
  height: 0.42rem;
}

html[lang="zhTW"] .container-koc .join-btn,
[data-lang="zhTW"] .container-koc .join-btn {
  margin-top: 0.58rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -0 -22.83rem;
  width: 4.3rem;
  height: 0.75rem;
}

html[lang="zhTW"] .container-koc .applition-btn,
[data-lang="zhTW"] .container-koc .applition-btn {
  margin-top: 0.9rem;
  margin-left: 1.7rem;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -11.37rem -13.47rem;
  width: 4.53rem;
  height: 0.84rem;
}

html[lang="zhTW"] .container-news .slogan,
[data-lang="zhTW"] .container-news .slogan {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -5.2rem -14.54rem;
  width: 3.63rem;
  height: 1.29rem;
}

html[lang="zhTW"] .container-news .content .news-list .item-title,
[data-lang="zhTW"] .container-news .content .news-list .item-title {
  font-family: "MiSans", serif;
}

html[lang="zhTW"] .container-news .news-list i,
[data-lang="zhTW"] .container-news .news-list i {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png);
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -11.69rem;
  width: 1.64rem;
  height: 0.44rem;
}

html[lang="zhTW"] .container-news .tab-box,
[data-lang="zhTW"] .container-news .tab-box {
  padding-left: 0.62rem;
  padding-right: 0.86rem;
}

html[lang="zhTW"] .container-news .tab-box .tab-1,
[data-lang="zhTW"] .container-news .tab-box .tab-1 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png);
  background-size: 27.56rem 23.62rem;
  background-position: -26.97rem -10.07rem;
  width: 0.51rem;
  height: 0.26rem;
}

html[lang="zhTW"] .container-news .tab-box .tab-1.active,
[data-lang="zhTW"] .container-news .tab-box .tab-1.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png);
  background-size: 27.56rem 23.62rem;
  background-position: -26.97rem -10.37rem;
  width: 0.51rem;
  height: 0.26rem;
}

html[lang="zhTW"] .container-news .tab-box .tab-2,
[data-lang="zhTW"] .container-news .tab-box .tab-2 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png);
  background-size: 27.56rem 23.62rem;
  background-position: -26.46rem -10.74rem;
  width: 0.51rem;
  height: 0.26rem;
}

html[lang="zhTW"] .container-news .tab-box .tab-2.active,
[data-lang="zhTW"] .container-news .tab-box .tab-2.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png);
  background-size: 27.56rem 23.62rem;
  background-position: -27.01rem -10.74rem;
  width: 0.51rem;
  height: 0.26rem;
}

html[lang="zhTW"] .container-news .tab-box .tab-3,
[data-lang="zhTW"] .container-news .tab-box .tab-3 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png);
  background-size: 27.56rem 23.62rem;
  background-position: -25.92rem -10.07rem;
  width: 1.01rem;
  height: 0.26rem;
}

html[lang="zhTW"] .container-news .tab-box .tab-3.active,
[data-lang="zhTW"] .container-news .tab-box .tab-3.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png);
  background-size: 27.56rem 23.62rem;
  background-position: -25.92rem -10.37rem;
  width: 1.01rem;
  height: 0.26rem;
}

html[lang="zhTW"] .container-news .tab-box .tab-4,
[data-lang="zhTW"] .container-news .tab-box .tab-4 {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png);
  background-size: 27.56rem 23.62rem;
  background-position: -26.21rem -9.4rem;
  width: 1.03rem;
  height: 0.26rem;
}

html[lang="zhTW"] .container-news .tab-box .tab-4.active,
[data-lang="zhTW"] .container-news .tab-box .tab-4.active {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png);
  background-size: 27.56rem 23.62rem;
  background-position: -26.21rem -9.7rem;
  width: 1.03rem;
  height: 0.26rem;
}

html[lang="zhTW"] .container-news .more-link,
[data-lang="zhTW"] .container-news .more-link {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -4.34rem -22.83rem;
  width: 4.3rem;
  height: 0.75rem;
}

html[lang="zhTW"] .container-end,
[data-lang="zhTW"] .container-end {
  padding-top: 1.56rem;
}

html[lang="zhTW"] .container-end .title,
[data-lang="zhTW"] .container-end .title {
  margin: 0.31rem auto 0;
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -13.62rem -9.77rem;
  width: 4.37rem;
  height: 1.6rem;
}

html[lang="zhTW"] .container-end .apply-btn,
[data-lang="zhTW"] .container-end .apply-btn {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -6.8rem -3.61rem;
  width: 4.97rem;
  height: 1.68rem;
}

html[lang="zhTW"] .subscribe-pop,
[data-lang="zhTW"] .subscribe-pop {
  padding-top: 2.1rem;
}

html[lang="zhTW"] .subscribe-pop .cnt .submit-btn,
[data-lang="zhTW"] .subscribe-pop .cnt .submit-btn {
  font-family: "MiSans", serif;
  font-weight: 700;
  margin-top: 0.96rem;
}

html[lang="zhTW"] .subscribe-success-pop .title,
[data-lang="zhTW"] .subscribe-success-pop .title {
  font-family: "MiSans", serif;
  font-weight: 700;
}

html[lang="zhTW"] .download-pop .title,
[data-lang="zhTW"] .download-pop .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -6.71rem -13.47rem;
  width: 4.62rem;
  height: 0.92rem;
}

html[lang="zhTW"] .download-copy-pop .title,
[data-lang="zhTW"] .download-copy-pop .title {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -9.4rem;
  width: 2.1rem;
  height: 0.63rem;
}

html[lang="zhTW"] .download-copy-pop .btn-copy,
[data-lang="zhTW"] .download-copy-pop .btn-copy {
  background: url(https://www.fragpunk.com/pc/gw/20240516114856/assets/sprite-651ea4_651ea4bd.png) no-repeat;
  background-size: 27.56rem 23.62rem;
  background-position: -24.07rem -10.07rem;
  width: 1.81rem;
  height: 0.63rem;
}

html[lang="zhTW"] #copyright .logo-cnt .logo-1,
[data-lang="zhTW"] #copyright .logo-cnt .logo-1 {
  width: 1.64rem;
  height: 0.78rem;
}
