@charset "UTF-8";
/* reset */
/* reset */
:root {
  --max-height:100vh;
  --max-width:100vw;
}

@font-face {
  font-family: "qtr";
  src: url("https://game.gtimg.cn/images/czn/cp/a20250820xnz/font/qtr.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "qtrbold";
  src: url("https://game.gtimg.cn/images/czn/cp/a20250820xnz/font/qtrbold.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "fzc";
  src: url("https://game.gtimg.cn/images/czn/cp/a20250820xnz/font/fzc.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "hk";
  src: url("https://game.gtimg.cn/images/czn/cp/a20250820xnz/font/hk.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "hkmid";
  src: url("https://game.gtimg.cn/images/czn/cp/a20250820xnz/font/hkmid.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100% !important;
  -webkit-touch-callout: none;
  -webkit-user-select: text;
  -webkit-touch-callout: none;
  word-break: break-all;
  word-wrap: break-word;
}

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

table {
  border-collapse: collapse;
}

div {
  outline: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

strong, i, em {
  font-weight: normal;
  font-style: normal;
}

input, select, form {
  vertical-align: middle;
  outline: none;
}

img {
  border: none;
  vertical-align: top;
}

a, button, input, select, textarea, a:focus, button:focus, input:focus, select:focus, textarea:focus, [onclick] {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
  -webkit-touch-callout: none;
  text-decoration: none;
  color: #666666;
  outline: 0;
}

body, html {
  background: #060910;
}

.hidden {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  text-indent: -1333.2vw;
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

body {
  font-family: "hk";
}

.wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  overflow: hidden;
  /*background: #fff;*/
  color: #000;
  /*overflow-y: inherit;*/
  font-family: "hk";
}
.wrap > .swiper-wrapper {
  height: 10000%;
  display: block;
}
.wrap > .swiper-wrapper > .swiper-slide {
  overflow: hidden;
  height: 13.34rem;
}

.show .fadeTop {
  animation: fadeTop 0.8s ease both;
  -webkit-animation: fadeTop 0.8s ease both;
}

@keyframes fadeTop {
  0% {
    transform: translateY(-50px);
    -webkit-atransform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeTop2 {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    transform: translateY(10px);
    opacity: 1;
  }
}
.show .fadeLeft {
  animation: fadeLeft 0.8s ease both;
  -webkit-animation: fadeLeft 0.8s ease both;
}

@keyframes fadeLeft {
  0% {
    transform: translateX(-0.5rem);
    -webkit-transform: translateX(-0.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
.show .fadeRight {
  animation: fadeRight 0.8s ease both;
  -webkit-animation: fadeRight 0.8s ease both;
}

@keyframes fadeRight {
  0% {
    transform: translateX(0.5rem);
    opacity: 0;
    -webkit-transform: translateX(0.5rem);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
.show .fadeBot {
  animation: fadeBot 0.8s ease both;
  -webkit-animation: fadeBot 0.8s ease both;
}

@keyframes fadeBot {
  0% {
    transform: translateY(0.5rem);
    -webkit-transform: translateY(0.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
.show .delay1 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.show .delay2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.show .delay3 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.show .delay4 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.show .delay5 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.show .delay6 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.show .delay7 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.show .delay8 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.show .delay9 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.show .toggleLeft {
  animation: toggleLeft 1.2s ease both;
}

@keyframes toggleLeft {
  0% {
    transform: translatex(0);
    opacity: 1;
    pointer-events: all;
  }
  30% {
    transform: translatex(-1.5rem);
    opacity: 0;
  }
  70% {
    transform: translatex(-1.5rem);
    opacity: 0;
  }
  99% {
    pointer-events: none;
  }
  100% {
    transform: translatex(0);
    opacity: 1;
    pointer-events: all;
  }
}
.show .toggleRight {
  animation: toggleRight 1.2s ease both;
}

@keyframes toggleRight {
  0% {
    transform: translatex(0);
    opacity: 1;
    pointer-events: none;
  }
  30% {
    transform: translatex(1.5rem);
    opacity: 0;
  }
  70% {
    transform: translatex(-1.5rem);
    opacity: 0;
  }
  99% {
    pointer-events: none;
  }
  100% {
    transform: translatex(0);
    opacity: 1;
    pointer-events: all;
  }
}
.show .toggleRole {
  animation: toggleRole 0.8s ease both;
}

@keyframes toggleRole {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.show .toggleCamp {
  animation: toggleCamp 0.4s ease both;
}

@keyframes toggleCamp {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.show .toggleSpeech {
  animation: toggleSpeech 1.2s ease both;
}

@keyframes toggleSpeech {
  0% {
    transform: translateY(-0.5rem);
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* nav */
.top_nav {
  width: 100%;
  height: 0.8rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-end;
  transition: top 0.1s;
}
.top_nav.show .top_nav_list {
  display: flex;
}
.top_nav.show .nav_loginzx {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/nav/zx_btn3.png) no-repeat;
  background-size: 100% 100%;
  color: #0b0b0b;
}
.top_nav.stype3 {
  top: 1.4rem;
}

.nav_logo {
  width: 2.2rem;
  height: 0.42rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/nav/nav_logo.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.6rem;
  top: 0.2rem;
  text-indent: -9999px;
  z-index: 300;
}

.top_nav_list {
  width: 100vw;
  height: 13.34rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/nav/nav_showbg.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 1.02rem;
  display: none;
}
.top_nav_list li {
  width: 100%;
  height: 1.06rem;
  position: relative;
  margin: 0.24rem 0;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #b2b2b2;
  cursor: pointer;
  text-align: left;
}
.top_nav_list li a {
  width: 100%;
  height: 1.06rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 0.3rem;
  line-height: 0.32rem;
  color: #ffffff;
}
.top_nav_list li span {
  display: flex;
  align-items: center;
}
.top_nav_list li span:after {
  content: "";
  width: 100%;
  flex: 1;
  border-bottom: rgba(255, 255, 255, 0.3) 1px dashed;
  margin-left: 0.14rem;
  margin-right: 0.32rem;
}
.top_nav_list li i {
  font-family: "qtr";
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  font-style: normal;
  font-weight: normal;
  font-size: 0.2rem;
}
.top_nav_list li:after {
  content: "";
  width: 0.22rem;
  height: 0.32rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/nav/nav_jt.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.34rem;
}
.top_nav_list li.light {
  color: #ff5514;
}
.top_nav_list li.light a {
  color: #ff5514;
}
.top_nav_list li.light a i {
  color: #ff5514;
}
.top_nav_list li.light span:after {
  border-bottom: rgba(255, 85, 20, 0.3) 1px dashed;
}
.top_nav_list li.light:before {
  content: "";
  width: 0.36rem;
  height: 0.6rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/nav/nav_jxlight.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.22rem;
  top: -0.08rem;
}
.top_nav_list li.light:after {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/nav/nav_jt_light.png) no-repeat;
  background-size: 100% 100%;
}

.nav_play_icon {
  width: 0.72rem;
  height: 0.6rem;
  position: relative;
  margin-top: 0.1rem;
  margin-right: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0.15rem 0;
  cursor: pointer;
  z-index: 300;
}
.nav_play_icon i {
  display: block;
  width: 0.04rem;
  height: 100%;
  background: #fff;
  background-size: 100% 100%;
  margin: 0 1px;
}
.nav_play_icon i:nth-child(1), .nav_play_icon i:nth-child(5) {
  height: 50%;
}
.nav_play_icon i:nth-child(2), .nav_play_icon i:nth-child(4) {
  height: 75%;
}
.nav_play_icon.playing i:nth-child(3) {
  animation: cvline1 1s linear infinite;
}
.nav_play_icon.playing i:nth-child(2), .nav_play_icon.playing i:nth-child(4) {
  animation: cvline3 0.3s linear infinite;
}
.nav_play_icon.playing i:nth-child(1), .nav_play_icon.playing i:nth-child(5) {
  animation: cvline2 0.5s linear infinite;
}

@keyframes cvline1 {
  0% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes cvline2 {
  0% {
    height: 0%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 0%;
  }
}
@keyframes cvline3 {
  0% {
    height: 0%;
  }
  50% {
    height: 75%;
  }
  100% {
    height: 0%;
  }
}
.nav_user_icon {
  display: block;
  width: 0.33rem;
  height: 0.345rem;
  position: relative;
  margin-right: 0.38rem;
  margin-top: 0.2rem;
  z-index: 300;
}
.nav_user_icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav_loginbox {
  height: 0.8rem;
  margin-right: 0.48rem;
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  font-family: "hkmid";
  color: #fff;
  line-height: 0.32rem;
  margin-right: 0.28rem;
  position: relative;
  z-index: 300;
}
.nav_loginbox p {
  display: none;
  font-family: tahoma, "Microsoft YaHei", -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav_loginbox:hover .nav_loginzx {
  display: flex;
}

.nav_loginzx {
  width: 1.52rem;
  height: 0.64rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/nav/zx_btn2.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.26rem;
  font-family: "hkmid";
  color: #ffffff;
  line-height: 0.28rem;
  margin-left: 0.1rem;
  text-align: center;
  position: absolute;
  right: -0.06rem;
  top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 0.09rem;
  display: none;
}

.nav_user_cicon {
  display: block;
  width: 0.52rem;
  height: 0.52rem;
  position: relative;
  margin-right: 0.05rem;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  border: #fff solid 1px;
  background: #000;
}
.nav_user_cicon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  overflow: hidden;
}

.nav_m_show {
  width: 0.52rem;
  height: 0.52rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/nav/nav_m_show.png) no-repeat;
  background-size: 0.24rem 0.24rem;
  background-position: 50% 50%;
  margin: 0.14rem 0.38rem 0 0;
  position: relative;
  z-index: 300;
}

.nav_go_main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 0.4rem;
  font-size: 0.2rem;
  color: #ff5514;
  border: #ff5514 solid 1px;
  margin: 0.2rem 0.2rem 0 0;
}

.tips {
  line-height: 0.32rem;
  font-size: 0.24rem;
  color: #ffffff;
  padding: 0.04rem 0.1rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999;
  display: none;
  font-family: tahoma, "Microsoft YaHei", -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  max-width: 4rem;
}

.dia {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9990;
}

.dia_in {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.dia_close {
  width: 0.52rem;
  height: 0.52rem;
  position: absolute;
  right: 0;
  top: -0.56rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/diaclose.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.dia_order .dia_in {
  width: 6.84rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/m/dia_bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0.42rem;
}

.dia_com .dia_in {
  width: 6.84rem;
  height: 4.66rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/m/dcom_bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.dia_card .dia_in {
  width: 7.32rem;
  height: 9.84rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/card_dialogbgm.png) no-repeat;
  background-size: 100% 100%;
}

.dia_title {
  display: block;
  width: 100%;
  height: 0.52rem;
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.52rem;
  color: #ffffff;
  font-family: "hkmid";
  margin: 0.36rem auto 0;
  font-weight: normal;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_tbg.png) no-repeat;
  background-size: 4.36rem 0.34rem;
  background-position: 50% 100%;
}
.dia_title2 {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_tbg2.png) no-repeat;
  background-size: 5.36rem 0.34rem;
  background-position: 50% 100%;
}

.dia_para {
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #ffffff;
  max-width: 90%;
  margin: 0.18rem auto 0;
}
.dia_paras {
  margin: 0.64rem auto 0;
}

.dia_iptlist {
  width: 6.2rem;
  margin: 0.46rem auto 0;
}
.dia_iptlist li {
  width: 100%;
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.dia_iptlist li:last-child {
  margin-bottom: 0;
}

.dia_rewimg {
  display: block;
  width: 6.2rem;
  height: 1.59rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/m/dia_rew_imgm.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.3rem auto 0;
}
.dia_rewimg2 {
  margin: 0.7rem auto;
}

.dia_rewimg_para {
  margin: 0.22rem auto 0;
  text-align: center;
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.22rem;
}

.dia_iptbox {
  width: 3.84rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.5);
}
.dia_iptbox input {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  outline: none;
  border: none;
  font-size: 0.22rem;
  color: #000000;
  font-family: "hkmid";
  text-indent: 0.22rem;
  padding: 0;
  border-radius: 0;
  appearance: textfield;
}
.dia_iptbox input::placeholder {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.4);
  font-family: "hkmid";
}
.dia_iptbox input:focus {
  box-sizing: border-box;
  border: #ff5514 solid 1px;
}
.dia_iptbox_full {
  width: 100%;
}

.dia_getyzm {
  width: 2.14rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff5514;
  font-size: 0.22rem;
  color: #ffffff;
  font-family: "hkmid";
}

.dia_para2 {
  width: 6.12rem;
  margin: 0.36rem auto 0;
  text-align: center;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 0.28rem;
}
.dia_para2 a {
  color: #c178ff;
  text-decoration: underline;
}

.dia_btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0.32rem auto 0;
}
.dia_btnbox a {
  width: 3.07rem;
  height: 0.68rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.32rem;
  color: #ffffff;
  font-family: "hkmid";
  text-align: center;
}
.dia_btnbox a.dia_ybtn {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_ybtn.png) no-repeat;
  background-size: 100% 100%;
}
.dia_btnbox a.dia_bbtn {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_bbtn.png) no-repeat;
  background-size: 100% 100%;
}
.dia_btnbox a.dia_bbtn_n1 {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_bbtn_n1.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  transform: scale(0.8);
}
.dia_btnbox a.dia_bbtn_n1s {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_bbtn_n1s.png) no-repeat;
  background-size: 100% 100%;
}
.dia_btnbox a.dia_bbtn_n2 {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_bbtn_n2.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  transform: scale(0.8);
}
.dia_btnbox a.dia_bbtn_pcd {
  width: 3.36rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_bbtn_pcd.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  transform: scale(0.8);
}
.dia_btnbox a.dia_bbtn_pcd2 {
  width: 2.53rem;
  height: 0.64rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_bbtn_pcd2.png) no-repeat;
  background-size: 100% 100%;
}
.dia_btnbox a.dia_bbtn_pcd.gray {
  width: 3.07rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_bbtn_pcd_gray.png) no-repeat;
  background-size: 100% 100%;
}
.dia_btnbox a.dia_bbtn_azd {
  transform: scale(0.8);
  width: 2.53rem;
  height: 0.64rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_bbtn_azd.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
}
.dia_btnbox a.dia_bbtn_azd2 {
  width: 2.53rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_bbtn_azd2.png) no-repeat;
  background-size: 100% 100%;
}
.dia_btnbox a.dia_bbtn_fh {
  width: 3.36rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_bbtn_fh.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  transform: scale(0.8);
}

.dia_btnbox_mg0 {
  margin: 0.06rem auto 0;
}

.dia_com_para {
  height: 2.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin: 0.3rem auto 0;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.36rem;
  text-align: center;
  font-family: tahoma, "Microsoft YaHei", -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dia_com_para a {
  color: #ff5514;
}

.dia_com_para_sc {
  justify-content: flex-start;
  text-align: left;
  font-family: "hk";
}

.dia_com_para_gr {
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  color: #cccccc;
  margin: 0 auto;
}

.dia_login {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0.66rem auto 0;
}
.dia_login a {
  display: block;
  width: 1.67rem;
  height: 2.02rem;
  margin: 0 0.56rem;
}
.dia_login a.dia_qq_login {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/qq_login.png) no-repeat;
  background-size: 100% 100%;
}
.dia_login a.dia_wx_login {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/wx_login.png) no-repeat;
  background-size: 100% 100%;
}
.dia_login a:hover.dia_qq_login {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/qq_login_hov.png) no-repeat;
  background-size: 100% 100%;
}
.dia_login a:hover.dia_wx_login {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/wx_login_hov.png) no-repeat;
  background-size: 100% 100%;
}

.dia_wx .dia_in {
  width: 6.84rem;
  height: 4.66rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dcom_bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.dia_copy_link {
  width: 5.38rem;
  height: 0.6rem;
  margin: 0.28rem auto 0;
  position: relative;
  display: flex;
}

.dia_copy_link input {
  width: 3.84rem;
  height: 0.6rem;
  box-sizing: border-box;
  border: #ff5514 solid 1px;
  border-right: none;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.6rem;
  box-sizing: border-box;
  padding: 0 0.2rem;
  background: rgba(255, 255, 255, 0.5);
}

.dia_copy_link .dia_copy_btn {
  width: 1.56rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff5514;
  font-size: 0.2rem;
  color: #ffffff;
  font-family: "hkmid";
}

.dia_code_imgbox {
  display: block;
  width: 1.78rem;
  height: 1.78rem;
  margin: 0.45rem auto 0;
  box-sizing: border-box;
  padding: 0.16rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/code_wrap.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.dia_code_imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.dia_code_imgbox canvas {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.dia_skill_showimg {
  width: 6.92rem;
  height: 3.96rem;
  margin: 0.12rem auto 0;
  box-sizing: border-box;
  border: #acacac solid 1px;
}
.dia_skill_showimg img, .dia_skill_showimg video {
  display: block;
  width: 100%;
  height: 100%;
}

.dia_skill_name {
  width: 6.92rem;
  margin: 0.14rem auto 0;
  font-size: 0.24rem;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.dia_skill_name:before {
  content: "";
  width: 0.06rem;
  height: 0.26rem;
  background: #ff6418;
  margin-right: 0.14rem;
}

.dia_skill_des {
  width: 6.92rem;
  margin: 0.12rem auto 0;
  font-size: 0.18rem;
  color: #c5c5c5;
  box-sizing: border-box;
  padding-left: 0.2rem;
}

.mySwiper {
  width: 6.92rem;
  height: 3.48rem;
  margin: 0.16rem auto 0;
  position: relative;
}
.mySwiper .swiper-wrapper {
  position: relative;
  width: 10000%;
  height: 3.48rem;
}
.mySwiper .swiper-wrapper .swiper-slide {
  width: 2.36rem;
  height: 3.48rem;
}

.mySwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 2.36rem;
  height: 3.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper .card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform-origin: center bottom;
}

.mySwiper .card img {
  width: 100%;
  height: 100%;
}

.card-content {
  padding: 20px;
  text-align: center;
}

.dia_skill_prev, .dia_skill_next {
  width: 0.64rem;
  height: 1.02rem;
  position: absolute;
  top: 50%;
  margin-top: -0.51rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/d_skill_prv.png) no-repeat;
  background-size: 100% 100%;
  z-index: 50;
}

.dia_skill_prev {
  left: -0.08rem;
}

.dia_skill_next {
  right: -0.08rem;
  transform: scale(-1, 1);
}

.cont_footer {
  height: auto !important;
}

.footer {
  width: 100%;
  height: 2.6rem;
  font-size: 0.16rem;
  color: #fff;
  background-color: #000;
}

.footer {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
}

.footer > div {
  width: 100%;
}

.footer .foot_cpright {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.footer .foot {
  background: none;
}

.footer .foot * {
  color: #fff !important;
}

.footer .isMobile {
  display: none;
}

@media screen and (max-width: 770px) {
  .footer .isMobile {
    display: block;
  }
}
.footer #afooter {
  display: none;
  text-align: center;
  padding: 10px 0;
}

.footer .foot_lefts {
  width: 4.5rem;
  margin-left: auto;
  margin-right: 0.5rem;
}

.footer .foot_links {
  margin-left: 0;
  margin-right: auto;
}

.footer .foot_left {
  width: 7.5rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  text-indent: 0;
  margin: 0 auto;
  padding-bottom: 0.2rem;
}

.copyright_txt {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.foot_links {
  width: 8.2rem !important;
}

.foot_links .link_map span, .foot_links a, .foot_links, .foot_links p {
  font-size: 0.14rem !important;
}

.foot_links li {
  line-height: 0.24rem !important;
}

.foot_left img {
  width: 1.78rem;
  margin: 0.1rem 0.2rem;
  object-fit: contain;
}

.botnav_box {
  width: 100%;
  height: 2.8rem;
  position: relative;
}

.botnav_box:before {
  content: "";
  width: 16rem;
  height: 5.5rem;
}

.botnav_box:before {
  background-image: url(https://game.gtimg.cn/images/nikke/act/a20250224nikke/m/footer.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -0.8rem;
  top: -1rem;
  background-position: 50% -0.04rem;
  z-index: 0;
  pointer-events: none;
}

.botnav_logo {
  width: 6.02rem;
  height: 2.74rem;
}

.cont_in {
  width: 7.5rem;
  height: 13.34rem;
  position: relative;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 10;
}

.cont1 {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/mbg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.cont1.mainbox {
  background: url(https://game.gtimg.cn/images/czn/web202605/mainpage_vbg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.cont1.baidu {
  background-position: 50% 1.4rem;
}
.cont1.baidu .cont1_vbg {
  height: calc(100% - 1.4rem);
  top: 1.4rem;
}
.cont1.baidu .main_tiezhi {
  top: 2.67rem;
}
.cont1.baidu .main_tiezhi_kol {
  top: 4.22rem;
}

.cont_pc_down {
  display: block;
  width: 5.75rem;
  height: 1.49rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/main_pc_odnm.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 2.47rem;
  margin-left: -2.875rem;
  text-indent: -9999px;
  z-index: 50;
}
.cont_pc_down.gray {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/order_btn_gray.png) no-repeat;
  background-size: 100% 100%;
}
.cont_pc_down.cancle {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/order_btn_cancle.png) no-repeat;
  background-size: 100% 100%;
}

.btn_kol {
  display: block;
  width: 1.56rem;
  height: 0.74rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/btn_kol.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -1.5rem;
  text-indent: -9999px;
  z-index: 50;
}

.mian_order_btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 1.9rem;
  z-index: 70;
}
.mian_order_btnbox a {
  display: block;
  width: 2.44rem;
  height: 0.73rem;
  text-indent: -9999px;
  margin: 0 0.1rem;
}
.mian_order_btnbox a.cont_order {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/main_new_order.png) no-repeat;
  background-size: 100% 100%;
}
.mian_order_btnbox a.cont_order.gray {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/main_new_order_gray.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.mian_order_btnbox a.mian_order_btnbox_tap {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/main_new_tap.png) no-repeat;
  background-size: 100% 100%;
}
.mian_order_btnbox a.cont_or_pcdown {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/main_new_odown.png) no-repeat;
  background-size: 100% 100%;
}

.cont_order_num {
  width: 3.69rem;
  height: 0.99rem;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  margin-left: -1.845rem;
  overflow: hidden;
  z-index: 20;
  transform: scale(0.66);
  transform-origin: 50% 100%;
}

.cont_sm_slogan {
  width: 6.8rem;
  height: 0.86rem;
  background: url(https://game.gtimg.cn/images/czn/web202605/sm_add_sloganm.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 3.06rem;
  margin-left: -3.4rem;
  text-indent: -9999px;
  z-index: 100;
  pointer-events: none;
}
.cont_sm_slogan2 {
  width: 7.5rem;
  height: 2rem;
  margin-left: -3.75rem;
  background: url(https://game.gtimg.cn/images/czn/web202605/sm_add_sloganm2.png) no-repeat;
  background-size: 100% 100%;
  bottom: 2.7rem;
}

.index_smbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0.26rem;
  z-index: 20;
}
.index_smbox a {
  width: 0.54rem;
  height: 0.54rem;
  margin: 0 0rem;
  transition: transform 0.3s;
  background: #322657;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
.index_smbox a.sm_icon1 {
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/sm_icon1.png);
}
.index_smbox a.sm_icon2 {
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/sm_icon2.png);
}
.index_smbox a.sm_icon3 {
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/sm_icon3.png);
}
.index_smbox a.sm_icon4 {
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/sm_icon4.png);
}
.index_smbox a.sm_icon5 {
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/sm_icon5.png);
}
.index_smbox a.sm_icon6 {
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/sm_icon6.png);
}
.index_smbox a.sm_icon7 {
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/sm_icon7.png);
}
.index_smbox a.sm_icon8 {
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/sm_icon8.png);
}
.index_smbox a.sm_icon9 {
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/sm_icon9.png);
}
.index_smbox a.sm_icon_bili {
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/sm_icon_bili.png);
}
.index_smbox a.sm_icon10 {
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/sm_icon10.png);
}
.index_smbox a:hover {
  transform: scale(1.2);
}
.index_smbox2 a {
  background: #ffffff;
}
.index_smbox .sm_line {
  width: 0;
  height: 0.32rem;
  border-left: rgba(255, 255, 255, 0.5) solid 1px;
  margin: 0 0.34rem;
}

.cont_order_para {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.27rem;
  line-height: 0.33rem;
  color: rgba(185, 184, 191, 0.7);
  font-family: "hk";
  margin: 0.12rem auto 0;
}
.cont_order_para:before, .cont_order_para:after {
  content: "";
  display: block;
  width: 0.675rem;
  height: 0.135rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/order_num_icon.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 0.06rem;
}

.cont_numcount {
  font-size: 0.36rem;
  color: #ff5514;
  line-height: 0.42rem;
  margin: 0 auto 0;
  text-align: center;
  font-family: "qtr";
}

.cont_scroll_tip {
  width: 2.98rem;
  height: 0.37rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/scroll_tips.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  margin-left: -1.49rem;
  z-index: 50;
}
.cont_scroll_tip:before {
  content: "";
  width: 0.41rem;
  height: 0.18rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/scroll_tips_ico.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.205rem;
  animation: fadeTop2 1s linear infinite;
}

.lightbreth:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 65%) 100% 50%/300% 700%;
  pointer-events: none;
  z-index: 30;
  animation: lightbreth 2s ease infinite;
}

@keyframes lightbreth {
  0% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0;
  }
}
.cont1_vbg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 0;
  pointer-events: none;
}
.cont1_vbg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  display: none;
}
.cont1_vbg video.vbgloop {
  opacity: 0;
}
.cont1_vbg canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
.cont1_vbg:before {
  content: "";
  width: 100%;
  height: 6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 30;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 100%);
  pointer-events: none;
}
.cont1_vbg.mian_cont1_vbg:before {
  display: none;
}

.cont1 .cont_order, .cont1 .btn_kol, .cont1 .cont_order_num, .cont1 .index_smbox, .cont1 .cont_sm_slogan, .cont1 .main_playwz_vbtn, .cont1 .mian_order_btnbox_tap, .cont1 .cont_pc_down, .cont1 .cont_or_pcdown, .cont1 .index_main_bbox_pcdownm, .cont1 .index_main_ckpzm {
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.6s;
}
.cont1 .cont_order_num {
  transform: translateY(0.5rem) scale(0.66);
  transition-delay: 0.3s;
}
.cont1 .cont_scroll_tip, .cont1 .index_smbox, .cont1 .btn_kol {
  transition-delay: 0.6s;
}
.cont1.loadover .cont1_vbg video.vbgstart {
  opacity: 0;
}
.cont1.loadover .cont1_vbg video.vbgloop {
  opacity: 1;
}
.cont1.loadover .cont_order, .cont1.loadover .btn_kol, .cont1.loadover .cont_order_num, .cont1.loadover .index_smbox, .cont1.loadover .cont_sm_slogan, .cont1.loadover .main_playwz_vbtn, .cont1.loadover .mian_order_btnbox_tap, .cont1.loadover .cont_pc_down, .cont1.loadover .cont_or_pcdown, .cont1.loadover .index_main_bbox_pcdownm, .cont1.loadover .index_main_ckpzm {
  opacity: 1;
  transform: translateY(0);
}
.cont1.loadover .cont_order_num {
  transform: translateY(0) scale(0.66);
}

.cont2 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bgm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  transition: background-image 0.5s;
}
.cont2[data-roleName=Orlea] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg_Orlea.jpg);
}
.cont2[data-roleName=Orlea] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1_Orlea.png);
}
.cont2[data-roleName=Orlea] .character_p_icon4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4_Orlea.png);
}
.cont2[data-roleName=Orlea] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3_Orlea.png);
}
.cont2[data-roleName=Orlea_creazy] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg_Orlea_creazy.jpg);
}
.cont2[data-roleName=Orlea_creazy] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1_haru.png);
}
.cont2[data-roleName=Orlea_creazy] .character_p_icon4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4_haru.png);
}
.cont2[data-roleName=Orlea_creazy] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3_haru.png);
}
.cont2[data-roleName=Orlea_creazy] .character_p_iconbox {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon7_Orlea_creazy.png);
  background-size: 11.62rem 9.7rem;
  background-position: 194% 20%;
}
.cont2[data-roleName=Orlea_creazy] .character_skills_canvas, .cont2[data-roleName=Orlea_creazy] .character_skills_showbtn, .cont2[data-roleName=Orlea_creazy] .character_p_svgbg2 {
  display: none;
}
.cont2[data-roleName=Orlea_creazy] .character_p_svgbg_spe {
  z-index: 15;
}
.cont2[data-roleName=Orlea_creazy] .character_p_svgbg2_spe {
  z-index: 25;
}
.cont2[data-roleName=Orlea_creazy] .character_cn_name {
  width: 2.56rem;
  height: 0.85rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/name_Orlea_creazy.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  opacity: 0 !important;
}
.cont2[data-roleName=Orlea_creazy] .character_en_name {
  opacity: 0 !important;
}
.cont2[data-roleName=Orlea_creazy] .character_side_swiper ul li.swiper-slide-active.Orlea:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_blue.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.cont2[data-roleName=Orlea_creazy] .character_skills_showbtn {
  width: 1.56rem;
  height: 3.12rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_pc.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  opacity: 1;
  transform: scale(0.6);
  transform-origin: 0 0;
}
.cont2[data-roleName=Orlea_creazy] .character_skills_showbtn > .character_skills_imgbox {
  width: 1.52rem;
  height: 3.08rem;
  margin-left: -0.76rem;
}
.cont2[data-roleName=Orlea_creazy] .character_skills_showbtn > .character_skills_imgbox .character_skills_imgdet {
  transform: scale(0.6);
}
.cont2[data-roleName=Orlea_creazy] .character_skills_showbtn:after {
  content: "";
  width: 3.58rem;
  height: 2.31rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_bk.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.92rem;
  top: 0.32rem;
  z-index: 50;
  pointer-events: none;
}
.cont2[data-roleName=Chizuru] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Chizuru/character_bg_Chizuru.jpg);
}
.cont2[data-roleName=Chizuru] .character_side_swiper ul li.swiper-slide-active.Chizuru:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_dred.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.cont2[data-roleName=Fei] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Chizuru/character_bg_Chizuru.jpg);
}
.cont2[data-roleName=Fei] .character_side_swiper ul li.swiper-slide-active.Fei:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_dred.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.cont2[data-roleName=Chizuru_creazy], .cont2[data-roleName=Fei_creazy] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Chizuru_creazy/character_bg_Chizuru_creazy.jpg);
}
.cont2[data-roleName=Chizuru_creazy] .character_skills_canvas, .cont2[data-roleName=Fei_creazy] .character_skills_canvas {
  display: none;
}
.cont2[data-roleName=Chizuru_creazy] .character_p_svgbg_spe, .cont2[data-roleName=Fei_creazy] .character_p_svgbg_spe {
  z-index: 15;
}
.cont2[data-roleName=Chizuru_creazy] .character_p_svgbg2_spe, .cont2[data-roleName=Fei_creazy] .character_p_svgbg2_spe {
  z-index: 25;
}
.cont2[data-roleName=Chizuru_creazy] .character_cn_name, .cont2[data-roleName=Fei_creazy] .character_cn_name {
  width: 1.46rem;
  height: 0.85rem;
  opacity: 0;
}
.cont2[data-roleName=Chizuru_creazy] .character_side_swiper ul li.swiper-slide-active.Chizuru:before, .cont2[data-roleName=Chizuru_creazy] .character_side_swiper ul li.swiper-slide-active.Fei:before, .cont2[data-roleName=Fei_creazy] .character_side_swiper ul li.swiper-slide-active.Chizuru:before, .cont2[data-roleName=Fei_creazy] .character_side_swiper ul li.swiper-slide-active.Fei:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_dred.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.cont2[data-roleName=Chizuru_creazy] .character_skills_canvas, .cont2[data-roleName=Chizuru_creazy] .character_skills_showbtn, .cont2[data-roleName=Chizuru_creazy] .character_p_svgbg2, .cont2[data-roleName=Fei_creazy] .character_skills_canvas, .cont2[data-roleName=Fei_creazy] .character_skills_showbtn, .cont2[data-roleName=Fei_creazy] .character_p_svgbg2 {
  display: none;
}
.cont2[data-roleName=Chizuru_creazy] .character_skills_showbtn, .cont2[data-roleName=Fei_creazy] .character_skills_showbtn {
  width: 1.56rem;
  height: 3.12rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_pcRenoa_creazy.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  opacity: 1;
  transform: scale(0.6);
  transform-origin: 0 0;
}
.cont2[data-roleName=Chizuru_creazy] .character_skills_showbtn > .character_skills_imgbox, .cont2[data-roleName=Fei_creazy] .character_skills_showbtn > .character_skills_imgbox {
  width: 1.52rem;
  height: 3.08rem;
  margin-left: -0.76rem;
}
.cont2[data-roleName=Chizuru_creazy] .character_skills_showbtn > .character_skills_imgbox .character_skills_imgdet, .cont2[data-roleName=Fei_creazy] .character_skills_showbtn > .character_skills_imgbox .character_skills_imgdet {
  transform: scale(0.6);
}
.cont2[data-roleName=Chizuru_creazy] .character_skills_showbtn:after, .cont2[data-roleName=Fei_creazy] .character_skills_showbtn:after {
  content: "";
  width: 3.58rem;
  height: 2.31rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_bkRenoa_creazy.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.92rem;
  top: 0.32rem;
  z-index: 50;
  pointer-events: none;
}
.cont2[data-roleName=Fei_creazy] .character_cn_name {
  width: 0.86rem;
  height: 0.85rem;
  opacity: 0;
}
.cont2[data-roleName=Diana] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Diana/character_bg_Diana.jpg);
}
.cont2[data-roleName=Diana] .character_side_swiper ul li.swiper-slide-active.Diana:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Diana/character_side_bg_light_Diana.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.cont2[data-roleName=Diana_creazy] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Diana_creazy/character_bg_Diana_creazy.jpg);
}
.cont2[data-roleName=Diana_creazy] .character_skills_canvas {
  display: none;
}
.cont2[data-roleName=Diana_creazy] .character_p_svgbg_spe {
  z-index: 15;
}
.cont2[data-roleName=Diana_creazy] .character_p_svgbg2_spe {
  z-index: 25;
}
.cont2[data-roleName=Diana_creazy] .character_cn_name {
  width: 2.26rem;
  height: 0.85rem;
  opacity: 0;
}
.cont2[data-roleName=Diana_creazy] .character_side_swiper ul li.swiper-slide-active.Diana:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Diana/character_side_bg_light_Diana.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.cont2[data-roleName=Diana_creazy] .character_skills_canvas, .cont2[data-roleName=Diana_creazy] .character_skills_showbtn, .cont2[data-roleName=Diana_creazy] .character_p_svgbg2 {
  display: none;
}
.cont2[data-roleName=Diana_creazy] .character_skills_showbtn {
  width: 1.56rem;
  height: 3.12rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_pcRenoa_creazy.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  opacity: 1;
  transform: scale(0.6);
  transform-origin: 0 0;
}
.cont2[data-roleName=Diana_creazy] .character_skills_showbtn > .character_skills_imgbox {
  width: 1.52rem;
  height: 3.08rem;
  margin-left: -0.76rem;
}
.cont2[data-roleName=Diana_creazy] .character_skills_showbtn > .character_skills_imgbox .character_skills_imgdet {
  transform: scale(0.6);
}
.cont2[data-roleName=Diana_creazy] .character_skills_showbtn:after {
  content: "";
  width: 3.58rem;
  height: 2.31rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_bkRenoa_creazy.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.92rem;
  top: 0.32rem;
  z-index: 50;
  pointer-events: none;
}
.cont2[data-roleName=Rei_creazy] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg_Orlea_creazy.jpg);
}
.cont2[data-roleName=Rei_creazy] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1_haru.png);
}
.cont2[data-roleName=Rei_creazy] .character_p_icon4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4_haru.png);
}
.cont2[data-roleName=Rei_creazy] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3_haru.png);
}
.cont2[data-roleName=Rei_creazy] .character_p_iconbox {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon7_Orlea_creazy.png);
  background-size: 11.62rem 9.7rem;
  background-position: 194% 20%;
}
.cont2[data-roleName=Rei_creazy] .character_skills_canvas, .cont2[data-roleName=Rei_creazy] .character_skills_showbtn, .cont2[data-roleName=Rei_creazy] .character_p_svgbg2 {
  display: none;
}
.cont2[data-roleName=Rei_creazy] .character_p_svgbg_spe {
  z-index: 15;
}
.cont2[data-roleName=Rei_creazy] .character_p_svgbg2_spe {
  z-index: 25;
}
.cont2[data-roleName=Rei_creazy] .character_cn_name {
  width: 2.56rem;
  height: 0.85rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/name_Orlea_creazy.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  opacity: 0 !important;
}
.cont2[data-roleName=Rei_creazy] .character_en_name {
  opacity: 0 !important;
}
.cont2[data-roleName=Rei_creazy] .character_side_swiper ul li.swiper-slide-active.Rei:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_dblue.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.cont2[data-roleName=Rei_creazy] .character_skills_showbtn {
  width: 1.56rem;
  height: 3.12rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_pc.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  opacity: 1;
  transform: scale(0.6);
  transform-origin: 0 0;
}
.cont2[data-roleName=Rei_creazy] .character_skills_showbtn > .character_skills_imgbox {
  width: 1.52rem;
  height: 3.08rem;
  margin-left: -0.76rem;
}
.cont2[data-roleName=Rei_creazy] .character_skills_showbtn > .character_skills_imgbox .character_skills_imgdet {
  transform: scale(0.6);
}
.cont2[data-roleName=Rei_creazy] .character_skills_showbtn:after {
  content: "";
  width: 3.58rem;
  height: 2.31rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_bk.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.92rem;
  top: 0.32rem;
  z-index: 50;
  pointer-events: none;
}
.cont2[data-roleName=Kayron] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg_Kayron.jpg);
}
.cont2[data-roleName=Kayron] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1_Kayron.png);
}
.cont2[data-roleName=Kayron] .character_p_icon4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4_Kayron.png);
}
.cont2[data-roleName=Kayron] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3_Kayron.png);
}
.cont2[data-roleName=Renoa] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg.jpg);
}
.cont2[data-roleName=Renoa] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1.png);
}
.cont2[data-roleName=Renoa] .character_p_icon4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4.png);
}
.cont2[data-roleName=Renoa] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3.png);
}
.cont2[data-roleName=Renoa_creazy] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg_Renoa_creazy.jpg);
}
.cont2[data-roleName=Renoa_creazy] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1_Renoa_creazy.png);
}
.cont2[data-roleName=Renoa_creazy] .character_p_icon4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4_Rin.png);
}
.cont2[data-roleName=Renoa_creazy] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3_Renoa_creazy.png);
}
.cont2[data-roleName=Renoa_creazy] .character_p_iconbox {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon7_Renoa_creazy.png);
  background-size: 11.62rem 9.7rem;
  background-position: 194% 20%;
}
.cont2[data-roleName=Renoa_creazy] .character_skills_canvas, .cont2[data-roleName=Renoa_creazy] .character_skills_showbtn, .cont2[data-roleName=Renoa_creazy] .character_p_svgbg2 {
  display: none;
}
.cont2[data-roleName=Renoa_creazy] .character_p_svgbg_spe {
  z-index: 15;
}
.cont2[data-roleName=Renoa_creazy] .character_p_svgbg2_spe {
  z-index: 25;
}
.cont2[data-roleName=Renoa_creazy] .character_cn_name {
  width: 2.56rem;
  height: 0.85rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/name_Renoa_creazy.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  opacity: 0 !important;
}
.cont2[data-roleName=Renoa_creazy] .character_en_name {
  opacity: 0 !important;
}
.cont2[data-roleName=Renoa_creazy] .character_side_swiper ul li.swiper-slide-active.Renoa:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_dred.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.cont2[data-roleName=Renoa_creazy] .character_p_creazydbbg {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybgdb_Renoa_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.cont2[data-roleName=Renoa_creazy] .character_p_creazytpbg {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybgtp_Renoa_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.cont2[data-roleName=Renoa_creazy] .character_skills_showbtn {
  width: 1.56rem;
  height: 3.12rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_pcRenoa_creazy.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  opacity: 1;
  transform: scale(0.6);
  transform-origin: 0 0;
}
.cont2[data-roleName=Renoa_creazy] .character_skills_showbtn > .character_skills_imgbox {
  width: 1.52rem;
  height: 3.08rem;
  margin-left: -0.76rem;
}
.cont2[data-roleName=Renoa_creazy] .character_skills_showbtn > .character_skills_imgbox .character_skills_imgdet {
  transform: scale(0.6);
}
.cont2[data-roleName=Renoa_creazy] .character_skills_showbtn:after {
  content: "";
  width: 3.58rem;
  height: 2.31rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_bkRenoa_creazy.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.92rem;
  top: 0.32rem;
  z-index: 50;
  pointer-events: none;
}
.cont2[data-roleName=Rei] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg_Rei.jpg);
}
.cont2[data-roleName=Rei] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1_Rei.png);
}
.cont2[data-roleName=Rei] .character_p_icon4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4_Rei.png);
}
.cont2[data-roleName=Rei] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3_Rei.png);
}
.cont2[data-roleName=Rin] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg_Rin.jpg);
}
.cont2[data-roleName=Rin] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1_Rin.png);
}
.cont2[data-roleName=Rin] .character_p_icon4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4_Rin.png);
}
.cont2[data-roleName=Rin] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3_Rin.png);
}
.cont2[data-roleName=Rin_creazy] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg_Renoa_creazy.jpg);
}
.cont2[data-roleName=Rin_creazy] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1_Renoa_creazy.png);
}
.cont2[data-roleName=Rin_creazy] .character_p_icon4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4_Rin.png);
}
.cont2[data-roleName=Rin_creazy] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3_Renoa_creazy.png);
}
.cont2[data-roleName=Rin_creazy] .character_p_iconbox {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon7_Renoa_creazy.png);
  background-size: 11.62rem 9.7rem;
  background-position: 194% 20%;
}
.cont2[data-roleName=Rin_creazy] .character_skills_canvas, .cont2[data-roleName=Rin_creazy] .character_skills_showbtn, .cont2[data-roleName=Rin_creazy] .character_p_svgbg2 {
  display: none;
}
.cont2[data-roleName=Rin_creazy] .character_p_svgbg_spe {
  z-index: 15;
}
.cont2[data-roleName=Rin_creazy] .character_p_svgbg2_spe {
  z-index: 25;
}
.cont2[data-roleName=Rin_creazy] .character_cn_name {
  width: 1.02rem;
  height: 0.8rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/name_Rin_creazy.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  opacity: 0 !important;
}
.cont2[data-roleName=Rin_creazy] .character_en_name {
  opacity: 0 !important;
}
.cont2[data-roleName=Rin_creazy] .character_side_swiper ul li.swiper-slide-active.Rin:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_dred.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.cont2[data-roleName=Rin_creazy] .character_p_creazydbbg {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybgdb_Renoa_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.cont2[data-roleName=Rin_creazy] .character_p_creazytpbg {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybgtp_Renoa_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.cont2[data-roleName=Rin_creazy] .character_skills_showbtn {
  width: 1.56rem;
  height: 3.12rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_pcRin_creazy.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  opacity: 1;
  transform: scale(0.6);
  transform-origin: 0 0;
}
.cont2[data-roleName=Rin_creazy] .character_skills_showbtn > .character_skills_imgbox {
  width: 1.52rem;
  height: 3.08rem;
  margin-left: -0.76rem;
}
.cont2[data-roleName=Rin_creazy] .character_skills_showbtn > .character_skills_imgbox .character_skills_imgdet {
  transform: scale(0.6);
}
.cont2[data-roleName=Rin_creazy] .character_skills_showbtn:after {
  content: "";
  width: 3.58rem;
  height: 2.31rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_bkRin_creazy.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.92rem;
  top: 0.32rem;
  z-index: 50;
  pointer-events: none;
}
.cont2[data-roleName=Luke] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg_Luke.jpg);
}
.cont2[data-roleName=Luke] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1_Luke.png);
}
.cont2[data-roleName=Luke] .character_p_icon4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4_Luke.png);
}
.cont2[data-roleName=Luke] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3_Luke.png);
}
.cont2[data-roleName=Luke_creazy] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg_Luke_creazy.jpg);
}
.cont2[data-roleName=Luke_creazy] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1_Luke_creazy.png);
}
.cont2[data-roleName=Luke_creazy] .character_p_icon4 {
  width: 0.73rem;
  height: 5.27rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4_Luke_creazy.png);
}
.cont2[data-roleName=Luke_creazy] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3_Luke_creazy.png);
}
.cont2[data-roleName=Luke_creazy] .character_p_iconbox {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon7_Luke_creazy.png);
  background-size: 11.62rem 9.7rem;
  background-position: 194% 20%;
}
.cont2[data-roleName=Luke_creazy] .character_skills_canvas, .cont2[data-roleName=Luke_creazy] .character_skills_showbtn, .cont2[data-roleName=Luke_creazy] .character_p_svgbg2 {
  display: none;
}
.cont2[data-roleName=Luke_creazy] .character_p_svgbg_spe {
  z-index: 15;
}
.cont2[data-roleName=Luke_creazy] .character_p_svgbg2_spe {
  z-index: 25;
}
.cont2[data-roleName=Luke_creazy] .character_cn_name {
  width: 1.72rem;
  height: 0.85rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/name_Luke_creazy.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  opacity: 0 !important;
}
.cont2[data-roleName=Luke_creazy] .character_en_name {
  opacity: 0 !important;
}
.cont2[data-roleName=Luke_creazy] .character_side_swiper ul li.swiper-slide-active.Luke:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_dgreen.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.cont2[data-roleName=Luke_creazy] .character_p_creazydbbg {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybgdb_Luke_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.cont2[data-roleName=Luke_creazy] .character_p_creazytpbg {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybgtp_Luke_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.cont2[data-roleName=Luke_creazy] .character_skills_showbtn {
  width: 1.56rem;
  height: 3.12rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_pcLuke_creazy.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  opacity: 1;
  transform: scale(0.6);
  transform-origin: 0 0;
}
.cont2[data-roleName=Luke_creazy] .character_skills_showbtn > .character_skills_imgbox {
  width: 1.52rem;
  height: 3.08rem;
  margin-left: -0.76rem;
}
.cont2[data-roleName=Luke_creazy] .character_skills_showbtn > .character_skills_imgbox .character_skills_imgdet {
  transform: scale(0.6);
}
.cont2[data-roleName=Luke_creazy] .character_skills_showbtn:after {
  content: "";
  width: 3.58rem;
  height: 2.31rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_bkLuke_creazy.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.92rem;
  top: 0.32rem;
  z-index: 50;
  pointer-events: none;
}
.cont2[data-roleName=haru], .cont2[data-roleName=Yuki] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg_haru.jpg);
}
.cont2[data-roleName=haru] .character_p_icon1, .cont2[data-roleName=Yuki] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1_haru.png);
}
.cont2[data-roleName=haru] .character_p_icon4, .cont2[data-roleName=Yuki] .character_p_icon4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4_haru.png);
}
.cont2[data-roleName=haru] .character_p_icon3, .cont2[data-roleName=Yuki] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3_haru.png);
}
.cont2[data-roleName=haru_creazy], .cont2[data-roleName=Yuki_creazy] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg_haru_creazy.jpg);
}
.cont2[data-roleName=haru_creazy] .character_p_icon1, .cont2[data-roleName=Yuki_creazy] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1_haru_creazy.png);
}
.cont2[data-roleName=haru_creazy] .character_p_icon4, .cont2[data-roleName=Yuki_creazy] .character_p_icon4 {
  width: 0.73rem;
  height: 5.27rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4_haru_creazy.png);
}
.cont2[data-roleName=haru_creazy] .character_p_icon3, .cont2[data-roleName=Yuki_creazy] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3_haru_creazy.png);
}
.cont2[data-roleName=haru_creazy] .character_p_iconbox, .cont2[data-roleName=Yuki_creazy] .character_p_iconbox {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon7_haru_creazy.png);
  background-size: 11.62rem 9.7rem;
  background-position: 194% 20%;
}
.cont2[data-roleName=haru_creazy] .character_skills_canvas, .cont2[data-roleName=haru_creazy] .character_skills_showbtn, .cont2[data-roleName=haru_creazy] .character_p_svgbg2, .cont2[data-roleName=Yuki_creazy] .character_skills_canvas, .cont2[data-roleName=Yuki_creazy] .character_skills_showbtn, .cont2[data-roleName=Yuki_creazy] .character_p_svgbg2 {
  display: none;
}
.cont2[data-roleName=haru_creazy] .character_p_svgbg_spe, .cont2[data-roleName=Yuki_creazy] .character_p_svgbg_spe {
  z-index: 15;
}
.cont2[data-roleName=haru_creazy] .character_p_svgbg2_spe, .cont2[data-roleName=Yuki_creazy] .character_p_svgbg2_spe {
  z-index: 25;
}
.cont2[data-roleName=haru_creazy] .character_cn_name, .cont2[data-roleName=Yuki_creazy] .character_cn_name {
  width: 1.74rem;
  height: 0.81rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/name_haru_creazy.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  opacity: 0 !important;
}
.cont2[data-roleName=haru_creazy] .character_en_name, .cont2[data-roleName=Yuki_creazy] .character_en_name {
  opacity: 0 !important;
}
.cont2[data-roleName=haru_creazy] .character_side_swiper ul li.swiper-slide-active.haru:before, .cont2[data-roleName=Yuki_creazy] .character_side_swiper ul li.swiper-slide-active.haru:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_dpurple.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.cont2[data-roleName=haru_creazy] .character_p_creazydbbg, .cont2[data-roleName=Yuki_creazy] .character_p_creazydbbg {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybgdb_haru_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.cont2[data-roleName=haru_creazy] .character_p_creazytpbg, .cont2[data-roleName=Yuki_creazy] .character_p_creazytpbg {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybgtp_haru_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.cont2[data-roleName=haru_creazy] .character_skills_showbtn, .cont2[data-roleName=Yuki_creazy] .character_skills_showbtn {
  width: 1.56rem;
  height: 3.12rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_pcharu_creazy.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  opacity: 1;
  transform: scale(0.6);
  transform-origin: 0 0;
}
.cont2[data-roleName=haru_creazy] .character_skills_showbtn > .character_skills_imgbox, .cont2[data-roleName=Yuki_creazy] .character_skills_showbtn > .character_skills_imgbox {
  width: 1.52rem;
  height: 3.08rem;
  margin-left: -0.76rem;
}
.cont2[data-roleName=haru_creazy] .character_skills_showbtn > .character_skills_imgbox .character_skills_imgdet, .cont2[data-roleName=Yuki_creazy] .character_skills_showbtn > .character_skills_imgbox .character_skills_imgdet {
  transform: scale(0.6);
}
.cont2[data-roleName=haru_creazy] .character_skills_showbtn:after, .cont2[data-roleName=Yuki_creazy] .character_skills_showbtn:after {
  content: "";
  width: 3.58rem;
  height: 2.31rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_bkRenoa_creazy.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.92rem;
  top: 0.32rem;
  z-index: 50;
  pointer-events: none;
}
.cont2[data-roleName=Yuki_creazy] {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Yuki_creazy/character_bg_Yuki_creazy.jpg);
}
.cont2[data-roleName=Yuki_creazy] .character_p_icon1 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1_haru.png);
}
.cont2[data-roleName=Yuki_creazy] .character_p_icon4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4_haru.png);
}
.cont2[data-roleName=Yuki_creazy] .character_p_icon3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3_haru.png);
}
.cont2[data-roleName=Yuki_creazy] .character_side_swiper ul li.swiper-slide-active.Yuki_creazy:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_haru.png);
  background-size: 1rem 1.16rem;
}
.cont2 .character_p_svgbg {
  transition: all 0.5s;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translate(0, 0.5rem);
}
.cont2.swiper-slide-active .character_p_svgbg {
  opacity: 1;
  transform: translate(0, 0);
}

.character_p_svgbg {
  position: absolute;
  left: 1rem;
  top: 1.4rem;
  width: 5.55rem;
  height: 7.356rem;
  z-index: 0;
}

.character_p_svgbg2 {
  position: absolute;
  left: 1.4rem;
  top: 1.78rem;
  width: 5.56rem;
  height: 7.44rem;
  z-index: 5;
}

.character_p_creazydbbg {
  width: 7.5rem;
  height: 7.57rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybgdb_Orlea_creazy.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -3.75rem;
  top: 1.38rem;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.character_p_creazydbbg:after {
  content: "";
  width: 5.55rem;
  height: 5.45rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/creazy_line.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 1.22rem;
  top: 0.69rem;
}

.character_p_creazytpbg {
  width: 7.5rem;
  height: 7.57rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybgtp_Orlea_creazy.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -3.75rem;
  top: 1.38rem;
  z-index: 30;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.character_p_animate {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 13.34rem;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
  transform: translate(-50%, 0);
}
.character_p_animate video, .character_p_animate canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.character_p_animate img, .character_p_animate canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  filter: drop-shadow(rgba(0, 0, 0, 0.15) -0.23rem 0.07rem 0.07rem);
}
.character_p_animate img[data-rolename=Orlea], .character_p_animate canvas[data-rolename=Orlea] {
  width: 14.66rem;
  height: 18.1rem;
  top: -0.2rem;
  margin-left: -6.13rem;
}
.character_p_animate img[data-rolename=Orlea_creazy], .character_p_animate canvas[data-rolename=Orlea_creazy] {
  width: 10.06rem;
  height: 9.21rem;
  top: 0.3rem;
  margin-left: -6.86rem;
}
.character_p_animate img[data-rolename=Kayron], .character_p_animate canvas[data-rolename=Kayron] {
  width: 10.39rem;
  height: 19.06rem;
  top: 0.67rem;
  margin-left: -4.58rem;
}
.character_p_animate img[data-rolename=Renoa], .character_p_animate canvas[data-rolename=Renoa] {
  width: 9.85rem;
  height: 16.19rem;
  top: 0.35rem;
  margin-left: -5.42rem;
}
.character_p_animate img[data-rolename=Renoa_creazy], .character_p_animate canvas[data-rolename=Renoa_creazy] {
  width: 8.5rem;
  height: 7.95rem;
  top: 0.76rem;
  margin-left: -4.2rem;
}
.character_p_animate img[data-rolename=Rei], .character_p_animate canvas[data-rolename=Rei] {
  width: 6.99rem;
  height: 13.01rem;
  top: 1.03rem;
  margin-left: -3.59rem;
}
.character_p_animate img[data-rolename=Rin], .character_p_animate canvas[data-rolename=Rin] {
  width: 8.56rem;
  height: 13.57rem;
  top: 1.27rem;
  margin-left: -3.98rem;
}
.character_p_animate img[data-rolename=Rin_creazy], .character_p_animate canvas[data-rolename=Rin_creazy] {
  width: 7.14rem;
  height: 8.31rem;
  margin-left: -3.03rem;
  top: 1.14rem;
}
.character_p_animate img[data-rolename=Luke], .character_p_animate canvas[data-rolename=Luke] {
  width: 9.1rem;
  height: 17.58rem;
  top: 0.68rem;
  margin-left: -4.55rem;
}
.character_p_animate img[data-rolename=Luke_creazy], .character_p_animate canvas[data-rolename=Luke_creazy] {
  width: 5.57rem;
  height: 8.18rem;
  margin-left: -3.08rem;
  top: 1.66rem;
}
.character_p_animate img[data-rolename=haru], .character_p_animate canvas[data-rolename=haru] {
  width: 8.8rem;
  height: 13.99rem;
  top: 0.72rem;
  margin-left: -4.4rem;
}
.character_p_animate img[data-rolename=haru_creazy], .character_p_animate canvas[data-rolename=haru_creazy] {
  width: 6.56rem;
  height: 7.42rem;
  margin-left: -3.45rem;
  top: 1.27rem;
}

.character_side_tab {
  width: 5.66rem;
  height: 1.36rem;
  position: absolute;
  left: 0.54rem;
  bottom: 0.44rem;
  z-index: 60;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_tabm.png) no-repeat;
  background-size: 100% 100%;
}
.character_side_tab svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.character_side_icon {
  width: 0.06rem;
  height: 0.34rem;
  position: absolute;
  right: -0.14rem;
  top: 0.04rem;
  z-index: 10;
}
.character_side_icon svg {
  display: none;
  width: 100%;
  height: 100%;
}

.character_side_swiper {
  width: 5.4rem;
  height: 1.56rem;
  position: absolute;
  left: 50%;
  bottom: 0.1rem;
  margin-left: -2.7rem;
  z-index: 20;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bgmask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 1.58rem;
  -webkit-mask-position: 0% 100%;
}
.character_side_swiper ul {
  width: 1rem;
  height: 10000%;
  height: 1.56rem;
  display: flex;
  align-items: flex-end;
}
.character_side_swiper ul li {
  width: 1rem;
  height: 1.07rem;
  position: relative;
  cursor: pointer;
}
.character_side_swiper ul li:before {
  content: "";
  width: 1rem;
  height: 1.16rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg.png) no-repeat;
  background-size: 1rem 1.16rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 0);
  z-index: 0;
  transition: all 0.3s;
}
.character_side_swiper ul li.swiper-slide-active {
  z-index: 30;
}
.character_side_swiper ul li.swiper-slide-active:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.character_side_swiper ul li.swiper-slide-active.Orlea:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_yellew.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.character_side_swiper ul li.swiper-slide-active.Kayron:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_purple.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.character_side_swiper ul li.swiper-slide-active.Renoa:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.character_side_swiper ul li.swiper-slide-active.Rei:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_pink.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.character_side_swiper ul li.swiper-slide-active.Rin:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_red.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.character_side_swiper ul li.swiper-slide-active.Luke:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_green.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.character_side_swiper ul li.swiper-slide-active.haru:before, .character_side_swiper ul li.swiper-slide-active.Yuki:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_bg_light_blue.png) no-repeat;
  background-size: 1rem 1.16rem;
}
.character_side_swiper ul li.swiper-slide-active .character_side_imgbox {
  opacity: 1;
  height: 1.72rem;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_pmask_light.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
}

.character_side_next {
  width: 0.32rem;
  height: 0.54rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/p2_man_prevbtnm.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.9);
}

.character_side_next {
  right: -0.7rem;
  transform: translateY(-50%) scale(0.9);
}

.character_side_imgbox {
  width: 1rem;
  height: 1.16rem;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_pmask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  opacity: 0.4;
  z-index: 20;
  pointer-events: none;
  transition: all 0.3s;
}
.character_side_imgbox img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

.character_skills_canvas {
  display: none;
}

.character_p_infobox {
  width: 6.74rem;
  position: absolute;
  left: 0.38rem;
  top: 9.34rem;
  z-index: 30;
  pointer-events: none;
  opacity: 0;
}
.character_p_infobox .character_voice_box, .character_p_infobox .character_skills_showbtn, .character_p_infobox .character_en_name, .character_p_infobox .character_p_detp {
  opacity: 0;
}
.character_p_infobox.show {
  opacity: 1;
  pointer-events: unset;
}
.character_p_infobox[data-roleName=Orlea] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg_Orlea.png);
}
.character_p_infobox[data-roleName=Orlea] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name_Orlea.png);
}
.character_p_infobox[data-roleName=Orlea] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg_Orlea.png);
}
.character_p_infobox[data-roleName=Orlea_creazy] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg_haru.png);
}
.character_p_infobox[data-roleName=Orlea_creazy] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name_haru.png);
}
.character_p_infobox[data-roleName=Orlea_creazy] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg_haru.png);
}
.character_p_infobox[data-roleName=Chizuru] .character_voice_box, .character_p_infobox[data-roleName=Fei] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Chizuru/character_voice_bg_Chizuru.png);
}
.character_p_infobox[data-roleName=Chizuru] .character_voice_name, .character_p_infobox[data-roleName=Fei] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Chizuru/character_voice_name_Chizuru.png);
}
.character_p_infobox[data-roleName=Chizuru] .character_p_des:before, .character_p_infobox[data-roleName=Fei] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Chizuru/character_des_bg_Chizuru.png);
}
.character_p_infobox[data-roleName=Chizuru_creazy] .character_voice_box, .character_p_infobox[data-roleName=Fei_creazy] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Chizuru/character_voice_bg_Chizuru.png);
}
.character_p_infobox[data-roleName=Chizuru_creazy] .character_voice_name, .character_p_infobox[data-roleName=Fei_creazy] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Chizuru/character_voice_name_Chizuru.png);
}
.character_p_infobox[data-roleName=Chizuru_creazy] .character_p_des:before, .character_p_infobox[data-roleName=Fei_creazy] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Chizuru/character_des_bg_Chizuru.png);
}
.character_p_infobox[data-roleName=Chizuru_creazy] .character_en_name, .character_p_infobox[data-roleName=Fei_creazy] .character_en_name {
  opacity: 0 !important;
}
.character_p_infobox[data-roleName=Diana] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Diana/character_voice_bg_Diana.png);
}
.character_p_infobox[data-roleName=Diana] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Diana/character_voice_name_Diana.png);
}
.character_p_infobox[data-roleName=Diana] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Diana/character_des_bg_Diana.png);
}
.character_p_infobox[data-roleName=Diana_creazy] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Diana/character_voice_bg_Diana.png);
}
.character_p_infobox[data-roleName=Diana_creazy] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Diana/character_voice_name_Diana.png);
}
.character_p_infobox[data-roleName=Diana_creazy] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Diana/character_des_bg_Diana.png);
}
.character_p_infobox[data-roleName=Diana_creazy] .character_en_name {
  opacity: 0 !important;
}
.character_p_infobox[data-roleName=Rei_creazy] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg_Rei_creazy.png);
}
.character_p_infobox[data-roleName=Rei_creazy] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name_Rei_creazy.png);
}
.character_p_infobox[data-roleName=Rei_creazy] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg_Rei_creazy.png);
}
.character_p_infobox[data-roleName=Rei_creazy] .character_en_name {
  opacity: 0 !important;
}
.character_p_infobox[data-roleName=Kayron] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg_Kayron.png);
}
.character_p_infobox[data-roleName=Kayron] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name_Kayron.png);
}
.character_p_infobox[data-roleName=Kayron] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg_Kayron.png);
}
.character_p_infobox[data-roleName=Renoa] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg.png);
}
.character_p_infobox[data-roleName=Renoa] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name.png);
}
.character_p_infobox[data-roleName=Renoa] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg.png);
}
.character_p_infobox[data-roleName=Renoa_creazy] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg_Renoa_creazy.png);
}
.character_p_infobox[data-roleName=Renoa_creazy] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name_Renoa_creazy.png);
}
.character_p_infobox[data-roleName=Renoa_creazy] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg_Renoa_creazy.png);
}
.character_p_infobox[data-roleName=Rei] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg_Rei.png);
}
.character_p_infobox[data-roleName=Rei] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name_Rei.png);
}
.character_p_infobox[data-roleName=Rei] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg_Rei.png);
}
.character_p_infobox[data-roleName=Rin] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg_Rin.png);
}
.character_p_infobox[data-roleName=Rin] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name_Rin.png);
}
.character_p_infobox[data-roleName=Rin] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg_Rin.png);
}
.character_p_infobox[data-roleName=Rin_creazy] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg_Renoa_creazy.png);
}
.character_p_infobox[data-roleName=Rin_creazy] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name_Renoa_creazy.png);
}
.character_p_infobox[data-roleName=Rin_creazy] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg_Renoa_creazy.png);
}
.character_p_infobox[data-roleName=Luke] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg_Luke.png);
}
.character_p_infobox[data-roleName=Luke] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name_Luke.png);
}
.character_p_infobox[data-roleName=Luke] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg_Luke.png);
}
.character_p_infobox[data-roleName=Luke_creazy] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg_Luke_creazy.png);
}
.character_p_infobox[data-roleName=Luke_creazy] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name_Luke_creazy.png);
}
.character_p_infobox[data-roleName=Luke_creazy] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg_Luke_creazy.png);
}
.character_p_infobox[data-roleName=haru] .character_voice_box, .character_p_infobox[data-roleName=Yuki] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg_haru.png);
}
.character_p_infobox[data-roleName=haru] .character_voice_name, .character_p_infobox[data-roleName=Yuki] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name_haru.png);
}
.character_p_infobox[data-roleName=haru] .character_p_des:before, .character_p_infobox[data-roleName=Yuki] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg_haru.png);
}
.character_p_infobox[data-roleName=Yuki_creazy] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg_haru.png);
}
.character_p_infobox[data-roleName=Yuki_creazy] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name_haru.png);
}
.character_p_infobox[data-roleName=Yuki_creazy] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg_haru.png);
}
.character_p_infobox[data-roleName=Yuki_creazy] .character_en_name {
  opacity: 0 !important;
}
.character_p_infobox[data-roleName=haru_creazy] .character_voice_box {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg_haru_creazy.png);
}
.character_p_infobox[data-roleName=haru_creazy] .character_voice_name {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name_haru_creazy.png);
}
.character_p_infobox[data-roleName=haru_creazy] .character_p_des:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg_haru_creazy.png);
}

.character_en_name {
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.32rem;
  font-family: "qtrbold";
  text-transform: uppercase;
}

.character_p_des {
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.22rem;
  margin-left: 0.38rem;
  margin-bottom: 0.06rem;
  position: relative;
}
.character_p_des span {
  display: block;
  position: relative;
  z-index: 10;
}
.character_p_des:before {
  content: "";
  width: 0.47rem;
  height: 0.16rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_des_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.14rem;
  top: -0.04rem;
  z-index: 0;
  transition: all 0.3s;
}

.character_p_detp {
  width: 100%;
  display: flex;
  align-items: end;
  margin-top: 0.12rem;
}

.character_cn_name {
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 0.8rem;
  font-family: "fzc";
}

.character_info_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.character_voice_box {
  width: 100%;
  height: 0.51rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_bg.png);
  background-repeat: no-repeat;
  background-size: 3.14rem 0.51rem;
  position: relative;
  margin-top: 0.12rem;
  display: flex;
  box-sizing: border-box;
  padding: 0.17rem 0 0 0.54rem;
  transition: background-image 0.3s;
}

.character_voice_btn {
  width: 0.46rem;
  height: 0.5rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_music_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.character_voice_name {
  width: 1.74rem;
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.19rem;
  color: #ffffff;
  box-sizing: border-box;
  padding-left: 0.14rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_name.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-image 0.3s;
  margin-right: 0.12rem;
  position: relative;
}
.character_voice_name:after {
  content: "";
  width: 0.31rem;
  height: 0.34rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_play.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.08rem;
  top: 0;
}
.character_voice_name.playing:after {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_voice_pause.png) no-repeat;
  background-size: 100% 100%;
}

.character_voice_time {
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.15rem;
  margin-right: 0.12rem;
}

.character_show_detail {
  display: block;
  width: 2.2rem;
  height: 0.4rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_change_rolebtn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.16rem;
  top: -0.56rem;
}

.character_conner_enname {
  width: 2.44rem;
  height: 0.52rem;
  font-family: "qtrbold";
  font-size: 0.38rem;
  color: #160a24;
  text-align: center;
  line-height: 0.52rem;
  text-transform: uppercase;
  position: absolute;
  right: 0.54rem;
  bottom: 5.54rem;
  z-index: 60;
}
.character_conner_enname p {
  width: 2.44rem;
  height: 0.52rem;
  background: #fff;
}

.character_conner_hdbox {
  width: 1.26rem;
  height: 1.35rem;
  position: absolute;
  right: -0.1rem;
  top: 3.86rem;
  z-index: 60;
}
.character_conner_hdbox:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Renoa.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  animation: breath 1s linear infinite;
}
.character_conner_hdbox[data-roleName=Orlea]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Orlea.png);
}
.character_conner_hdbox[data-roleName=Orlea_creazy]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Orlea_creazy.png);
}
.character_conner_hdbox[data-rolename=Diana]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Diana/character_creazybox_Diana.png);
}
.character_conner_hdbox[data-rolename=Diana_creazy]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/frames/Diana/character_creazybox_Diana.png);
}
.character_conner_hdbox[data-rolename=Chizuru_creazy]:before, .character_conner_hdbox[data-rolename=Fei_creazy]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Renoa_creazy.png);
}
.character_conner_hdbox[data-rolename=Chizuru]:before, .character_conner_hdbox[data-rolename=Fei]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Rin.png);
}
.character_conner_hdbox[data-rolename=Rei_creazy]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Orlea_creazy.png);
}
.character_conner_hdbox[data-roleName=Kayron]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Kayron.png);
}
.character_conner_hdbox[data-roleName=Renoa]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Renoa.png);
}
.character_conner_hdbox[data-roleName=Renoa_creazy]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Renoa_creazy.png);
}
.character_conner_hdbox[data-roleName=Rei]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Rei.png);
}
.character_conner_hdbox[data-roleName=Rin]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Rin.png);
}
.character_conner_hdbox[data-roleName=Rin_creazy]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Renoa_creazy.png);
}
.character_conner_hdbox[data-roleName=Luke]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Luke.png);
}
.character_conner_hdbox[data-roleName=Luke_creazy]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_Luke_creazy.png);
}
.character_conner_hdbox[data-rolename=haru]:before, .character_conner_hdbox[data-rolename=Yuki]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_haru.png);
}
.character_conner_hdbox[data-rolename=haru_creazy]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_haru_creazy.png);
}
.character_conner_hdbox[data-rolename=Yuki_creazy]:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybox_haru.png);
}

.character_conner_hdimg {
  width: 0.98rem;
  height: 0.98rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.49rem 0 0 -0.49rem;
  border-radius: 50%;
  overflow: hidden;
  animation: breath 1s linear infinite;
}
.character_conner_hdimg img {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes breath {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.character_conner_hdimg_anime {
  width: 100%;
  height: 0%;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.character_p_iconbox {
  width: 10.8rem;
  height: 13.34rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_p_iconm.png) no-repeat;
  transform: translate(-50%, 0);
  background-size: 100% 100%;
}

.character_p_icon1 {
  width: 0.51rem;
  height: 0.88rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon1.png) no-repeat;
  background-size: 1.39rem 3.08rem;
  background-position: 100% 0;
  position: absolute;
  right: 2.82rem;
  bottom: 1.13rem;
  z-index: 10;
  transition: background-image 0.3s;
}

.character_p_icon3 {
  width: 0.14rem;
  height: 2.88rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 2.22rem;
  top: 1.42rem;
  z-index: 10;
  transition: background-image 0.3s;
}

.character_p_icon4 {
  width: 0.54rem;
  height: 3.51rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon4.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 1.88rem;
  top: 5.24rem;
  z-index: 10;
  transition: background-image 0.3s;
}

.character_skills_imgbox {
  width: 0.84rem;
  height: 1.73rem;
  position: absolute;
  left: 50%;
  bottom: 0.02rem;
  margin-left: -0.42rem;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  transition: all 0.3s;
}
.character_skills_imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.8;
}

.character_skills_imgdet {
  width: 2.28rem;
  transform: scale(0.4);
  display: flex;
  align-items: center;
  position: absolute;
  left: 0.05rem;
  bottom: 0.12rem;
  transform-origin: 0 100%;
  display: none;
}

.character_skills_xh {
  width: 0.2rem;
  height: 0.31rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_xh.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.character_skills_info {
  display: none;
  margin-left: 0.04rem;
}

.character_skills_name {
  font-size: 0.235rem;
  line-height: 0.28rem;
  color: #ffffff;
}

.character_skills_type {
  font-size: 0.235rem;
  line-height: 0.28rem;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.character_skills_type:before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_type_attack.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 0.04rem;
}
.character_skills_type.type1:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_type_attack.png);
}
.character_skills_type.type2:before {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_type_def.png);
}

.character_skills_showbtn {
  width: 1.27rem;
  height: 1.77rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 5.76rem;
  top: 0;
  z-index: 50;
}
.character_skills_showbtn > .character_skills_imgbox {
  margin-left: -0.61rem;
}
.character_skills_showbtn:after {
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_play.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.22rem;
  top: 0.68rem;
  z-index: 20;
}

.character_skills_box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/skill_tc_bg.png) rgba(0, 0, 0, 0.8) no-repeat;
  background-size: 10.8rem 16.67rem;
  background-position: 50% 50%;
  display: none;
}

.character_skills_list {
  width: 6.74rem;
  height: 2.44rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 2.16rem;
  display: flex;
  align-items: end;
  z-index: 20;
  box-sizing: border-box;
}
.character_skills_list:before {
  content: "";
  width: 0.17rem;
  height: 1.03rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon6.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.24rem;
  top: 0.64rem;
}
.character_skills_list:after {
  content: "";
  width: 0.17rem;
  height: 1.03rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon6.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -0.24rem;
  top: 0.64rem;
}
.character_skills_list li {
  width: 1.22rem;
  height: 2.42rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin: 0 0.07rem;
  transition: all 0.3s;
  cursor: pointer;
}
.character_skills_list li .character_skills_imgbox {
  width: 1.18rem;
  height: 2.38rem;
  position: absolute;
  left: 50%;
  bottom: 0.02rem;
  margin-left: -0.59rem;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  transition: all 0.3s;
}
.character_skills_list li.light {
  width: 1.22rem;
  height: 2.46rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_bg_light.png) no-repeat;
  background-size: 100% 100%;
}
.character_skills_list li.light .character_skills_imgbox {
  width: 1.22rem;
  height: 2.46rem;
  margin-left: -0.61rem;
  bottom: 0;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_mask_light.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}

.character_skills_view {
  width: 3.32rem;
  height: 6.53rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_view.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 1.62rem;
  margin-left: -1.66rem;
}
.character_skills_view .character_skills_imgbox {
  width: 3.1rem;
  height: 6.3rem;
  position: absolute;
  left: 50%;
  bottom: 0.18rem;
  margin-left: -1.62rem;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  transition: all 0.3s;
}
.character_skills_view .character_skills_imgdet {
  transform: scale(1);
}

.character_skills_close {
  display: block;
  width: 0.54rem;
  height: 0.54rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_play.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.84rem;
  top: 0.98rem;
  z-index: 20;
}

.cont3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/gameplay_bgm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.cont3 .gameplay_title, .cont3 .gameplay_swipbox, .cont3 .gameplay_timeline, .cont3 .gameplay_navbox {
  opacity: 0;
  transform: translate(0, 0.5rem);
  transition: all 0.5s;
}
.cont3 .gameplay_title {
  transition-delay: 0.3s;
}
.cont3 .gameplay_swipbox {
  transition-delay: 0.6s;
}
.cont3 .gameplay_timeline, .cont3 .gameplay_navbox {
  transition-delay: 0.8s;
}
.cont3.swiper-slide-active .gameplay_title, .cont3.swiper-slide-active .gameplay_swipbox, .cont3.swiper-slide-active .gameplay_timeline, .cont3.swiper-slide-active .gameplay_navbox {
  opacity: 1;
  transform: translate(0, 0);
}

.gameplay_title {
  width: 4.15rem;
  height: 0.93rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/gameplay_titlem.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  position: absolute;
  left: 0.38rem;
  top: 1.26rem;
}

.gameplay_swipbox {
  width: 6.1rem;
  height: 3.43rem;
  position: absolute;
  left: 0.7rem;
  top: 4.68rem;
}

.gameplay_swipbox_in {
  width: 6.1rem;
  height: 3.43rem;
  background: #000;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/gameplay_mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  overflow: hidden;
}
.gameplay_swipbox_in ul {
  width: 10000%;
  height: 3.43rem;
  display: flex;
}
.gameplay_swipbox_in ul li {
  width: 6.1rem;
  height: 3.43rem;
}
.gameplay_swipbox_in ul li img {
  display: block;
  width: 100%;
  height: 100%;
}

.gameplay_prev, .gameplay_next {
  width: 0.33rem;
  height: 2.18rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/gameplay_prev.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -1.09rem;
}

.gameplay_prev {
  left: -0.54rem;
}

.gameplay_next {
  right: -0.54rem;
  transform: scale(-1, 1);
}

.gameplay_timeline_in {
  width: 6.1rem;
  height: 0.86rem;
  overflow: hidden;
  position: relative;
}

.gameplay_timeline {
  width: 6.1rem;
  height: 0.86rem;
  position: absolute;
  left: 0.7rem;
  top: 8.86rem;
  overflow: hidden;
}
.gameplay_timeline ul {
  width: 10000%;
  display: flex;
}
.gameplay_timeline ul li {
  width: 1.44rem !important;
  height: 0.86rem;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/gameplay_mask2.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  margin: 0 0.05rem !important;
}
.gameplay_timeline ul li p {
  display: none;
}
.gameplay_timeline ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gameplay_timeline ul li.light:after, .gameplay_timeline ul li.swiper-slide-active:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/gameplay_navbox_light.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

.cont4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/intelligence_bgm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.cont4 .intelligence_title, .cont4 .intelligence_banner, .cont4 .intelligence_detail {
  opacity: 0;
  transform: translate(0, 0.5rem);
  transition: all 0.5s;
}
.cont4 .intelligence_title {
  transition-delay: 0.3s;
}
.cont4 .intelligence_banner {
  transition-delay: 0.5s;
}
.cont4 .intelligence_detail {
  transition-delay: 0.8s;
}
.cont4.swiper-slide-active .intelligence_title, .cont4.swiper-slide-active .intelligence_banner, .cont4.swiper-slide-active .intelligence_detail {
  opacity: 1;
  transform: translate(0, 0);
}

.intelligence_title {
  width: 3.25rem;
  height: 0.57rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/intelligence_titlem.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  position: absolute;
  right: 0.7rem;
  top: 1.2rem;
}

.intelligence_box {
  width: 6.1rem;
  position: absolute;
  left: 0.7rem;
  top: 3.34rem;
}

.intelligence_banner {
  width: 6.1rem;
  height: 3.3rem;
  position: relative;
}

.intelligence_banner_line1 {
  width: 6.1rem;
  height: 3.3rem;
  position: absolute;
  left: -0.2rem;
  top: 0.28rem;
  z-index: 0;
}

.intelligence_banner_line2 {
  width: 6.1rem;
  height: 3.3rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  pointer-events: none;
}

.intelligence_swipbox_in {
  width: 6.08rem;
  height: 3.26rem;
  background: #000;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/intelligence_mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  overflow: hidden;
  position: absolute;
  left: 0.01rem;
  top: 0.01rem;
  z-index: 20;
}
.intelligence_swipbox_in:after {
  content: "";
  width: 1.94rem;
  height: 0.06rem;
  background: #ff5514;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
}
.intelligence_swipbox_in ul {
  width: 10000%;
  height: 3.28rem;
  display: flex;
}
.intelligence_swipbox_in ul li {
  width: 6.1rem;
  height: 3.28rem;
}
.intelligence_swipbox_in ul li img {
  display: block;
  width: 100%;
  height: 100%;
}

.intelligence_detail {
  width: 6.1rem;
  margin-top: 0.4rem;
}

.intelligence_detail_tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.intelligence_detail_tab li {
  height: 0.34rem;
  background: rgba(34, 34, 34, 0.17);
  text-align: center;
  line-height: 0.34rem;
  font-size: 0.17rem;
  color: #222222;
  font-family: "hkmid";
  margin: 0 0.25rem 0.06rem;
  cursor: pointer;
  position: relative;
  padding: 0 0.04rem;
}
.intelligence_detail_tab li:before {
  content: "";
  width: 0.21rem;
  height: 100%;
  background: rgba(34, 34, 34, 0.17);
  position: absolute;
  left: -0.21rem;
  top: 0;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/tab_mask1.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
.intelligence_detail_tab li:after {
  content: "";
  width: 0.21rem;
  height: 100%;
  background: rgba(34, 34, 34, 0.17);
  position: absolute;
  right: -0.21rem;
  top: 0;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/tab_mask2.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
.intelligence_detail_tab li.light {
  background: #ff5514;
  color: #ffffff;
}
.intelligence_detail_tab li.light:before {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/tab_mask_start.png) no-repeat #ff5514;
  background-size: 100% 100%;
}
.intelligence_detail_tab li.light:after {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/tab_mask_start.png) no-repeat #ff5514;
  background-size: 100% 100%;
}

.intelligence_detail_list {
  width: 100%;
  height: 4.36rem;
  margin-top: 0.12rem;
}
.intelligence_detail_list li {
  width: 100%;
  height: 0.62rem;
  display: flex;
  align-items: center;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/intelligence_listbg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.11rem;
}
.intelligence_detail_list li:last-child {
  margin-bottom: 0;
}
.intelligence_detail_list li:hover, .intelligence_detail_list li.light {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/intelligence_listbg_hov.png) no-repeat;
  background-size: 100% 100%;
}
.intelligence_detail_list li:hover .intelligence_detail_tips, .intelligence_detail_list li.light .intelligence_detail_tips {
  background: #ff5514;
}
.intelligence_detail_list li:hover .intelligence_detail_tips:before, .intelligence_detail_list li.light .intelligence_detail_tips:before {
  background: #ff5514;
}
.intelligence_detail_list li:hover .intelligence_detail_tips:after, .intelligence_detail_list li.light .intelligence_detail_tips:after {
  background: #ff5514;
}
.intelligence_detail_list li:hover .intelligence_detail_para, .intelligence_detail_list li.light .intelligence_detail_para {
  color: rgba(34, 34, 34, 0.8);
}
.intelligence_detail_list li a {
  width: 100%;
  height: 0.64rem;
  display: flex;
  align-items: center;
}

.intelligence_detail_tips {
  min-width: 0.32rem;
  height: 0.26rem;
  background: #000;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.17rem;
  color: #ffffff;
  margin-left: 0.3rem;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
}
.intelligence_detail_tips:before {
  content: "";
  width: 0.16rem;
  height: 100%;
  background: #000;
  position: absolute;
  left: -0.16rem;
  top: 0;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/tab_mask1.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
.intelligence_detail_tips:after {
  content: "";
  width: 0.16rem;
  height: 100%;
  background: #000;
  position: absolute;
  right: -0.16rem;
  top: 0;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/tab_mask2.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}

.intelligence_detail_para {
  width: 3.32rem;
  font-size: 0.2rem;
  color: rgba(17, 17, 17, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: tahoma, "Microsoft YaHei", -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 0.16rem;
}

.intelligence_detail_time {
  width: 1.46rem;
  font-size: 0.2rem;
  color: rgba(17, 17, 17, 0.5);
  text-align: right;
}

.intelligence_detail_more {
  display: flex;
  justify-content: flex-end;
  margin: 0.12rem auto 0;
}
.intelligence_detail_more a {
  display: block;
  width: 1.28rem;
  height: 0.3rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/intelligence_more.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
}

.intelligence_prg {
  width: 4.18rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: -0.12rem;
}
.intelligence_prg span {
  width: 0.76rem;
  height: 0.04rem;
  background: #a0a0a0;
  border-radius: 0;
  outline: none;
  border: none;
  opacity: 1;
  cursor: pointer;
}
.intelligence_prg span.swiper-pagination-bullet-active {
  background: #ff5514;
}

.side_smbox {
  height: 4.66rem;
  position: fixed;
  right: 0.12rem;
  top: 50%;
  margin-top: -3.16rem;
  z-index: 50;
}
.side_smbox.hide .side_smbox_in {
  display: none;
}
.side_smbox.hide .side_open {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/side_open.png) no-repeat #ff6418;
  background-size: 0.26rem 0.39rem;
  background-position: 50% 50%;
}

.side_open {
  width: 0.4rem;
  height: 1.28rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/side_ss.png) no-repeat #ff6418;
  background-size: 0.26rem 0.39rem;
  background-position: 50% 50%;
  position: absolute;
  left: -0.42rem;
  top: 50%;
  transform: translate(0, -50%) scale(-1, 1);
  z-index: 50;
}
.side_open.show {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/side_open.png) no-repeat #ff6418;
  background-size: 0.26rem 0.39rem;
  background-position: 50% 50%;
}

.side_smbox_in {
  width: 2.76rem;
  height: 5.02rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/side_smbox.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.34rem 0 0 0.3rem;
  margin: -0.34rem 0 0 -0.3rem;
}

.side_codebox {
  width: 1.9rem;
  height: 1.9rem;
  margin: 0.28rem auto 0;
  position: relative;
}
.side_codebox img {
  display: block;
  width: 100%;
  height: 100%;
}

.side_codebox_para {
  height: 0.7rem;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.24rem;
  text-align: left;
  box-sizing: border-box;
  padding-left: 0.28rem;
  position: relative;
}
.side_codebox_para:after {
  content: "";
  width: 0.32rem;
  height: 0.32rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/side_wx_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 1.78rem;
  top: 0.22rem;
}

.side_smiconbox {
  width: 2.14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0.16rem auto 0;
  padding-top: 0.09rem;
}
.side_smiconbox a {
  width: 1.72rem;
  height: 0.52rem;
  margin: 0.03rem auto;
}
.side_smiconbox a.side_smicon1 {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/side_bili.png) no-repeat;
  background-size: 100% 100%;
}
.side_smiconbox a.side_smicon3 {
  background: url(https://game.gtimg.cn/images/czn/web202605/side_tap.png) no-repeat;
  background-size: 100% 100%;
}

.cont5 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_bgm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.cont5 .intelligence_title, .cont5 .intelligence_banner, .cont5 .intelligence_detail {
  opacity: 0;
  transform: translate(0, 0.5rem);
  transition: all 0.5s;
}
.cont5 .intelligence_title {
  transition-delay: 0.3s;
}
.cont5 .intelligence_banner {
  transition-delay: 0.5s;
}
.cont5 .intelligence_detail {
  transition-delay: 0.8s;
}
.cont5.swiper-slide-active .intelligence_title, .cont5.swiper-slide-active .intelligence_banner, .cont5.swiper-slide-active .intelligence_detail {
  opacity: 1;
  transform: translate(0, 0);
}

.milestone_man {
  width: 6.72rem;
  height: 13.15rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_man.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3.9rem 0 0 -5.5rem;
  z-index: 30;
  pointer-events: none;
}

.milestone_title {
  display: block;
  width: 6.26rem;
  height: 1.01rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_title.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.45rem;
  top: 1.26rem;
  text-indent: -9999px;
}

.milestone_title_time {
  font-size: 0.18rem;
  color: #171717;
  line-height: 0.22rem;
  position: absolute;
  left: 7.76rem;
  top: 3.36rem;
  font-family: "hkmid";
  font-weight: normal;
}

.milestone_prg {
  width: 5.1rem;
  height: 3.72rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prgm.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 2.29rem;
  top: 7.48rem;
  z-index: 50;
}
.milestone_prg.status1 .milestone_prg_in {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prgin_m1.png) no-repeat;
  background-size: 100% 100%;
}
.milestone_prg.status2 .milestone_prg_in {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prgin_m2.png) no-repeat;
  background-size: 100% 100%;
}
.milestone_prg.status3 .milestone_prg_in {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prgin_m3.png) no-repeat;
  background-size: 100% 100%;
}
.milestone_prg.status4 .milestone_prg_in {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prgin_m4.png) no-repeat;
  background-size: 100% 100%;
}
.milestone_prg.status5 .milestone_prg_in {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prgin_m5.png) no-repeat;
  background-size: 100% 100%;
}
.milestone_prg.status6 .milestone_prg_in {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prgin_m6.png) no-repeat;
  background-size: 100% 100%;
}
.milestone_prg.status7 .milestone_prg_in {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prgin_m7.png) no-repeat;
  background-size: 100% 100%;
}

.milestone_prg_in {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.milestone_prglist {
  width: 4.9rem;
  position: absolute;
  left: 0;
  top: -2.62rem;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
}
.milestone_prglist li {
  width: 1.11rem;
  height: 2.84rem;
  margin-right: 0.14rem;
  position: relative;
  cursor: pointer;
}
.milestone_prglist li:nth-child(3) {
  margin-right: 0;
}
.milestone_prglist li:nth-child(4), .milestone_prglist li:nth-child(5) {
  width: 1.22rem;
}
.milestone_prglist li:nth-child(4) .milestone_rdbox, .milestone_prglist li:nth-child(5) .milestone_rdbox {
  width: 1.56rem;
  height: 3.17rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_rdbox_mid.png) no-repeat;
  background-size: 100% 100%;
  top: -0.22rem;
}
.milestone_prglist li:nth-child(4) .milestone_rdbox_lcpara span, .milestone_prglist li:nth-child(5) .milestone_rdbox_lcpara span {
  height: 0.33rem;
  padding: 0 0.08rem 0 0.1rem;
  font-size: 0.3rem;
  line-height: 0.33rem;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_nummask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  margin-bottom: 0.04rem;
}
.milestone_prglist li:nth-child(4) .milestone_rdbox_lcpara i, .milestone_prglist li:nth-child(5) .milestone_rdbox_lcpara i {
  font-size: 0.16rem;
}
.milestone_prglist li:nth-child(4) .milestone_rdbox_lcpara.spe span, .milestone_prglist li:nth-child(5) .milestone_rdbox_lcpara.spe span {
  background: rgba(255, 85, 20, 0.3);
}
.milestone_prglist li:nth-child(4) .milestone_rdbox_lcname, .milestone_prglist li:nth-child(5) .milestone_rdbox_lcname {
  left: 0.12rem;
  bottom: 0.18rem;
  padding-left: 0;
}
.milestone_prglist li:nth-child(4) .milestone_rdbox_lcname span, .milestone_prglist li:nth-child(5) .milestone_rdbox_lcname span {
  font-size: 0.28rem;
}
.milestone_prglist li.large {
  width: 1.48rem;
}
.milestone_prglist li.large .milestone_rdbox {
  width: 1.71rem;
  height: 3.41rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_rdbox_large.png) no-repeat;
  background-size: 100% 100%;
  top: -0.58rem;
  transform: scale(0.84);
}
.milestone_prglist li.large .milestone_rdbox_lcpara span {
  height: 0.33rem;
  padding: 0 0.08rem 0 0.1rem;
  font-size: 0.3rem;
  line-height: 0.33rem;
  background: rgba(153, 60, 206, 0.3);
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_nummask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  margin-bottom: 0.04rem;
  color: #fdd444;
}
.milestone_prglist li.large .milestone_rdbox_lcpara i {
  font-size: 0.16rem;
}
.milestone_prglist li.large .milestone_rdbox_lcname {
  left: 0.12rem;
  bottom: 0.18rem;
  padding-left: 0;
}
.milestone_prglist li.large .milestone_rdbox_lcname span {
  font-size: 0.28rem;
}
.milestone_prglist li.over .milestone_rdbox:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_mask.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}
.milestone_prglist li.over .milestone_prgicon {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prgicon_over.png) no-repeat;
  background-size: 100% 100%;
}
.milestone_prglist li:nth-child(2) {
  margin-right: 0.17rem;
}
.milestone_prglist li:nth-child(4) {
  position: absolute;
  right: -0.06rem;
  top: 0;
  margin-right: 0;
}
.milestone_prglist li:nth-child(5) {
  position: absolute;
  left: 3.74rem;
  top: 3.64rem;
  margin-right: 0;
}
.milestone_prglist li:nth-child(6) {
  position: absolute;
  right: 1.34rem;
  top: 3.67rem;
  margin-right: 0;
}
.milestone_prglist li:nth-child(7) {
  position: absolute;
  right: 2.92rem;
  top: 3.64rem;
  margin-right: 0;
}
.milestone_prglist li.light .milestone_rdbox {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_rdbox_light.png) no-repeat;
  background-size: 100% 100%;
}
.milestone_prglist li.light .milestone_prgicon {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prgicon_light.png) no-repeat;
  background-size: 100% 100%;
}
.milestone_prglist li.light.large .milestone_rdbox {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_rdbox_large.png) no-repeat;
  background-size: 100% 100%;
}
.milestone_prglist li.light.large .milestone_prgicon {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prgicon_light2.png) no-repeat;
  background-size: 100% 100%;
}

.milestone_rdbox {
  width: 1.42rem;
  height: 2.86rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_rdbox.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.78);
  transform-origin: 0 0;
}
.milestone_rdbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.milestone_rdbox_lcpara {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0.18rem;
  left: 0;
  text-align: right;
  box-sizing: border-box;
  padding-right: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.milestone_rdbox_lcpara span {
  display: inline-block;
  font-size: 0.28rem;
  line-height: 0.32rem;
  font-family: "qtrbold";
  color: #ffffff;
  vertical-align: top;
}
.milestone_rdbox_lcpara i {
  display: inline-block;
  height: 0.18rem;
  font-style: normal;
  font-size: 0.15rem;
  line-height: 0.18rem;
  color: #ffffff;
  vertical-align: top;
}
.milestone_rdbox_lcpara b {
  color: #ecdbff;
  background: linear-gradient(to bottom, #faf6ff 20%, #dbbbff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.milestone_rdbox_lcname {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.16rem;
  text-align: left;
  box-sizing: border-box;
  padding-left: 0.1rem;
}
.milestone_rdbox_lcname span {
  display: block;
  font-size: 0.24rem;
  line-height: 0.28rem;
  font-family: "qtrbold";
  color: #ffffff;
}
.milestone_rdbox_lcname i {
  display: block;
  font-style: normal;
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #ffffff;
  font-family: "hkmid";
  font-weight: normal;
}

.milestone_prgicon {
  display: block;
  width: 0.43rem;
  height: 0.41rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prgicon_lock.png) no-repeat;
  background-size: 100% 100%;
}

.character_p_des_info {
  display: none;
}

.qside_icon {
  width: 1.65rem;
  height: 1.48rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/qside_icon2.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  right: 0.1rem;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
}

.main_tiezhi {
  width: 1.46rem;
  height: 1.33rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/tiezhi.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.3rem;
  top: 1.27rem;
  z-index: 60;
}

.main_tiezhi_kol {
  width: 1.33rem;
  height: 1.29rem;
  background: url(https://game.gtimg.cn/images/czn/web202605/tiezhi_kol.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.3rem;
  top: 1.27rem;
  z-index: 60;
}

.kefu {
  display: block;
  width: 1.65rem;
  height: 2rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}

.kefu img {
  width: 1.65rem;
  height: 1.65rem;
  display: block;
}

.kefu p {
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #322556;
  font-family: "hkmid";
  font-weight: normal;
}

.main_zbside {
  width: 1.912rem;
  height: 1.416rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/side_live_btn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.3rem;
  top: 3.6rem;
  z-index: 60;
}

.dia_cardm .dia_in {
  height: 6.64rem;
}

.index_rewards_box {
  display: none;
}

.main_playwz_vbtn {
  width: 1.6rem;
  height: 1.6rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/main_playwz_vbtn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 95;
  text-indent: -9999px;
}

.dia_video_preview {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9990;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dia_video_preview video {
  width: 6.9rem;
  height: 4.2rem;
  outline: none;
}
.dia_video_preview .dia_close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -2.4rem;
  margin-left: 3.2rem;
  z-index: 10;
}

.cont6 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/forward_bgm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.forward_title {
  width: 5.26rem;
  height: 0.93rem;
  background: url(https://game.gtimg.cn/images/czn/web202605/forward_title.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  position: absolute;
  left: 0.44rem;
  top: 1.26rem;
}

.forward_swiper_box {
  width: 6.1rem;
  height: 4.06rem;
  position: absolute;
  left: 50%;
  top: 4.66rem;
  transform: translate(-50%, 0);
}

.forward_swiper {
  width: 6.1rem;
  height: 4.06rem;
  overflow: hidden;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/forward_mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
.forward_swiper ul {
  display: flex;
  width: 10000%;
}
.forward_swiper ul li {
  width: 6.1rem;
  height: 4.06rem;
  position: relative;
  background: #ff5514;
  box-sizing: border-box;
}
.forward_swiper ul li img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/forward_mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 6.06rem 4.02rem;
  -webkit-mask-position: 50% 50%;
}

.forward_txtbox {
  width: 10.06rem;
  height: 1.3rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/forward_txt_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.32rem 0 0 0.24rem;
  box-sizing: border-box;
}

.forward_txttitle {
  display: block;
  font-size: 0.32rem;
  color: #ff5514;
  line-height: 0.36rem;
  font-weight: bold;
}

.forward_txtpara {
  width: 6.12rem;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.3rem;
  margin-top: 0.06rem;
}

.forward_prev, .forward_next {
  width: 0.33rem;
  height: 2.18rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/gameplay_prev.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.84rem;
}

.forward_prev {
  left: -0.53rem;
}

.forward_next {
  right: -0.53rem;
  transform: scale(-1, 1);
}

.forward_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -0.58rem;
}
.forward_nav span {
  display: flex;
  width: 0.3rem;
  height: 0.29rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/forward_nav_icon.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1 !important;
  border-radius: 0 !important;
  cursor: pointer;
}
.forward_nav span.swiper-pagination-bullet-active {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/forward_nav_icon_light.png) no-repeat;
  background-size: 100% 100%;
}

.forward_timeline {
  width: 6.1rem;
  height: 0.86rem;
  position: absolute;
  left: 0;
  bottom: -1rem;
  overflow: hidden;
}
.forward_timeline ul {
  width: 10000%;
  display: flex;
}
.forward_timeline ul li {
  width: 1.44rem !important;
  height: 0.86rem;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/gameplay_mask2.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  margin: 0 0.05rem !important;
}
.forward_timeline ul li p {
  display: none;
}
.forward_timeline ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.forward_timeline ul li.light:after, .forward_timeline ul li.swiper-slide-active:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/gameplay_navbox_light.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

/* 图片大图预览 */
.dia_img_preview {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dia_img_preview img {
  width: 7.12rem;
  height: auto;
  object-fit: contain;
  display: block;
}

.dia_img_close2 {
  width: 0.52rem;
  height: 0.52rem;
  position: relative;
  z-index: 10000;
  cursor: pointer;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/diaclose.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.32rem;
}

.index_main_bbox {
  display: none;
}

.index_main_bbox_pcdownm {
  display: block;
  width: 3.07rem;
  height: 0.74rem;
  background: url(https://game.gtimg.cn/images/czn/web202605/index_pc_main_downm.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 2.1rem;
  margin-left: -1.535rem;
  z-index: 50;
}

.index_main_ckpzm {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 1.62rem;
  font-size: 0.22rem;
  color: #51426f;
  text-decoration: underline;
  z-index: 50;
}
.index_main_ckpzm2 {
  color: #ffffff;
}

.cont_pys {
  width: 200%;
  position: absolute;
  left: 0;
  top: 0;
  height: 2.8rem;
  transform: scale(0.5);
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.52rem;
  transform-origin: 0 0;
  padding: 0.56rem 0 0 0.6rem;
}
.cont_pys a {
  color: #ff5514;
}

.main_playwz_vbtn {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  left: 50%;
  bottom: 4.44rem;
  z-index: 95;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 0 0 -0.6rem;
  background: url(https://game.gtimg.cn/images/czn/web202605/main_playwz_vbtn.png) no-repeat;
  background-size: 100% 100%;
}
.main_playwz_vbtn svg {
  display: block;
  width: 100%;
  height: 100%;
}

.dia_pz_para {
  width: 100%;
  text-align: center;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.26rem;
  margin: 0.24rem auto 0;
}

.dia_pz_tab {
  width: 8.36rem;
  margin: 0.2rem 0 0 0.2rem;
  transform: scale(0.82);
  transform-origin: 0 0;
}
.dia_pz_tab th {
  height: 0.72rem;
  vertical-align: middle;
  font-size: 0.24rem;
  color: #ff5514;
  font-weight: bold;
  text-align: center;
  border: #4e4e4e solid 1px;
  background: rgba(0, 0, 0, 0.4);
}
.dia_pz_tab td {
  vertical-align: middle;
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #cccccc;
  text-align: center;
  padding: 0.22rem 0;
  border: #4e4e4e solid 1px;
  background: rgba(0, 0, 0, 0.4);
}
