/* reset */
/* reset */
:root {
  --max-height:100vh;
  --height:1080;
  --max-width:89vw;
}

@media (max-aspect-ratio: 16/9) {
  :root {
    --height: 1920;
    --max-height: 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, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form {
  margin: 0;
  padding: 0;
}

body {
  font: 12px/1.5 tahoma, "Microsoft YaHei", -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 0;
  background: #222222;
  font-family: "u65b9u6b63u5170u4eadu9ed1";
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em, b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  filter: brightness(1.1);
}

img {
  border: 0;
}

img[src=""], img:not([src]) {
  opacity: 0;
}

button, input, select, textarea {
  font-size: 100%;
  outline: none;
}

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

td, th, ul, ol {
  padding: 0;
  list-style-type: none;
}

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

.hidden {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

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: 100vh;
  position: relative;
  z-index: 50;
  overflow: hidden;
  /*background: #fff;*/
  color: #000;
  /*overflow-y: inherit;*/
}
.wrap > .swiper-wrapper {
  display: block;
  height: 10000%;
}
.wrap > .swiper-wrapper > .swiper-slide {
  overflow: hidden;
  height: 100vh;
}

.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(calc(-50 / 1920 * var(--max-width)));
    -webkit-transform: translateX(calc(-50 / 1920 * var(--max-width)));
    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(calc(50 / 1920 * var(--max-width)));
    opacity: 0;
    -webkit-transform: translateX(calc(50 / 1920 * var(--max-width)));
  }
  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(calc(50 / 1920 * var(--max-width)));
    -webkit-transform: translateY(calc(50 / 1920 * var(--max-width)));
    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(calc(-150 / 1920 * var(--max-width)));
    opacity: 0;
  }
  70% {
    transform: translatex(calc(-150 / 1920 * var(--max-width)));
    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(calc(150 / 1920 * var(--max-width)));
    opacity: 0;
  }
  70% {
    transform: translatex(calc(-150 / 1920 * var(--max-width)));
    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(calc(-100 / 1920 * var(--max-width)));
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(calc(-100 / 1920 * var(--max-width)));
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.show .toggleCamp {
  animation: toggleCamp 0.4s ease both;
}

@keyframes toggleCamp {
  0% {
    transform: translateY(calc(100 / 1920 * var(--max-width)));
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(calc(100 / 1920 * var(--max-width)));
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.show .toggleSpeech {
  animation: toggleSpeech 1.2s ease both;
}

@keyframes toggleSpeech {
  0% {
    transform: translateY(calc(-50 / 1920 * var(--max-width)));
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(calc(-50 / 1920 * var(--max-width)));
  }
  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;
}
.top_nav.stype2 {
  background: none;
}
.top_nav.stype2 .top_nav_list {
  display: none;
}

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

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

.top_nav_list {
  width: 8.12rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  position: relative;
  margin-right: 0.5rem;
}
.top_nav_list li {
  width: 1.48rem;
  height: 0.8rem;
  position: relative;
  margin: 0 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  color: #b2b2b2;
  cursor: pointer;
}
.top_nav_list li a {
  width: 1.2rem;
  height: 0.96rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #ffffff;
}
.top_nav_list li span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_nav_list li i {
  font-family: "qtr";
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-style: normal;
  font-weight: normal;
}
.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:before {
  content: "";
  width: 1.48rem;
  height: 0.1rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/nav/nav_line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.74rem;
}

.nav_play_icon {
  width: 0.48rem;
  height: 0.4rem;
  position: relative;
  margin-top: 0.18rem;
  margin-right: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0.1rem 0;
  cursor: pointer;
}
.nav_play_icon i {
  display: block;
  width: 0.02rem;
  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.22rem;
  height: 0.23rem;
  position: relative;
  margin-right: 0.6rem;
  margin-top: 0.26rem;
}
.nav_user_icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav_loginbox {
  height: 0.8rem;
  margin-right: 0.6rem;
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  font-family: "hkmid";
  color: #fff;
  line-height: 0.32rem;
  margin-right: 0.38rem;
}
.nav_loginbox p {
  font-family: tahoma, "Microsoft YaHei", -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav_loginzx {
  width: 0.66rem;
  height: 0.28rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/nav/zx_btn.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.18rem;
  font-family: "hkmid";
  color: #ffffff;
  line-height: 0.28rem;
  margin-left: 0.3rem;
  text-align: center;
}

.nav_user_cicon {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  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;
}

.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.44rem;
  height: 0.44rem;
  position: absolute;
  right: -0.52rem;
  top: 0;
  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: 12.24rem;
  height: 5.46rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.dia_order_large .dia_in {
  width: 12.24rem;
  height: 7.42rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_bg_large.jpg) no-repeat;
  background-size: 100% 100%;
}

.dia_com .dia_in {
  width: 9.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_card .dia_in {
  width: 10rem;
  height: 7.65rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/card_dialogbg.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.42rem 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.18rem;
  line-height: 0.22rem;
  color: #ffffff;
  max-width: 90%;
  margin: 0.18rem auto 0;
}
.dia_paras {
  margin: 0.64rem auto 0;
}

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

.dia_rewimg {
  display: block;
  width: 7.13rem;
  height: 1.82rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dialog/dia_rew_img.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_para1 {
  width: 11.06rem;
  margin: 0.36rem auto 0;
  text-align: center;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.55);
}

.dia_iptbox {
  width: 3.5rem;
  height: 0.48rem;
  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.2rem;
  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.54rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff5514;
  font-size: 0.16rem;
  color: #ffffff;
  font-family: "hkmid";
}

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

.dia_btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0.2rem 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;
  margin: 0 0.5rem;
}
.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;
}
.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;
}
.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;
}
.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%;
  margin: 0 0.34rem;
}
.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 {
  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;
  margin: 0 0.34rem;
}
.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;
}

.dia_btnbox_mg0 {
  margin: 0.06rem auto 0;
}

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

.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.9rem;
}
.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: 9.4rem;
  height: 5.4rem;
  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: 9.4rem;
  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: 9.4rem;
  margin: 0.12rem auto 0;
  font-size: 0.18rem;
  color: #c5c5c5;
  box-sizing: border-box;
  padding-left: 0.2rem;
}

.cont_footer {
  height: auto !important;
}

.footer {
  height: auto;
  font-size: 0.16rem;
  color: #fff;
  background-color: #000;
}

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

.footer #afooter {
  display: none;
  text-align: center;
  padding: 10px 0;
}

.footer .foot_lefts {
  height: 100%;
  width: 5.88rem;
  margin-left: auto;
  margin-right: 0.5rem;
}

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

.footer .foot_left {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  text-indent: 0;
  margin: 0;
}

.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;
  height: auto;
  object-fit: contain;
  margin: 0.1rem 0;
}
.foot_left img.footer_logo2 {
  width: 1.8rem;
}

.foot_links {
  position: relative;
}
.foot_links:after {
  content: "";
  width: 0.5rem;
  height: 0.64rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/sl_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.14rem;
  bottom: 0.44rem;
}

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

.cont1 {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/index_bg.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%;
}

.cont_pc_down {
  display: block;
  width: 4.54rem;
  height: 1.28rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/main_pc_odn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 2.04rem;
  margin-left: -2.27rem;
  text-indent: -9999px;
  z-index: 50;
}
.cont_pc_down:hover {
  filter: brightness(1.1);
}
.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.98rem;
  height: 0.94rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/btn_kol.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 2.76rem;
  margin-left: -5.67rem;
  text-indent: -9999px;
  z-index: 50;
}

.cont_order_num {
  width: 2.46rem;
  height: 0.66rem;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 50%;
  bottom: 0.66rem;
  margin-left: -1.23rem;
  overflow: hidden;
  z-index: 20;
}

.mian_order_btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 1.62rem;
  z-index: 60;
}
.mian_order_btnbox a {
  display: block;
  width: 1.86rem;
  height: 0.56rem;
  text-indent: -9999px;
  margin: 0 0.06rem;
}
.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_sm_slogan {
  width: 13.02rem;
  height: 3.19rem;
  background: url(https://game.gtimg.cn/images/czn/web202605/sm_add_slogan.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -6.51rem;
  bottom: 1.8rem;
  text-indent: -9999px;
  z-index: 100;
  pointer-events: none;
}

.index_smbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.18rem;
  bottom: 0.1rem;
  z-index: 20;
}
.index_smbox a {
  width: 0.54rem;
  height: 0.54rem;
  margin: 0 0.02rem;
  transition: transform 0.3s;
  background: #595959;
  -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;
}

.side_smbox {
  height: 4.66rem;
  position: fixed;
  left: 0.3rem;
  bottom: 1.87rem;
  z-index: 50;
  transform: translateX(-3.46rem);
  transition: transform 0.6s;
  transition-delay: 0.9s;
  opacity: 0;
}
.side_smbox.hide {
  left: 0;
}
.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;
  right: -0.42rem;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 30;
}
.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%;
}

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

.cont_numcount {
  font-size: 0.24rem;
  color: #ff5514;
  line-height: 0.28rem;
  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: 50%;
  transform: translate(-50%, -50%);
  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;
}
.cont1_vbg video.vbgloop {
  opacity: 0;
}
.cont1_vbg:before {
  content: "";
  width: 100%;
  height: 4rem;
  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%);
}
.cont1_vbg.mian_cont1_vbg:before {
  display: none;
}

.cont1 .cont_order, .cont1 .btn_kol, .cont1 .cont_order_num, .cont1 .cont_scroll_tip, .cont1 .index_smbox, .cont1 .qside_icon, .cont1 .main_zbside, .cont1 .cont_sm_slogan, .cont1 .cont_pc_down, .cont1 .main_playwz_vbtn, .cont1 .mian_order_btnbox_tap, .cont1 .cont_or_pcdown, .cont1 .index_main_bbox, .cont1 .cont1_vbg:before {
  opacity: 0;
  transform: translateY(calc(50 / 1920 * var(--max-width)));
}
.cont1.loadover .cont1_vbg video.vbgstart {
  opacity: 0;
}
.cont1.loadover .cont1_vbg video.vbgloop {
  opacity: 1;
}
.cont1.loadover .cont1_vbg:before {
  opacity: 0;
}
.cont1.loadover .cont_order, .cont1.loadover .btn_kol, .cont1.loadover .cont_order_num, .cont1.loadover .cont_scroll_tip, .cont1.loadover .index_smbox, .cont1.loadover .qside_icon, .cont1.loadover .main_zbside, .cont1.loadover .cont_sm_slogan, .cont1.loadover .cont1_vbg:before, .cont1.loadover .cont_pc_down, .cont1.loadover .main_playwz_vbtn, .cont1.loadover .mian_order_btnbox_tap, .cont1.loadover .cont_or_pcdown, .cont1.loadover .index_main_bbox {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
}
.cont1.loadover .cont1_vbg:before {
  opacity: 1;
  transition: all 0.6s;
}
.cont1.loadover .cont_order_num {
  transition-delay: 0.3s;
}
.cont1.loadover .cont_scroll_tip {
  transition-delay: 0.4s;
}
.cont1.loadover .index_smbox {
  transition-delay: 0.5s;
}
.cont1.loadover .btn_kol {
  transition-delay: 0.6s;
}
.cont1.loadover .qside_icon {
  transition-delay: 0.7s;
}
.cont1.mainbox .cont_order, .cont1.mainbox .btn_kol, .cont1.mainbox .cont_order_num, .cont1.mainbox .cont_scroll_tip, .cont1.mainbox .index_smbox, .cont1.mainbox .qside_icon, .cont1.mainbox .main_zbside, .cont1.mainbox .cont_sm_slogan, .cont1.mainbox .cont_pc_down, .cont1.mainbox .main_playwz_vbtn, .cont1.mainbox .mian_order_btnbox_tap, .cont1.mainbox .cont_or_pcdown, .cont1.mainbox .index_main_bbox {
  transition: unset !important;
}

.top_nav {
  transform: translateY(-0.8rem);
}

.loadover .main_tiezhi, .loadover .main_tiezhi_kol {
  transition: all 0.6s;
  transition-delay: 0.9s;
}
.loadover .side_smbox, .loadover .main_tiezhi, .loadover .main_tiezhi_kol {
  opacity: 1;
  transform: translateX(0);
}
.loadover .top_nav {
  transition: all 0.6s;
  transform: translateY(0);
}

.mainbox .main_tiezhi, .mainbox .main_tiezhi_kol {
  transition: unset !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.cont2 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_bg.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_icon7 {
  width: 13.28rem;
  height: 9.81rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon7_Orlea_creazy.png);
}
.cont2[data-roleName=Orlea_creazy] .character_skills_canvas {
  display: none;
}
.cont2[data-roleName=Orlea_creazy] .character_skills_showbtn {
  display: block;
  opacity: 1;
}
.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;
}
.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=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_skills_showbtn, .cont2[data-roleName=Fei_creazy] .character_skills_showbtn {
  display: block;
  opacity: 1;
}
.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=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_skills_showbtn {
  display: block;
  opacity: 1;
}
.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=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_icon7 {
  width: 13.28rem;
  height: 9.81rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon7_Orlea_creazy.png);
}
.cont2[data-roleName=Rei_creazy] .character_skills_canvas {
  display: none;
}
.cont2[data-roleName=Rei_creazy] .character_skills_showbtn {
  display: block;
  opacity: 1;
}
.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;
}
.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=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_icon7 {
  width: 13.28rem;
  height: 9.81rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon7_Renoa_creazy.png);
}
.cont2[data-roleName=Renoa_creazy] .character_skills_canvas {
  display: none;
}
.cont2[data-roleName=Renoa_creazy] .character_skills_showbtn {
  display: block;
  opacity: 1;
}
.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;
}
.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 {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_pcRenoa_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.cont2[data-roleName=Renoa_creazy] .character_skills_showbtn:after {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_bkRenoa_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.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_icon7 {
  width: 13.28rem;
  height: 9.81rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon7_Renoa_creazy.png);
}
.cont2[data-roleName=Rin_creazy] .character_skills_canvas {
  display: none;
}
.cont2[data-roleName=Rin_creazy] .character_skills_showbtn {
  display: block;
  opacity: 1;
}
.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;
}
.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 {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_pcRin_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.cont2[data-roleName=Rin_creazy] .character_skills_showbtn:after {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_bkRin_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.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_icon7 {
  width: 13.28rem;
  height: 9.81rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon7_Luke_creazy.png);
}
.cont2[data-roleName=Luke_creazy] .character_skills_canvas {
  display: none;
}
.cont2[data-roleName=Luke_creazy] .character_skills_showbtn {
  display: block;
  opacity: 1;
}
.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;
}
.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 {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_pcLuke_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.cont2[data-roleName=Luke_creazy] .character_skills_showbtn:after {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_bkLuke_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.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_icon7, .cont2[data-roleName=Yuki_creazy] .character_p_icon7 {
  width: 13.28rem;
  height: 9.81rem;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon7_haru_creazy.png);
}
.cont2[data-roleName=haru_creazy] .character_skills_canvas, .cont2[data-roleName=Yuki_creazy] .character_skills_canvas {
  display: none;
}
.cont2[data-roleName=haru_creazy] .character_skills_showbtn, .cont2[data-roleName=Yuki_creazy] .character_skills_showbtn {
  display: block;
  opacity: 1;
}
.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;
}
.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 {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_pcharu_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.cont2[data-roleName=haru_creazy] .character_skills_showbtn:after, .cont2[data-roleName=Yuki_creazy] .character_skills_showbtn:after {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_showbtn_bkRin_creazy.png) no-repeat;
  background-size: 100% 100%;
}
.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: 10.7rem;
  bottom: 0.7rem;
  width: 6.5rem;
  height: 8.6rem;
  z-index: 0;
}

.character_p_svgbg2 {
  position: absolute;
  left: 11.04rem;
  bottom: 0;
  width: 7.26rem;
  height: 8.78rem;
  z-index: 5;
}

.character_p_creazydbbg {
  width: 8.91rem;
  height: 8.76rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_creazybgdb_Orlea_creazy.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 9.48rem;
  top: 1.5rem;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

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

.character_p_animate {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.character_p_animate video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.character_p_animate img, .character_p_animate canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  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;
  left: 7.7rem;
  top: -0.2rem;
}
.character_p_animate img[data-rolename=Orlea_creazy], .character_p_animate canvas[data-rolename=Orlea_creazy] {
  width: 10.06rem;
  height: 9.21rem;
  left: 7.12rem;
  top: 0.93rem;
}
.character_p_animate img[data-rolename=Kayron], .character_p_animate canvas[data-rolename=Kayron] {
  width: 10.39rem;
  height: 19.06rem;
  left: 9.68rem;
  top: 0.67rem;
}
.character_p_animate img[data-rolename=Renoa], .character_p_animate canvas[data-rolename=Renoa] {
  width: 9.85rem;
  height: 16.19rem;
  left: 8.73rem;
  top: 0.35rem;
}
.character_p_animate img[data-rolename=Renoa_creazy], .character_p_animate canvas[data-rolename=Renoa_creazy] {
  width: 9.93rem;
  height: 9.3rem;
  left: 9.05rem;
  top: 0.74rem;
}
.character_p_animate img[data-rolename=Rei], .character_p_animate canvas[data-rolename=Rei] {
  width: 6.99rem;
  height: 13.01rem;
  left: 10.12rem;
  top: 1.03rem;
}
.character_p_animate img[data-rolename=Rin], .character_p_animate canvas[data-rolename=Rin] {
  width: 8.56rem;
  height: 13.57rem;
  left: 9.55rem;
  top: 1.27rem;
}
.character_p_animate img[data-rolename=Rin_creazy], .character_p_animate canvas[data-rolename=Rin_creazy] {
  width: 8.33rem;
  height: 9.58rem;
  left: 10.25rem;
  top: 1.38rem;
}
.character_p_animate img[data-rolename=Luke], .character_p_animate canvas[data-rolename=Luke] {
  width: 9.1rem;
  height: 17.58rem;
  left: 9.37rem;
  top: 0.68rem;
}
.character_p_animate img[data-rolename=Luke_creazy], .character_p_animate canvas[data-rolename=Luke_creazy] {
  width: 6.02rem;
  height: 8.82rem;
  left: 10.7rem;
  top: 1.04rem;
}
.character_p_animate img[data-rolename=haru], .character_p_animate canvas[data-rolename=haru] {
  width: 8.8rem;
  height: 13.99rem;
  left: 9.21rem;
  top: 0.72rem;
}
.character_p_animate img[data-rolename=haru_creazy], .character_p_animate canvas[data-rolename=haru_creazy] {
  width: 7.41rem;
  height: 8.42rem;
  left: 9.92rem;
  top: 1.29rem;
}

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

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

.character_p_icon2 {
  width: 1.2rem;
  height: 1.44rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.33rem;
  top: 1.03rem;
  z-index: 10;
}

.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: 10.22rem;
  top: 1.5rem;
  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: 0.67rem;
  bottom: 1.06rem;
  z-index: 10;
  transition: background-image 0.3s;
}

.character_p_icon7 {
  width: 11.62rem;
  height: 9.7rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon7.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 7.6rem;
  bottom: 0;
  z-index: 10;
  transition: background-image 0.3s;
}

.character_side_tab {
  width: 1.16rem;
  height: 5.66rem;
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 60;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_side_tab.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 {
  width: 100%;
  height: 100%;
}

.character_side_swiper {
  width: 1rem;
  height: 5.4rem;
  position: absolute;
  left: 50%;
  top: 0.12rem;
  margin-left: -0.5rem;
  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% 100%;
}
.character_side_swiper ul {
  width: 1rem;
  height: 10000%;
  display: block;
}
.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;
  top: 50%;
  transform: translate(0, -50%);
  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_prev, .character_side_next {
  width: 0.54rem;
  height: 0.31rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/p2_man_prevbtn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0.7);
}

.character_side_prev {
  top: -0.4rem;
}

.character_side_next {
  bottom: -0.4rem;
  transform: translateX(-50%) scale(0.7, -0.7);
}

.character_side_imgbox {
  width: 1rem;
  height: 1.16rem;
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  -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_p_infobox {
  width: 5.48rem;
  position: absolute;
  left: 3rem;
  top: 50%;
  margin-top: -3.16rem;
  z-index: 30;
  pointer-events: none;
  opacity: 0;
}
.character_p_infobox .character_voice_box, .character_p_infobox .character_skills_box, .character_p_infobox .character_en_name, .character_p_infobox .character_p_detp, .character_p_infobox .character_show_detail {
  opacity: 0;
}
.character_p_infobox.show {
  opacity: 1;
  pointer-events: unset;
}
.character_p_infobox.show .character_skills_box li:nth-child(1) {
  animation: skillShow 0.3s 0.2s 1 both;
}
.character_p_infobox.show .character_skills_box li:nth-child(2) {
  animation: skillShow 0.3s 0.4s 1 both;
}
.character_p_infobox.show .character_skills_box li:nth-child(3) {
  animation: skillShow 0.3s 0.6s 1 both;
}
.character_p_infobox.show .character_skills_box li:nth-child(4) {
  animation: skillShow 0.3s 0.8s 1 both;
}
.character_p_infobox.show .character_skills_box li:nth-child(5) {
  animation: skillShow 0.3s 1s 1 both;
}
.character_p_infobox.show .character_skills_box li:nth-child(6) {
  animation: skillShow 0.3s 1.2s 1 both;
}
.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=Orlea_creazy] .character_en_name {
  opacity: 0 !important;
}
.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=Renoa_creazy] .character_en_name {
  opacity: 0 !important;
}
.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=Rin_creazy] .character_en_name {
  opacity: 0 !important;
}
.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=Luke_creazy] .character_en_name {
  opacity: 0 !important;
}
.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_p_infobox[data-roleName=haru_creazy] .character_en_name {
  opacity: 0 !important;
}

@keyframes skillShow {
  0% {
    opacity: 0;
    transform: translate(0, 0.2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.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_detp {
  width: 100%;
  display: flex;
  align-items: end;
  margin-top: 0.12rem;
}
.character_p_detp:hover .character_p_des_info p:after {
  display: block;
}
.character_p_detp:hover .character_p_des_info p:nth-child(2) {
  display: block;
}

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

.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_des_info {
  width: 3.36rem;
  position: absolute;
  left: 0rem;
  bottom: 0.36rem;
}
.character_p_des_info:after {
  content: "";
  width: 0.86rem;
  height: 0.05rem;
  -webkit-mask-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/desinfo_linemask.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  display: block;
  background: rgb(241, 178, 64);
  display: none;
}
.character_p_des_info p:nth-child(1) {
  font-size: 0.16rem;
  color: rgb(255, 255, 255);
  line-height: 0.22rem;
  margin-bottom: 0.06rem;
}
.character_p_des_info p:nth-child(1):after {
  content: "";
  width: 0.97rem;
  height: 0.06rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/desinfo_line.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.08rem;
  margin-top: 0.12rem;
}
.character_p_des_info p:nth-child(2) {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.18rem;
  margin-bottom: 0.06rem;
  display: none;
}

.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.32rem;
  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%;
  margin-top: 0.3rem;
}

.character_skills_box {
  width: 5.52rem;
  height: 4.5rem;
  position: relative;
  margin-top: 0;
}
.character_skills_box:before {
  content: "";
  width: 0.59rem;
  height: 0.87rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_icon5.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -0.28rem;
  top: -0.74rem;
  z-index: 0;
  pointer-events: none;
  display: none;
}
.character_skills_box:after {
  content: "";
  width: 4.34rem;
  height: 2.17rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/character_skills_line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.78rem;
  top: 2.02rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}

.character_skills_canvas {
  width: 5.14rem;
  height: 4.4rem;
  position: absolute;
  left: 3rem;
  top: 5.08rem;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  z-index: 20;
}

.character_skills_lienchange {
  width: 6.34rem;
  height: 4.7rem;
  position: absolute;
  left: -0.84rem;
  top: -0.32rem;
}

.character_skills_list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: end;
  z-index: 20;
  box-sizing: border-box;
  padding-left: 0.12rem;
}
.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.12rem;
  top: 2.84rem;
}
.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;
  left: 5.5rem;
  top: 0.46rem;
}
.character_skills_list li {
  width: 0.88rem;
  height: 1.77rem;
  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.06rem 0.3rem;
  transition: all 0.3s;
  cursor: pointer;
}
.character_skills_list li:nth-child(1) {
  margin-bottom: 0.33rem;
}
.character_skills_list li:nth-child(2) {
  margin-bottom: 0.94rem;
}
.character_skills_list li:nth-child(3) {
  margin-bottom: 1.44rem;
}
.character_skills_list li:nth-child(4) {
  margin-bottom: 1.92rem;
}
.character_skills_list li:nth-child(5) {
  margin-bottom: 2.44rem;
}
.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_list.type1 li:nth-child(1) {
  margin-bottom: 0.33rem;
}
.character_skills_list.type1 li:nth-child(2) {
  margin-bottom: 0.94rem;
}
.character_skills_list.type1 li:nth-child(3) {
  margin-bottom: 1.46rem;
}
.character_skills_list.type1 li:nth-child(4) {
  margin-bottom: 1.96rem;
}
.character_skills_list.type1 li:nth-child(5) {
  margin-bottom: 2.44rem;
}
.character_skills_list.type2 li:nth-child(1) {
  margin-bottom: 0.33rem;
}
.character_skills_list.type2 li:nth-child(2) {
  margin-bottom: 0.86rem;
}
.character_skills_list.type2 li:nth-child(3) {
  margin-bottom: 1.46rem;
}
.character_skills_list.type2 li:nth-child(4) {
  margin-bottom: 1.96rem;
}
.character_skills_list.type2 li:nth-child(5) {
  margin-bottom: 2.44rem;
}
.character_skills_list.type3 li:nth-child(1) {
  margin-bottom: 0.3rem;
}
.character_skills_list.type3 li:nth-child(2) {
  margin-bottom: 0.8rem;
}
.character_skills_list.type3 li:nth-child(3) {
  margin-bottom: 1.4rem;
}
.character_skills_list.type3 li:nth-child(4) {
  margin-bottom: 1.96rem;
}
.character_skills_list.type3 li:nth-child(5) {
  margin-bottom: 2.44rem;
}
.character_skills_list.type4 li:nth-child(1) {
  margin-bottom: 0.3rem;
}
.character_skills_list.type4 li:nth-child(2) {
  margin-bottom: 0.8rem;
}
.character_skills_list.type4 li:nth-child(3) {
  margin-bottom: 1.3rem;
}
.character_skills_list.type4 li:nth-child(4) {
  margin-bottom: 1.86rem;
}
.character_skills_list.type4 li:nth-child(5) {
  margin-bottom: 2.44rem;
}
.character_skills_list.type5 li:nth-child(1) {
  margin-bottom: 0.3rem;
}
.character_skills_list.type5 li:nth-child(2) {
  margin-bottom: 0.8rem;
}
.character_skills_list.type5 li:nth-child(3) {
  margin-bottom: 1.3rem;
}
.character_skills_list.type5 li:nth-child(4) {
  margin-bottom: 1.78rem;
}
.character_skills_list.type5 li:nth-child(5) {
  margin-bottom: 2.01rem;
}

.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: 1;
  object-fit: cover;
}

.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 {
  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.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%;
  position: absolute;
  left: 1.16rem;
  top: 3.14rem;
  z-index: 50;
  opacity: 0;
  display: none;
}
.character_skills_showbtn > .character_skills_imgbox {
  width: 1.52rem;
  height: 3.08rem;
  margin-left: -0.76rem;
}
.character_skills_showbtn > .character_skills_imgbox .character_skills_imgdet {
  transform: scale(0.6);
}
.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;
}

.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.9rem;
  bottom: 0.93rem;
  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.28rem;
  top: 4.72rem;
  z-index: 60;
  cursor: pointer;
}
.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: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  pointer-events: none;
}
.character_conner_hdimg_anime:after {
  content: "";
  width: 0.8rem;
  height: 0.78rem;
  display: block;
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/txicon.png);
  background-position: -3.24rem -1.66rem;
  background-size: 4.22rem 3.25rem;
  transform: translate(0.2rem, 0.24rem);
  background-repeat: no-repeat;
  animation-name: keyframes-txicon;
  animation-duration: 4s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: steps(1);
}

@keyframes keyframes-txicon {
  0% {
    width: 0.8rem;
    height: 0.78rem;
    background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/txicon.png);
    background-position: -3.24rem -1.66rem;
    background-size: 4.22rem 3.25rem;
    transform: translate(0.2rem, 0.24rem);
  }
  0.9996% {
    width: 0.78rem;
    height: 0.71rem;
    background-position: 0rem -2.54rem;
    transform: translate(0.23rem, 0.3rem);
  }
  1.9992% {
    width: 0.01rem;
    height: 0.01rem;
    background-position: -4.04rem -1.66rem;
    transform: translate(0rem, 0rem);
  }
  3.0005% {
    background-position: -4.05rem -1.66rem;
  }
  4.0001% {
    background-position: -4.06rem -1.66rem;
  }
  4.9997% {
    background-position: -4.07rem -1.66rem;
  }
  5.9993% {
    background-position: -4.08rem -1.66rem;
  }
  7.0006% {
    background-position: -4.09rem -1.66rem;
  }
  8.0002% {
    width: 1.57rem;
    height: 1.43rem;
    background-position: 0rem 0rem;
    transform: translate(0rem, 0.32rem);
  }
  8.9998% {
    width: 1.35rem;
    height: 1.11rem;
    background-position: 0rem -1.43rem;
    transform: translate(0.08rem, 0.42rem);
  }
  9.9994% {
    width: 1.67rem;
    height: 1.33rem;
    background-position: -1.57rem 0rem;
    transform: translate(0rem, 0.27rem);
  }
  11.0007% {
    width: 1.57rem;
    height: 0.91rem;
    background-position: -1.35rem -1.43rem;
    transform: translate(0.08rem, 0.56rem);
  }
  12.0003% {
    width: 0.01rem;
    height: 0.01rem;
    background-position: -4.1rem -1.66rem;
    transform: translate(0rem, 0rem);
  }
  12.9999% {
    background-position: -4.11rem -1.66rem;
  }
  13.9995% {
    width: 0.98rem;
    height: 0.83rem;
    background-position: -3.24rem 0rem;
    transform: translate(0.19rem, 0.55rem);
  }
  15.0008% {
    background-position: -3.24rem -0.83rem;
  }
  16.0004%, 100% {
    width: 0.01rem;
    height: 0.01rem;
    background-position: -4.12rem -1.66rem;
    transform: translate(0rem, 0rem);
  }
}
.cont3 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/gameplay_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.cont3 .gameplay_title, .cont3 .gameplay_swipbox, .cont3 .gameplay_timeline {
  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 {
  transition-delay: 0.8s;
}
.cont3.swiper-slide-active .gameplay_title, .cont3.swiper-slide-active .gameplay_swipbox, .cont3.swiper-slide-active .gameplay_timeline {
  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_title.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  position: absolute;
  left: 2.74rem;
  top: 1.26rem;
}

.gameplay_swipbox {
  width: 11.8rem;
  height: 6.62rem;
  position: absolute;
  left: 3.2rem;
  top: 2.68rem;
}
.gameplay_swipbox:after {
  content: "";
  width: 6.2rem;
  height: 0.06rem;
  background: #ff5514;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
}

.gameplay_swipbox_in {
  width: 11.8rem;
  height: 6.62rem;
  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: 6.62rem;
  display: flex;
}
.gameplay_swipbox_in ul li {
  width: 11.8rem;
  height: 6.62rem;
}
.gameplay_swipbox_in ul li img {
  display: block;
  width: 100%;
  height: 100%;
}

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

.gameplay_prev {
  left: -0.64rem;
}

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

.gameplay_timeline {
  width: 2.16rem;
  height: 5.68rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/game_timeline.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 2.7rem;
  right: 0.56rem;
}

.gameplay_timeline_in {
  width: 1.5rem;
  height: 5.12rem;
  overflow: hidden;
  position: absolute;
  left: 0.2rem;
  top: 0.5rem;
}

.gameplay_timeline_list {
  width: 1.5rem;
  display: block;
}
.gameplay_timeline_list img {
  display: none;
}
.gameplay_timeline_list li {
  width: 1.5rem;
  height: 0.84rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/gameplay_timeline_bg.png) no-repeat;
  background-size: 100% auto;
  line-height: 0.32rem;
  box-sizing: border-box;
  padding: 0 0.1rem 0.52rem 0.4rem;
  text-align: center;
  font-family: "qtr";
  font-size: 0.24rem;
  color: #777777;
  cursor: pointer;
}
.gameplay_timeline_list li span {
  color: #ffffff;
}
.gameplay_timeline_list li.light, .gameplay_timeline_list li.swiper-slide-active {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/gameplay_timeline_light.png) no-repeat;
  background-size: 100% auto;
  font-family: "qtrbold";
  color: #545454;
}

.cont4 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/intelligence_bg.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.51rem;
  height: 0.93rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/intelligence_title.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  position: absolute;
  right: 2rem;
  top: 2.48rem;
}

.intelligence_box {
  width: 16.4rem;
  position: absolute;
  left: 1.4rem;
  top: 3.58rem;
  display: flex;
  justify-content: space-between;
}

.intelligence_banner {
  width: 8.3rem;
  height: 5.16rem;
  position: relative;
}

.intelligence_banner_line1 {
  width: 8.14rem;
  height: 4.4rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  z-index: 0;
}

.intelligence_banner_line2 {
  width: 8.14rem;
  height: 4.4rem;
  position: absolute;
  left: 0.21rem;
  top: 0.47rem;
  z-index: 50;
  pointer-events: none;
}

.intelligence_swipbox_in {
  width: 8.11rem;
  height: 4.38rem;
  background: #ff5514;
  -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.21rem;
  top: 0.47rem;
  z-index: 20;
}
.intelligence_swipbox_in:after {
  content: "";
  width: 5.64rem;
  height: 0.06rem;
  background: #ff5514;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
}
.intelligence_swipbox_in ul {
  width: 10000%;
  height: 4.38rem;
  display: flex;
}
.intelligence_swipbox_in ul li {
  width: 8.11rem;
  height: 4.38rem;
}
.intelligence_swipbox_in ul li img {
  display: block;
  width: 100%;
  height: 100%;
}

.intelligence_detail {
  width: 7.88rem;
}

.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.64rem;
  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: 100%;
  flex: 1;
  font-size: 0.17rem;
  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.36rem;
}

.intelligence_detail_time {
  width: 1.4rem;
  font-size: 0.17rem;
  color: rgba(17, 17, 17, 0.5);
  text-align: right;
  margin-right: 0.36rem;
}

.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.2rem;
  bottom: 0.13rem;
}
.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;
}

.cont5 {
  background-image: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_bg.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: 1.07rem;
  top: 2.06rem;
  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: 7.47rem;
  top: 2.24rem;
  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: 9.47rem;
  height: 0.07rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 7.9rem;
  top: 7.86rem;
  z-index: 50;
}
.milestone_prg.status1 .milestone_prg_in {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/milestone_prgin_1.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_2.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_3.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_4.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_5.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_6.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_7.png) no-repeat;
  background-size: 100% 100%;
}

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

.milestone_prglist {
  width: 10.2rem;
  position: absolute;
  left: 0;
  top: -2.56rem;
  z-index: 10;
  display: flex;
}
.milestone_prglist li {
  width: 1.11rem;
  height: 2.8rem;
  margin-right: 0.08rem;
  position: relative;
  cursor: pointer;
}
.milestone_prglist li.mid {
  width: 1.23rem;
}
.milestone_prglist li.mid .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.24rem;
}
.milestone_prglist li.mid .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.mid .milestone_rdbox_lcpara i {
  font-size: 0.16rem;
}
.milestone_prglist li.mid .milestone_rdbox_lcpara.spe span {
  background: rgba(255, 85, 20, 0.3);
}
.milestone_prglist li.mid .milestone_rdbox_lcname {
  left: 0.12rem;
  bottom: 0.18rem;
  padding-left: 0;
}
.milestone_prglist li.mid .milestone_rdbox_lcname span {
  font-size: 0.28rem;
}
.milestone_prglist li.large {
  width: 1.45rem;
}
.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.6rem;
  transform: scale(0.84);
}
.milestone_prglist li.large .milestone_rdbox_lcpara {
  padding-right: 0.12rem;
}
.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: #efe0ff;
}
.milestone_prglist li.large .milestone_rdbox_lcpara i {
  font-size: 0.16rem;
}
.milestone_prglist li.large .milestone_rdbox_lcname {
  left: 0.08rem;
  bottom: 0.18rem;
}
.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.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_prglist li:nth-child(1) {
  margin-right: 0.08rem;
}
.milestone_prglist li:nth-child(2) {
  margin-right: 0.16rem;
}
.milestone_prglist li:nth-child(3) {
  margin-right: 0.26rem;
}
.milestone_prglist li:nth-child(4) {
  margin-right: 0.11rem;
}
.milestone_prglist li:nth-child(4) .milestone_prgicon, .milestone_prglist li:nth-child(5) .milestone_prgicon {
  left: 42%;
}

.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%;
  position: absolute;
  top: 0.18rem;
  left: 0;
  text-align: right;
  box-sizing: border-box;
  padding-right: 0.1rem;
}
.milestone_rdbox_lcpara span {
  display: inline-block;
  font-size: 0.28rem;
  line-height: 0.32rem;
  font-family: "qtrbold";
  color: #ffffff;
}
.milestone_rdbox_lcpara i {
  display: block;
  font-style: normal;
  font-size: 0.15rem;
  line-height: 0.18rem;
  color: #ffffff;
}
.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_skills_view, .gameplay_navbox {
  display: none;
}

.qside_icon {
  width: 2.09rem;
  height: 1.87rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/qside_icon2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0.87rem;
  margin-left: -5.72rem;
  z-index: 100;
}

.main_tiezhi {
  width: 1.46rem;
  height: 1.33rem;
  background: url(https://game.gtimg.cn/images/czn/web202605/tiezhi.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.24rem;
  top: 1rem;
  z-index: 60;
  transform: translateX(3.46rem);
}

.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;
  right: 0.24rem;
  top: 1rem;
  z-index: 60;
  transform: translateX(3.46rem);
}

.main_zbside {
  width: 2.39rem;
  height: 1.77rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/side_live_btn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 1.06rem;
  z-index: 60;
  opacity: 0;
  margin-left: -4.5rem;
}

.kefu {
  display: block;
  width: 1.54rem;
  height: 1.54rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  background: url(https://game.gtimg.cn/images/czn/web202605/index_main_bbox_bg.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.1rem 0.2rem 0;
}
.kefu img {
  display: block;
  width: 100%;
}
.kefu p {
  display: flex;
  justify-content: center;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.3rem;
}

.index_main_bbox {
  width: 12.74rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0.8rem;
  margin-left: -6.37rem;
}
.index_main_bbox2 {
  width: 12.14rem;
  margin-left: -6.07rem;
}

.index_main_kook_bbox {
  width: 8.74rem;
  margin-left: -4.37rem;
}

.index_rewards_box {
  width: 3.55rem;
  height: 1.54rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/txrewards_box.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 1.1rem 0 0 0.96rem;
  z-index: 100;
}
.index_rewards_box a {
  display: block;
  width: 1rem;
  height: 0.28rem;
  text-indent: -9999px;
  margin: 0 0.04rem;
}
.index_rewards_box a.index_rewards_btn1 {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/txrewards_box_btn1.png) no-repeat;
  background-size: 100% 100%;
}
.index_rewards_box a.index_rewards_btn1.gray {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/txrewards_box_btn1_gray.png) no-repeat;
  background-size: 100% 100%;
}
.index_rewards_box a.index_rewards_btn2 {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/txrewards_box_btn2.png) no-repeat;
  background-size: 100% 100%;
}

.index_main_codebox {
  width: 1.54rem;
  height: 1.54rem;
  background: url(https://game.gtimg.cn/images/czn/web202605/index_main_bbox_bg.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.1rem 0.2rem 0;
}
.index_main_codebox img {
  display: block;
  width: 100%;
}
.index_main_codebox p {
  display: flex;
  justify-content: center;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.3rem;
}

.index_main_bbox_pcdown {
  width: 2.07rem;
  height: 1.66rem;
  background: url(https://game.gtimg.cn/images/czn/web202605/index_pc_main_down.png) no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(#000000 0 0.06rem 0.4rem);
}

.index_main_smbtnbox {
  width: 1.86rem;
}
.index_main_smbtnbox a {
  display: block;
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.14rem;
}
.index_main_smbtnbox a:last-child {
  margin-bottom: 0;
}
.index_main_smbtnbox a.index_main_smbtnbox_and {
  background: url(https://game.gtimg.cn/images/czn/web202605/index_and_down.png) no-repeat;
  background-size: 100% 100%;
}
.index_main_smbtnbox a.index_main_smbtnbox_app {
  background: url(https://game.gtimg.cn/images/czn/web202605/index_app_down.png) no-repeat;
  background-size: 100% 100%;
}
.index_main_smbtnbox a.index_main_smbtnbox_weg {
  background: url(https://game.gtimg.cn/images/czn/web202605/index_weg_down.png) no-repeat;
  background-size: 100% 100%;
}
.index_main_smbtnbox a.index_main_smbtnbox_weg2 {
  height: 1.54rem;
  background: url(https://game.gtimg.cn/images/czn/web202605/index_weg_down2.png) no-repeat;
  background-size: 100% 100%;
}
.index_main_smbtnbox a.index_main_smbtnbox_tap {
  background: url(https://game.gtimg.cn/images/czn/web202605/index_tap_down.png) no-repeat;
  background-size: 100% 100%;
}
.index_main_smbtnbox2 {
  width: 1.26rem;
}

.index_main_ckpz {
  display: block;
  width: 1.26rem;
  height: 1.54rem;
  background: url(https://game.gtimg.cn/images/czn/web202605/index_ck_pz.png) no-repeat;
  background-size: 100% 100%;
}

.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_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 {
  display: block;
  width: 9.338rem;
  height: 5.25rem;
  outline: none;
}
.dia_video_preview .dia_close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: -2.44rem 0 0 5rem;
  z-index: 10;
}

.dia_pcdown_para {
  text-align: center;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.22rem;
  margin: 0.3rem auto 0;
}
.dia_pcdown_img {
  display: block;
  width: 6.25rem;
  height: 1.51rem;
  margin: 0.36rem auto 0;
}

.dia_com .dia_in2 {
  height: 5.46rem;
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dia_rewards_bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.dia_title2s {
  background: url(https://game.gtimg.cn/images/czn/cp/a20250820xnz/dia_rewards_tbg2.png) no-repeat;
  background-size: 6.16rem 0.34rem;
  background-position: 50% 100%;
}

.cont6 {
  background-image: url(https://game.gtimg.cn/images/czn/web202605/forward_bg.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: 3.35rem;
  top: 1.65rem;
}

.forward_swiper_box {
  width: 11.98rem;
  height: 5.74rem;
  position: absolute;
  left: 50%;
  top: 3.08rem;
  transform: translate(-50%, 0);
}

.forward_swiper {
  width: 11.98rem;
  height: 5.74rem;
  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: 11.98rem;
  height: 5.74rem;
  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: 11.93rem 5.69rem;
  -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;
}

.forward_txtpara {
  width: 6.12rem;
  font-size: 0.22rem;
  color: #ffffff;
  line-height: 0.3rem;
}

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

.forward_prev {
  left: -0.64rem;
}

.forward_next {
  right: -0.64rem;
  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, .index_main_bbox_pcdownm, .index_main_ckpzm, .cont_pys {
  display: none;
}

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

.dia_pz_tab {
  width: 8.36rem;
  margin: 0.2rem auto 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.34rem;
  color: #cccccc;
  text-align: center;
  padding: 0.22rem 0;
  border: #4e4e4e solid 1px;
  background: rgba(0, 0, 0, 0.4);
}
