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

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

fieldset,
img {
  border: 0;
}

address,
b,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-weight: 400;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:after,
q:before {
  content: "";
}

abbr,
acronym {
  border: 0;
}

strong,
th {
  font-weight: 700;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

button,
input,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input:focus,
textarea:focus {
  outline: 0;
}

body {
  font: 12px "Microsoft YaHei";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #000;
}

#afooter {
  text-align: center;
  line-height: 20px;
  color: #eff5fe;
  background-color: #000;
  padding: 20px 0;
  font-size: 12px;
}

#afooter a {
  color: #eff5fe;
}

.wrapper *,
.wrapper *::after,
.wrapper *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@font-face {
  font-family: "saira";
  src: url("//game.gtimg.cn/images/thefinals/cp/web202507/fonts/saira.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "saira-regular";
  src: url("//game.gtimg.cn/images/thefinals/cp/web202507/fonts/saira-regular.ttf");
  font-weight: normal;
  font-style: normal;
}
.before .module-3 .tit3 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/title3_2.png");
}
.before .module-4 .tit4 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/title4_2.png");
}
.before .module-5 .tit5 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/title5_2.png");
}
.before .module-6 .tit6 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/title6_2.png");
}

.spr,
.model-list li::before,
.model-list .votes-num::before,
.module-3 .btn-play::after,
.pop15 .vote-label::before,
.rule-tit::before,
.pop15 .vote-num::before {
  background: url("//game.gtimg.cn/images/thefinals/cp/web202507/spr.png") no-repeat;
  background-size: 19.19rem 9.86rem;
}

.page-swiper {
  width: 100%;
  height: 100%;
}
.page-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.page-swiper .swiper-slide.footer {
  height: auto !important;
}
.page-swiper .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.page-swiper .swiper-slide.hide {
  height: 0 !important;
}

.wrapper {
  width: 100vw;
  height: 100vh;
  background-size: 100% 100%;
  overflow: hidden;
}

.top-nav {
  position: fixed;
  z-index: 33;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 0.8rem;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-nav .logo {
  margin-left: 0.3rem;
  width: 1.81rem;
  height: 0.4rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/logo.png");
}
.top-nav .top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.8rem;
  margin-left: 1.42rem;
}
.top-nav .top-list li {
  position: relative;
  width: 1.52rem;
  height: 100%;
  text-align: center;
  line-height: 0.8rem;
  color: #e5e5e5;
  font-size: 0.2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-nav .top-list li:hover {
  color: #d41b42;
  text-decoration: underline;
}
.top-nav .top-list li.active {
  pointer-events: none;
  color: #d41b42;
}
.top-nav .top-list li.active::after {
  opacity: 1;
}
.top-nav .top-list li.active span::after, .top-nav .top-list li.active span::before {
  opacity: 1;
}
.top-nav .top-list li::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/nav_on.png");
}
.top-nav .top-list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.top-nav .top-list span::before, .top-nav .top-list span::after {
  content: "";
  opacity: 0;
  width: 0.28rem;
  height: 0.12rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/txt_icon1.png");
}
.top-nav .top-list span::before {
  margin-right: 0.06rem;
}
.top-nav .top-list span::after {
  margin-left: 0.06rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/txt_icon2.png");
}
.top-nav .btn-home {
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  width: 1.85rem;
  height: 0.4rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/btn1.png");
  z-index: 2;
}
.top-nav .btn-closedbeta {
  position: absolute;
  top: 0.2rem;
  right: 2.7rem;
  width: 1.85rem;
  height: 0.4rem;
  font-size: 0;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/btn2.png");
  z-index: 2;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.4rem;
  color: #d41b42;
  font-weight: bold;
}
.top-nav .btn-closedbeta.gray {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/btn3.png");
  color: rgb(133, 133, 133);
  pointer-events: none;
}
.top-nav .btn-closedbeta.gray::after {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/nc_tag1.png");
}
.top-nav .btn-closedbeta::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.16rem;
  height: 0.32rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/nc_tag2.png");
}

.header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .slogan {
  width: 7.752rem;
  height: 3.288rem;
  margin-left: 1.35rem;
  margin-top: -1rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/slogan.png");
}
.header .login-box {
  width: 12.51rem;
  padding: 0 0.4rem;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  margin-top: 1rem;
  line-height: 0.24rem;
  padding-left: 1.5rem;
  padding-right: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .login-box a {
  color: #fff;
}
.header .btn-box {
  width: 12.51rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1.5rem;
  padding-right: 3.5rem;
  position: relative;
  margin-top: 0.3rem;
}
.header .btn-box a {
  width: 3.46rem;
  height: 0.8rem;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin: 0 0.1rem;
  margin-bottom: 0.2rem;
  line-height: 0.8rem;
}
.header .btn-box a.gray {
  -webkit-filter: grayscale(1.1);
          filter: grayscale(1.1);
  pointer-events: none;
  color: #fff;
}
.header .btn-box .btn-query {
  background-position-x: -3.66rem;
}
.header .btn-box .btn-query.gray {
  -webkit-filter: none;
          filter: none;
  background-position-x: -7.32rem;
  color: #fff;
}
.header .report-txt {
  position: absolute;
  color: #fff;
  font-size: 0.24rem;
  top: 1rem;
  width: 100%;
  left: 0;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 3.5rem;
}
.header .report-txt2 {
  position: absolute;
  color: #fff;
  font-size: 0.24rem;
  top: 1.4rem;
  width: 100%;
  left: 0;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 3.5rem;
}

.module-cont {
  width: 14.02rem;
  margin: 0 auto 0;
}

.module-1 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-1 .tit1 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/title1.png");
  width: 14.14rem;
  height: 1.21rem;
  background-size: 100% 100%;
}
.module-1 .test-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.4rem;
}
.module-1 .test-box .test-item {
  width: 6.8rem;
  height: 3.27rem;
  position: relative;
}
.module-1 .test-box .test-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.module-1 .test-box .test-item:nth-child(1)::before {
  top: 0;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/test_bg1.png");
}
.module-1 .test-box .test-item:nth-child(2)::before {
  bottom: 0;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/test_bg2.png");
}
.module-1 .test-box .test_tit {
  position: relative;
  z-index: 2;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.36rem;
  margin-top: 0.63rem;
  color: #fff;
  margin-left: 2.49rem;
}
.module-1 .test-box .test_tit span {
  color: #d11d3c;
}
.module-1 .test-box .test_desc {
  font-size: 0.2rem;
  color: #d4d4d4;
  margin-top: 0.24rem;
  line-height: 0.3rem;
  width: 3.62rem;
  margin-left: 2.49rem;
  position: relative;
  z-index: 2;
}
.module-1 .test-box .test_desc span {
  font-weight: bold;
}
.module-1 .test-btn {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.4rem;
  height: 0.56rem;
  bottom: 0.34rem;
  left: 2.49rem;
  background-position-x: -16.44rem;
  font-size: 0;
}
.module-1 .test-btn.gray {
  pointer-events: none;
  background-position-x: -13.76rem;
}
.module-1 .test-btn.on {
  pointer-events: none;
  background-position-x: -11.16rem;
}
.module-1 .test-btn.un {
  pointer-events: none;
  background-position: -11.16rem -0.69rem;
}

.module-2 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-2 .part-bg {
  display: none;
}
.module-2 .tit2_1 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/title2.png");
  width: 14.12rem;
  height: 2.1rem;
  background-size: 100% 100%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.module-2 .desc {
  font-size: 0.3rem;
  line-height: 0.3rem;
  text-align: right;
  color: #fff;
  margin-top: 0.2rem;
  margin-bottom: 0.32rem;
}
.module-2 .rule-box {
  width: 11.98rem;
  height: 2.67rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/rule_box_bg.png");
  padding-left: 2.6rem;
  padding-top: 0.5rem;
  margin-left: auto;
  position: relative;
}
.module-2 .rule-box::before {
  content: "";
  width: 8.38rem;
  height: 9.39rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/rule_box_before.png");
  position: absolute;
  left: -4.66rem;
  bottom: -3.3rem;
}
.module-2 .rule-box .rule-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.12rem;
}
.module-2 .rule-box .rule-item:last-of-type {
  margin-bottom: 0;
}
.module-2 .rule-box .rule-item:last-of-type .rule-desc {
  line-height: 0.43rem;
  margin-top: -0.1rem;
}
.module-2 .rule-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.32rem;
  height: 0.32rem;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.2rem;
  color: #333;
}
.module-2 .rule-tit::before {
  content: "";
  width: 0.28rem;
  height: 0.19rem;
  margin-right: 0.03rem;
  background-position: -6.52rem -5.7rem;
}
.module-2 .rule-desc {
  margin-left: 0.19rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #fff;
}
.module-2 .btn-release {
  position: relative;
  display: block;
  width: 4.7rem;
  height: 0.79rem;
  background-position: -13.96rem -2.14rem;
  margin: 0.36rem auto 0;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.79rem;
  color: #fbe43a;
}
.module-2 .btn-release::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13.92rem;
  height: 0.09rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/release-line.png");
}
.module-2 .btn-release.gray {
  -webkit-filter: grayscale(1.1);
          filter: grayscale(1.1);
  pointer-events: none;
}

.module-3 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-3 .module-cont {
  height: 4.81rem;
  position: relative;
}
.module-3 .tit3 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/title3.png");
  width: 3.83rem;
  height: 1.24rem;
  background-size: 100% 100%;
  z-index: 4;
  position: absolute;
  left: 50%;
  margin-left: -1.91rem;
  top: -1.25rem;
}
.module-3 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.72rem;
  height: 5rem;
  border: 0.02rem solid rgba(255, 255, 255, 0.1);
}
.module-3 .video-container {
  position: relative;
  width: 8.52rem;
  height: 4.81rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
.module-3 .video-container .video-box {
  width: 8.52rem;
  height: 4.81rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/poster.jpg");
}
.module-3 .video-container a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.module-3 .video-container a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
  background-position: -11.33rem -2.82rem;
}
.module-3 .desc {
  width: 100%;
  position: absolute;
  bottom: -1.2rem;
  font-size: 0.92rem;
  line-height: 0.92rem;
  font-weight: bold;
  color: #fff;
  z-index: 3;
  text-align: center;
  font-family: "Microsoft YaHei" !important;
  pointer-events: none;
  white-space: nowrap;
}

.module-4 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.module-4 .module-cont {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.module-4 .tit4 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/title4.png");
  width: 14.11rem;
  height: 1.2rem;
  background-size: 100% 100%;
  margin-top: 0.61rem;
  margin-left: 2.56rem;
  position: relative;
}
.module-4 .sub_tit {
  position: absolute;
  width: 5.58rem;
  height: 0.67rem;
  background-position: 0 -5.34rem;
  top: 0.46rem;
  right: 1.1rem;
  font-size: 0.26rem;
  line-height: 0.67rem;
  font-size: 0.26rem;
  color: #000;
  padding-left: 0.36rem;
}
.module-4 .intro-box {
  position: relative;
  width: 100%;
  height: 5.6rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/intro_bg.png");
  margin-top: 0.32rem;
}
.module-4 .intro-box .intro-item1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 11.8rem;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  clip-path: polygon(0 0, 11.76rem 0, 7.46rem 100%, 0 100%);
}
.module-4 .intro-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.module-4 .intro-box .intro-item2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 11.1rem;
  height: 100%;
  z-index: 2;
}
.module-4 .intro-box .intro-item2 .intro-tit {
  color: #fff;
}
.module-4 .intro-box .intro-item2 .intro-tit,
.module-4 .intro-box .intro-item2 .intro-desc {
  padding-left: 0;
  padding-right: 2.6rem;
  text-align: right;
}
.module-4 .intro-box .intro-item2 .intro-desc {
  color: #d6d6d6;
}
.module-4 .intro-box .intro-tit {
  font-size: 0.48rem;
  line-height: 0.48rem;
  padding-left: 2.56rem;
  font-weight: bold;
  margin-top: 4.15rem;
}
.module-4 .intro-box .intro-tit span {
  color: #e41b3b;
}
.module-4 .intro-box .intro-desc {
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #000000;
  margin-top: 0.2rem;
  padding-left: 2.56rem;
}
.module-4 .characters-ani-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.module-4 .characters-ani-box .characters-ani1 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/characters1.png");
  width: 6.41rem;
  height: 5.2rem;
  position: absolute;
  bottom: 0.1rem;
  left: 0.6rem;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}
.module-4 .characters-ani-box .characters-ani1.hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.module-4 .characters-ani-box .characters-ani2 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/characters2.png");
  width: 6.68rem;
  height: 5.16rem;
  position: absolute;
  bottom: 0.1rem;
  right: 1.65rem;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}
.module-4 .characters-ani-box .characters-ani2.hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.module-5 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-5 .tit5 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/title5.png");
  width: 4.06rem;
  height: 2.03rem;
  background-size: 100% 100%;
  margin: -0.5rem auto 0;
}
.module-5 .media-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 13rem;
  margin: -0.03rem auto 0;
}
.module-5 .media-box li {
  position: relative;
  width: 2.06rem;
  height: auto;
}
.module-5 .media-box li:hover .img-box::after {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/img_bd.png");
}
.module-5 .media-box li:hover .code-box {
  display: block;
}
.module-5 .media-box .img-box {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #000;
  border: 0.04rem solid #fff;
  margin: 0.13rem auto 0;
  cursor: pointer;
}
.module-5 .media-box .img-box img {
  width: 100%;
  height: 100%;
}
.module-5 .media-box .img-box::after {
  content: "";
  position: absolute;
  top: -0.17rem;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.06rem;
  height: 2.06rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/img_bd_1.png");
}
.module-5 .media-box a {
  position: absolute;
  inset: 0;
}
.module-5 .media-box .media-name {
  text-align: center;
  font-size: 0.32rem;
  line-height: 0.32rem;
  margin-top: 0.22rem;
  font-family: "saira";
  color: #fff;
  text-shadow: 0 0 0.29rem rgba(0, 0, 0, 0.86);
}
.module-5 .media-box .code-box {
  position: absolute;
  display: none;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  top: -2.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e41b3b;
}
.module-5 .media-box .code-box img {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0.1rem auto 0;
}

.module-6 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-6 .qa-inner {
  width: 11.97rem;
  height: 6.1rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/mask.png");
  background-size: 100% 100%;
  padding-right: 0.2rem;
  padding-top: 0.6rem;
  padding-left: 0.8rem;
  padding-right: 2.8rem;
  position: relative;
}
.module-6 .qa-box {
  position: relative;
  z-index: 2;
  height: 5.1rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.module-6 .qa-box::-webkit-scrollbar {
  width: 0.04rem;
  border-radius: 0.02rem;
}
.module-6 .qa-box::-webkit-scrollbar-track {
  background-color: #000;
}
.module-6 .qa-box::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.module-6 .qa-box .q {
  color: #d41b42;
  font-weight: bold;
  font-size: 0.26rem;
  margin-bottom: 0.1rem;
}
.module-6 .qa-box .a {
  margin-bottom: 0.2rem;
  line-height: 0.32rem;
}
.module-6 .qa-box .a a {
  color: #d41b42;
  text-decoration: underline;
}
.module-6 .tit6 {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/title6.png");
  width: 5.11rem;
  height: 5.67rem;
  background-size: 100% 100%;
  z-index: 2;
  position: absolute;
  top: 0.36rem;
  right: -2.3rem;
}

.module-intro {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #d21f3c;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.module-intro.show {
  opacity: 1;
  z-index: 999;
  clip-path: circle(100% at 50% 50%);
}
.module-intro::-webkit-scrollbar {
  width: 0;
}
.module-intro .module-intro-inner {
  overflow: hidden;
  max-height: 29.1rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 29.1rem;
  position: relative;
}
.module-intro .module-intro-inner.new {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/bg8_1.jpg");
  height: 18.1rem;
}
.module-intro .module-intro-inner.new .btn-all {
  top: 17.54rem;
}
.module-intro .module-intro-inner.old {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/bg8_2.jpg");
  height: 9.68rem;
}
.module-intro .module-intro-inner.old .intro-1 {
  padding-top: 0;
  height: 6.96rem;
  margin-top: 11.04rem;
}
.module-intro .module-intro-inner.old .intro-3 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 9.68rem;
  left: 0;
}
.module-intro .module-intro-inner.old .btn-all {
  top: 9.14rem;
}
.module-intro .back-home {
  position: absolute;
  top: 0.62rem;
  left: 2.6rem;
  width: 1.98rem;
  height: 0.56rem;
  border: 0.02rem solid #b2b2b2;
  text-align: center;
  line-height: 0.56rem;
  font-size: 0.24rem;
  letter-spacing: 0.0528rem;
  text-indent: 0.0528rem;
  color: #b2b2b2;
  z-index: 222;
}
.module-intro .tit1 {
  width: 5.84rem;
  height: 0.89rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/intro_tit1.png");
  margin: 0 auto;
}
.module-intro .tit2 {
  margin: 0 auto;
  width: 5.84rem;
  height: 0.9rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/intro_tit2.png");
}
.module-intro .tit3 {
  width: 10.52rem;
  height: 0.94rem;
  margin: 0 auto;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/intro_tit3.png");
}
.module-intro .game-info-nav {
  position: absolute;
  width: 0.86rem;
  height: 0.7rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/nav-icon.png");
  background-size: 1.94rem 1.42rem;
  overflow: hidden;
  cursor: pointer;
}
.module-intro .game-info-nav:hover {
  background-position-y: -0.72rem;
}
.module-intro .info-prev {
  background-position: 0 0;
}
.module-intro .info-next {
  background-position: -1.08rem 0;
}
.module-intro .swiper1 {
  width: 100%;
  height: 4.19rem;
}
.module-intro .swiper1 .swiper-slide {
  position: relative;
  width: 8.42rem;
  height: 4.19rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/img_bd2.png");
}
.module-intro .swiper1 .swiper-slide img {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: 8.22rem;
  height: 3.99rem;
}
.module-intro .swiper1 .swiper-slide .btn-info {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: 8.22rem;
  height: 3.99rem;
  z-index: 100;
}
.module-intro .swiper1 .swiper-slide.swiper-slide-active .btn-info {
  pointer-events: all;
}
.module-intro .swiper1 .intro-tit {
  position: relative;
  z-index: 2;
  font-size: 0.28rem;
  line-height: 0.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-top: 0.74rem;
  margin-left: 0.49rem;
}
.module-intro .swiper1 .intro-tit::before {
  content: "";
  width: 0.39rem;
  height: 0.25rem;
  margin-right: 0.04rem;
  margin-top: 0.04rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/intro_icon1.png");
}
.module-intro .swiper1 .intro-tab {
  position: relative;
  z-index: 22;
  font-size: 0.82rem;
  line-height: 0.82rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.041rem;
  text-indent: 0.041rem;
  margin-left: 0.47rem;
  margin-top: 0.17rem;
}
.module-intro .swiper1 .intro-desc {
  position: relative;
  z-index: 22;
  width: 4rem;
  font-size: 0.2rem;
  line-height: 0.26rem;
  margin-top: 0.12rem;
  color: #fff;
  margin-left: 0.49rem;
}
.module-intro .swiper1 .btn-info {
  pointer-events: none;
}
.module-intro .swiper1 .btn-info p {
  position: absolute;
  left: 0.42rem;
  bottom: 0.71rem;
  font-size: 0.22rem;
  line-height: 0.42rem;
  color: #d11d3c;
  text-align: center;
  width: 1.61rem;
  height: 0.42rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/info_bg.png");
}
.module-intro .swiper1 .info-prev {
  left: 4.83rem;
}
.module-intro .swiper1 .info-next {
  right: 4.83rem;
}
.module-intro .intro-1 .prog-box,
.module-intro .intro-3 .prog-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.32rem;
  height: 0.17rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.2rem auto 0;
}
.module-intro .intro-1 .prog-box .prog-num,
.module-intro .intro-3 .prog-box .prog-num {
  font-family: "saira-regular";
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.17rem;
}
.module-intro .intro-1 .prog-box .prog_line,
.module-intro .intro-3 .prog-box .prog_line {
  position: relative;
  width: 3.7rem;
  height: 0.06rem;
}
.module-intro .intro-1 .prog-box .prog_line span,
.module-intro .intro-3 .prog-box .prog_line span {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: auto;
  background-color: #fff;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  z-index: 2;
}
.module-intro .intro-1 .prog-box .prog_line::before,
.module-intro .intro-3 .prog-box .prog_line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.01rem;
  background-color: #727272;
}
.module-intro .intro-1 {
  position: relative;
  height: 8.42rem;
  padding-top: 1.47rem;
}
.module-intro .intro-1 .game-info {
  margin-top: 0.3rem;
}
.module-intro .intro-1 .game-info-nav {
  top: 1.87rem;
  z-index: 22;
}
.module-intro .intro-2 {
  height: 9.8rem;
  position: relative;
}
.module-intro .intro-2 .carousel-wrap {
  position: relative;
  width: 100%;
  height: 6.4rem;
  z-index: 22;
}
.module-intro .intro-2 .carousel-slide {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6.5rem;
  width: 13rem;
  height: 6.5rem;
  z-index: 22;
}
.module-intro .intro-2 .current {
  z-index: 33;
  cursor: pointer;
}
.module-intro .intro-2 .current .carousel-mask {
  opacity: 0.3;
}
.module-intro .intro-2 .current .carousel-play {
  opacity: 1;
}
.module-intro .intro-2 .carousel-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module-intro .intro-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.module-intro .intro-2 .carousel-mask {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  opacity: 0;
}
.module-intro .intro-2 .carousel-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1rem 0 0 -1rem;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  width: 1.24rem;
  height: 1.24rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/play.png");
}
.module-intro .intro-2 .line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 2.86rem;
  height: 0.02rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/intro_line.png");
}
.module-intro .intro-2 .game-info-nav {
  top: 2.52rem;
  z-index: 22;
}
.module-intro .intro-2 .game-info-nav:hover {
  background-position-y: -0.72rem;
}
.module-intro .intro-2 .carousel-prev {
  left: 2.6rem;
  background-position: 0 0;
}
.module-intro .intro-2 .carousel-next {
  right: 2.6rem;
  background-position: -1.08rem 0;
}
.module-intro .intro-2 .prog-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.72rem;
  height: 0.17rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 7.63rem;
  left: 4.7rem;
}
.module-intro .intro-2 .prog-box .prog-num {
  font-family: "saira-regular";
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.17rem;
}
.module-intro .intro-2 .prog-box .prog_line {
  position: relative;
  width: 2.11rem;
  height: 0.06rem;
}
.module-intro .intro-2 .prog-box .prog_line span {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: auto;
  background-color: #fff;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  z-index: 2;
}
.module-intro .intro-2 .prog-box .prog_line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.01rem;
  background-color: #727272;
}
.module-intro .carousel-tit {
  position: absolute;
  width: 9.83rem;
  height: 1.17rem;
  left: 50%;
  margin-left: -4.915rem;
  top: 6.23rem;
  z-index: 22;
}
.module-intro .carousel-tit p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
  -webkit-transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.module-intro .carousel-tit p.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.module-intro .carousel-tit p:nth-child(1) {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/carousel-tit1.png");
}
.module-intro .carousel-tit p:nth-child(2) {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/carousel-tit2.png");
}
.module-intro .carousel-tit p:nth-child(3) {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/carousel-tit3.png");
}
.module-intro .intro-3 {
  position: relative;
  padding-top: 1.3rem;
}
.module-intro .intro-3 .swiper1 {
  margin-top: 0.27rem;
}
.module-intro .intro-3 .intro-tab {
  margin-top: 1.05rem;
}
.module-intro .intro-3 .game-info-nav {
  top: 1.75rem;
}
.module-intro .btn-all {
  position: absolute;
  font-size: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  letter-spacing: 0.032rem;
  text-indent: 0.032rem;
  cursor: pointer;
}
.module-intro .btn-all.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.module-intro .btn-all::after {
  content: "";
  width: 0.25rem;
  height: 0.2rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 0.06rem;
  margin-left: 0.06rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/more.png");
}
.module-intro .back-home2 {
  position: absolute;
  top: 26.77rem;
  left: 8.61rem;
  width: 1.98rem;
  height: 0.56rem;
  border: 0.02rem solid #b2b2b2;
  text-align: center;
  line-height: 0.56rem;
  font-size: 0.24rem;
  letter-spacing: 0.0528rem;
  text-indent: 0.0528rem;
  color: #b2b2b2;
}

.pop,
.dia {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pop .btn-close,
.dia .btn-close {
  position: absolute;
  top: -0.54rem;
  right: -0.02rem;
  width: 0.44rem;
  height: 0.44rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/close.png");
}

.dia-cont {
  position: relative;
}
.dia-cont .com-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.36rem;
  width: 100%;
  line-height: 0.36rem;
  font-size: 0.24rem;
  color: #333;
  text-align: center;
  height: 1.3rem;
}
.dia-cont .btn-back {
  display: block;
  width: 3.1rem;
  height: 0.72rem;
  background-position: -8.87rem -5.29rem;
  margin: 0 auto 0;
}
.dia-cont .btn-true {
  display: block;
  width: 3.1rem;
  height: 0.72rem;
  margin: 0 auto 0;
  background-position: -5.66rem -6.14rem;
}

.pop2-cont {
  width: 6.86rem;
  height: 5.03rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/pop6.png");
  padding-top: 0.5rem;
}
.pop2-cont img {
  display: block;
  height: 2.1rem;
  width: 2.1rem;
  margin: 0 auto;
}
.pop2-cont .award-txt {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.26rem;
  color: #333;
  text-align: center;
}
.pop2-cont .award-txt span {
  color: #f4254a;
}
.pop2-cont .award-txt em {
  font-weight: bold;
}
.pop2-cont .btn-true {
  margin-top: 0.26rem;
}

.pop3-cont {
  width: 6.86rem;
  height: 3.99rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/pop1.png");
  padding-top: 0.49rem;
}
.pop3-cont .pop-tit {
  width: 4.87rem;
  height: 0.46rem;
  background-position: -9.22rem -7.21rem;
  margin: 0 auto;
}
.pop3-cont .text {
  font-size: 0.24rem;
  line-height: 0.36rem;
  text-align: center;
  margin-top: 0.2rem;
  color: #4c4c4c;
}
.pop3-cont .text span {
  color: #f43152;
}
.pop3-cont .btn-back {
  margin-top: 0.2rem;
}

.pop4-cont {
  width: 6.86rem;
  height: 3.99rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/pop1.png");
  padding-top: 0.7rem;
}
.pop4-cont .pop-tit {
  width: 5.77rem;
  height: 0.47rem;
  background-position: -13.42rem -7.76rem;
  margin: 0 auto;
}
.pop4-cont .text {
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.32rem;
  color: #4c4c4c;
}
.pop4-cont .text span {
  color: #f43152;
}
.pop4-cont .btn-true {
  margin-top: 0.28rem;
}
.pop4-cont::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  right: -0.72rem;
  width: 2.15rem;
  height: 2.79rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/icon3.png");
}

.pop7-cont {
  width: 6.86rem;
  height: 3.99rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/pop1.png");
  padding-top: 0.7rem;
}
.pop7-cont .pop-tit {
  width: 3.87rem;
  height: 0.46rem;
  background-position: -14.66rem -7.21rem;
  margin: 0 auto;
}
.pop7-cont .com-txt {
  margin-top: 0.12rem;
}
.pop7-cont .btn-true {
  margin-top: 0.12rem;
}

.pop10-cont {
  width: 6.86rem;
  height: 3.99rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/pop1.png");
  padding-top: 0.7rem;
}
.pop10-cont .pop-tit {
  width: 5.77rem;
  height: 0.47rem;
  background-position: -7.38rem -7.76rem;
  margin: 0 auto;
}
.pop10-cont .text {
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.46rem;
  color: #4c4c4c;
}
.pop10-cont .btn-come {
  display: block;
  width: 3.1rem;
  height: 0.72rem;
  margin: 0.54rem auto 0;
  background-position: -8.87rem -6.14rem;
}

.pop11-cont {
  width: 13rem;
  height: 7rem;
}

.common-cont {
  width: 6.86rem;
  height: 3.99rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/pop1.png");
  padding-top: 0.78rem;
}
.common-cont .com-txt {
  margin-top: 0;
}
.common-cont .btn-true {
  margin-top: 0.49rem;
}

.pop-test {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 222;
}
.pop-test a {
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.16rem;
  padding: 0 0.05rem;
  background-color: #fff;
  color: #000;
  margin-right: 0.06rem;
}

.pop-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  pointer-events: none;
}
.pop-video.show {
  opacity: 1;
  pointer-events: all;
  clip-path: circle(100% at 50% 50%);
}
.pop-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.pop-video .btn-close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.75rem;
  height: 0.75rem;
  z-index: 22;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/closebtn.png");
}

.qConnectLogin {
  z-index: 9999;
}

.pop15 {
  z-index: 99999;
}

.intro-cont {
  width: 6.46rem;
  height: 7.89rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/pop7.png");
  padding-top: 0.61rem;
}
.intro-cont .tit1 {
  position: relative;
  z-index: 2;
  font-size: 0.28rem;
  line-height: 0.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin: 0 auto 0;
}
.intro-cont .tit1::before {
  content: "";
  width: 0.39rem;
  height: 0.25rem;
  margin-right: 0.04rem;
  margin-top: 0.04rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/intro_icon1.png");
}
.intro-cont .tit2 {
  position: relative;
  z-index: 22;
  font-size: 0.82rem;
  line-height: 0.82rem;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-cont .tit2::before, .intro-cont .tit2::after {
  content: "";
  width: 0.81rem;
  height: 0.22rem;
}
.intro-cont .tit2::before {
  margin-right: 0.25rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/tit_icon2.png");
}
.intro-cont .tit2::after {
  margin-left: 0.25rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/tit_icon1.png");
}
.intro-cont .swiper {
  width: 100%;
  height: 100%;
}
.intro-cont .desc-box {
  position: absolute;
  bottom: 1.26rem;
  left: 0.57rem;
  width: 5.31rem;
  height: 4.33rem;
  padding: 0 0.2rem;
  padding-top: 0.2rem;
}
.intro-cont .desc-box .desc-item {
  margin-bottom: 0.26rem;
}
.intro-cont .desc-box .desc-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.32rem;
  height: 0.32rem;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.2rem;
  color: #333;
}
.intro-cont .desc-box .desc-tit::before {
  content: "";
  width: 0.28rem;
  height: 0.19rem;
  margin-right: 0.03rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/icon4.png");
}
.intro-cont .desc-box .desc-txt {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.28rem;
  margin-top: 0.09rem;
}
.intro-cont .desc-box .desc-txt span {
  font-weight: bold;
}
.intro-cont .next,
.intro-cont .prev {
  position: absolute;
  width: 0.86rem;
  height: 0.7rem;
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/nav-icon.png");
  background-size: 1.94rem 1.42rem;
  overflow: hidden;
  cursor: pointer;
  top: 3.12rem;
}
.intro-cont .next:hover,
.intro-cont .prev:hover {
  background-position-y: -0.72rem;
}
.intro-cont .prev {
  left: -1.06rem;
  background-position: 0 0;
}
.intro-cont .next {
  right: -1.06rem;
  background-position: -1.08rem 0;
}
.intro-cont .btn-back {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.98rem;
  height: 0.56rem;
  border: 0.02rem solid #fff;
  text-align: center;
  line-height: 0.56rem;
  font-size: 0.24rem;
  letter-spacing: 0.0528rem;
  text-indent: 0.0528rem;
  color: #fff;
  z-index: 222;
}

#popIntro1 .tit2 {
  margin-top: 0.16rem;
}

#popIntro2 .intro-cont {
  padding-top: 0.9rem;
}
#popIntro2 .intro-cont .tit2 {
  font-size: 0.42rem;
}
#popIntro2 .intro-cont .desc-box {
  overflow-x: hidden;
  overflow-y: auto;
}
#popIntro2 .intro-cont .desc-box::-webkit-scrollbar {
  width: 0.04rem;
  border-radius: 0.02rem;
}
#popIntro2 .intro-cont .desc-box::-webkit-scrollbar-track {
  background-color: #000;
}
#popIntro2 .intro-cont .desc-box::-webkit-scrollbar-thumb {
  background-color: #fff;
}
#popIntro2 .intro-cont .desc-tit {
  position: relative;
}
#popIntro2 .intro-cont .sub_tit {
  font-size: 0.24rem;
  color: #fff;
  position: absolute;
  left: 1.42rem;
  top: 0;
  white-space: nowrap;
}

.pop-intro {
  z-index: 1000;
}

.swipe-float {
  width: 100%;
  position: absolute;
  bottom: 0.2rem;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: shake 1s infinite;
          animation: shake 1s infinite;
}
.swipe-float p {
  font-size: 0.18rem;
  color: #ffffff;
  letter-spacing: 0.02rem;
  text-align: center;
}
.swipe-float i {
  background-image: url("//game.gtimg.cn/images/thefinals/cp/web202507/swipe_icon.png");
  width: 0.46rem;
  height: 0.23rem;
  background-size: 100% 100%;
  margin-top: 0.12rem;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
}
@-webkit-keyframes float-top {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes float-top {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes float-bottom {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes float-bottom {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes float-left {
  0% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes float-left {
  0% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes float-right {
  0% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes float-right {
  0% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes float-left2 {
  0% {
    margin-left: -1rem;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes float-left2 {
  0% {
    margin-left: -1rem;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes float-right2 {
  0% {
    margin-right: -1rem;
    opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
  }
}
@keyframes float-right2 {
  0% {
    margin-right: -1rem;
    opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes delay-penetrate {
  0% {
    pointer-events: none;
  }
  100% {
    pointer-events: all;
  }
}
@keyframes delay-penetrate {
  0% {
    pointer-events: none;
  }
  100% {
    pointer-events: all;
  }
}
.ani-left,
.ani-right,
.ani-left2,
.ani-right2,
.ani-bottom,
.ani-bottom-rever,
.ani-opacity,
.m-ani-bottom,
.ani-top {
  opacity: 0;
  will-change: transform, opacity;
}

.intro-box {
  pointer-events: none;
}

.swiper-slide-active .ani-top {
  -webkit-animation: float-top 1s ease forwards;
          animation: float-top 1s ease forwards;
}

.swiper-slide-active .ani-bottom {
  -webkit-animation: float-bottom 1s ease forwards;
          animation: float-bottom 1s ease forwards;
}

.swiper-slide-active .ani-left {
  -webkit-animation: float-left 1s ease forwards;
          animation: float-left 1s ease forwards;
}

.swiper-slide-active .ani-right {
  -webkit-animation: float-right 1s ease forwards;
          animation: float-right 1s ease forwards;
}

.swiper-slide-active .ani-left2 {
  -webkit-animation: float-left2 1s ease forwards;
          animation: float-left2 1s ease forwards;
}

.swiper-slide-active .ani-right2 {
  -webkit-animation: float-right2 1s ease forwards;
          animation: float-right2 1s ease forwards;
}

.swiper-slide-active .intro-box {
  -webkit-animation: delay-penetrate 3s ease forwards;
          animation: delay-penetrate 3s ease forwards;
}

.ani-delay-1 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.ani-delay-2 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.ani-delay-3 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.ani-delay-4 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}