﻿@charset "UTF-8";

/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

a,
img,
input,
textarea {
  border: none;
  outline: none;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #000;
}

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

img {
  display: block;
  max-width: 100%;
}

#afooter {
  padding: 0.3rem 0;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.26rem;
  background-color: #000;
  color: #c0c0c0;
}

#afooter a,
#afooter a:hover {
  color: #c0c0c0;
  text-decoration: none;
}

body {
  font: .14rem/1.75 -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: inherit;
  -webkit-text-size-adjust: none;
}

* {
  outline: none;
}

@font-face {
  font-family: 'font18030';
  src: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/font/fzltxh180.ttf");
}

@font-face {
  font-family: 'font18011';
  src: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/font/font18011.ttf");
}

@font-face {
  font-family: 'sourcb';
  src: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/font/SOURCEHANSANSCN-BOLD.ttf");
}

@font-face {
  font-family: 'sourcr';
  src: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/font/SOURCEHANSANSCN-REGULAR.ttf");
}

html,
body {
  height: 100vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'font18030';
  overflow: hidden;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

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

.report-canvas {
  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;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.report-canvas.active {
  pointer-events: auto;
}

.report-canvas video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-fit: center center;
  object-fit: center center;
}

.report-canvas canvas {
  position: relative;
  z-index: 2;
  background-color: transparent;
  pointer-events: auto;
}

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

.smoke-effect canvas,
.smoke-effect video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.absolute-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.in-video {
  z-index: 2;
}

.backdrop-effect {
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/fl-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.loading {
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999999999;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: .3rem;
  color: #fff;
  background: #000;
  background-size: 100% 100%;
  display: none;
}

.backdrop-video {
  pointer-events: none;
  background: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/fl-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.w-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #898989;
  margin: auto;
  height: 0.8rem;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w-nav li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 0 0.3rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: .8rem;
  position: relative;
  font-size: .2rem;
  color: #ffffff;
  margin-right: 0.15rem;
}

.w-nav li:nth-child(1) {
  margin-left: 2.85rem;
}

.w-nav li.act {
  color: #ff3d2c;
  font-weight: 700;
  border-bottom: 0.02rem solid #ff3d2c;
}



/* -------------------- */
.gs-home-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.gs-home-box .gs-home-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.gs-home-box .gs-home-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}





.swiper-pagination-bullet-active {
  background: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/swiper-icon-act.png") no-repeat;
  background-size: 100% 100%;
  width: .1rem;
  height: .1rem;
}

.swiper-pagination-bullet {
  background: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/swiper-icon.png") no-repeat;
  background-size: 100% 100%;
  width: .1rem;
  height: .1rem;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  margin: 0 .1rem !important;
}

.filter-shadow {
  -webkit-filter: drop-shadow(0 0 0.03rem #fff);
  filter: drop-shadow(0 0 0.03rem #fff);
}

.loading-box {
  padding-top: .8rem;
  height: 6.79rem;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loading-box .military-detail {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.loading-box .loading-logo {
  background: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/loading-logo.png") no-repeat;
  background-size: 100% 100%;
  width: 4.22rem;
  margin-right: .45rem;
  height: 1.46rem;
  margin: auto;
}

.loading-box .loading-progress {
  width: 4.22rem;
  height: .58rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.loading-box .loading-progress .progress {
  width: 4.22rem;
  background: #636363;
  height: .04rem;
}

.loading-box .loading-progress .progress span {
  height: 100%;
  width: 0;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 0.05rem white;
  box-shadow: 0 0 0.05rem white;
}

.loading-box .loading-progress .loading-txt {
  position: absolute;
  margin: auto;
  text-align: center;
  font-size: .24rem;
  height: 100%;
  width: 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;
  border-radius: 50%;
  margin: auto;
  top: -.6rem;
  z-index: -1;
}

.swiper-button-next {
  background: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/swiper-button-next.png") no-repeat;
  background-size: 100% 100%;
  width: .51rem;
  height: .75rem;
  display: block;
  right: 0.5rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev {
  background: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/swiper-button-next.png") no-repeat;
  background-size: 100% 100%;
  width: .51rem;
  height: .75rem;
  left: 0.5rem;
  display: block;
}

.swiper-button-next:after {
  content: none;
}

.swiper-button-prev::after {
  content: none;
}

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

.home-swiper {
  width: 100%;
  height: 100%;
}

.gs-home-box .pendant {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.88rem;
  width: 1.76rem;
  height: 1.75rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/pendant.png) no-repeat;
  background-size: 100% 100%;
}

.swiper-slide-6 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: unset;
}

.add-after {
  height: 3.4rem;
  width: 100%;
  background: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/add-after.png") no-repeat;
  background-size: 100% 100%;
}

.logo {
  background: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/logo.png") no-repeat;
  width: 1.65rem;
  background-size: 100% 100%;
  height: .37rem;
  position: absolute;
  top: .2rem;
  left: .89rem;
  z-index: 11;
}

.logon-conbox {
  position: absolute;
  right: 0.84rem;
  top: 0.28rem;
  z-index: 11;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 1.2;
}

.logon-conbox a {
  color: #e3602a;
}

.channel-box {
  width: 10.13rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.45rem;
}

.channel-box li {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/m/channel-bg3.png) no-repeat;
  background-size: 100% 100%;
}

.channel-box li img {
  width: 100%;
  height: 100%;
}

.channel-box li .channel-name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: .08rem;
  text-align: center;
  height: 0.25rem;
  line-height: 0.25rem;
  z-index: 2;
  font-size: 0.24rem;
  color: #e3e3e3;
  font-weight: 400;
}

.channel-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

.pop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  display: none;
}

.pop .pop-con {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop .pop-tit {
  font-family: "sourcb";
  font-size: 0.48rem;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding-top: 0.48rem;
  background-color: #B0BAC6;
  background-size: 100% 100%;
}

@supports (-webkit-background-clip: text) {
  .pop .pop-tit {
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-color: #B0BAC6;
    background-image: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/pop-tit-wl.png);
  }
}

.pop .btn-close {
  position: absolute;
  right: 0.16rem;
  top: 0.16rem;
  width: 1.38rem;
  height: 0.9rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/r6/icon-close.png) no-repeat;
  background-size: 100% 100%;
}

.pop-code {
  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;
}

.pop-code .img-box {
  position: relative;
  width: 2.9rem;
  height: 2.9rem;
  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;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/m/code-bg.png) no-repeat;
  background-size: 100% 100%;
}

.pop-code .img-box img {
  width: 2.75rem;
  height: 2.75rem;
}

.pop-code .btn-close {
  position: absolute;
  right: -0.7rem;
  top: -0.6rem;
  width: 0.43rem;
  height: 0.33rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/m/btn-close.png) no-repeat;
  background-size: 100% 100%;
}

.bind-pop .pop-con {
  width: 15.11rem;
  height: 8.44rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/pop-bg1.png) no-repeat !important;
  background-size: 100% 100% !important;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}

.bind-pop .bind-pop-con {
  margin-top: 0.6rem;
  padding: 0 0.6rem 0 6.52rem;
}

.bind-pop .ipt-item {
  position: relative;
  width: 7.9rem;
  display: flex;
  align-items: center;
  gap: 0.36rem;
}

.bind-pop .ipt-item:nth-child(1) {
  margin-bottom: 0.48rem;
}

.bind-pop .ipt-item input {
  width: 100%;
  height: 0.8rem;
  border: 0.02rem solid #616870;
  background: #15181D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 0.3rem;
  color: #fff;
  text-indent: 0.1rem;
  padding: 0 0.1rem;
}

.bind-pop .ipt-item input::-webkit-input-placeholder {
  color: rgba(176, 186, 198, 0.50);
}

.bind-pop .ipt-item input:-ms-input-placeholder {
  color: rgba(176, 186, 198, 0.50);
}

.bind-pop .ipt-item input::-ms-input-placeholder {
  color: rgba(176, 186, 198, 0.50);
}

.bind-pop .ipt-item input::placeholder {
  color: rgba(176, 186, 198, 0.50);
}

.bind-pop .ipt-item input.vcode {
  flex: 1;
}

.bind-pop .ipt-item .error-text {
  position: absolute;
  right: 0;
  bottom: -0.3rem;
  font-size: 0.22rem;
  color: #ff0000;
  line-height: 1;
}

.bind-pop .label {
  font-family: "Microsoft YaHei";
  font-size: 0.3rem;
  color: #FFF;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}

.bind-pop .get-vcode {
  width: 2.6rem;
  height: 0.8rem;
  border: 0.02rem solid rgba(254, 254, 254, 0.50);
  background: rgba(21, 26, 37, 0.50);
  font-family: "Microsoft YaHei";
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bind-pop .get-vcode.gray {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bind-pop .agreement-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.28rem;
  color: rgba(176, 186, 198, 0.8);
  line-height: 1.2;
  margin-top: 0.4rem;
  font-weight: bold;
}

.bind-pop .agreement-box .checkbox-con {
  position: relative;
  width: 0.54rem;
  height: 0.465rem;
  margin-right: 0.24rem;
}

.bind-pop .agreement-box .checkbox-con input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  outline: none;
}

.bind-pop .agreement-box .checkbox-con input:checked+.checkbox-bg {
  background-image: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/r6/checkbox-bg2.png);
}

.bind-pop .agreement-box .checkbox-con .checkbox-bg {
  width: 100%;
  height: 100%;
  background-image: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/r6/checkbox-bg1.png);
  background-size: 100% 100%;
}

.bind-pop .agreement-box label {
  cursor: pointer;
}

.bind-pop .agreement-info {
  font-size: 0.21rem;
  color: #B0BAC6;
  line-height: 1.6;
  margin-top: 0.16rem;
}

.bind-pop .summit-btn {
  display: block;
  width: 4.08rem;
  height: 1.05rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/r6/btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.52rem auto 0;
  font-family: "sourcb";
  font-size: 0.36rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.05rem;
}

.bind-pop .unbind-btn {
  position: absolute;
  right: 0.2rem;
  bottom: 0.15rem;
  font-size: 0.18rem;
  color: #ff0000;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 0.02rem;
  border-bottom: 1px solid #ff0000;
}

.unbind-pop .pop-con {
  width: 11.4rem;
  min-height: 6.25rem;
  border: 0.01rem solid rgba(179, 186, 197, 0.50);
  background-color: rgba(179, 186, 197, 0.50);
  background-image: url('https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/r6/pop-bg3.jpg');
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  padding-bottom: 0.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.unbind-pop .unbind-con {
  margin-top: 0.46rem;
}

.unbind-pop .ipt-item {
  position: relative;
  width: 7.9rem;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.36rem;
}

.unbind-pop .ipt-item:nth-child(1) {
  margin-bottom: 0.6rem;
}

.unbind-pop .ipt-item input {
  width: 100%;
  height: 0.89rem;
  border: 0.02rem solid #616870;
  background: #15181D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 0.3rem;
  color: #fff;
  text-indent: 0.1rem;
  padding: 0 0.1rem;
}

.unbind-pop .ipt-item input::-webkit-input-placeholder {
  color: rgba(176, 186, 198, 0.50);
}

.unbind-pop .ipt-item input:-ms-input-placeholder {
  color: rgba(176, 186, 198, 0.50);
}

.unbind-pop .ipt-item input::-ms-input-placeholder {
  color: rgba(176, 186, 198, 0.50);
}

.unbind-pop .ipt-item input::placeholder {
  color: rgba(176, 186, 198, 0.50);
}

.unbind-pop .ipt-item input.vcode {
  width: 4.99rem;
}

.unbind-pop .ipt-item .error-text {
  position: absolute;
  bottom: -0.3rem;
  right: 0;
  display: block;
  width: 100%;
  font-size: 0.2rem;
  color: #ff0000;
  line-height: 1;
  text-align: right;
  margin-top: 0.05rem;
}

.unbind-pop .get-vcode {
  width: 2.93rem;
  height: 0.89rem;
  border: 0.02rem solid rgba(254, 254, 254, 0.50);
  background: rgba(21, 26, 37, 0.50);
  font-family: "Microsoft YaHei";
  font-size: 0.36rem;
  color: #ffffff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unbind-pop .get-vcode.gray {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.unbind-pop .summit-btn {
  display: block;
  width: 4.08rem;
  height: 1.05rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/r6/btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.6rem auto 0;
  font-family: "sourcb";
  font-size: 0.43rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.05rem;
}

.unbind-pop .agreement-info {
  width: 7.9rem;
  font-size: 0.2rem;
  color: #91969d;
  line-height: 1.55;
  text-align: justify;
  margin: 0.6rem auto;
}

.invite-pop .pop-con {
  width: 16.11rem;
  height: 8.8rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/pop-bg3.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  border: 0.01rem solid rgba(179, 186, 197, 0.5);
  background-color: rgba(179, 186, 197, 0.5);
  background-image: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/r6/pop-bg3.jpg");
}

.invite-pop .pop-tit {
  padding-top: 0.42rem;
}

.invite-pop .invite-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.62rem;
}

.invite-pop .invite-left {
  width: 6.1rem;
  margin-right: 0.4rem;
}

.invite-pop .invite-text_p1 {
  font-size: 0.32rem;
  color: #b0bac6;
  line-height: 1;
  margin-bottom: 0.07rem;
}

.invite-pop .invite-text_p2 {
  font-size: 0.2rem;
  line-height: 1.2;
  text-align: justify;
  color: #B0BAC6;
}

.invite-pop .invite-progress-tit {
  font-size: 0.32rem;
  color: #b0bac6;
  line-height: 1;
  margin-top: 0.32rem;
}

.invite-pop .progress-out {
  position: relative;
  width: 5.91rem;
  height: 0.16rem;
  background-color: rgba(254, 254, 254, 0.2);
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1.17rem;
  z-index: 2;
}

.invite-pop .progress-out::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 1.65rem;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.invite-pop .progress-out .progress-in {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 61, 44, 0.20) 0%, #FF3D2C 100%);
}

.invite-pop .award-list li {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
}

.invite-pop .award-list li:nth-child(1) {
  left: 0.97rem;
}

.invite-pop .award-list li:nth-child(2) {
  left: 3rem;
}

.invite-pop .award-list li:nth-child(3) {
  left: 5.07rem;
}

.invite-pop .award-list li.on i {
  background: #FD3D2D;
  border: 1px solid #FFF;
}

.invite-pop .award-list li.on .award-img1,
.invite-pop .award-list li.on .award-img2,
.invite-pop .award-list li.on .award-img3 {
  opacity: 0;
}

.invite-pop .award-list li.on .award-img1_on,
.invite-pop .award-list li.on .award-img2_on,
.invite-pop .award-list li.on .award-img3_on {
  opacity: 1;
}

.invite-pop .award-list i {
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 72%;
  height: 72%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #4A4A4A;
  border: 1px solid #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.invite-pop .award-list p {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-size: 0.2rem;
  color: #b0bac6;
  line-height: 1;
}

.invite-pop .award-list img {
  max-width: none;
}

.invite-pop .award-list .award-img1 {
  position: absolute;
  left: -0.14rem;
  top: -0.76rem;
  width: 0.71rem;
  height: 0.68rem;
}

.invite-pop .award-list .award-img1_on {
  position: absolute;
  top: -1.04rem;
  left: -0.34rem;
  width: 1.06rem;
  height: 1.22rem;
  opacity: 0;
}

.invite-pop .award-list .award-img2 {
  position: absolute;
  left: -0.14rem;
  top: -0.76rem;
  width: 0.71rem;
  height: 0.68rem;
}

.invite-pop .award-list .award-img2_on {
  position: absolute;
  top: -1.04rem;
  left: -0.34rem;
  width: 1.07rem;
  height: 1.22rem;
  opacity: 0;
}

.invite-pop .award-list .award-img3 {
  position: absolute;
  left: -0.52rem;
  top: -1.52rem;
  width: 1.27rem;
  height: 1.85rem;
  -webkit-transform: scale(0.75) translate(0, 10%);
  transform: scale(0.75) translate(0, 10%);
}

.invite-pop .award-list .award-img3_on {
  position: absolute;
  left: -0.35rem;
  top: -1.38rem;
  width: 0.94rem;
  height: 1.52rem;
  opacity: 0;
  -webkit-transform: scale(0.75) translate(0, 10%);
  transform: scale(0.75) translate(0, 10%);
}

.invite-pop .invite-tream-tit {
  font-size: 0.32rem;
  color: #b0bac6;
  line-height: 1;
  margin-top: 0.8rem;
}

.invite-pop .invite-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.17rem;
}

.invite-pop .invite-list li {
  position: relative;
  width: 1.04rem;
  height: 1.04rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/r6/avatar.png) no-repeat;
  background-size: 100% 100%;
}

.invite-pop .invite-list li:not(:nth-child(1)) {
  margin-left: 0.18rem;
}

.invite-pop .invite-list li img {
  width: 100%;
  max-height: 1.04rem;
  -o-object-fit: cover;
  object-fit: cover;
  border: 0.02rem solid #ff0000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.invite-pop .invite-list .float-tip-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.invite-pop .invite-list .float-tip-box .float-tips {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.19rem;
  height: 0.55rem;
  /* background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/new/float-tips.png) no-repeat;
  background-size: 100% 100%; */
  border: 0.01rem solid rgba(176, 186, 198, 0.50);
  background: rgba(12, 15, 22, 0.95);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.invite-pop .invite-list .float-tip-box .float-tips p {
  width: 100%;
  height: 0.44rem;
  font-size: 0.24rem;
  color: #e8e8e8;
  line-height: 0.44rem;
  text-align: center;
  padding: 0 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.invite-pop .invite-list .float-tip-box:hover .float-tips {
  opacity: 1;
}

.invite-pop .invite-share-img {
  width: 8.66rem;
  height: 4.92rem;
}

.invite-pop .invite-share-box {
  position: relative;
}

.invite-pop .save-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  background-image: none;
  background-color: #FD3D2D;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0.1rem 100%, 0 calc(100% - 0.1rem), 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0.1rem 100%, 0 calc(100% - 0.1rem), 0 0);
  font-size: 0.28rem;
  padding: 0.02rem 0.1rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.48rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invite-pop .save-btn span {
  margin-top: -0.02rem;
}

.invite-pop .invite-link-tit {
  font-size: 0.36rem;
  color: #b0bac6;
  line-height: 1;
  margin-top: 0.36rem;
}

.invite-pop .link-box {
  width: 8.66rem;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.24rem;
  margin-top: 0.33rem;
}

.invite-pop .link-text {
  border: 0.02rem solid #616870;
  background: #15181D;
  margin-left: 0;
  padding: 0 0.28rem;
  color: rgba(176, 186, 198, 0.5);
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.36rem;
  line-height: 0.89rem;
}

.invite-pop .copy-invite-link {
  position: static;
  width: 2.6rem;
  height: 0.89rem;
  border: 0.02rem solid rgba(254, 254, 254, 0.5);
  background: rgba(21, 26, 37, 0.5);
  font-size: 0.36rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 0.89rem;
}

.invited-pop .pop-con {
  width: 11.41rem;
  height: 5.01rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/pop-bg4.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  border: 0.01rem solid rgba(179, 186, 197, 0.5);
  background-color: rgba(179, 186, 197, 0.5);
  background-image: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/r6/pop-bg3.jpg");
}

.invited-pop .pop-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.54rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.invited-pop .pop-tit span {
  max-width: 3.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.invited-pop .pop-text {
  height: 1.86rem;
  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;
  font-size: 0.36rem;
  line-height: 1.4;
  color: #91969d;
}

.invited-pop .comfirm-btn {
  display: block;
  width: 4.08rem;
  height: 1.05rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/r6/btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0;
  font-family: "sourcb";
  font-size: 0.43rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.05rem;
}

.common-pop .pop-con {
  width: 11.41rem;
  min-height: 5.01rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/pop-bg4.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  padding-bottom: 0.35rem;
  border: 0.01rem solid rgba(179, 186, 197, 0.5);
  background-color: rgba(179, 186, 197, 0.5);
  background-image: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/r6/pop-bg3.jpg");
}

.common-pop .pop-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.54rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.common-pop .pop-text {
  width: 10rem;
  min-height: 1.86rem;
  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;
  font-size: 0.3rem;
  line-height: 1.4;
  color: #91969d;
  padding: 0.25rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.common-pop .pop-text a {
  color: #f53b2a;
  text-decoration: underline;
}

.common-pop .pop-text2 {
  width: 10rem;
  min-height: 1.86rem;
  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;
  font-size: 0.3rem;
  line-height: 1.5;
  color: #91969d;
  padding: 0.25rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.common-pop .pop-text2 a {
  color: #f53b2a;
  text-decoration: underline;
}

.common-pop .comfirm-btn {
  display: block;
  width: 4.08rem;
  height: 1.05rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/r6/btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0;
  font-family: "sourcb";
  font-size: 0.43rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.05rem;
}

.common-pop2 .pop-text2 {
  display: block;
}

.pop.wq-pop .btn-close {
  transform: scale(0.75);
  top: 0;
  right: -0.2rem;
}

.wq-pop .pop-con {
  width: 11.41rem;
  min-height: 5.19rem;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/content/pop-bg5.png) no-repeat;
  background-size: 100% 100%;
  border: 0.01rem solid rgba(179, 186, 197, 0.5);
  background-color: rgba(179, 186, 197, 0.5);
  background-image: url("https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/r6/pop-bg3.jpg");
}

.wq-pop .pop-tit {
  font-size: 0.36rem;
  padding-top: 0.3rem;
}

.wq-pop .wq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.3rem;
}

.wq-pop .wq-list .wq-item {
  position: relative;
  z-index: 2;
  width: 1.93rem;
  text-align: center;
}

.wq-pop .wq-list .wq-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.93rem;
  height: 1.2rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.wq-pop .wq-list .wq-item:not(:nth-child(5n + 1)) {
  margin-left: 0.19rem;
}

.wq-pop .wq-list .wq-item:nth-child(n + 6) {
  margin-top: 0.28rem;
}

.wq-pop .wq-list .wq-item img {
  display: block;
  width: 1.93rem;
  height: 1.2rem;
  margin: 0 auto;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.wq-pop .wq-list .wq-item .wq-name {
  font-size: 0.2rem;
  color: #b0bac6;
}

.wq-pop .wq-pop-tips {
  line-height: 1;
  margin-top: 0.2rem;
  margin-bottom: 0.25rem;
  font-size: 0.22rem;
  text-align: center;
  color: #91969d;
}



.shareDom {
  position: fixed;
  left: -9999em;
  top: 0;
  width: 1920px;
  height: 1080px;
  background: url(https://game.gtimg.cn/images/r6/cp/a20260611gwsj/old/share.jpg) no-repeat;
  background-size: 100% 100%;
}

.shareDom img {
  position: absolute;
  right: 72px;
  bottom: 33px;
  width: 169px;
  height: 169px;
}

.shareDom .user-name {
  position: absolute;
  left: 120px;
  bottom: 216px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  text-align: left;
}

/* 视频弹窗 */
.popup-video .pop-con {
  position: relative;
  width: 12rem;
  height: 6.75rem;
}

.popup-video .pop-con::before {
  content: "";
  position: absolute;
  top: -0.06rem;
  left: 50%;
  width: calc(100% + 0.08rem);
  height: 0.08rem;
  border: 0.04rem solid #d93628;
  border-bottom: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-video .pop-con::after {
  content: "";
  position: absolute;
  bottom: -0.06rem;
  left: 50%;
  width: calc(100% + 0.08rem);
  height: 0.08rem;
  border: 0.04rem solid #d93628;
  border-top: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-video .video-player {
  position: relative;
  width: 12rem;
  height: 6.75rem;
  background-color: #000;
}

.popup-video .video-player video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pop.popup-video .btn-close {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url('https://game.gtimg.cn/images/r6/cp/a20260611gwsj/new/icon-close.png') !important;
  top: -0.06rem;
  right: -0.66rem;
}

.faq-tips .pop-title{
  color: rgba(255, 255, 255,0.8);
  font-size: 30px;
  padding: 30px 0 0 0;
  text-align: center;
  font-weight: bold;
}


body .faq-tips .pop-con{
  width: 10rem;
  min-height: 3.01rem;
}
body .faq-tips .pop-text{
  width: 100%;
}
