@font-face {
  font-family: "JalnanGothic";
  src: url("https://hive-fn.qpyou.cn/markup/img/common/font/JalnanGothic/JalnanGothic.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NanumBarunGothic";
  src: local("?"),
    url("https://hive-fn.qpyou.cn/markup/img/common/font/nanumbarungothicregular.woff2")
      format("woff2"),
    url("https://hive-fn.qpyou.cn/markup/img/common/font/nanumbarungothicregular.woff")
      format("woff");
}
@font-face {
  font-family: "NanumBarunGothicBold";
  src: local("?"),
    url("https://hive-fn.qpyou.cn/markup/img/common/font/NanumBarunGothicBold.woff2")
      format("woff2"),
    url("https://hive-fn.qpyou.cn/markup/img/common/font/NanumBarunGothicBold.woff")
      format("woff");
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  box-sizing: border-box;
  touch-action: manipulation;
}
html {
  -webkit-text-size-adjust: none;
  font-size: 10px;
}
html.isMobile {
  font-size: 31.25%;
}
body {
  font-family: sans-serif;
}
body:lang(ko) {
  word-break: keep-all;
}
.isPC body:lang(ko) {
  font-family: "NanumBarunGothic", sans-serif;
}
.isMobile body:lang(ko) {
  font-family: sans-serif;
}
body:lang(ja) {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
body:lang(zh-hant) {
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: inherit;
}
button {
  font-family: inherit;
  font-size: inherit;
  vertical-align: top;
  background: none;
  outline: 0;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
  vertical-align: top;
}
.isPC strong:lang(ko) {
  font-family: "NanumBarunGothicBold", sans-serif;
}
iframe {
  width: 100%;
  height: 100%;
}
input {
  font-size: inherit;
}
input::-webkit-input-placeholder {
  font-size: inherit;
  color: #939393;
}
input::-moz-placeholder {
  font-size: inherit;
  color: #939393;
  opacity: 1;
}
input:-moz-placeholder {
  font-size: inherit;
  color: #939393;
}
input:-ms-input-placeholder {
  font-size: inherit;
  color: #939393;
}
input::placeholder {
  font-size: inherit;
  color: #939393;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flex_start {
  display: flex;
  align-items: center;
}
.flex_end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex_item {
  display: block;
  width: 100%;
}
.hide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}
.pc_block {
  display: block;
}
.isMobile .pc_block {
  display: none;
}
.mobile_block {
  display: none;
}
.isMobile .mobile_block {
  display: block;
}
.inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 64rem;
}
.isPC .inner {
  max-width: 129.4rem;
}
.lazy {
  display: none;
}
.swiper-slide-active .lazy {
  display: block;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 13.4rem;
  z-index: 40000;
  transition: background-color 0.3s;
}
.header::before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.header .inner {
  display: flex;
  align-items: center;
}
.isPC .header .menu a:lang(ko) {
  font-family: "NanumBarunGothicBold", sans-serif;
}
.isMobile .header .menu a:lang(ko) {
  font-family: sans-serif;
  font-weight: bold;
}
.header .menu a:lang(en) {
  font-weight: bold;
}
.isMobile .header .logo {
  display: none;
}
.isMobile .header .btn_menu {
  position: fixed;
  top: 0;
  left: 0;
  left: calc(constant(safe-area-inset-left));
  left: calc(env(safe-area-inset-left));
  width: 13.4rem;
  height: 13.4rem;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/menu.png")
    no-repeat center/6.5rem auto;
  z-index: 20;
}
.isMobile .header .nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateX(-100%);
  max-width: 80rem;
  width: 100%;
  height: 100vh;
  padding-top: 20rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.isMobile .header .nav .market {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 8.6rem 0 9.7rem;
}
.isMobile .header .nav .market li {
  max-width: 28.1rem;
  width: calc(50% - 2rem);
}
.isMobile .header .nav .market a {
  display: block;
  width: 100%;
}
.isMobile .header .nav .menu {
  width: 100%;
  padding: 2rem 0 6rem 9.7rem;
  background-color: #fff;
}
.isMobile .header .nav .menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  background: #6920ff
    url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/bi_ko_w_v2.png")
    no-repeat center/14.7rem;
}
.isMobile .header .nav .menu:lang(en)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/bi_en_w_v2.png");
}
.isMobile .header .nav .menu li a {
  display: flex;
  align-items: center;
  height: 12rem;
  padding-left: 2rem;
  font-size: 3.6rem;
  font-weight: bold;
  border-bottom: 0.2rem solid #ccc;
  color: #5029e3;
}
.isMobile .header .nav .menu li a.on {
  color: #5029e3;
}
.isMobile .header .nav .gnb {
  height: calc(100vh - 20rem);
  padding-bottom: 20rem;
  overflow: auto;
}
.isMobile .header.opened .btn_menu {
  left: 1.2rem;
  left: calc(constant(safe-area-inset-left) + 1.2rem);
  left: calc(env(safe-area-inset-left) + 1.2rem);
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/icon_close.png")
    no-repeat center/6.9rem auto;
}
.isMobile .header.opened .nav {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.isMobile .header.opened::before {
  opacity: 1;
  visibility: visible;
}
.isPC .header {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 8rem;
}
.isPC .header::before {
  position: absolute;
  top: -100%;
  bottom: auto;
  transition: opacity 0.2s, visibility 0.2s, top 0.2s, background-color 0.4s;
}
.isPC .header .inner {
  justify-content: space-between;
  max-width: none;
  padding: 0 5.2rem;
}
.isPC .header .btn_menu {
  display: none;
}
.isPC .header .logo {
  display: block;
  width: 8.6rem;
  height: 5.2rem;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/logo_short_v2.png")
    no-repeat 0 0/8.6rem auto;
}
.isPC .header .nav {
  display: flex;
  align-items: center;
  width: calc(100% - 8.6rem);
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.isPC .header .menu {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 31.2rem);
  margin-left: 2rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.isPC .header .menu li {
  padding: 0 3rem;
}
.isPC .header .menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 2rem;
  line-height: 1.2;
}
.isPC .header .menu a.on {
  color: #fffd42;
}
.isPC .header .gnb {
  display: flex;
  width: 100%;
  height: 100%;
}
.isPC .header .market {
  display: flex;
  align-items: center;
}
.isPC .header .market li + li {
  margin-left: 2.1rem;
}
.isPC .header .market a {
  display: block;
  width: 14.6rem;
  height: 4.1rem;
}
.isPC .header.active::before {
  top: 0;
  height: 8rem;
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
.isPC .header.on::before {
  top: 0;
  height: 8rem;
  opacity: 1;
  visibility: visible;
  background-color: #130c3d;
}
footer {
  position: relative;
  background-color: #333;
}
footer .inner {
  position: relative;
  padding: 23.4rem 2rem 10rem;
  text-align: center;
}
footer .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 6.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 13rem;
  height: 12.1rem;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/bi_ko_v2.png")
    no-repeat center/13rem auto;
}
footer .inner:lang(en)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/bi_en_v2.png");
}
footer a {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}
footer .copy {
  font-size: 2rem;
  color: #999;
}
footer::after {
  content: "";
  display: block;
  position: absolute;
  top: -4.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8.4rem;
  height: 8.4rem;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/sprite_star.png")
    no-repeat 100% 0 / auto 8.4rem;
}
.isPC footer .inner {
  padding: 6.2rem 6.3rem 7rem 5rem;
  text-align: right;
}
.isPC footer .inner::before {
  top: 50%;
  left: 6.2rem;
  transform: translateY(-50%);
}
.isPC footer a {
  font-size: 2.4rem;
}
.isPC footer .copy {
  font-size: 1.8rem;
}
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 20000;
}
.cookie .inner {
  padding: 9.4rem 0 9.9rem;
  text-align: center;
  font-size: 2.8rem;
  line-height: 4rem;
}
.cookie .txt {
  color: #999;
}
.cookie a {
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-decoration: underline;
}
.cookie .btn_cookie {
  width: 20rem;
  height: 7.2rem;
  margin-top: 6rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #999;
  border: 1px solid #999;
  border-radius: 30rem;
}
.isPC .cookie .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6.2rem 5.6rem 8.2rem;
  font-size: 2.4rem;
}
.isPC .cookie .txt {
  flex: 1;
  text-align: left;
  margin-right: 4rem;
}
.pop_wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 64rem;
  width: 100%;
  height: 100%;
  padding: 4rem;
  overflow: hidden;
  overflow-x: auto;
  overflow-y: auto;
  font-size: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}
.pop_wrap::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.pop_wrap .pop_layer {
  position: relative;
  display: inline-block;
  max-width: 60rem;
  width: 100%;
  margin: 6rem 0;
  font-size: 3rem;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 3rem;
  padding: 4rem;
}
.pop_wrap .pop_layer .coupon_wrap {
  background-color: #006ae2;
  padding: 3rem;
  border-radius: 3rem;
  width: 100%;
  margin-top: 2rem;
  color: #ffee5a;
}
.pop_wrap .pop_layer .coupon_wrap .coupon {
  color: #fff;
}
.pop_wrap .pop_layer .btn_close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.5rem);
  width: 4rem;
  height: 4rem;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/icon_close.png")
    no-repeat center/100% auto;
  font: 0/0 a;
}
.pop_wrap#EVTpop_video .pop_layer {
  background-color: #000;
  max-width: 96rem;
  border-radius: 0;
}
.pop_wrap#EVTpop_video .pop_layer .pop_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #000;
  isolation: isolate;
  will-change: transform;
}
.pop_wrap#EVTpop_video .pop_layer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.isPC .pop_wrap {
  min-width: 129.4rem;
}
.isPC .pop_wrap .pop_layer {
  font-size: 2rem;
  border-radius: 2rem;
}
.isPC .pop_wrap .pop_layer .coupon_wrap {
  border-radius: 2rem;
}
.isPC .pop_wrap::before {
  margin-right: -0.1rem;
}
.isPC .pop_wrap#EVTpop_video .pop_layer {
  max-width: 91.2rem;
}
.pop_toast {
  position: absolute;
  bottom: 44.7rem;
  left: 50%;
  transform: translate(-50%, 10px);
  max-width: 35.8rem;
  width: 100%;
  height: 13.2rem;
  padding: 1.3rem 2.2rem 4.8rem;
  font-size: 2.8rem;
  color: #5330d5;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/toast.png")
    no-repeat center/contain;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.pop_toast.on {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.isPC .pop_toast {
  bottom: 35.2rem;
}
.section_minigame .pop_toast {
  bottom: 15rem;
  left: 75%;
  font-size: 2.4rem;
  line-height: 1.2;
}
.isPC .section_minigame .pop_toast {
  bottom: 9rem;
  left: 64%;
  font-size: 2.4rem;
}
#ui_soulstrike {
  min-width: 64rem;
  font-size: 3.2rem;
  line-height: 4.8rem;
  color: #fff;
}
#ui_soulstrike .swiper-button-prev,
#ui_soulstrike .swiper-button-next {
  display: none;
}
.isPC #ui_soulstrike {
  min-width: 129.4rem;
  margin-top: -8rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.isPC #ui_soulstrike .swiper-button-prev,
.isPC #ui_soulstrike .swiper-button-next {
  display: block;
  width: 6.7rem;
  height: 14.6rem;
  margin: 0;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/swiper_arrow.png")
    no-repeat center/6.7rem auto;
}
.isPC #ui_soulstrike .swiper-button-prev::after,
.isPC #ui_soulstrike .swiper-button-next::after {
  display: none;
}
.isPC #ui_soulstrike .swiper-button-next {
  right: 8rem;
  transform: rotate(180deg);
}
#ui_soulstrike [class^="desc"] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 2rem 10rem;
}
#ui_soulstrike [class^="section"] {
  position: relative;
  background-repeat: no-repeat;
  background-size: 256rem auto;
  background-position: 50% 0;
  text-align: center;
}
#ui_soulstrike [class^="section"] .market {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#ui_soulstrike [class^="section"] .market li + li {
  margin-left: 4rem;
}
#ui_soulstrike [class^="section"] .market a {
  display: block;
  width: 28.1rem;
}
#ui_soulstrike [class^="section"] h2 {
  flex-direction: column;
  padding: 7.4rem 2rem 6rem;
  font-size: 3.6rem;
  font-weight: normal;
}
#ui_soulstrike [class^="section"] h2 > span {
  display: block;
}
#ui_soulstrike [class^="section"] h2 .tit {
  margin-top: 3.3rem;
  font-family: "JalnanGothic", sans-serif;
  font-size: 7.2rem;
  line-height: 1.2;
}
#ui_soulstrike [class^="section"]::after {
  content: "";
  display: block;
  position: absolute;
  top: -4.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8.4rem;
  height: 8.4rem;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/sprite_star.png")
    no-repeat center/auto 8.4rem;
  z-index: 10;
}
.isPC #ui_soulstrike [class^="section"] h2 {
  min-height: auto;
  height: 33rem;
  padding: 8.4rem 2rem 0;
  font-size: 3rem;
  font-weight: normal;
}
.isPC #ui_soulstrike [class^="section"] h2 .tit {
  margin-top: 2.2rem;
  font-size: 6rem;
}
.isPC #ui_soulstrike [class^="section"] h2 .point {
  font-size: 3.6rem;
}
#ui_soulstrike.float_hide .float_wrap {
  transform: translateX(100%);
}
#ui_soulstrike.float_hide .btn_on_float {
  opacity: 1;
}
#ui_soulstrike .btn_on_float {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cg data-name='레이어 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M23.455 20.643A5.98 5.98 0 0 1 21 15.81v-4.824a9 9 0 0 0-7-8.77v-1.2A1.021 1.021 0 0 0 12.979 0H11.02A1.021 1.021 0 0 0 10 1.021v1.2a9 9 0 0 0-7 8.767v4.822a5.979 5.979 0 0 1-2.456 4.831A1.325 1.325 0 0 0 0 21.712v1.008A1.279 1.279 0 0 0 1.279 24h21.44A1.279 1.279 0 0 0 24 22.719v-1.007a1.326 1.326 0 0 0-.545-1.068z' data-name='패스 285'/%3E%3Cpath d='M12 28a3 3 0 0 0 3-3H9a3 3 0 0 0 3 3z' data-name='패스 286'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    50% 50% no-repeat;
  background-size: 16px 19px;
  box-shadow: 1px 3px 8px 0 rgba(98, 103, 120, 0.3);
  opacity: 0;
  z-index: 10;
  transition: opacity 0.3s;
}
#ui_soulstrike .float_wrap {
  position: fixed;
  bottom: 2.6rem;
  right: 0;
  right: constant(safe-area-inset-right);
  right: env(safe-area-inset-right);
  max-width: 100%;
  height: 9.6rem;
  z-index: 10000;
  overflow: visible;
  transform: translateX(0);
  transition: transform 0.3s;
}
#ui_soulstrike .float_wrap .float-swiper {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
#ui_soulstrike .float_wrap .btn_close_float {
  position: absolute;
  bottom: 10rem;
  right: 4rem;
  right: calc(constant(safe-area-inset-right) + 4rem);
  right: calc(env(safe-area-inset-right) + 4rem);
  width: 4rem;
  height: 4rem;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/icon_close_v2.png")
    no-repeat center/3.2rem auto;
}
#ui_soulstrike .float_wrap .swiper-slide {
  width: 22.2rem;
  height: 100%;
  margin: 0 0.7rem;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#ui_soulstrike .float_wrap .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#ui_soulstrike .float_wrap .swiper-slide:lang(ko).shop {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/float/float_ko_shop.png");
}
#ui_soulstrike .float_wrap .swiper-slide:lang(ko).naver {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/float/float_ko_naver.png");
}
#ui_soulstrike .float_wrap .swiper-slide:lang(ko).twitter {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/float/float_ko_twitter.png");
}
#ui_soulstrike .float_wrap .swiper-slide:lang(ko).discord {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/float/float_ko_discord.png");
}
#ui_soulstrike .float_wrap .swiper-slide:lang(ko).youtube {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/float/float_ko_youtube.png");
}
#ui_soulstrike .float_wrap .swiper-slide:lang(ko).insta {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/float/float_ko_insta.png");
}
#ui_soulstrike .float_wrap .swiper-slide:lang(en).shop {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/float/float_en_shop.png");
}
#ui_soulstrike .float_wrap .swiper-slide:lang(en).naver {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/float/float_en_naver.png");
}
#ui_soulstrike .float_wrap .swiper-slide:lang(en).twitter {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/float/float_en_twitter.png");
}
#ui_soulstrike .float_wrap .swiper-slide:lang(en).discord {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/float/float_en_discord.png");
}
#ui_soulstrike .float_wrap .swiper-slide:lang(en).youtube {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/float/float_en_youtube.png");
}
#ui_soulstrike .float_wrap .swiper-slide:lang(en).insta {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/float/float_en_insta.png");
}
.isPC #ui_soulstrike .float_wrap {
  top: 11rem;
  right: 4.2rem;
  right: calc(constant(safe-area-inset-right) + 4.2rem);
  right: calc(env(safe-area-inset-right) + 4.2rem);
  bottom: auto;
  width: 22.2rem;
  height: auto;
  padding: 0;
}
.isPC #ui_soulstrike .float_wrap .btn-close-float {
  display: none;
}
.isPC #ui_soulstrike .float_wrap .swiper-wrapper {
  flex-direction: column;
}
.isPC #ui_soulstrike .float_wrap .swiper-slide {
  width: 100%;
  height: 9.6rem;
  margin: 0;
}
#ui_soulstrike .section_1 {
  height: 148rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_1_mo_ko_v3.jpg");
  background-color: #6520f5;
}
#ui_soulstrike .section_1::after {
  display: none;
}
#ui_soulstrike .section_1 .market {
  bottom: 19.3rem;
}
#ui_soulstrike .section_1:lang(en) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_1_mo_en_v3.jpg");
}
.isPC #ui_soulstrike .section_1 {
  height: 136rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_1_pc_ko_v3.jpg");
}
.isPC #ui_soulstrike .section_1:lang(en) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_1_pc_en_v3.jpg");
}
.isPC #ui_soulstrike .section_1 .market {
  bottom: 15rem;
}
#ui_soulstrike .section_2 {
  height: 120rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_2_mo_v3.jpg");
  background-color: #aae0f7;
}
#ui_soulstrike .section_2 h2 {
  height: auto;
  padding: 14.9rem 2rem 16.2rem;
  margin: 0;
}
#ui_soulstrike .section_2 h2 .tit {
  margin: 0;
  color: #2074ff;
}
#ui_soulstrike .section_2::after {
  background-position: 0 0;
}
#ui_soulstrike .section_2 .swiper-wrapper {
  width: 64rem;
  padding-bottom: 25rem;
}
#ui_soulstrike .section_2 .swiper-slide {
  height: 36rem;
  overflow: hidden;
  border-radius: 3rem;
  border: 0.6rem solid #fff;
  box-shadow: 0 0.8rem 0.8rem 0 rgba(0, 0, 0, 0.2);
}
#ui_soulstrike .section_2 .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  width: 36rem;
  height: 7.3rem;
  margin: auto;
}
#ui_soulstrike .section_2 .swiper-pagination-bullet {
  border-color: #2074ff;
}
#ui_soulstrike .section_2 .swiper-pagination-bullet-active {
  background-color: #2074ff;
}
.isPC #ui_soulstrike .section_2 {
  height: 114rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_2_pc_v3.jpg");
}
.isPC #ui_soulstrike .section_2 h2 {
  padding: 15.2rem 0 19.5rem;
}
.isPC #ui_soulstrike .section_2 .illust-swiper {
  width: 80rem;
  overflow: visible;
}
.isPC #ui_soulstrike .section_2 .swiper-button-next {
  right: -12rem;
}
.isPC #ui_soulstrike .section_2 .swiper-button-prev {
  left: -12rem;
}
.isPC #ui_soulstrike .section_2 .swiper-button-prev,
.isPC #ui_soulstrike .section_2 .swiper-button-next {
  top: 26%;
}
.isPC #ui_soulstrike .section_2 .swiper-slide {
  height: 45rem;
}
.isPC #ui_soulstrike .section_2 .swiper-wrapper {
  width: 100%;
  padding-bottom: 15.6rem;
}
.isPC #ui_soulstrike .section_2 .swiper-pagination {
  width: 100%;
  height: 3rem;
}
.isPC #ui_soulstrike .section_2 .swiper-pagination-bullet {
  border-color: #5029e3;
}
.isPC #ui_soulstrike .section_2 .swiper-pagination-bullet-active {
  background-color: #5029e3;
}
#ui_soulstrike .section_3 {
  height: 152rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_3_mo.jpg");
  background-color: #481caa;
}
#ui_soulstrike .section_3 h2 .point {
  color: #0af2ff;
}
#ui_soulstrike .section_3 h2 .tit {
  color: #fffd42;
}
#ui_soulstrike .section_3::after {
  background-position: -8.4rem 0;
}
.isPC #ui_soulstrike .section_3 {
  height: 129.8rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_3_pc.jpg");
}
#ui_soulstrike .swiper-pagination {
  height: 3rem;
}
#ui_soulstrike .swiper-pagination > span {
  vertical-align: top;
}
#ui_soulstrike .swiper-pagination-bullet {
  width: 3rem;
  height: 3rem;
  margin: 0 1rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0.4rem solid #fff;
  opacity: 1;
}
#ui_soulstrike .swiper-pagination-bullet-active {
  background-color: #fff;
}
#ui_soulstrike .feature-swiper {
  height: 100%;
}
#ui_soulstrike .feature-swiper .btn_play {
  position: relative;
  max-width: 64.1rem;
  width: 100%;
  height: 36.1rem;
  border-radius: 3rem;
  border: 0.6rem solid #fff;
  box-shadow: 0 0.8rem 0.8rem 0 rgba(0, 0, 0, 0.2);
}
#ui_soulstrike .feature-swiper .btn_play::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13rem;
  height: 13.1rem;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/btn_play.png")
    no-repeat center/13rem auto;
}
#ui_soulstrike .feature-swiper .feature_text {
  flex-direction: column;
  height: 34.2rem;
  padding: 0 2rem;
}
#ui_soulstrike .feature-swiper .feature_text .point {
  color: #0af2ff;
}
#ui_soulstrike .feature-swiper #EVTfeature_1 {
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/feature_thumb_1_ko_v2.jpg")
    no-repeat center/cover;
}
#ui_soulstrike .feature-swiper #EVTfeature_1:lang(en) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/feature_thumb_1_en.jpg");
}
#ui_soulstrike .feature-swiper #EVTfeature_2 {
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/feature_thumb_2_ko_v2.jpg")
    no-repeat center/cover;
}
#ui_soulstrike .feature-swiper #EVTfeature_2:lang(en) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/feature_thumb_2_en.jpg");
}
#ui_soulstrike .feature-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
}
.isPC #ui_soulstrike .feature-swiper {
  width: 100%;
}
.isPC #ui_soulstrike .feature-swiper .feature_text {
  height: 20.7rem;
  padding: 0 2rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.isPC #ui_soulstrike .feature-swiper .feature_text .point {
  font-size: 3rem;
  color: #0af2ff;
}
.isPC #ui_soulstrike .feature-swiper .btn_play {
  max-width: 102.4rem;
  height: 57.6rem;
  margin: auto;
}
.isPC #ui_soulstrike .feature-swiper .swiper-button-prev,
.isPC #ui_soulstrike .feature-swiper .swiper-button-next {
  top: 46.5%;
}
.isPC #ui_soulstrike .feature-swiper .swiper-button-prev {
  left: 4rem;
}
.isPC #ui_soulstrike .feature-swiper .swiper-button-next {
  right: 4rem;
}
#ui_soulstrike .section_4 {
  height: 210rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_4_mo.jpg");
  background-color: #bb3dff;
}
#ui_soulstrike .section_4 h2 {
  height: 49.5rem;
}
#ui_soulstrike .section_4 h2 .point {
  color: #2a00ff;
}
#ui_soulstrike .section_4 h2 .tit {
  color: #fffd42;
}
#ui_soulstrike .section_4 .desc {
  bottom: 0.1rem;
  height: 40.4rem;
}
#ui_soulstrike .section_4 .desc .point {
  color: #2a00ff;
}
#ui_soulstrike .section_4::after {
  background-position: -16.8rem 0;
}
.isPC #ui_soulstrike .section_4 {
  height: 132rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_4_pc.jpg");
}
.isPC #ui_soulstrike .section_4 h2 {
  height: 32.8rem;
}
.isPC #ui_soulstrike .section_4 .desc {
  height: 22.1rem;
}
#ui_soulstrike .skill-swiper video {
  max-width: 64rem;
  width: 100%;
  height: 36rem;
  border-radius: 3rem;
  border: 0.6rem solid #fff;
  box-shadow: 0 0.8rem 0.8rem 0 rgba(0, 0, 0, 0.2);
  object-fit: cover;
}
#ui_soulstrike .skill-swiper .swiper-pagination-bullet {
  flex: none;
  width: 12rem;
  height: 12rem;
  border-radius: 2rem;
  border: 0.4rem solid;
  border-color: #fff;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/skill/skill_icon.png")
    no-repeat 0 center/auto 13rem;
}
.isPC #ui_soulstrike .skill-swiper .swiper-pagination-bullet {
  border-radius: 2.4rem;
}
#ui_soulstrike .skill-swiper .swiper-pagination-bullet:nth-child(2) {
  background-position-x: 16.667%;
}
#ui_soulstrike .skill-swiper .swiper-pagination-bullet:nth-child(3) {
  background-position-x: 33.334%;
}
#ui_soulstrike .skill-swiper .swiper-pagination-bullet:nth-child(4) {
  background-position-x: 50.001%;
}
#ui_soulstrike .skill-swiper .swiper-pagination-bullet:nth-child(5) {
  background-position-x: 66.668%;
}
#ui_soulstrike .skill-swiper .swiper-pagination-bullet:nth-child(6) {
  background-position-x: 83.335%;
}
#ui_soulstrike .skill-swiper .swiper-pagination-bullet:nth-child(7) {
  background-position-x: 100.002%;
}
#ui_soulstrike .skill-swiper .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
#ui_soulstrike .skill-swiper .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#ui_soulstrike .skill-swiper .swiper-pagination-bullet-active {
  border-color: #fffd42;
}
.isPC #ui_soulstrike .skill-swiper {
  height: 58rem;
}
.isPC #ui_soulstrike .skill-swiper video {
  flex: none;
  width: 80rem;
  height: 45rem;
}
.isPC #ui_soulstrike .skill-swiper .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  height: 58rem;
}
.isPC #ui_soulstrike .skill-swiper .swiper-wrapper {
  height: auto;
}
.isPC #ui_soulstrike .skill-swiper .swiper-pagination {
  width: 98rem;
  height: 16rem;
  margin: 3rem auto 0;
  text-align: center;
}
#ui_soulstrike .skill_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 64rem;
  margin-top: -1.5rem;
}
#ui_soulstrike .skill_wrap:lang(en) {
  margin-top: -1.2rem;
}
#ui_soulstrike .skill_wrap .skill {
  display: flex;
  justify-content: center;
  margin-bottom: 4.2rem;
}
#ui_soulstrike .skill_wrap .skill::before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  border-radius: 2rem;
  border: 0.4rem solid;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/skill/skill_icon.png")
    no-repeat 0 0 / auto 12rem;
  border-color: #fffd42;
}
.isPC #ui_soulstrike .skill_wrap .skill::before {
  border-radius: 2.4rem;
}
#ui_soulstrike .skill_wrap .skill[data-skill="2"]::before {
  background-position-x: 16.667%;
}
#ui_soulstrike .skill_wrap .skill[data-skill="3"]::before {
  background-position-x: 33.334%;
}
#ui_soulstrike .skill_wrap .skill[data-skill="4"]::before {
  background-position-x: 50.001%;
}
#ui_soulstrike .skill_wrap .skill[data-skill="5"]::before {
  background-position-x: 66.668%;
}
#ui_soulstrike .skill_wrap .skill[data-skill="6"]::before {
  background-position-x: 83.335%;
}
#ui_soulstrike .skill_wrap .skill[data-skill="7"]::before {
  background-position-x: 100.002%;
}
#ui_soulstrike .skill_wrap .skill_name {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 12.8rem;
  padding-left: 2rem;
}
#ui_soulstrike .skill_wrap .skill_name > * {
  display: block;
  text-align: left;
}
#ui_soulstrike .skill_wrap .skill_name span {
  font-size: 3.6rem;
}
#ui_soulstrike .skill_wrap .skill_name strong {
  font-size: 4.2rem;
  color: #fffd42;
}
#ui_soulstrike .skill_wrap .skill_text {
  max-width: 38rem;
}
#ui_soulstrike .skill_wrap .skill_text:lang(en) {
  max-width: 62rem;
}
.isPC #ui_soulstrike .skill_wrap {
  flex: 1;
  height: 58rem;
  margin: 0;
  padding: 0 2rem;
}
.isPC #ui_soulstrike .skill_wrap .skill {
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2.4rem;
}
.isPC #ui_soulstrike .skill_wrap .skill_name {
  height: auto;
  margin-top: 3rem;
  padding: 0;
  text-align: center;
}
.isPC #ui_soulstrike .skill_wrap .skill_name > * {
  text-align: center;
}
.isPC #ui_soulstrike .skill_wrap .skill_name span {
  font-size: 2.4rem;
}
.isPC #ui_soulstrike .skill_wrap .skill_name strong {
  font-size: 3.6rem;
  line-height: 4.8rem;
}
.isPC #ui_soulstrike .skill_wrap .skill_text:lang(en) {
  max-width: 36rem;
}
#ui_soulstrike .skill-thumb-swiper {
  display: flex;
  position: relative;
  width: 59rem;
  height: 16rem;
  margin: 4rem auto 0;
  padding: 2rem 0;
}
#ui_soulstrike .skill-thumb-swiper .swiper-slide {
  flex: none;
  width: 12rem;
  height: 12rem;
  border-radius: 2rem;
  border: 0.4rem solid;
  border-color: #fff;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/skill/skill_icon.png")
    no-repeat 0 center/auto 11.2rem;
  cursor: pointer;
}
.isPC #ui_soulstrike .skill-thumb-swiper .swiper-slide {
  border-radius: 2.4rem;
}
#ui_soulstrike .skill-thumb-swiper .swiper-slide:nth-child(1) {
  background-position-x: 0%;
}
#ui_soulstrike .skill-thumb-swiper .swiper-slide:nth-child(2) {
  background-position-x: 16.667%;
}
#ui_soulstrike .skill-thumb-swiper .swiper-slide:nth-child(3) {
  background-position-x: 33.334%;
}
#ui_soulstrike .skill-thumb-swiper .swiper-slide:nth-child(4) {
  background-position-x: 50.001%;
}
#ui_soulstrike .skill-thumb-swiper .swiper-slide:nth-child(5) {
  background-position-x: 66.668%;
}
#ui_soulstrike .skill-thumb-swiper .swiper-slide:nth-child(6) {
  background-position-x: 83.335%;
}
#ui_soulstrike .skill-thumb-swiper .swiper-slide:nth-child(7) {
  background-position-x: 100.002%;
}
#ui_soulstrike .skill-thumb-swiper .swiper-slide-thumb-active {
  border-color: #fffd42;
}
.isPC #ui_soulstrike .skill-thumb-swiper {
  width: 98rem;
  height: 16rem;
  margin: 3rem auto 0;
}
#ui_soulstrike .section_5 {
  height: 193rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_5_mo.jpg");
  background-color: #4ef7fa;
}
#ui_soulstrike .section_5 .inner {
  max-width: none;
  overflow: hidden;
}
#ui_soulstrike .section_5 h2 {
  max-width: 64rem;
  margin: auto;
}
#ui_soulstrike .section_5 h2 .point {
  color: #2a00ff;
}
#ui_soulstrike .section_5 h2 .tit {
  color: #fffd42;
}
#ui_soulstrike .section_5 .desc {
  left: 50%;
  transform: translateX(-50%);
  max-width: 64rem;
  height: 34rem;
  color: #000;
}
#ui_soulstrike .section_5 .desc .point {
  color: #5029e3;
}
#ui_soulstrike .section_5::after {
  background-position: -25.2rem 0;
}
.isPC #ui_soulstrike .section_5 {
  height: 129.9rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_5_pc.jpg");
}
.isPC #ui_soulstrike .section_5 .inner {
  max-width: 129.4rem;
  overflow: visible;
}
.isPC #ui_soulstrike .section_5 h2 {
  max-width: 129.4rem;
  height: 32.8rem;
  margin: -0.1rem auto 0;
}
.isPC #ui_soulstrike .section_5 .desc {
  max-width: none;
  height: 25.9rem;
}
#ui_soulstrike .tab_character {
  position: relative;
  display: flex;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/tab.png")
    no-repeat 0 0/64rem auto;
  width: 64rem;
  height: 8rem;
  margin: auto;
  z-index: 10;
}
#ui_soulstrike .tab_character li {
  width: 25%;
}
#ui_soulstrike .tab_character li.on {
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/btn_tab.png")
    no-repeat 0 0/16rem auto;
  width: 16rem;
  height: 8rem;
}
#ui_soulstrike .tab_character li.on a {
  font-weight: bold;
  color: #3e3e3e;
}
#ui_soulstrike .tab_character li a {
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
}
.isPC #ui_soulstrike .tab_character {
  margin-top: 2rem;
}
#ui_soulstrike .props {
  position: absolute;
  top: 59.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 68rem;
  height: 16rem;
  background-color: #004652;
  border-radius: 30rem;
  z-index: 10;
}
#ui_soulstrike .props .tab_content {
  display: none;
  width: 58rem;
  margin: auto;
  padding: 2rem 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#ui_soulstrike .props .tab_content::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}
#ui_soulstrike .props .tab_content li {
  flex: none;
  width: 12rem;
  height: 12rem;
  border-radius: 2rem;
  border: 0.4rem solid;
  background-color: #a39074;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.8rem auto;
  border-color: #fff;
  cursor: pointer;
}
.isPC #ui_soulstrike .props .tab_content li {
  border-radius: 2.4rem;
}
#ui_soulstrike .props .tab_content li + li {
  margin-left: 2rem;
}
#ui_soulstrike .props .tab_content li.on {
  border-color: #fffd42;
}
#ui_soulstrike .props .tab_content.active {
  display: flex;
}
#ui_soulstrike .props .part_hair li:nth-child(1) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_hair/hair1.png");
}
#ui_soulstrike .props .part_face li:nth-child(1) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_face/face1.png");
}
#ui_soulstrike .props .part_clothes li:nth-child(1) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_clothes/clothes1.png");
}
#ui_soulstrike .props .part_back li:nth-child(1) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_back/back1.png");
}
#ui_soulstrike .props .part_hair li:nth-child(2) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_hair/hair2.png");
}
#ui_soulstrike .props .part_face li:nth-child(2) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_face/face2.png");
}
#ui_soulstrike .props .part_clothes li:nth-child(2) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_clothes/clothes2.png");
}
#ui_soulstrike .props .part_back li:nth-child(2) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_back/back2.png");
}
#ui_soulstrike .props .part_hair li:nth-child(3) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_hair/hair3.png");
}
#ui_soulstrike .props .part_face li:nth-child(3) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_face/face3.png");
}
#ui_soulstrike .props .part_clothes li:nth-child(3) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_clothes/clothes3.png");
}
#ui_soulstrike .props .part_back li:nth-child(3) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_back/back3.png");
}
#ui_soulstrike .props .part_hair li:nth-child(4) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_hair/hair4.png");
}
#ui_soulstrike .props .part_face li:nth-child(4) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_face/face4.png");
}
#ui_soulstrike .props .part_clothes li:nth-child(4) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_clothes/clothes4.png");
}
#ui_soulstrike .props .part_back li:nth-child(4) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_back/back4.png");
}
#ui_soulstrike .props .part_hair li:nth-child(5) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_hair/hair5.png");
}
#ui_soulstrike .props .part_face li:nth-child(5) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_face/face5.png");
}
#ui_soulstrike .props .part_clothes li:nth-child(5) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_clothes/clothes5.png");
}
#ui_soulstrike .props .part_back li:nth-child(5) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_back/back5.png");
}
#ui_soulstrike .props .part_hair li:nth-child(6) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_hair/hair6.png");
}
#ui_soulstrike .props .part_face li:nth-child(6) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_face/face6.png");
}
#ui_soulstrike .props .part_clothes li:nth-child(6) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_clothes/clothes6.png");
}
#ui_soulstrike .props .part_back li:nth-child(6) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_back/back6.png");
}
#ui_soulstrike .props .part_hair li:nth-child(7) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_hair/hair7.png");
}
#ui_soulstrike .props .part_face li:nth-child(7) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_face/face7.png");
}
#ui_soulstrike .props .part_clothes li:nth-child(7) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_clothes/clothes7.png");
}
#ui_soulstrike .props .part_back li:nth-child(7) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_back/back7.png");
}
#ui_soulstrike .props .part_hair li:nth-child(8) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_hair/hair8.png");
}
#ui_soulstrike .props .part_face li:nth-child(8) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_face/face8.png");
}
#ui_soulstrike .props .part_clothes li:nth-child(8) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_clothes/clothes8.png");
}
#ui_soulstrike .props .part_back li:nth-child(8) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_back/back8.png");
}
#ui_soulstrike .props .part_hair li:nth-child(9) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_hair/hair9.png");
}
#ui_soulstrike .props .part_face li:nth-child(9) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_face/face9.png");
}
#ui_soulstrike .props .part_clothes li:nth-child(9) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_clothes/clothes9.png");
}
#ui_soulstrike .props .part_back li:nth-child(9) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_back/back9.png");
}
#ui_soulstrike .props .part_hair li:nth-child(10) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_hair/hair10.png");
}
#ui_soulstrike .props .part_face li:nth-child(10) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_face/face10.png");
}
#ui_soulstrike .props .part_clothes li:nth-child(10) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_clothes/clothes10.png");
}
#ui_soulstrike .props .part_back li:nth-child(10) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_back/back10.png");
}
#ui_soulstrike .props .part_hair li:nth-child(11) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_hair/hair11.png");
}
#ui_soulstrike .props .part_face li:nth-child(11) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_face/face11.png");
}
#ui_soulstrike .props .part_clothes li:nth-child(11) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_clothes/clothes11.png");
}
#ui_soulstrike .props .part_back li:nth-child(11) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_back/back11.png");
}
#ui_soulstrike .props .part_hair li:nth-child(12) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_hair/hair12.png");
}
#ui_soulstrike .props .part_face li:nth-child(12) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_face/face12.png");
}
#ui_soulstrike .props .part_clothes li:nth-child(12) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_clothes/clothes12.png");
}
#ui_soulstrike .props .part_back li:nth-child(12) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/part_back/back12.png");
}
.isPC #ui_soulstrike .props {
  top: 46.6rem;
  width: 125.4rem;
  height: 40.1rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.isPC #ui_soulstrike .props .tab_content {
  justify-content: space-between;
  align-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 40.1rem;
  padding: 0;
  overflow: hidden;
}
.isPC #ui_soulstrike .props .tab_content li:nth-child(-n + 3),
.isPC #ui_soulstrike .props .tab_content li:nth-child(n + 7):nth-child(-n + 9) {
  margin-left: 0;
}
.isPC #ui_soulstrike .props .tab_content li:nth-child(n + 7):nth-child(-n + 9) {
  margin-left: 73.4rem;
}
#ui_soulstrike [class^="attach_"] {
  position: absolute;
  top: 72.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 77rem;
  height: 74.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 77rem auto;
}
.isPC #ui_soulstrike [class^="attach_"] {
  top: 26.4rem;
}
#ui_soulstrike .attach_body {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/body.png");
}
#ui_soulstrike [data-hair="1"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_hair/hair1.png");
}
#ui_soulstrike [data-face="1"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_face/face1.png");
}
#ui_soulstrike [data-clothes="1"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_clothes/clothes1.png");
}
#ui_soulstrike [data-back="1"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_back/back1.png");
}
#ui_soulstrike [data-hair="2"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_hair/hair2.png");
}
#ui_soulstrike [data-face="2"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_face/face2.png");
}
#ui_soulstrike [data-clothes="2"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_clothes/clothes2.png");
}
#ui_soulstrike [data-back="2"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_back/back2.png");
}
#ui_soulstrike [data-hair="3"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_hair/hair3.png");
}
#ui_soulstrike [data-face="3"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_face/face3.png");
}
#ui_soulstrike [data-clothes="3"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_clothes/clothes3.png");
}
#ui_soulstrike [data-back="3"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_back/back3.png");
}
#ui_soulstrike [data-hair="4"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_hair/hair4.png");
}
#ui_soulstrike [data-face="4"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_face/face4.png");
}
#ui_soulstrike [data-clothes="4"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_clothes/clothes4.png");
}
#ui_soulstrike [data-back="4"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_back/back4.png");
}
#ui_soulstrike [data-hair="5"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_hair/hair5.png");
}
#ui_soulstrike [data-face="5"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_face/face5.png");
}
#ui_soulstrike [data-clothes="5"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_clothes/clothes5.png");
}
#ui_soulstrike [data-back="5"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_back/back5.png");
}
#ui_soulstrike [data-hair="6"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_hair/hair6.png");
}
#ui_soulstrike [data-face="6"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_face/face6.png");
}
#ui_soulstrike [data-clothes="6"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_clothes/clothes6.png");
}
#ui_soulstrike [data-back="6"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_back/back6.png");
}
#ui_soulstrike [data-hair="7"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_hair/hair7.png");
}
#ui_soulstrike [data-face="7"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_face/face7.png");
}
#ui_soulstrike [data-clothes="7"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_clothes/clothes7.png");
}
#ui_soulstrike [data-back="7"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_back/back7.png");
}
#ui_soulstrike [data-hair="8"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_hair/hair8.png");
}
#ui_soulstrike [data-face="8"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_face/face8.png");
}
#ui_soulstrike [data-clothes="8"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_clothes/clothes8.png");
}
#ui_soulstrike [data-back="8"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_back/back8.png");
}
#ui_soulstrike [data-hair="9"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_hair/hair9.png");
}
#ui_soulstrike [data-face="9"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_face/face9.png");
}
#ui_soulstrike [data-clothes="9"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_clothes/clothes9.png");
}
#ui_soulstrike [data-back="9"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_back/back9.png");
}
#ui_soulstrike [data-hair="10"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_hair/hair10.png");
}
#ui_soulstrike [data-face="10"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_face/face10.png");
}
#ui_soulstrike [data-clothes="10"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_clothes/clothes10.png");
}
#ui_soulstrike [data-back="10"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_back/back10.png");
}
#ui_soulstrike [data-hair="11"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_hair/hair11.png");
}
#ui_soulstrike [data-face="11"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_face/face11.png");
}
#ui_soulstrike [data-clothes="11"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_clothes/clothes11.png");
}
#ui_soulstrike [data-back="11"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_back/back11.png");
}
#ui_soulstrike [data-hair="12"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_hair/hair12.png");
}
#ui_soulstrike [data-face="12"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_face/face12.png");
}
#ui_soulstrike [data-clothes="12"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_clothes/clothes12.png");
}
#ui_soulstrike [data-back="12"] {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/equipment/attach_back/back12.png");
}
#ui_soulstrike .btn_share {
  position: absolute;
  bottom: 33.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 41.8rem;
  height: 9.8rem;
  padding-bottom: 0.7rem;
  color: #fff;
  background: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/btn_share.png")
    no-repeat 0 0/41.8rem 9.8rem;
}
.isPC #ui_soulstrike .btn_share {
  bottom: 25.4rem;
  width: 37.2rem;
  height: 8.7rem;
  line-height: 3.6rem;
  background-size: 37.2rem 8.7rem;
}
#ui_soulstrike .section_6 {
  height: 205rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_6_mo.jpg");
  background-color: #e1f4fa;
}
#ui_soulstrike .section_6 .inner {
  max-width: none;
  overflow: hidden;
}
#ui_soulstrike .section_6 h2 {
  max-width: 64rem;
  height: 46.8rem;
  margin: auto;
}
#ui_soulstrike .section_6 h2 .point {
  color: #5029e3;
}
#ui_soulstrike .section_6 h2 .tit {
  color: #fffd42;
}
#ui_soulstrike .section_6 .desc {
  left: 50%;
  transform: translateX(-50%);
  max-width: 64rem;
  height: 35rem;
  color: #000;
  z-index: 1;
}
#ui_soulstrike .section_6 .desc .point {
  color: #5029e3;
}
#ui_soulstrike .section_6::after {
  background-position: -33.6rem 0;
}
.isPC #ui_soulstrike .section_6 {
  height: 140rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_6_pc.jpg");
}
.isPC #ui_soulstrike .section_6 h2 {
  max-width: 129.4rem;
  height: 30.6rem;
}
.isPC #ui_soulstrike .section_6 .desc {
  max-width: 129.4rem;
  height: 22.9rem;
}
#ui_soulstrike .partner-swiper {
  overflow: visible;
  height: 123.1rem;
}
#ui_soulstrike .partner-swiper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 68rem;
  height: 16rem;
  border-radius: 30rem;
  background-color: #0d557f;
  z-index: 10;
}
#ui_soulstrike .partner-swiper .swiper-slide {
  position: relative;
  height: 100%;
}
#ui_soulstrike .partner-swiper .swiper-slide::before {
  content: "";
  display: none;
  position: absolute;
  top: -15.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 184.8rem;
  height: 150.1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  z-index: -1;
}
#ui_soulstrike .partner-swiper .swiper-slide:nth-child(1)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/m_1.png");
}
#ui_soulstrike
  .partner-swiper
  .swiper-slide:nth-child(1)
  .partner_skill
  strong::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/skill/p_skill_1.png");
}
#ui_soulstrike .partner-swiper .swiper-slide:nth-child(2)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/m_2.png");
}
#ui_soulstrike
  .partner-swiper
  .swiper-slide:nth-child(2)
  .partner_skill
  strong::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/skill/p_skill_2.png");
}
#ui_soulstrike .partner-swiper .swiper-slide:nth-child(3)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/m_3.png");
}
#ui_soulstrike
  .partner-swiper
  .swiper-slide:nth-child(3)
  .partner_skill
  strong::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/skill/p_skill_3.png");
}
#ui_soulstrike .partner-swiper .swiper-slide:nth-child(4)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/m_4.png");
}
#ui_soulstrike
  .partner-swiper
  .swiper-slide:nth-child(4)
  .partner_skill
  strong::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/skill/p_skill_4.png");
}
#ui_soulstrike .partner-swiper .swiper-slide:nth-child(5)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/m_5.png");
}
#ui_soulstrike
  .partner-swiper
  .swiper-slide:nth-child(5)
  .partner_skill
  strong::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/skill/p_skill_5.png");
}
#ui_soulstrike .partner-swiper .swiper-slide:nth-child(6)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/m_6.png");
}
#ui_soulstrike
  .partner-swiper
  .swiper-slide:nth-child(6)
  .partner_skill
  strong::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/skill/p_skill_6.png");
}
#ui_soulstrike .partner-swiper .swiper-slide:nth-child(7)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/m_7.png");
}
#ui_soulstrike
  .partner-swiper
  .swiper-slide:nth-child(7)
  .partner_skill
  strong::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/skill/p_skill_7.png");
}
#ui_soulstrike .partner-swiper .swiper-slide:nth-child(8)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/m_8.png");
}
#ui_soulstrike
  .partner-swiper
  .swiper-slide:nth-child(8)
  .partner_skill
  strong::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/skill/p_skill_8.png");
}
#ui_soulstrike .partner-swiper .swiper-slide:nth-child(9)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/m_9.png");
}
#ui_soulstrike
  .partner-swiper
  .swiper-slide:nth-child(9)
  .partner_skill
  strong::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/skill/p_skill_9.png");
}
#ui_soulstrike .partner-swiper .swiper-slide:nth-child(10)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/m_10.png");
}
#ui_soulstrike
  .partner-swiper
  .swiper-slide:nth-child(10)
  .partner_skill
  strong::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/skill/p_skill_10.png");
}
#ui_soulstrike .partner-swiper .swiper-slide-active::before {
  display: block;
}
#ui_soulstrike
  .partner-swiper
  .swiper-slide-active
  .partner_skill
  strong::before {
  display: block;
}
#ui_soulstrike .partner-swiper .partner_name {
  width: 64rem;
  height: 7.2rem;
  margin: auto;
  background-color: rgba(6, 41, 54, 0.7450980392);
  border-radius: 30rem;
}
#ui_soulstrike .partner-swiper .partner_name * {
  width: 50%;
}
#ui_soulstrike .partner-swiper .partner_name span {
  padding: 0 2.8rem;
  text-align: right;
}
#ui_soulstrike .partner-swiper .partner_name strong {
  padding: 0 2.8rem;
  font-size: 3.6rem;
  color: #fffd42;
  border-left: 1px solid #ccc;
  text-align: left;
}
#ui_soulstrike .partner-swiper .partner_skill {
  flex-direction: column;
  position: absolute;
  bottom: 7.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 160rem;
  height: 56rem;
  padding: 8rem 0 8.1rem;
  background-color: rgba(62, 165, 249, 0.8);
  border-radius: 30rem;
}
#ui_soulstrike .partner-swiper .partner_skill strong {
  display: block;
  max-width: 64rem;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 2rem;
  font-size: 3.6rem;
  color: #fffd42;
}
#ui_soulstrike .partner-swiper .partner_skill strong::before {
  content: "";
  display: none;
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12.8rem;
  height: 12.8rem;
  border-radius: 50%;
  border: 1.6rem solid #fffd42;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.8rem auto;
}
#ui_soulstrike .partner-swiper .partner_skill .text {
  max-width: 64rem;
  padding: 0 2rem;
}
#ui_soulstrike .partner-swiper .partner_skill .text:lang(en) {
  font-size: 2.4rem;
}
.isPC #ui_soulstrike .partner-swiper {
  width: 129.4rem;
  height: auto;
}
.isPC #ui_soulstrike .partner-swiper::after {
  bottom: 22.9rem;
  width: 120rem;
  background-color: rgba(0, 120, 176, 0.5);
}
.isPC #ui_soulstrike .partner-swiper .swiper-slide {
  min-height: auto;
  height: 109.4rem;
}
.isPC #ui_soulstrike .partner-swiper .swiper-slide::before {
  top: -15.1rem;
  left: -63.3rem;
  transform: none;
  width: 155.2rem;
  height: 124.5rem;
}
.isPC #ui_soulstrike .partner-swiper .swiper-slide:nth-child(1)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/p_1.png");
}
.isPC #ui_soulstrike .partner-swiper .swiper-slide:nth-child(2)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/p_2.png");
}
.isPC #ui_soulstrike .partner-swiper .swiper-slide:nth-child(3)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/p_3.png");
}
.isPC #ui_soulstrike .partner-swiper .swiper-slide:nth-child(4)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/p_4.png");
}
.isPC #ui_soulstrike .partner-swiper .swiper-slide:nth-child(5)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/p_5.png");
}
.isPC #ui_soulstrike .partner-swiper .swiper-slide:nth-child(6)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/p_6.png");
}
.isPC #ui_soulstrike .partner-swiper .swiper-slide:nth-child(7)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/p_7.png");
}
.isPC #ui_soulstrike .partner-swiper .swiper-slide:nth-child(8)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/p_8.png");
}
.isPC #ui_soulstrike .partner-swiper .swiper-slide:nth-child(9)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/p_9.png");
}
.isPC #ui_soulstrike .partner-swiper .swiper-slide:nth-child(10)::before {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/character/p_10.png");
}
.isPC #ui_soulstrike .partner-swiper .partner_name {
  width: 56rem;
}
.isPC #ui_soulstrike .partner-swiper .partner_name span {
  font-size: 2.8rem;
}
.isPC #ui_soulstrike .partner-swiper .partner_skill {
  justify-content: center;
  bottom: 46.1rem;
  left: 60.5%;
  transform: none;
  width: 53.5rem;
  height: 53.5rem;
  margin-top: 0;
  padding: 4% 6%;
  background-color: rgba(0, 0, 0, 0);
}
.isPC #ui_soulstrike .partner-swiper .partner_skill strong {
  position: relative;
  padding-top: 14rem;
  margin-bottom: 0.6rem;
  font-size: 3rem;
  line-height: 3.2rem;
}
.isPC #ui_soulstrike .partner-swiper .partner_skill strong::before {
  top: 0;
  border: 0;
}
.isPC #ui_soulstrike .partner-swiper .partner_skill .text {
  max-width: 43rem;
  padding: 0;
  font-size: 2rem;
  line-height: 1.4;
}
.isPC #ui_soulstrike .partner-swiper .swiper-button-next,
.isPC #ui_soulstrike .partner-swiper .swiper-button-prev {
  top: auto;
  bottom: 23.5rem;
  z-index: 20;
}
.isPC #ui_soulstrike .partner-swiper .swiper-button-prev {
  left: 8rem;
}
.isPC #ui_soulstrike .partner-swiper .swiper-button-next {
  right: 8rem;
  transform: rotate(180deg);
}
#ui_soulstrike .partner_thumb {
  position: absolute;
  bottom: 35rem;
  left: 50%;
  transform: translateX(-50%);
  width: 68rem;
  height: 16rem;
  padding: 2rem 5rem;
  z-index: 10;
}
#ui_soulstrike .partner_thumb .partner-thumb-swiper {
  width: 100%;
}
#ui_soulstrike .partner_thumb .partner-thumb-swiper .swiper-wrapper {
  height: 12rem;
}
#ui_soulstrike .partner_thumb .partner-thumb-swiper .swiper-wrapper li {
  flex: none;
  background-color: #fff;
  background-position: center;
  background-size: 12.8rem 12.8rem;
  border-color: #fff;
  width: 12rem;
  height: 12rem;
  border-radius: 2rem;
  border: 0.4rem solid;
  cursor: pointer;
}
.isPC #ui_soulstrike .partner_thumb .partner-thumb-swiper .swiper-wrapper li {
  border-radius: 2.4rem;
}
#ui_soulstrike
  .partner_thumb
  .partner-thumb-swiper
  .swiper-wrapper
  li:nth-child(1) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/icon/p_icon_1.png");
}
#ui_soulstrike
  .partner_thumb
  .partner-thumb-swiper
  .swiper-wrapper
  li:nth-child(2) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/icon/p_icon_2.png");
}
#ui_soulstrike
  .partner_thumb
  .partner-thumb-swiper
  .swiper-wrapper
  li:nth-child(3) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/icon/p_icon_3.png");
}
#ui_soulstrike
  .partner_thumb
  .partner-thumb-swiper
  .swiper-wrapper
  li:nth-child(4) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/icon/p_icon_4.png");
}
#ui_soulstrike
  .partner_thumb
  .partner-thumb-swiper
  .swiper-wrapper
  li:nth-child(5) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/icon/p_icon_5.png");
}
#ui_soulstrike
  .partner_thumb
  .partner-thumb-swiper
  .swiper-wrapper
  li:nth-child(6) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/icon/p_icon_6.png");
}
#ui_soulstrike
  .partner_thumb
  .partner-thumb-swiper
  .swiper-wrapper
  li:nth-child(7) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/icon/p_icon_7.png");
}
#ui_soulstrike
  .partner_thumb
  .partner-thumb-swiper
  .swiper-wrapper
  li:nth-child(8) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/icon/p_icon_8.png");
}
#ui_soulstrike
  .partner_thumb
  .partner-thumb-swiper
  .swiper-wrapper
  li:nth-child(9) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/icon/p_icon_9.png");
}
#ui_soulstrike
  .partner_thumb
  .partner-thumb-swiper
  .swiper-wrapper
  li:nth-child(10) {
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/partner/icon/p_icon_10.png");
}
#ui_soulstrike
  .partner_thumb
  .partner-thumb-swiper
  .swiper-wrapper
  .swiper-slide-thumb-active {
  border-color: #fffd42;
}
.isPC #ui_soulstrike .partner_thumb {
  bottom: 22.9rem;
  width: 101.9rem;
  padding: 2rem 0;
}
.isPC #ui_soulstrike .partner_thumb .partner-thumb-swiper {
  width: 100%;
}
#ui_soulstrike .section_7 {
  height: 120rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_7_mo.jpg");
  background-color: #987edb;
}
#ui_soulstrike .section_7 h2 {
  height: 41.1rem;
}
#ui_soulstrike .section_7 h2 .point {
  color: #0af2ff;
}
#ui_soulstrike .section_7 h2 .tit {
  color: #fffd42;
}
#ui_soulstrike .section_7::after {
  background-position: -42rem 0;
}
.isPC #ui_soulstrike .section_7 {
  height: 110rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/img_7_pc.jpg");
}
.isPC #ui_soulstrike .section_7 h2 {
  height: 32.9rem;
}
#ui_soulstrike .contents-swiper {
  max-width: 64rem;
  width: 100%;
  height: 37.3rem;
  margin: 8.5rem auto 0;
  overflow: visible;
}
#ui_soulstrike .contents-swiper .swiper-wrapper {
  height: 36rem;
  border-radius: 2.4rem;
  overflow: hidden;
}
#ui_soulstrike .contents-swiper .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  height: 100%;
}
#ui_soulstrike .contents-swiper .swiper-button-prev,
#ui_soulstrike .contents-swiper .swiper-button-next {
  display: none;
}
#ui_soulstrike .contents-swiper .swiper-pagination {
  bottom: -6rem;
}
.isPC #ui_soulstrike .contents-swiper {
  margin-top: 5.1rem;
  max-width: 84rem;
  height: 50rem;
  overflow: visible;
}
.isPC #ui_soulstrike .contents-swiper .swiper-wrapper {
  height: 100%;
}
.isPC #ui_soulstrike .contents-swiper .swiper-button-prev,
.isPC #ui_soulstrike .contents-swiper .swiper-button-next {
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.isPC #ui_soulstrike .contents-swiper .swiper-button-prev {
  left: -11.2rem;
}
.isPC #ui_soulstrike .contents-swiper .swiper-button-next {
  right: -11.2rem;
  transform: translateY(-50%) rotate(180deg);
}
.isPC #ui_soulstrike .contents-swiper .swiper-pagination {
  display: none;
}
#ui_soulstrike .section_minigame {
  height: 194rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/bg_minigame.jpg");
  background-color: #0b59e7;
}
#ui_soulstrike .section_minigame:after {
  display: none;
}
#ui_soulstrike .section_minigame h2 {
  height: 31.8rem;
  padding: 0;
  margin-bottom: 1.2rem;
}
#ui_soulstrike .section_minigame h2 .point {
  color: #0af2ff;
}
#ui_soulstrike .section_minigame h2 .tit {
  color: #5affee;
}
#ui_soulstrike .section_minigame h2 .tit:lang(en) {
  font-size: 6rem;
  margin-top: 2rem;
}
#ui_soulstrike .section_minigame .desc {
  color: #001b47;
}
#ui_soulstrike .section_minigame .game {
  width: 64rem;
  height: 96rem;
  margin: 0 auto;
}
#ui_soulstrike .section_minigame .game canvas {
  width: 100% !important;
  height: 100% !important;
}
#ui_soulstrike .section_minigame .desc {
  top: 129rem;
  height: 30rem;
  display: flex;
  font-size: 3.2rem;
  flex-direction: column;
  padding: 0;
}
#ui_soulstrike .section_minigame .desc .point_blue {
  color: #0a58e7;
  font-size: 4rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
#ui_soulstrike .section_minigame .desc .point_purple {
  color: #8503ff;
}
#ui_soulstrike .section_minigame .btns {
  position: absolute;
  top: 159.8rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#ui_soulstrike .section_minigame .btns button,
#ui_soulstrike .section_minigame .btns a {
  width: 29.8rem;
  height: 15.8rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/m_btn_share.png");
  background-size: 100% 100%;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 1rem;
  margin: 0 1rem;
}
#ui_soulstrike .section_minigame .btns a {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.isPC #ui_soulstrike .section_minigame {
  height: 120rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/bg_minigame_pc.jpg");
}
.isPC #ui_soulstrike .section_minigame h2 {
  padding: 0 2rem 6rem;
  height: 31.8rem;
}
.isPC #ui_soulstrike .section_minigame h2 .tit {
  margin-top: 3.3rem;
}
.isPC #ui_soulstrike .section_minigame .game {
  width: 32rem;
  height: 48rem;
  margin: 0 auto;
}
.isPC #ui_soulstrike .section_minigame .desc {
  top: 81.2rem;
  height: 16.6rem;
  padding: 0;
  flex-direction: column;
  font-size: 2.4rem;
}
.isPC #ui_soulstrike .section_minigame .desc .point_blue {
  font-size: 2.4rem;
  margin-bottom: 0;
}
.isPC #ui_soulstrike .section_minigame .btns {
  position: absolute;
  top: 97.8rem;
  width: 100%;
}
.isPC #ui_soulstrike .section_minigame .btns button,
.isPC #ui_soulstrike .section_minigame .btns a {
  width: 33.8rem;
  height: 9rem;
  background-image: url("https://cdn.smobgame.com/template/CP129/home/hive-fn.qpyou.cn/markup/img/brand/soulstrike/btn_share.png");
  background-size: 100% 100%;
  font-size: 2.4rem;
  color: #fff;
  padding-bottom: 1rem;
  margin: 0 1.5rem;
}
