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

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

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

ol,
ul {
  list-style: none;
}

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

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

fieldset,
img,
abbr,
acronym {
  border: 0;
}

/* basic */
.c:before,
.c:after {
  content: "";
  display: tadble;
}

.c:after {
  clear: both;
}

.c {
  zoom: 1;
}

body {
  font:
    12px/1.5 "\5FAE\8F6F\96C5\9ED1",
    tahoma,
    "\5b8b\4f53",
    "\9ED1\4F53",
    sans-serif;
  overflow-x: hidden;
}

body,
html {
  min-width: 12.8rem;
  font-family: "FZLTHJW" !important;
}

a {
  text-decoration: none;
  overflow: hidden;
}

.wrap,
body {
  min-width: 12.8rem !important;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
}

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

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.db {
  display: block;
  text-indent: -999em;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 设置根节点 font-size，基于设计稿 1920px */
html {
  font-size: calc(100 / 1920 * 100vw);
  scroll-behavior: smooth;
}

/* 设置最小宽度限制（可选） */
@media screen and (max-width: 1280px) {
  html {
    font-size: calc(100 / 1920 * 1280px);
  }
}

.container * {
  box-sizing: border-box;
}

.wrap * {
  box-sizing: border-box;
}

.gray-filter {
  filter: grayscale(100%);
  /* 100%完全置灰，0%无效果 */
  -webkit-filter: grayscale(100%);
  /* 兼容webkit内核浏览器 */
  cursor: not-allowed;
  /* 可选：禁止交互 */
  pointer-events: none;
}

/* 默认字体 */
@font-face {
  font-family: "FZLTHJW";
  src: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/font/FZLTHJW.TTF);
}

/* 粗一号字体 */
@font-face {
  font-family: "FZLTZHJW";
  src: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/font/nzwl-zh.ttf);
}

/* 按钮字体 */
@font-face {
  font-family: "FZLTDHJW";
  src: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/font/FZLTDHJW.TTF);
}

/* 奖励名称字体 逆战未来中粗黑*/
@font-face {
  font-family: 'nzwlzch';
  src: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/font/NZFUTURE-HEI.ttf);
}

/* 文案字体 逆战未来粗黑宋*/
@font-face {
  font-family: 'nzwlchs';
  /* src: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/font/NZFUTURE-SONG.ttf); */
  src: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/font/ckjg.woff2);
}

/* 导航字体 字体传奇特战体*/
@font-face {
  font-family: 'tz';
  /* src: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/font/tz.ttf); */
  src: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/font/ckjg.woff2);
}


.wrap {
  overflow: hidden;
  background-color: #121214;
  position: relative;
}

.bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  width: 19.2rem;
}

.bg img {
  width: 100%;
  height: 100%;
}

.bg-1 {
  width: 100%;
  height: 10.53rem;
}

.bg-1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 关键：按比例覆盖容器，裁剪超出部分 */
  object-position: top;
  /* 可选：裁剪时保留画面中心（可改top/bottom/left/right） */
}

.bg-2 {
  width: 100%;
  height: 11.05rem;
}

.bg-3 {
  width: 100%;
  height: 8.84rem;
}

.bg-4 {
  width: 100%;
  height: 11.82rem;
}


.bg-5 {
  width: 100%;
  height: 11.11rem;
}

.bg-6 {
  width: 100%;
  height: 10.65rem;
}

.bg-7 {
  width: 100%;
  height: 12.92rem;
}

.bg-8 {
  width: 100%;
  height: 10.47rem;
}

.container {
  position: relative;
  z-index: 9;
}

.side-nav {
  position: fixed;
  right: -2.28rem;
  bottom: 4rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/nav-box.png) no-repeat center/100% 100%;
  width: 2.28rem;
  height: 2.62rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 99;
  font-family: 'tz';
  font-size: 0.2rem;
  color: #868b92;
  transition: all .5s ease-in-out;
  padding-bottom: .1rem;
}

.side-nav.show {
  right: 0.0rem;
}


.side-nav .change_btn {
  width: 0.37rem;
  height: 1.19rem;
  position: absolute;
  left: -0.36rem;
  bottom: 0rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/hide_btn.png) no-repeat center/100% 100%;
}

.side-nav .change_btn.on {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/show_btn.png) no-repeat center/100% 100%;
}

.nav-item {
  font-size: 0.2rem;
  color: #cacaca;
  position: relative;
  padding: 0 0.2rem;
  width: 2.23rem;
  height: 0.41rem;
  line-height: 0.41rem;
  display: block;
  text-align: center;
}

.nav-item.--active {
  width: 2.23rem;
  height: 0.41rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/nav-item-active.png) no-repeat center/100% 100%;
}

.nav-item.--active span {
  color: #fff;
}

.head {
  height: 10.53rem;
}

.head-top {
  display: flex;
  align-items: center;
  padding: 0 .4rem;
  justify-content: space-between;
  margin-top: .3rem;
}

.head-top-left .logo {
  width: 1.90rem;
  height: .94rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/logo.png) no-repeat center/100% 100%;
  display: block;
}

.head-top-right {
  display: flex;
  /* margin-top: -0.8rem; */
  align-items: center;
}

.head-top-right .login-box {
  font-size: 0.24rem;
  color: #ffffff;
}

.head-top-right .login-box a {
  color: #ff155d;
}

.head-top-right .login-ic {
  width: 0.49rem;
  height: 0.49rem;
  margin-left: 0.2rem;
}

.head-btn {
  width: 4.89rem;
  height: 2rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/kv-btn.png) no-repeat center/100% 100%;
  margin: 7.2rem auto -.5rem;
  display: block;
  font-size: 0.44rem;
  line-height: 0.99rem;
  text-align: center;
  text-indent: -999rem;
  color: #fff;
  font-family: "FZLTDHJW";
}

.head-tip {
  text-align: center;
  font-size: 0.17rem;
  line-height: 0.35rem;
  color: #fff;
  word-spacing: 0.1rem;
  margin-top: -0.1rem;
}

.btn1 {
  width: 3.31rem;
  height: 0.99rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/kv-btn.png) no-repeat center/100% 100%;
  display: block;
  font-size: 0.44rem;
  line-height: 0.99rem;
  color: #fff;
  text-align: center;
  font-family: "FZLTDHJW";
}

.btn1.--active {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/kv-btna.png) no-repeat center/100% 100%;
}

.part {
  box-sizing: border-box;
}

.tit1 {
  width: 15rem;
  height: 2.48rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/tit1.png) center center no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
}

.tit2 {
  width: 15rem;
  height: 2.48rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/tit2.png) center center no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
}

.tit3 {
  width: 15rem;
  height: 2.48rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/tit3.png) center center no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
}

.tit4 {
  width: 15rem;
  height: 2.48rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/tit4.png) center center no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
}

.tit5 {
  width: 15rem;
  height: 2.48rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/tit5.png) center center no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
}

.tit6 {
  width: 15rem;
  height: 2.48rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/tit6.png) center center no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
}

.tit7 {
  width: 15rem;
  height: 2.48rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/tit7.png) center center no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
}

.part1 {
  height: 11.4rem;
  position: relative;
  /* padding-top:.5rem; */
  /* display: flex;
  justify-content: center; */
  gap: 0.25rem;
}

.part1 .tips {
  text-indent: -999rem;
  width: 8.1rem;
  height: .56rem;
  margin: 0 auto;
  /* position: absolute;
  left: 50%;
  top: 2.3rem;
  transform: translateX(-50%); */
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_tips.png) no-repeat center/100% 100%;
}


.part1-wbtq {
  width: 2.71rem;
  height: 2.15rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1-wbtq.png) no-repeat center/100% 100%;
  position: fixed;
  left: 0.14rem;
  bottom: 2rem;
  z-index: 999;
}

.part1_yyjl_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: -0.5rem;
  right: 0rem;
}

.part1_yyjl_box img {
  width: 3.02rem;
  height: 2.39rem;
  display: block;
}

.part1_yyjl_box a {
  width: 3.02rem;
  height: .75rem;
  margin-top: .1rem;
  /* margin-top: -0.25rem; */
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_lq_btn.png) no-repeat center/100% 100%;
  display: block;
}

.part1_yyjl_box a.--active {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_ylq_btn.png) no-repeat center/100% 100%;
}

.part1_con {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: .5rem;
}

.part1_con ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 11.2rem;
}

.part1_con li {
  width: 2.8rem;
  display: flex;
  margin-bottom: .35rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.part1_con li .reward_box {
  width: 2.68rem;
  height: 2.33rem;
  position: relative;
  box-sizing: border-box;
  padding-top: 0.3rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1-reward-bj.png) no-repeat center/100% 100%;
}
.part1_con li .reward_box .label,.part1_con .reward_day7 .label{
  position: absolute;
  left: .03rem;
  top: 0.03rem;
  background: #313131;
  font-size: .14rem;
  color: #83868a;
  padding: 0 .03rem;
      width: fit-content;
}
.part1_con .reward_day7 .label{
  left: .1rem;
}
.part1_con li .reward_box .img_box {
  width: 2.39rem;
  height: 1.47rem;
  margin: 0 auto;
}

.part1_con li .reward_box .img_box img {
  width: 100%;
  height: 100%;
  display: block;
}

.part1_con .day {
  position: absolute;
  top: 0.01rem;
    right: .02rem;
  font-size: 0.18rem;
  color: #fff;
  width: .98rem;
  height: .38rem;
  line-height: .38rem;
  box-sizing: border-box;
  font-family: 'nzwlzch';
  padding-left: 0.05rem;
  text-align: center;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_day_bj.png) no-repeat center/100% 100%;
}

.part1_con .img_box {
  height: 2.4rem;
}

.part1_con .name {
  width: 100%;
  text-align: center;
  font-size: .18rem;
  color: #cacaca;
  text-indent: 0;
  line-height: 1.2;
  margin-top: 0.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.5rem;
}

.part1_con .reward_btn {
  width: 2.63rem;
  height: .56rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.2rem;
  text-indent: -9999rem;
  position: relative;
  z-index: 1;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_lq_btn.png) no-repeat center/100% 100%;
}

.part1_con .reward_btn.--active {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_ylq_btn.png) no-repeat center/100% 100%;
}

.part1_con .reward_day7 {
  position: relative;
}

.part1_con .reward_day7 .day {
  top: .00rem;
  right: 0.1rem;
  color: #fff;
  text-indent: 0;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_day_bj.png) no-repeat center/100% 100%;

}

.part1_con .reward_day7 .img_box {
  width: 2.39rem;
  height: 2.76rem;
  margin: 0 auto;
}

.part1_con .reward_day7 .img_box img {
  width: 100%;
  height: 100%;
  display: block;
}

.part1_con .reward_day7 .reward_box {
  width: 2.82rem;
  height: 5.77rem;
  display: block;
  /* margin-top: -0.2rem; */
  padding-top: 1.2rem;
  text-indent: -9999rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1-reward-bj1.png) no-repeat center/100% 100%;
}

.part1_con .reward_day7 .name {
  margin-top: 1.0rem;
}

.part2 {
  position: relative;
  height: 10.4rem;
  padding-top: .6rem;
}

.part2 .swiper_box {
  width: 7.71rem;
  height: 4.41rem;
  margin: 0 auto;
  position: relative;
  margin-top: .3rem;
}

.part2 .swiper_box::after {
  content: '';
  position: absolute;
  left: -.08rem;
    top: -.12rem;
  width: 7.87rem;
  height: 4.59rem;
  z-index: 5;
  pointer-events: none;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part2_icon.png) no-repeat center/100% 100%;
}
.p2_tit_s{
  width: 3.23rem;
  height: 0.3rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/p2_tit_s.png) no-repeat center/100% 100%;
  margin: 0 auto;
  margin-top: .2rem;
}
.part2 .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.part2 .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: .32rem;
}

.part2 .swiper-button {
  width: .64rem;
  height: 0.64rem;
  position: absolute;
  top: 60%;
  display: block;
  transform: translateY(-50%);
}

.part2 .swiper-button-prev {
  left: -1.2rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/arr_l.png) no-repeat center/100% 100%;
}

.part2 .swiper-button-next {
  right: -1.2rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/arr_r.png) no-repeat center/100% 100%;
}

.part2 .swiper-pagination {
  margin: 0 auto;
  margin-top: .3rem;
  width: 100%;
  opacity: 1;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part2 .swiper-pagination span {
  margin: 0 .15rem;
}

.part2 .swiper-pagination .swiper-pagination-bullet {
  width: 0.21rem;
  height: 0.13rem;
  opacity: 1;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part2_icon2.png) no-repeat center/100% 100%;
}

.part2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.36rem;
  height: 0.22rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part2_icon1.png) no-repeat center/100% 100%;
}

.part3 {
  position: relative;
  height: 8.4rem;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}
.part3 .p_con{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .6rem;
}


.part3 .p_con>div {
  margin: 0 .2rem;
}
.part3-wbtq {
  width: 2.75rem;
  height: 2.07rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1-wbtq.png) no-repeat center/100% 100%;
  position: fixed;
  left: 0.14rem;
  bottom: 2rem;
  z-index: 999;
}

.part3-gun {
  width: 7.15rem;
  height: 3.57rem;
  position: relative;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/p3_img1.png) no-repeat center/100% 100%;
  pointer-events: none;
  margin-left: -.6rem;
}

.part3-cfq {
  position: absolute;
  top: -0.94rem;
  left: 0.8rem;
  width: 6rem;
    height: 3.57rem;
  /* transform: scale(.9); */
  pointer-events: none;
}

.part3-cfq img {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
  opacity: 0;
}

.part3-cfq img:first-child {
  opacity: 1;
}

.part3-btn1,
.part3-btn2 {
  width: 3.15rem;
  height: .67rem;
  text-indent: -999rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_lq_btn.png) no-repeat center/100% 100%;
  display: block;
  margin: .3rem auto 0;
}

.part3-btn1.--active,
.part3-btn2.--active {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_ylq_btn.png) no-repeat center/100% 100%;
}

.part3-hb {
      width: 7.15rem;
    height: 3.57rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/p3_img2.png) no-repeat center/100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: -.6rem;
}

.part3-hbdh {
      position: absolute;
    top: -.55rem;
    left: 0.2rem;
    width: 7.5rem;
    height: 4.6rem;
    pointer-events: none;
    transform: scale(.9);
}

.part3-hbdh img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.part3-hbdh img:first-child {
  opacity: 1;
}

.part3-hbgif {
      width: 7.5rem;
    height: 4.6rem;
    margin-left: 0.7rem;
    transform: scale(.9);
}

.part3-hbimg {
  width: 6.39rem;
  height: 3.59rem;
}

.part3_1 {
  position: relative;
  height: 10.88rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10.8rem;
}




.part4 {
  position: relative;
  height: 11.68rem;
  padding-top: .6rem;
}


.part4-tip1 {
  width: 6.2rem;
  height:.56rem;
  margin: 0 auto .3rem;
  text-indent: -999rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part4-tip1.png) no-repeat center/100% 100%;
  z-index: 9;
}

.part4-gun {
  width: 13.13rem;
  height: 7.15rem;
  margin: 0 auto;
  /* margin-top: -1.2rem; */
  position: relative;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part4-gun-img.png) no-repeat center/100% 100%;
}
.part4-gun img{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 4.29rem;
  object-fit: contain;
}
.part4-gun .part4-gun-dh {
  position: absolute;
  left: 0rem;
  top: -.1rem;
  width: 12.89rem;
  height: 4.05rem;
}

.part4-gun .part4-gun-dh img {
  width: 100%;
  height: 100%;
  top: 55%;
}

.part4-gun .record_btn {
  position: absolute;
  right: 0.7rem;
  bottom: 3rem;
  font-size: 0.24rem;
  color: #cacaca;
  font-family: 'nzwlchs';
  text-decoration: underline;
}


.yq-num {
  position: absolute;
      right: 0.4rem;
    bottom: 2.4rem;
  color: #ff155d;
  font-size: 0.36rem;
  font-family: 'nzwlchs';
}

.yq-num span {
  color: #fff;
}

.part4-list {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 66.5%;
  margin: 0 auto;
  margin-top: -2.4rem;
}

.part4-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part4-item1-jl {
  width: 4.02rem;
  height: 1.53rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part4-box1.png) no-repeat center/100% 100%;
}

.part4-item2-jl {
  width: 4.02rem;
  height: 1.53rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part4-box2.png) no-repeat center/100% 100%;
}

.part4-item3-jl {
  width: 4.02rem;
  height: 1.53rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part4-box3.png) no-repeat center/100% 100%;
  position: relative;
}

.part4-lf {
  position: absolute;
  width: 3rem;
  height: 1.5rem;
  top: 0rem;
  right: 0rem;
  pointer-events: none;
}

.part4-lf img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.part4-btn {
  margin-top: -0.05rem;
}

.btn2 {
  width: 2.63rem;
  height: 0.56rem;
  text-indent: -999rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_lq_btn.png) no-repeat center/100% 100%;
  display: block;
}

.btn2.--active {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_ylq_btn.png) no-repeat center/100% 100%;
}

.btn2.--yq {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_yq_btn.png) no-repeat center/100% 100%;
}


.part5 {
  position: relative;
  height: 11.2rem;
  padding-top: .2rem;
}


.part5>img {
  width: 11.64rem;
  height: 7.27rem;
  margin: 0 auto;
  margin-top: -0.1rem;
  display: block;
}

.part5_btn {
  margin: 0 auto;
  margin-top: .05rem;
  display: block;
  text-indent: -999rem;
  width: 2.63rem;
  height: .56rem;
  position: relative;
  z-index: 2;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_lq_btn.png) no-repeat center/100% 100%;
}

.part5_btn.--active {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_ylq_btn.png) no-repeat center/100% 100%;
}

.part6 {
  position: relative;
  height: 10.49rem;
  padding-top: .6rem;
}



.part6 .part6_gun_box {
  width: 11.33rem;
  height: 4.53rem;
  margin: 0 auto;
  position: relative;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part6_gun_bj.png) no-repeat center/cover;
  padding-bottom: .30rem;
  margin-top: .6rem;
}

.part6 .part6_gun_box i {
  display: block;
  position: absolute;
  left: -2rem;
  bottom: 1.4rem;
  width: 4.34rem;
  height: .77rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part6_icon.png) no-repeat center/100% 100%;
}

.part6 .part6-gun {
  width: 19.2rem;
  height: 7.1rem;
  position: absolute;
  left: -4.2rem;
  top: -1.5rem;
  pointer-events: none;
}

.part6 .part6-gun img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.part6_btn {
  margin: 0 auto;
  margin-top: 0.4rem;
  display: block;
  text-indent: -999rem;
  width: 2.63rem;
  height: .56rem;
  position: relative;
  z-index: 2;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_lq_btn.png) no-repeat center/100% 100%;
}

.part6_btn.--active {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_ylq_btn.png) no-repeat center/100% 100%;
}


.part7 {
  position: relative;
  height: 12.91rem;
  padding-top: .2rem;
}


.part7-operation {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.3rem;
  padding-right: .5rem;
}

.part7-operation-btn {
  color: #cacaca;
  font-size: 0.2rem;
  line-height: 0.24rem;
  margin-left: 0.15rem;
  font-family: 'nzwlchs';
  text-decoration: underline;
}
.part7-tip1{
  width: 6.55rem;
  height: .56rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part7-tip1.png) no-repeat center/100% 100%;
  margin: 0 auto;
  /* margin-top: 0.1rem; */
}
.part7-jplist {
  width: 10.62rem;
  height: 4.87rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/p7_img.png) no-repeat center/100% 100%;
  margin: 0 auto;
  margin-top: 0.1rem;
  box-sizing: border-box;
  /* border: 1px solid #e8181c; */
  margin: 0.05rem auto 0;
}

.part7-btn1 {
  margin: 0.4rem auto 0.1rem;
}

.part7-btn1 {
  margin: 0 auto;
  margin-top: 0.3rem;
  display: block;
  text-indent: -999rem;
  width: 2.63rem;
  height: .56rem;
  position: relative;
  z-index: 2;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_lq_btn22.png) no-repeat center/100% 100%;
}

.part7-btn1.--active {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part1_ylq_btn.png) no-repeat center/100% 100%;
}

.part7-cjnum {
  font-size: 0.18rem;
  color: #cacaca;
  text-align: center;
  margin-top: .1rem;
}

.part7-rwlist {
  width: 65%;
  margin: 0 auto;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  gap: 0.2rem;
  flex-wrap: wrap;
  padding: 0 .3rem;
}

.part7-item {
  width: 5.12rem;
  height: .82rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part6-box.png) no-repeat center/100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.15rem;
}

.part7-item-tit {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #ff175a;
  font-family: "nzwlchs";
}

.part7-item-tip {
  font-size: 0.16rem;
  color: #a0a0a0;
}

.part7 .btn4 {
  width: 1.28rem;
  height: 0.41rem;
  text-indent: -999rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part7-btn.png) no-repeat center/100% 100%;
  display: block;
}

.part7 .btn4.--active {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part7-btna.png) no-repeat center/100% 100%;
}

.part7 .btn4.--share {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part7-btns.png) no-repeat center/100% 100%;
}

.part7 .btn4.--to {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part7-btnto.png) no-repeat center/100% 100%;
}

.part7 .btn4.--xz {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part7-btnxz.png) no-repeat center/100% 100%;
}

.part7 .btn4.--ywc {
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/part7-btnywc.png) no-repeat center/100% 100% !important;
}





.pop {
  position: fixed;
  top: 50%;
  left: 50%;
  background-size: cover;
  display: none;
  z-index: 1000;
  transform: translate(-50%, -50%);
}

.pop-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.pop-close {
  position: absolute;
  width: 0.67rem;
  height: 0.62rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/pop/close.png) no-repeat center/100% 100%;
  top: 0rem;
  right: .2rem;
  opacity: 1;
  z-index: 1;
}

.pop1 {
  width: 11.48rem;
  height: 8.37rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/pop/pop-box1.png) no-repeat center/100% 100%;
  padding: 0.4rem;
}

.pop1::after {
  content: '';
  position: absolute;
  left: .2rem;
  top: 0;
  width: 1.62rem;
  height: .56rem;
  pointer-events: none;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/pop/pop-box1-after.png) no-repeat center/100% 100%;
}

.pop-cont {
  height: 6.6rem;
  overflow-y: auto;
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #6d6d6d;
  margin-top: 0.8rem;
}

.pop-cont::-webkit-scrollbar {
  height: 4.2rem;
  width: 0.04rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.pop-cont::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  width: 0.04rem;
}

.pop-cont::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
  width: 0.04rem;
}

.pop-cont .rule-tit {
  font-size: 0.24rem;
  color: #ff175a;
  padding: 0.05rem 0;
  padding-left: 0.2rem;
  display: inline-block;
  margin: 0.1rem 0;
  font-family: 'nzwlchs';
  position: relative;
}

.pop-cont .rule-tit::after {
  content: '';
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.15rem;
  height: 0.15rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/pop/pop_tit_icon.png) no-repeat center/cover;
}

.pop-cont .rule-txt {
  color: #fffdf6;
  padding: 0.05rem 0;
}

.qb-table {
  width: 60%;
  border-collapse: collapse;
  font-size: 0.2rem;
  line-height: 0.45rem;
  text-align: center;
  /* 文字居中 */
  margin-top: 0.1rem;
}

/* 表头样式 */
.qb-table th {
  background-color: #888888;
  /* 表头背景色 */
  color: #fff;
  /* 表头文字白色 */
  border: 1px solid #888888;
  /* 表头边框色 */
  font-weight: bold;
}

/* 表格内容单元格样式 */
.qb-table td {
  color: #fffdf6;
  /* 内容文字黑色 */
  border: 1px solid #888888;
  /* 内容单元格边框色 */
}

.yq-table {
  width: 80%;
  /* 适配内容调整宽度 */
  border-collapse: collapse;
  /* 合并边框 */
  font-size: 0.2rem;
  line-height: 0.6rem;
  margin-top: 0.1rem;
}

/* 表头样式 */
.yq-table th {
  background-color: #888888;
  /* 表头背景色 */
  color: #fff;
  /* 表头文字白色 */
  border: 1px solid #888888;
  /* 表头边框色 */
  text-align: center;
  /* 表头文字居中 */
  font-weight: bold;
  line-height: 0.45rem;
}

/* 表格内容单元格样式 */
.yq-table td {
  color: #fffdf6;
  /* 内容文字黑色 */
  border: 1px solid #888888;
  /* 单元格边框色 */
  vertical-align: middle;
  /* 单元格内容垂直居中 */
}

/* 要求列单元格样式 */
.require-cell {
  text-align: center;
  /* 要求文字居中 */
  width: 25%;
  min-width: 1.2rem;
}

/* 奖励列单元格样式 */
.reward-cell {
  text-align: left;
  /* 奖励文字左对齐 */
  padding: 0 0.2rem;
}

/* 全局表格样式 */
.prize-table {
  width: 90%;
  /* 适配三列内容调整宽度 */
  border-collapse: collapse;
  /* 合并边框 */
  font-size: 0.2rem;
  line-height: 0.45rem;
  margin-top: 0.1rem;
}

/* 表头样式 */
.prize-table th {
  background-color: #888888;
  /* 表头背景色 */
  color: #fff;
  /* 表头文字白色 */
  border: 1px solid #888888;
  /* 表头边框色 */
  text-align: center;
  /* 表头文字居中 */
  font-weight: bold;
}

/* 内容单元格样式 */
.prize-table td {
  color: #fffdf6;
  /* 内容文字黑色 */
  border: 1px solid #888888;
  /* 单元格边框色 */
  vertical-align: middle;
  /* 垂直居中 */
}

/* 列宽分配（适配不同内容长度） */
.content-col {
  width: 50%;
  /* 具体内容列占比最大，适配长文本 */
  text-align: left;
  /* 左对齐方便阅读长文本 */
  padding: 0 0.1rem;
}

.prob-col {
  width: 20%;
  /* 概率列 */
  text-align: right;
  /* 居中展示百分比 */
  padding: 0 0.1rem;
}

.limit-col {
  width: 30%;
  /* 总限量列 */
  text-align: right;
  /* 居中展示数量 */
  padding: 0 0.1rem;
}


.pop2 {
  padding-top: 0.6rem;
}

.pop2::after {
  content: '';
  position: absolute;
  left: .2rem;
  top: 0;
  width: 1.62rem;
  height: .56rem;
  pointer-events: none;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/pop/pop-box2-after.png) no-repeat center/100% 100%;
}

.pop1 .ls-tit {
  line-height: 0.56rem;
  font-size: 0.24rem;
  text-align: center;
  color: #cacaca;
  display: flex;
  align-items: center;
  width: 10rem;
  margin: 0 auto;
  font-family: 'nzwlchs';
  border-bottom: 1px solid #47494c;
}

.pop1 .ls-tit p {
  width: 50%;
  flex-shrink: 0;
}

.pop1 .pop-cont {
  width: 10rem;
  height: 6.3rem;
  overflow-y: auto;
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #eee;
  margin: 0 auto;
  margin-top: 0.4rem;
}

.pop1 .ls-item {
  display: flex;
  align-items: center;
  text-align: center;
}

.pop1 .ls-item p {
  width: 50%;
  flex-shrink: 0;
}

.pop3 {
  width: 8.92rem;
  height: 3.66rem;
  padding: .4rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/pop/pop-box2.png) no-repeat center/100% 100%;
}
.pop3::after {
  content: '';
  position: absolute;
  left: 0rem;
  top: 0;
  width: 1.62rem;
  height: .56rem;
  pointer-events: none;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/pop/pop-box3-after.png) no-repeat center/100% 100%;
}
.pop3 .cdk {
  margin: 0 auto;
  margin-top: 0.8rem;
  width: 7.92rem;
  height: 0.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  color: #fefefe;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/pop/cdk_bj.png) no-repeat center/100% 100%;
}

.pop3 .copy_cdk {
  margin: 0 auto;
  margin-top: 0.4rem;
  width: 3.0rem;
  height: .69rem;
  display: block;
  text-indent: -999rem;
  background: url(https://wegame.gtimg.com/tgp_act/release/wegame/nzm20260407/images/copy_btn.png) no-repeat center/100% 100%;
}

.pop3 .hb {
  width: 2.5rem;
  height: 3.73rem;
  margin: 0 auto;
}

.pop3 .hb img {
  width: 100%;
  height: 100%;
  display: block;

}

.pop3 .tips {
  margin: 0 auto;
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.24rem;
  color: #cacaca;
}
.pop3 .tips2 {
  margin-top: 0.4rem;
}

#pop3 .pop-close {
  /* top: 0.9rem;
  right: 0.3rem; */
  right: 0;
}[v-cloak] {
    visibility: hidden;
}
.logo {
    cursor: pointer;
}
.--active, .--ywc {
    pointer-events: none;
}
/*footer*/
#afooter {line-height:1.5;color:#ffffff;background-color:#0e0e0e;padding:0.2rem 0;text-align:center;font-size: .16rem;}
#afooter a {color:#ffffff;}
#footer_ieg {width:100%;}