@charset "UTF-8";
* {
  outline: none;
}

/* 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;
}

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

img {
  display: block;
}

#afooter {
  text-align: center;
  font-size: 0.2rem; /*根据适配方式调整*/
  padding: 0.3rem 0; /*根据适配方式调整*/
  line-height: 1.5;
  background-color: #000;
  color: #c0c0c0;
}

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

html {
  font-size: 50px; /* 兼容不支持vw的系统 */
  font-size: 13.33333333vw; /* 7.5rem === 100vw */
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}

@font-face {
  font-family: "sourcb";
  src: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/font/SOURCEHANSANSCN-BOLD.ttf");
}
@font-face {
  font-family: "sourcr";
  src: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/font/SOURCEHANSANSCN-REGULAR.ttf");
}
.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -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;
}

.content-wrap {
  width: 100%;
  height: 100%;
}

.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.94rem;
  z-index: 99;
  background-color: rgba(19, 24, 36, 0.7);
}
.top-nav .logo {
  position: absolute;
  left: 0.2rem;
  top: 0.27rem;
  width: 1.19rem;
  height: 0.41rem;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/logo.png") no-repeat;
  background-size: 100% 100%;
}
.top-nav .logon-conbox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 58%;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}
.top-nav .logon-conbox a {
  color: #fff;
}
.top-nav .logon-conbox .login-content {
  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;
}
.top-nav .logon-conbox .emoji {
  vertical-align: middle;
}
.top-nav .logon-conbox .txt-nickname {
  display: inline-block;
  max-width: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-nav .open_nav_btn {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  width: 0.45rem;
  height: 0.34rem;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/open_nav_btn.png") no-repeat;
  background-size: 100% 100%;
}

.w-nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.84);
  color: #898989;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 3.59rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.w-nav::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.27rem;
  height: 1.03rem;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/logo2.png") no-repeat;
  background-size: 100% 100%;
}
.w-nav .close_nav_btn {
  position: absolute;
  top: 1.04rem;
  right: 0.39rem;
  width: 0.29rem;
  height: 0.29rem;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/close_nav_btn.png") no-repeat;
  background-size: 100% 100%;
}

.w-nav.act {
  bottom: 3rem;
}

.w-nav.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w-nav li {
  width: 100%;
  height: 1.24rem;
  color: #e3e3e3;
  padding-left: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.24rem;
  position: relative;
  font-size: 0.24rem;
  text-align: center;
  letter-spacing: 0.02rem;
}
.w-nav li:not(:nth-child(1)) {
  border-top: 1px solid #626262;
}

.w-nav li.act {
  position: relative;
  color: #fff;
  background-color: rgba(255, 61, 44, 0.33);
}
.w-nav li.act span {
  position: relative;
  z-index: 2;
}

.w-nav li i {
  border-radius: 50%;
  width: 0.06rem;
  height: 0.06rem;
  background: #898989;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.27rem;
  margin: auto;
  display: none;
}

.swiper-slide-active {
  z-index: 9999;
}

.gs-home-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/bg3.jpg") no-repeat;
  background-size: 100% auto;
  z-index: 6;
}
.gs-home-box .common-btn {
  position: absolute;
  right: 0;
  top: 0.94rem;
}

.game-valution {
  position: absolute;
  top: 0.66rem;
  left: 1.03rem;
  width: 5.61rem;
  height: 0.65rem;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/game-evaluation1.png") no-repeat;
  background-size: cover;
  display: none;
}

.home-icon {
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/logo2.png") no-repeat;
  background-size: 100% 100%;
  width: 3.8rem;
  height: 0.6rem;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 2.4rem;
  display: none;
}

.focus-box {
  width: 5.55rem;
  height: 0.83rem;
  position: absolute;
  bottom: 3.6rem;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.35rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(28, 27, 30, 0.5);
  margin: auto;
  display: none;
}
.focus-box .tit {
  width: 1.63rem;
  height: 0.3rem;
  margin: 0 auto;
  font-size: 0.22rem;
  color: #cdcdcd;
  font-weight: bold;
}
.focus-box .channel-item {
  position: relative;
  margin-right: 0.45rem;
  width: 0.61rem;
  height: 0.5rem;
}
.focus-box .channel-item:last-child {
  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;
  width: 1.2rem;
}
.focus-box .channel-item p {
  font-size: 0.16rem;
  line-height: 0.38rem;
  color: #969698;
  border: 0.01rem solid #505255;
  width: 1.28rem;
  height: 0.38rem;
  text-align: center;
}
.focus-box .channel-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.focus-box .channel-box {
  width: 100%;
  margin-left: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.focus-box .img-box {
  width: 0.61rem;
  height: 0.5rem;
}
.focus-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.focus-box .channel-name {
  height: 0.34rem;
  font-size: 0.2rem;
  color: #b5b5b5;
  text-align: center;
  line-height: 0.34rem;
}

.home-tit {
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/slogan2.png") no-repeat;
  background-size: 7.35rem 4.09rem;
  background-position: center top;
  width: 7.5rem;
  height: 4.09rem;
  margin: auto;
  position: absolute;
  bottom: 7.01rem;
}

.order-btn {
  position: absolute;
  bottom: 5.67rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.55rem;
  height: 0.95rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  line-height: 0.95rem;
  z-index: 0;
}
.order-btn::before {
  content: "";
  position: absolute;
  top: -1.71rem;
  left: -1.64rem;
  width: 6.83rem;
  height: 4.37rem;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/order_btn.png") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: -1;
}
.order-btn.gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.order-tips {
  position: absolute;
  left: 0;
  bottom: 5.25rem;
  width: 100%;
  font-size: 0.32rem;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08rem;
  text-indent: 0.08rem;
}

.order-img {
  position: absolute;
  bottom: 2.84rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.9rem;
  height: 2.31rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/order-fl.png) no-repeat;
  background-size: 100% 100%;
}

.news-tit-icon {
  position: relative;
  top: 0.14rem;
  margin-left: 0.4rem;
}

.news-tit-icon.n1 {
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/news-tit-icon1.png") no-repeat;
  background-size: 100% 100%;
  width: 3.1rem;
  height: 1.01rem;
}

.news-tit-icon.n2 {
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/news-tit-icon3.png") no-repeat;
  background-size: 100% 100%;
  width: 2.99rem;
  height: 0.95rem;
}

.news-title-text {
  color: #ffffff;
  font-size: 0.31rem;
  width: 2.4rem;
  font-family: "font18030";
  margin-left: -0.6rem;
  margin-bottom: 0.1rem;
  margin-top: -0.16rem;
  font-weight: bold;
}

.news-tips {
  color: #ffffff;
  font-size: 0.19rem;
  width: 2.4rem;
  font-family: "font18030";
  margin-left: -0.6rem;
}

.btn-prev {
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/prev-next.png") no-repeat;
  background-size: 100% 100%;
  width: 0.45rem;
  height: 0.07rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.btn-next {
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/prev-next.png") no-repeat;
  background-size: 100% 100%;
  width: 0.45rem;
  height: 0.07rem;
}

.page-prev-next {
  width: 100%;
  margin: auto;
  height: 0.3rem;
  line-height: 0.3rem;
  position: absolute;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  left: 0;
  right: 0;
  color: #c9c9c9;
  font-weight: bold;
  font-size: 0.18rem;
  bottom: 0.65rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-prev-next .events {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  pointer-events: none;
}

.news-page {
  margin: 0 0.15rem;
  font-size: 0.18rem;
  font-weight: bold;
  -webkit-transform: translateY(0.12rem);
          transform: translateY(0.12rem);
}

.news-con-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.9rem;
  background-color: #000000;
  padding: 0.2rem 0.36rem 0.34rem;
}

.news-con-item-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-con .news-con-item-top {
  width: 5.3rem;
  color: white;
  font-weight: bold;
  font-size: 0.28rem;
  margin: 0 auto 0.3rem;
}

.n-left {
  width: 1.88rem;
  height: 1.15rem;
}

.n-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.n-right {
  width: 3.42rem;
  font-family: "font18030";
  padding-left: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}

.n-tit {
  width: 98%;
  font-size: 0.22rem;
  color: #f2f2f2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.1rem;
}

.n-txt {
  width: 98%;
  line-height: 0.22rem;
  font-size: 0.16rem;
  color: #f2f2f2;
  overflow: hidden;
  margin-bottom: 0.12rem;
}

.n-time {
  color: #d5d5d5;
  font-size: 0.12rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.n-time a {
  font-size: 0.137rem;
  color: #d5d5d5;
  margin-left: auto;
}

.icon-bottom {
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/icon-bottom.png") no-repeat;
  background-size: 100% 100%;
  width: 0.45rem;
  height: 0.35rem;
  left: 0;
  right: 0;
  bottom: 2.12rem;
  margin: auto;
  position: absolute;
  -webkit-animation: shake 1s infinite;
          animation: shake 1s infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 22;
}

.icon-bottom.index2 {
  bottom: 0.4rem;
}

.icon-bottom.on {
  bottom: 0.45rem;
  width: 1.89rem;
  height: 0.84rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/icon-bottom-on.png) no-repeat;
  background-size: 100% 100%;
}

.icon-bottom.act {
  width: 1.4rem;
  height: 0.83rem;
  bottom: 1.4rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/icon-bottom2.png) no-repeat !important;
  background-size: 100% 100% !important;
}

@-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);
  }
}
.gs-features-box {
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/bg5.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

.features-item {
  width: 6.9rem;
  height: 6.85rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-box-shadow: 0 0 0.5rem 0.05rem rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0.5rem 0.05rem rgba(255, 255, 255, 0.3);
  margin: auto;
}
.features-item.index2 {
  height: 4.99rem;
}
.features-item .features-info {
  position: absolute;
  bottom: 0.2rem;
  z-index: 11;
}
.features-item .featuresSwiper {
  width: 6.9rem;
  height: 4.99rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/featuresSwiper.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
}
.features-item .featuresSwiper .features-s-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 99.5%;
  position: absolute;
}
.features-item .featuresSwiper .features-s-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(1.7rem, transparent));
  background: linear-gradient(to top, #000 0 1rem, transparent 1.7rem);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0rem;
  pointer-events: none;
  left: 0;
  z-index: 11;
}
.features-item .featuresSwiper p {
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  padding-left: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 111;
  font-size: 0.43rem;
}
.features-item .featuresSwiper p span {
  display: block;
  margin-right: 0.5rem;
}
.features-item .featuresSwiper p span:last-child {
  margin-right: 0;
}
.features-item .featuresSwiper .features-txt2 {
  left: 0.1rem;
  color: #b7b7b7;
  width: 6.62rem;
  font-size: 0.18rem;
  line-height: 0.25rem;
}
.features-item .featuresSwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.features-item-info {
  width: 6.9rem;
  height: 6.85rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1.8rem;
}

.features-item-info::after {
  content: "";
  display: block;
  width: 6.9rem;
  height: 1.46rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/game-evaluation.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0rem;
  left: 0;
  z-index: 11;
}

.features-item-info.index2 {
  height: 4.99rem;
}

.features-item-info.index2::after {
  display: none;
}

.features-honor {
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/e-left-bottom.png);
  background-size: 100% 100%;
  width: 100%;
  height: 1.61rem;
  position: absolute;
  bottom: -0.01rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
}

.features-tit {
  width: 100%;
  color: #ffffff;
  font-size: 0.38rem;
  font-weight: bold;
  text-align: center;
}

.features-tit span {
  margin-right: 0.3rem;
}

.features-tit span:last-child {
  margin-right: 0;
}

.features-txt {
  color: #ffffff;
  font-size: 0.2rem;
  width: 100%;
  text-align: center;
}

.features-txt span {
  display: block;
}

.news-slide {
  width: 100%;
  height: 100%;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve//m/bg5.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  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;
}
.news-slide .gs-news-box {
  overflow: hidden;
  opacity: 0;
  width: 100%;
  height: 11.24rem;
}
.news-slide .tit {
  width: 5.38rem;
  height: 1.74rem;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/news-tit-icon1.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.news-slide .gs-news {
  margin: 0.9rem auto 0;
  width: 6.5rem;
}
.news-slide .news-item {
  position: relative;
  width: 6.78rem;
  height: 1.71rem;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: bottom center;
  margin-bottom: 0.2rem;
  padding-left: 3.41rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
.news-slide .news-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.04rem;
  height: 1.71rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-slide .news-img img {
  width: 100%;
  height: 100%;
}
.news-slide .news-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/new_img_mask.png") no-repeat;
  background-size: 100% 100%;
}
.news-slide .news-tit {
  width: 3.38rem;
  margin-top: 0.04rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.24rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.news-slide .news-desc {
  line-height: 0.26rem;
  font-size: 0.2rem;
  color: #acacac;
  width: 3.23rem;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-slide .news-time {
  margin-top: 0.15rem;
  line-height: 1;
  font-size: 0.16rem;
  color: #acacac;
  letter-spacing: 0.01rem;
}
.news-slide .btn-more {
  position: absolute;
  bottom: 0.22rem;
  right: 0.05rem;
  font-size: 0.18rem;
  line-height: 1;
  color: #b0bac6;
}
.news-slide .pagination {
  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;
  margin-top: 0.14rem;
}
.news-slide .pagination .prev,
.news-slide .pagination .next {
  width: 0.45rem;
  height: 0.07rem;
  background-size: 100% 100%;
}
.news-slide .pagination .prev {
  background-image: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/prev.png");
}
.news-slide .pagination .prev.act {
  background-image: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/prev-on.png");
}
.news-slide .pagination .nums {
  font-size: 0.16rem;
  color: #c9c9c9;
  font-weight: bold;
  margin: 0 0.25rem;
}
.news-slide .pagination .next {
  background-image: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/next.png");
}
.news-slide .pagination .next.act {
  background-image: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/next-on.png");
}

.logo {
  position: absolute;
  top: 0.2rem;
  left: 0.5rem;
  width: 2.08rem;
  height: 0.72rem;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/logo3.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.gs-event-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/bg5.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.event-item {
  position: absolute;
  width: 6.9rem;
  height: 6.89rem;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  overflow: hidden;
  opacity: 1;
  -webkit-box-shadow: 0 0 0.5rem 0.05rem rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0.5rem 0.05rem rgba(255, 255, 255, 0.3);
}

.event-item-info {
  width: 6.9rem;
  height: 6.89rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.event-left {
  width: 6.9rem;
  height: 6.89rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.event-left .e-left-top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 2.1rem;
  z-index: 11;
}
.event-left .e-left-top .e-t-tit {
  padding-left: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  line-height: 0.44rem;
  font-size: 0.43rem;
  color: #fff;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.event-left .e-left-top .e-t-txt {
  width: 100%;
  line-height: 0.32rem;
  width: 6.25rem;
  font-size: 0.18rem;
  margin: -0.2rem auto 0;
  color: #b7b7b7;
}
.event-left .e-left-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1.61rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/e-left-bottom.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  pointer-events: none;
}
.event-left .e-left-bottom span {
  width: 100%;
  text-align: center;
  color: #9d9d9d;
  position: absolute;
  bottom: 0.05rem;
  font-size: 0.14rem;
}
.event-left .e-left-bottom::after {
  content: "";
  display: block;
  width: 1.59rem;
  height: 0.22rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/e-lb-title.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -0.8rem;
  z-index: 11;
  bottom: 1.2rem;
}
.event-left .e-left-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95%;
  margin: auto;
  padding-top: 0.64rem;
  position: relative;
  z-index: 1;
}
.event-left .e-left-bottom ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.52rem;
  margin: 0 0.08rem;
}
.event-left .e-left-bottom ul li img {
  width: auto;
  height: 100%;
}

.event-right {
  width: 100%;
  height: 4.99rem;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}
.event-right .effectSwiper {
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/featuresSwiper.png) no-repeat;
  background-size: 100% 100%;
}
.event-right .effectSwiper .swiper-pagination {
  bottom: 0.05rem;
  min-width: 1.6rem;
  z-index: 999;
}
.event-right .effectSwiper .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(1.7rem, transparent));
  background: linear-gradient(to top, #000 0 1rem, transparent 1.7rem);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.1rem;
  pointer-events: none;
  left: 0;
  z-index: 11;
}
.event-right .effectSwiper img {
  width: auto;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/swiper-icon.png") no-repeat;
  background-size: 100% 100%;
  width: 0.1rem;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  height: 0.1rem;
  opacity: 0.8;
  margin: 0 0.1rem !important;
}

.swiper-pagination-bullet-active {
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/swiper-icon-act.png") no-repeat;
  background-size: 100% 100%;
  width: 0.1rem;
  height: 0.1rem;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
}

.swiper-button-next {
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/swiper-button-next.png) no-repeat;
  background-size: 100% 100%;
  width: 0.51rem;
  height: 0.75rem;
  z-index: 11;
  display: block;
  right: 0.2rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev {
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/swiper-button-next.png) no-repeat;
  background-size: 100% 100%;
  width: 0.51rem;
  z-index: 11;
  height: 0.75rem;
  left: 0.2rem;
  display: block;
}

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

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

/* 社媒 */
.social-media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/bg5.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-media .social-box {
  overflow: hidden;
  width: 100%;
  height: 9.39rem;
}
.social-media .social-tit {
  width: 5.38rem;
  height: 1.74rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/news-tit-icon3.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.social-media .channel-box {
  width: 6.78rem;
  margin: 0.89rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-media .channel-box li {
  position: relative;
  width: 2.1rem;
  height: 2.1rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/channel-bg3.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
}
.social-media .channel-box li:nth-child(3n) {
  margin-right: 0;
}
.social-media .channel-box li img {
  width: 100%;
  height: 100%;
}
.social-media .channel-box li .channel-name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.02rem;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
  z-index: 2;
  font-size: 0.24rem;
  color: #e3e3e3;
}
.social-media .channel-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

.swiper-slide-6 {
  height: 1.2rem !important;
  overflow: unset;
}
.swiper-slide-6 .add-after {
  width: 100vw;
  height: 3.08rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/add-after.jpg) no-repeat;
  background-size: 100% 100%;
}

.news-all {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.jsmpeg-box {
  width: 100%;
  overflow: hidden;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  display: none;
}
.jsmpeg-box canvas {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}

.pop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
}
.pop .pop-con {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pop .pop-tit {
  position: relative;
  width: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "sourcb";
  font-size: 0.5rem;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  margin: 0.38rem auto 0;
}
@supports (-webkit-background-clip: text) {
  .pop .pop-tit {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    background-color: #fff;
    background-image: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/pop-tit-wl.png);
  }
}
.pop .btn-close {
  position: absolute;
  right: 0;
  top: -0.45rem;
  width: 0.42rem;
  height: 0.32rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/clode-btn.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(//game.gtimg.cn/images/r6m/cp/a20250620reserve/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(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/btn-close.png) no-repeat;
  background-size: 100% 100%;
}
.pop-code .tips {
  position: absolute;
  width: 100%;
  bottom: -0.46rem;
  font-size: 0.22rem;
  color: #fff;
  text-align: center;
}

.bind-pop .pop-con {
  width: 6.65rem;
  height: 10.03rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/pop-bg1.png) no-repeat;
  background-size: 100% 100%;
}
.bind-pop .bind-pop-con {
  width: 6.03rem;
  margin: 3.55rem auto 0;
}
.bind-pop .ipt-item {
  position: relative;
}
.bind-pop .ipt-item:nth-child(1) {
  margin-bottom: 0.16rem;
}
.bind-pop .ipt-item input {
  width: 100%;
  height: 0.53rem;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 0.28rem;
  color: #fff;
  text-indent: 0.1rem;
  padding-right: 0.1rem;
}
.bind-pop .ipt-item input::-webkit-input-placeholder {
  color: #b0bac6;
  opacity: 0.4;
}
.bind-pop .ipt-item input::-moz-placeholder {
  color: #b0bac6;
  opacity: 0.4;
}
.bind-pop .ipt-item input:-ms-input-placeholder {
  color: #b0bac6;
  opacity: 0.4;
}
.bind-pop .ipt-item input::-ms-input-placeholder {
  color: #b0bac6;
  opacity: 0.4;
}
.bind-pop .ipt-item input::placeholder {
  color: #b0bac6;
  opacity: 0.4;
}
.bind-pop .ipt-item input.vcode {
  width: 4.99rem;
}
.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.28rem;
  color: #b0bac6;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0.08rem;
}
.bind-pop .get-vcode {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.72rem;
  height: 0.53rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/get-vcode-bg1.png) no-repeat;
  background-size: 100% 100%;
  font-family: "Microsoft YaHei";
  font-size: 0.22rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.53rem;
  font-weight: 400;
}
.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.24rem;
  color: #b0bac6;
  line-height: 1.2;
  margin-top: 0.3rem;
}
.bind-pop .agreement-box .checkbox-con {
  position: relative;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.1rem;
  margin-top: 0.02rem;
}
.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-color: #ff0000;
}
.bind-pop .agreement-box .checkbox-con .checkbox-bg {
  width: 100%;
  height: 100%;
  border: 0.02rem solid #ff0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bind-pop .agreement-box label {
  cursor: pointer;
}
.bind-pop .agreement-info {
  font-size: 0.18rem;
  color: #91969d;
  line-height: 1.55;
  text-align: justify;
  margin-top: 0.1rem;
}
.bind-pop .summit-btn {
  display: block;
  width: 2.38rem;
  height: 0.62rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/pop-btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.2rem auto 0;
  font-family: "sourcb";
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.62rem;
}
.bind-pop .unbind-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 0.18rem;
  color: #ff0000;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 0.02rem;
  border-bottom: 1px solid #ff0000;
  margin: 0.1rem auto 0;
}

.unbind-pop .pop-con {
  width: 6.67rem;
  min-height: 3.65rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/pop-bg2.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.unbind-pop .unbind-con {
  margin-top: 0.24rem;
}
.unbind-pop .ipt-item {
  position: relative;
  width: 5.62rem;
  height: 0.53rem;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 0, 0, 0.3);
  margin: 0 auto 0;
}
.unbind-pop .ipt-item:nth-child(1) {
  margin-bottom: 0.28rem;
}
.unbind-pop .ipt-item input {
  width: 100%;
  height: 0.53rem;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 0.2rem;
  color: #b0bac6;
  text-indent: 0.15rem;
  padding-right: 0.1rem;
}
.unbind-pop .ipt-item input::-webkit-input-placeholder {
  color: #6d7175;
  opacity: 0.4;
}
.unbind-pop .ipt-item input::-moz-placeholder {
  color: #6d7175;
  opacity: 0.4;
}
.unbind-pop .ipt-item input:-ms-input-placeholder {
  color: #6d7175;
  opacity: 0.4;
}
.unbind-pop .ipt-item input::-ms-input-placeholder {
  color: #6d7175;
  opacity: 0.4;
}
.unbind-pop .ipt-item input::placeholder {
  color: #6d7175;
  opacity: 0.4;
}
.unbind-pop .ipt-item input.vcode {
  width: 3.85rem;
}
.unbind-pop .ipt-item .error-text {
  display: block;
  width: 100%;
  font-size: 0.2rem;
  color: #ff0000;
  line-height: 1;
  text-align: right;
  margin-top: 0.05rem;
}
.unbind-pop .get-vcode {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.72rem;
  height: 0.53rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/get-vcode-bg1.png) no-repeat;
  background-size: 100% 100%;
  font-family: "Microsoft YaHei";
  font-size: 0.22rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.53rem;
  font-weight: 400;
}
.unbind-pop .get-vcode.gray {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.unbind-pop .summit-btn {
  display: block;
  width: 2.38rem;
  height: 0.62rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/pop-btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.25rem auto 0;
  font-family: "sourcb";
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.62rem;
}
.unbind-pop .agreement-info {
  width: 5.6rem;
  font-size: 0.18rem;
  color: #91969d;
  line-height: 1.55;
  text-align: justify;
  margin: 0.35rem auto 0;
}

.invite-pop .pop-con {
  width: 6.65rem;
  min-height: 10.23rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/pop-bg3.png) no-repeat;
  background-size: 100% 100%;
}
.invite-pop .pop-tit {
  position: relative;
  left: 0.12rem;
  font-size: 0.4rem;
}
.invite-pop .invite-con {
  width: 6.03rem;
  margin: 0.2rem auto 0;
}
.invite-pop .invite-left {
  width: 5.91rem;
  margin-right: 0.4rem;
}
.invite-pop .invite-text_p1 {
  font-size: 0.26rem;
  color: #b0bac6;
  line-height: 1;
  margin-bottom: 0.12rem;
}
.invite-pop .invite-text_p2 {
  font-size: 0.19rem;
  color: #91969d;
  line-height: 1.2;
  margin-top: 0.08rem;
  text-align: justify;
}
.invite-pop .invite-progress-tit {
  font-size: 0.26rem;
  color: #b0bac6;
  line-height: 1;
  margin-top: 0.35rem;
}
.invite-pop .progress-out {
  position: relative;
  width: 5.91rem;
  height: 0.06rem;
  background-color: #1c0705;
  border: 1px solid #720c03;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.46rem;
}
.invite-pop .progress-out .progress-in {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 0;
  height: 100%;
  background-color: #ff0f00;
}
.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-color: #ff0f00;
  border: none;
}
.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;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #040c1a;
  border: 1px solid #7a0c03;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.invite-pop .award-list p {
  position: absolute;
  bottom: -0.36rem;
  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.24rem;
  color: #b0bac6;
  line-height: 1;
}
.invite-pop .award-list img {
  max-width: none;
}
.invite-pop .award-list .award-img1 {
  position: absolute;
  left: -0.19rem;
  top: -1.06rem;
  width: 0.87rem;
  height: auto;
}
.invite-pop .award-list .award-img1_on {
  position: absolute;
  top: -1.34rem;
  left: -0.44rem;
  width: 1.25rem;
  height: auto;
  opacity: 0;
}
.invite-pop .award-list .award-img2 {
  position: absolute;
  left: -0.19rem;
  top: -1.06rem;
  width: 0.87rem;
  height: auto;
}
.invite-pop .award-list .award-img2_on {
  position: absolute;
  top: -1.34rem;
  left: -0.44rem;
  width: 1.25rem;
  height: auto;
  opacity: 0;
}
.invite-pop .award-list .award-img3 {
  position: absolute;
  left: -0.59rem;
  top: -1.75rem;
  width: 1.38rem;
  height: auto;
}
.invite-pop .award-list .award-img3_on {
  position: absolute;
  left: -0.42rem;
  top: -1.55rem;
  width: 1.05rem;
  height: 1.62rem;
  opacity: 0;
}
.invite-pop .invite-tream-tit {
  font-size: 0.26rem;
  color: #b0bac6;
  line-height: 1;
  margin-top: 0.88rem;
}
.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(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/def_bg.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(//game.gtimg.cn/images/r6m/cp/a20250620reserve/float-tips.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.6s opacity;
  transition: 0.6s 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.show .float-tips {
  opacity: 1;
}
.invite-pop .invite-share-img {
  width: 8.16rem;
  height: 4.59rem;
  display: none;
}
.invite-pop .invite-link-tit {
  font-size: 0.26rem;
  color: #b0bac6;
  line-height: 1;
  margin-top: 0.49rem;
}
.invite-pop .link-box {
  position: relative;
  width: 6.04rem;
  height: 0.53rem;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0.02rem solid rgba(255, 0, 0, 0.3);
  margin-top: 0.15rem;
  margin-bottom: 0.2rem;
}
.invite-pop .link-text {
  width: 4.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.28rem;
  color: #b0bac6;
  line-height: 0.53rem;
  margin-left: 0.14rem;
}
.invite-pop .copy-invite-link {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.72rem;
  height: 0.53rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/copy-btn.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.22rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.53rem;
}
.invite-pop .btns {
  text-align: center;
  margin-bottom: 0.4rem;
  margin-top: 0.3rem;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.invite-pop .open-share-pop {
  display: inline-block;
  width: 1.72rem;
  height: 0.53rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/copy-btn.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.22rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.53rem;
  margin: 0 0.1rem;
}
.invite-pop .common-btn {
  display: inline-block;
  margin: 0 0.2rem 0;
}

.invited-pop .pop-con {
  width: 6.65rem;
  height: 3.08rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/pop-bg4.png) no-repeat;
  background-size: 100% 100%;
}
.invited-pop .pop-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.38rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.3rem;
}
.invited-pop .pop-tit span {
  max-width: 2.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.invited-pop .pop-text {
  height: 1.05rem;
  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.28rem;
  line-height: 1.4;
  color: #91969d;
}
.invited-pop .comfirm-btn {
  display: block;
  width: 2.38rem;
  height: 0.62rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/pop-btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0;
  font-family: "sourcb";
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.62rem;
}

.common-pop .pop-con {
  width: 6.65rem;
  min-height: 3.08rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/pop-bg4.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0.45rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-pop .pop-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.38rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-pop .pop-text {
  width: 6rem;
  min-height: 1.05rem;
  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.24rem;
  line-height: 1.4;
  color: #91969d;
  padding: 0.1rem 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-pop .pop-text a {
  color: #f53b2a;
  text-decoration: underline;
}
.common-pop .pop-text2 {
  width: 6rem;
  min-height: 1.05rem;
  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.24rem;
  line-height: 1.4;
  color: #91969d;
  padding: 0.1rem 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-pop .pop-text2 a {
  color: #f53b2a;
  text-decoration: underline;
}
.common-pop .comfirm-btn {
  display: block;
  width: 2.38rem;
  height: 0.62rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/pop-btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0;
  font-family: "sourcb";
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.62rem;
}

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

.wq-pop .pop-con {
  width: 6.65rem;
  min-height: 9.63rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/pop-bg5.png) no-repeat;
  background-size: 100% 100%;
}
.wq-pop .pop-tit {
  font-size: 0.5rem;
  margin-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: 0.35rem auto 0;
}
.wq-pop .wq-list .wq-item {
  width: 2.07rem;
  text-align: center;
}
.wq-pop .wq-list .wq-item:not(:nth-child(3n+1)) {
  margin-left: 0.08rem;
}
.wq-pop .wq-list .wq-item:nth-child(n+4) {
  margin-top: 0.45rem;
}
.wq-pop .wq-list .wq-item:nth-child(9) {
  margin-left: 0.47rem;
}
.wq-pop .wq-list .wq-item:nth-child(10) {
  margin-left: 0.08rem;
  margin-right: 0.47rem;
}
.wq-pop .wq-list .wq-item img {
  display: block;
  width: 2.07rem;
  height: 1.28rem;
  margin: 0 auto;
}
.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.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.22rem;
  text-align: center;
  color: #91969d;
}

.share-pop .invite-share-img {
  display: block;
  width: 5.51rem;
  height: 9.8rem;
  margin: 0 auto;
}
.share-pop .share-pop-tips {
  font-size: 0.26rem;
  color: #757575;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  margin-top: 0.2rem;
}

.gs-fl-box {
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/bg5.jpg) no-repeat;
  background-size: cover;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gs-fl-box .fl-tit {
  width: 6.4rem;
  height: 1.74rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/fl-tit.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.gs-fl-box .fl-item {
  margin-top: 0.02rem;
}
.gs-fl-box .fl-step1 {
  position: relative;
  width: 7.14rem;
  height: 4.07rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/fl-item-bg1.png) no-repeat;
  background-size: 100% 100%;
}
.gs-fl-box .fl-step1 .fl-step-con {
  position: absolute;
  left: 0.43rem;
  top: 1.19rem;
}
.gs-fl-box .fl-step1 .icon-name {
  top: 0.4rem;
  left: 2.3rem;
}
.gs-fl-box .fl-step1 .icon-name:nth-child(2) {
  left: 5.2rem;
}
.gs-fl-box .view-btn {
  position: absolute;
  left: 3.15rem;
  top: 3.37rem;
  width: 1.75rem;
  height: 0.41rem;
  background-color: rgba(76, 8, 2, 0.8);
  border: 1px solid rgba(255, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.18rem;
  color: #d1d1d1;
  text-align: center;
  line-height: 0.41rem;
}
.gs-fl-box .fl-step2 {
  position: relative;
  width: 7.14rem;
  height: 2.48rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/fl-item-bg2.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.35rem;
}
.gs-fl-box .fl-step2 .fl-step-con {
  position: absolute;
  left: 0.43rem;
  top: 0.45rem;
}
.gs-fl-box .fl-step2 .icon-name {
  top: 0.16rem;
  left: 3.56rem;
}
.gs-fl-box .fl-step3 {
  position: relative;
  width: 7.14rem;
  height: 2.72rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/fl-item-bg3.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.24rem;
}
.gs-fl-box .fl-step3 .fl-step-con {
  position: absolute;
  left: 0.43rem;
  top: 0.55rem;
}
.gs-fl-box .fl-step3 .icon-name {
  top: 0.28rem;
  left: 3.34rem;
}
.gs-fl-box .fl-step3 .icon-name:nth-child(2) {
  left: 5.2rem;
}
.gs-fl-box .fl-step_p1 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gs-fl-box .fl-step_p1::after {
  content: "";
  position: absolute;
  left: -0.29rem;
  top: -0.2rem;
  z-index: -1;
  width: 1rem;
  height: 1rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/fl-num-bg.png) no-repeat;
  background-size: 100% 100%;
}
.gs-fl-box .fl-step_p1 .step-num {
  font-family: "sourcb";
  font-size: 0.64rem;
  color: #ff0000;
  line-height: 0.6rem;
}
.gs-fl-box .fl-step_p1 .fl-step_sp1 {
  font-family: "sourcb";
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0.08rem;
}
.gs-fl-box .fl-step_p2 {
  font-family: "Microsoft YaHei";
  font-size: 0.18rem;
  color: #b0bac6;
  line-height: 1;
  font-weight: 400;
  margin-top: 0.14rem;
  text-indent: 0.06rem;
}
.gs-fl-box .get-btn {
  display: block;
  width: 2.13rem;
  height: 0.58rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/fl-btn1.png) no-repeat;
  background-size: 100% 100%;
  font-family: "sourcb";
  font-size: 0.23rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.58rem;
  margin-top: 0.2rem;
  margin-left: 0.06rem;
}
.gs-fl-box .get-btn.gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.gs-fl-box .my-team {
  font-family: "sourcr";
  width: 2.13rem;
  font-size: 0.18rem;
  color: #b0bac6;
  text-align: center;
  margin-top: 0.07rem;
  margin-left: 0.06rem;
}
.gs-fl-box .icon-name {
  position: absolute;
}
.gs-fl-box .icon-name_p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "sourcr";
  font-size: 0.22rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 400;
}
.gs-fl-box .icon-name_p1 .icon-sign {
  width: 0.16rem;
  height: 0.32rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/icon-sign.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.08rem;
  margin-top: 0.02rem;
}
.gs-fl-box .icon-name_p2 {
  position: relative;
  width: 1.22rem;
  height: 0.25rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/fl-frame1.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 0.24rem;
  margin-top: -0.06rem;
}
.gs-fl-box .icon-name_p2 span {
  position: absolute;
  left: 0.08rem;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.5);
          transform: translateY(-50%) scale(0.5);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  font-family: "Microsoft YaHei";
  font-size: 0.36rem;
  color: #b0bac6;
  font-weight: 400;
  white-space: nowrap;
}

.gs-qy-box {
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/bg5.jpg) no-repeat;
  background-size: cover;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gs-qy-box .gs-qy-ani {
  width: 100%;
}
.gs-qy-box .qy-tit {
  width: 4.64rem;
  height: 1.74rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/qy-tit.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.gs-qy-box .dm-stage {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 4.55rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/dm-stage-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0;
  overflow: visible !important;
}
.gs-qy-box .dm-stage .duman {
  position: absolute;
  left: 100vw;
  -webkit-animation: transformAni 15s linear forwards 1;
          animation: transformAni 15s linear forwards 1;
}
.gs-qy-box .dm-stage .dm-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gs-qy-box .dm-stage .dm-item.review {
  height: 0.45rem;
  padding: 0 0.13rem;
  border-radius: 0.225rem;
  border: 1px solid rgba(0, 143, 255, 0.6);
}
.gs-qy-box .dm-stage .dm-item.review .dm-text2 {
  display: block;
}
.gs-qy-box .dm-stage .dm-item.review .give-btn {
  display: none;
}
.gs-qy-box .dm-stage .dm-item .nickname {
  position: absolute;
  left: 0.69rem;
  top: 0.12rem;
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 1;
  padding-bottom: 0.1rem;
  border-bottom: 0.02rem solid rgba(0, 143, 255, 0.6);
  display: none;
}
.gs-qy-box .dm-stage .dm-item .head-img {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.15rem;
  overflow: hidden;
  border: 0.01rem solid #1c90ea;
  margin-right: 0.08rem;
}
.gs-qy-box .dm-stage .dm-item .head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gs-qy-box .dm-stage .dm-item .dm-text {
  max-width: 15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  color: #b0bac6;
  line-height: 0.22rem;
  font-weight: 400;
  margin-right: 0.1rem;
}
.gs-qy-box .dm-stage .dm-item .dm-text2 {
  font-size: 0.18rem;
  color: #b0bac6;
  line-height: 0.22rem;
  font-weight: 400;
  margin-right: 0.1rem;
  white-space: nowrap;
}
.gs-qy-box .dm-stage .dm-item .give-btn {
  position: relative;
  padding-left: 0.26rem;
  font-size: 0.13rem;
  color: #b0bac6;
  line-height: 1;
}
.gs-qy-box .dm-stage .dm-item .give-btn.active i {
  background-image: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/icon-give_active.png);
}
.gs-qy-box .dm-stage .dm-item .give-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.125rem;
  width: 0.23rem;
  height: 0.25rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/icon-give.png) no-repeat;
  background-size: 100% 100%;
}
.gs-qy-box .dm-widget {
  width: 6.9rem;
  height: 7.98rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/dm-widget-bg.png) no-repeat;
  background-size: 100% 100%;
  margin: -2.69rem auto 0;
  padding-top: 3.03rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.26rem;
}
.gs-qy-box .dm-widget-tit {
  font-size: 0.5rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
}
.gs-qy-box .dm-widget-text {
  font-size: 0.22rem;
  color: #b0bac6;
  line-height: 1;
  font-weight: 400;
  margin-top: 0.14rem;
}
.gs-qy-box .dm-widget-text2 {
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.27rem;
}
.gs-qy-box .dmSwiper {
  position: relative;
  width: 6.88rem;
  height: 0.6rem;
  margin-top: 0.15rem;
  overflow: hidden;
}
.gs-qy-box .dmSwiper .swiper-slide {
  width: auto;
}
.gs-qy-box .dmSwiper .swiper-scrollbar {
  height: 0.06rem;
  border: 0.01rem solid rgba(109, 0, 7, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000000;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.gs-qy-box .dmSwiper .swiper-scrollbar-drag {
  background-color: #ff0000;
}
.gs-qy-box .dm-presets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.45rem;
}
.gs-qy-box .dm-presets li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  height: 0.45rem;
  padding: 0 0.28rem;
  border-radius: 0.225rem;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0.01rem solid #ff0000;
  font-family: "Microsoft YaHei";
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.42rem;
  font-weight: 400;
  cursor: pointer;
}
.gs-qy-box .dm-presets li:not(:nth-child(1)) {
  margin-left: 0.18rem;
}
.gs-qy-box .dm-widget-text4 {
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
}
.gs-qy-box .right {
  margin-top: 0.2rem;
}
.gs-qy-box .dm-input {
  position: relative;
  margin-top: 0.18rem;
  width: 6.22rem;
  height: 1.77rem;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0.02rem solid #ff0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gs-qy-box .dm-input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0.05rem 0.2rem 0 0.2rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.4;
}
.gs-qy-box .dm-input textarea::-webkit-input-placeholder {
  color: #6d7175;
}
.gs-qy-box .dm-input textarea::-moz-placeholder {
  color: #6d7175;
}
.gs-qy-box .dm-input textarea:-ms-input-placeholder {
  color: #6d7175;
}
.gs-qy-box .dm-input textarea::-ms-input-placeholder {
  color: #6d7175;
}
.gs-qy-box .dm-input textarea::placeholder {
  color: #6d7175;
}
.gs-qy-box .dm-input .dm-send {
  position: absolute;
  right: 0;
  bottom: -0.01rem;
  width: 1.93rem;
  height: 0.45rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/dm-send.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.45rem;
}

@-webkit-keyframes transformAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100vw - 4rem));
            transform: translateX(calc(-100vw - 4rem));
  }
}

@keyframes transformAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100vw - 4rem));
            transform: translateX(calc(-100vw - 4rem));
  }
}
.shareDom {
  position: fixed;
  left: -9999em;
  top: 0;
  width: 657px;
  height: 1168px;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/share.jpg) no-repeat;
  background-size: 100% 100%;
}
.shareDom img {
  position: absolute;
  right: 22px;
  bottom: 24px;
  width: 141px;
  height: 141px;
}

.common-btn {
  display: block;
  width: 1.72rem;
  height: 0.53rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/copy-btn.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.22rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.53rem;
}

/*** 登录平台选择 ***/
.popup-login .pop-con {
  width: 6.65rem;
  min-height: 3.08rem;
  background-image: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/popup-accept.png");
  background-size: 100% 100%;
  padding-bottom: 0.4rem;
}
.popup-login .login-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.4rem;
}
.popup-login .login-list .login-qq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 0.6rem;
  font-weight: bold;
  font-size: 0.24rem;
  position: relative;
  width: 2rem;
  height: 1.6rem;
  background-image: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/login-bg.png");
  background-size: 100% 100%;
  color: #fff;
}
.popup-login .login-list .login-qq .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/login-qq.png");
  background-size: 1.58rem 1rem;
  background-position: center 0.15rem;
}
.popup-login .login-list .login-qq::before, .popup-login .login-list .login-qq::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.16rem;
  border: 0.04rem solid #ff3d2c;
}
.popup-login .login-list .login-qq::before {
  top: 0;
  border-bottom: none;
}
.popup-login .login-list .login-qq::after {
  bottom: 0;
  border-top: none;
}
.popup-login .login-list .login-wx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 0.6rem;
  font-weight: bold;
  font-size: 0.24rem;
  position: relative;
  width: 2rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  background-image: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/login-bg.png");
  background-size: 100% 100%;
  color: #fff;
}
.popup-login .login-list .login-wx .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/r6m/cp/a20250620reserve/login-wx.png");
  background-size: 1.58rem 1rem;
  background-position: center 0.15rem;
}
.popup-login .login-list .login-wx::before, .popup-login .login-list .login-wx::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.16rem;
  border: 0.04rem solid #ff3d2c;
}
.popup-login .login-list .login-wx::before {
  top: 0;
  border-bottom: none;
}
.popup-login .login-list .login-wx::after {
  bottom: 0;
  border-top: none;
}

/*** 预约 ***/
.qrcode-pop .pop-con {
  width: 6.65rem;
  height: auto;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/m/pop-bg5.png) no-repeat;
  background-size: 100% 100%;
}
.qrcode-pop .tips {
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  margin: 0.2rem 0;
}
.qrcode-pop .qrcode-pop {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
}
.qrcode-pop .qrcode-pop img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.2rem;
  height: 2.2rem;
}
.qrcode-pop .qrcode-box {
  position: relative;
  width: 6.04rem;
  height: 0.53rem;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0.02rem solid rgba(255, 0, 0, 0.3);
  margin: 0.15rem auto 0.6rem;
}
.qrcode-pop .qrcode-text {
  width: 4.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.28rem;
  color: #b0bac6;
  line-height: 0.53rem;
  margin-left: 0.14rem;
}
.qrcode-pop .copy-invite-link2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.72rem;
  height: 0.53rem;
  background: url(//game.gtimg.cn/images/r6m/cp/a20250620reserve/content/copy-btn.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.22rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.53rem;
}

/*分享弹窗*/
.flex-pop img {
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  width: 40%;
}

.flex-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}