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

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

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(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/font/FZLTHJW.TTF);
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

.bg-9 {
  width: 100%;
  height: 11.72rem;
}

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

.side-nav {
  position: fixed;
  right: -2.2rem;
  bottom: 4rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/nav-box.png) no-repeat center/2.2rem 4.94rem;
  width: 2.2rem;
  height: 4.94rem;
  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;
}

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

.side-nav::after {
  content: '';
  position: absolute;
  left: 49.4%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.27rem;
  height: 5.72rem;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/nav_icon.png) no-repeat center/cover;
}

.side-nav .change_btn {
  width: 0.36rem;
  height: 1.2rem;
  position: absolute;
  left: -0.36rem;
  bottom: 0rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/hide_btn.png) no-repeat center/cover;
}

.side-nav .change_btn.on {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/show_btn.png) no-repeat center/cover;
}

.nav-item {
  font-size: 0.2rem;
  color: #ffe5e1;
  position: relative;
  padding: 0 0.2rem;
  width: 2.28rem;
  height: 0.47rem;
  line-height: 0.5rem;
  display: block;
  text-align: center;
}

.nav-item.--active {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/nav-item-active.png) no-repeat center/2.28rem 0.91rem;
}
.nav-item.--active span{
  background: linear-gradient(to bottom, #fde69d, #b7955a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.head {
  height: 10.6rem;
}

.head-top {
  display: flex;
  padding: 0 .4rem;
  justify-content: space-between;
}

.head-top-left .logo {
  width: 5.99rem;
  height: 2rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/logo1.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: #b59359;
}

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

.head-btn {
  width: 4.03rem;
  height: 1.18rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/kv-btn.png) no-repeat center/100% 100%;
  margin: 7rem auto 0;
  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: #e8d1a2;
  margin-top: -0.1rem;
}

.btn1 {
  width: 3.31rem;
  height: 0.99rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/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(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/kv-btna.png) no-repeat center/100% 100%;
}

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

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

.part1 .tips {
  text-indent: -999rem;
  width: 9.08rem;
  height: 1.21rem;
  position: absolute;
  left: 50%;
  top: 2.3rem;
  transform: translateX(-50%);
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_tips.png) no-repeat center/100% 100%;
}

.part1::after {
  content: '';
  position: absolute;
  left: -0.1rem;
  top: -2.4rem;
  width: 19.2rem;
  height: 5.7rem;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_icon.png) no-repeat center/cover;
}

.part1-wbtq {
  width: 2.96rem;
  height: 2.21rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/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: 1.11rem;
  margin-top: -0.25rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_lq_btn.png) no-repeat center/100% 100%;
  display: block;
}

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

.part1_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.part1_con li {
  width: 3.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.part1_con li .reward_box {
  width: 3.27rem;
  height: 3.05rem;
  position: relative;
  box-sizing: border-box;
  padding-top: 0.7rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1-reward-bj.png) no-repeat center/100% 100%;
}

.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.24rem;
  right: -.02rem;
  font-size: 0.18rem;
  color: #a0a0a0;
  width: 1.55rem;
  height: 0.41rem;
  line-height: 0.41rem;
  box-sizing: border-box;
  font-family: 'nzwlzch';
  padding-left: 0.1rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/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: .2rem;
  color: #ffdea9;
  text-indent: 0;
  line-height: 1.2;
  margin-top: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.5rem;
}

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

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

.part1_con .reward_day7 {
  position: relative;
}

.part1_con .reward_day7 .day {
  top: 0.27rem;
  right: 0.1rem;
  text-indent: 0;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_day_bj1.png) no-repeat center/100% 100%;

}

.part1_con .reward_box .day.on {
  color: #ffdea0;
}

.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: 3.38rem;
  height: 6.97rem;
  display: block;
  /* margin-top: -0.2rem; */
  padding-top: 2rem;
  text-indent: -9999rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1-reward-bj1.png) no-repeat center/100% 100%;
}
.part1_con .reward_day7 .name {
  margin-top: 1.4rem;
}

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

.part2::after {
  content: '';
  position: absolute;
  left: -0.1rem;
  top: -2.3rem;
  width: 19.2rem;
  height: 5.7rem;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_icon.png) no-repeat center/cover;
}

.part2 .swiper_box {
  width: 10.3rem;
  height: 5.98rem;
  margin: 0 auto;
  position: relative;
}

.part2 .swiper_box::after {
  content: '';
  position: absolute;
  left: -.14rem;
  top: -.03rem;
  width: 10.54rem;
  height: 6.98rem;
  z-index: 5;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part2_icon.png) no-repeat center/100% 100%;
}

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

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

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

.part2 .swiper-button-next {
  right: -1.2rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/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(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part2_icon2.png) no-repeat center/100% 100%;
}

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

.part3 {
  position: relative;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.9rem;
}

.part3::after {
  content: '';
  position: absolute;
  left: -0.1rem;
  top: -2.3rem;
  width: 19.2rem;
  height: 5.7rem;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_icon.png) no-repeat center/cover;
}

.part3>div {
  margin: 0 .2rem;
}

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

.part3-gun {
  width: 7.4rem;
  height: 4.02rem;
  position: relative;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1-gun.png) no-repeat center/100% 100%;
  pointer-events: none;
}

.part3-cfq {
  position: absolute;
  top: -0.94rem;
  left: -0.2rem;
  width: 8rem;
  height: 5.7rem;
  transform: scale(.9);
  pointer-events: none;
}

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

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

.part3-btn1,
.part3-btn2 {
  width: 3.08rem;
  height: 1.13rem;
  text-indent: -999rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_lq_btn.png) no-repeat center/100% 100%;
  display: block;
  margin: 0 auto;
}

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

.part3-hb {
  width: 6.89rem;
  height: 4.02rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1-hb.png) no-repeat center/100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

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

.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.26rem;
  transform: scale(.8);
}

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

.part3_1::after {
  content: '';
  position: absolute;
  left: -0.1rem;
  top: -2.3rem;
  width: 19.2rem;
  height: 5.7rem;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_icon.png) no-repeat center/cover;
}

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

.part4::after {
  content: '';
  position: absolute;
  left: -0.1rem;
  top: -2.3rem;
  width: 19.2rem;
  height: 5.7rem;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_icon.png) no-repeat center/cover;
}

.part4-tip1 {
  width: 7.2rem;
  height: 1.21rem;
  margin: 0 auto;
  text-indent: -999rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part4-tip1.png) no-repeat center/100% 100%;
  z-index: 9;
}

.part4-gun {
  width: 12.89rem;
  height: 7.35rem;
  margin: 0 auto;
  margin-top: -1.2rem;
  position: relative;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part4-gun-img.png) no-repeat center/100% 100%;
}

.part4-gun .part4-gun-dh {
  position: absolute;
  left: 0rem;
  top: -.1rem;
  width: 12.89rem;
  height: 4.15rem;
}

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

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


.yq-num {
  position: absolute;
  right: 0.6rem;
  bottom: 2.6rem;
  color: #d32525;
  font-size: 0.36rem;
  font-family: 'nzwlchs';
}

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

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

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

.part4-item1-jl {
  width: 3.59rem;
  height: 1.47rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part4-box1.png) no-repeat center/100% 100%;
}

.part4-item2-jl {
  width: 4.55rem;
  height: 1.47rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part4-box2.png) no-repeat center/100% 100%;
}

.part4-item3-jl {
  width: 5.1rem;
  height: 1.47rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/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.24rem;
  height: 0.82rem;
  text-indent: -999rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_lq_btn.png) no-repeat center/100% 100%;
  display: block;
}

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

.btn2.part4-btn-yq {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_yq_btn.png) no-repeat center/100% 100%;
}


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

.part5::after {
  content: '';
  position: absolute;
  left: -0.1rem;
  top: -2.3rem;
  width: 19.2rem;
  height: 5.7rem;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_icon.png) no-repeat center/cover;
}

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

.part5_btn {
  margin: 0 auto;
  margin-top: -1.1rem;
  display: block;
  text-indent: -999rem;
  width: 3.08rem;
  height: 1.13rem;
  position: relative;
  z-index: 2;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_lq_btn.png) no-repeat center/100% 100%;
}

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

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

.part6::after {
  content: '';
  position: absolute;
  left: -0.1rem;
  top: -2.35rem;
  width: 19.2rem;
  height: 5.7rem;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_icon.png) no-repeat center/cover;
}

.part6 .part6_gun_box {
  width: 11.86rem;
  height: 5.14rem;
  margin: 0 auto;
  position: relative;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part6_gun_bj.png) no-repeat center/cover;
}

.part6 .part6_gun_box i {
  display: block;
  position: absolute;
  left: -1.5rem;
  bottom: 1.4rem;
  width: 4.71rem;
  height: 1.47rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part6_icon.png) no-repeat center/100% 100%;
}

.part6 .part6-gun {
  width: 19.2rem;
  height: 7.1rem;
  position: absolute;
  left: -3.7rem;
  top: -1.25rem;
  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: 3.08rem;
  height: 1.13rem;
  position: relative;
  z-index: 2;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_lq_btn.png) no-repeat center/100% 100%;
}

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


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

.part7::after {
  content: '';
  position: absolute;
  left: -0.1rem;
  top: -2.3rem;
  width: 19.2rem;
  height: 5.7rem;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_icon.png) no-repeat center/cover;
}

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

.part7-operation-btn {
  color: #e2ae88;
  font-size: 0.2rem;
  line-height: 0.24rem;
  margin-left: 0.15rem;
  font-family: 'nzwlchs';
  text-decoration: underline;
}

.part7-jplist {
  width: 10.6rem;
  height: 4.8rem;
  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.1rem;
  display: block;
  text-indent: -999rem;
  width: 3.08rem;
  height: 1.13rem;
  position: relative;
  z-index: 2;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_lq_btn.png) no-repeat center/100% 100%;
}

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

.part7-cjnum {
  font-size: 0.18rem;
  color: #e2ae88;
  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.27rem;
  height: 1.07rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part6-box.png) no-repeat center/100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
}

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

.part7-item-tip {
  font-size: 0.16rem;
  color: rgba(226, 174, 136, 0.8);
}

.part7 .btn4, .part8 .btn4 {
  width: 1.3rem;
  height: 0.54rem;
  text-indent: -999rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part7-btn.png) no-repeat center/100% 100%;
  display: block;
}

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

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

.part7 .btn4.part7-btn-download {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part7-btnxz.png) no-repeat center/100% 100%;
}

.part7 .btn4.--active,
.part8 .btn4.--active {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part7-btnywc.png) no-repeat center/100% 100% !important;
}



.part8 {
  position: relative;
  height: 11.72rem;
  padding-top: 2.38rem;
}

.part8::after {
  content: '';
  position: absolute;
  left: -0.1rem;
  top: -2.35rem;
  width: 19.2rem;
  height: 5.7rem;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_icon.png) no-repeat center/cover;
}

.part8 .part8_table {
  width: 11.5rem;
  height: 7.29rem;
  margin: 0 auto;
  margin-top: 0.8rem;
  box-sizing: border-box;
  padding-top: 1.1rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part8_table_bj.png) no-repeat center/100% 100%;
}

.part8 .part8_table .part8_table_tit {
  font-size: 0.24rem;
  color: #2b2a27;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'nzwlchs';
  width: 90%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: .1rem;
  border-bottom: 0.01rem solid #b5935a;
}

.part8 .part8_table .part8_table_tit p:nth-child(1) {
  width: 40%;
}

.part8 .part8_table .part8_table_tit p:nth-child(2) {
  width: 30%;
}

.part8 .part8_table .part8_table_tit p:nth-child(3) {
  width: 20%;
}

.part8 .part8_table .table_con {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  box-sizing: border-box;
  height: 4.4rem;
  font-size: 0.24rem;
  color: #2b2a27;
  text-align: center;
}

.part8 .table_con::-webkit-scrollbar {
  height: 4.2rem;
  width: 0.04rem;
  background-color: rgba(234, 235, 235, 0.1);
}

.part8 .table_con::-webkit-scrollbar-thumb {
  background-color: rgba(234, 235, 235, 0.2);
  width: 0.04rem;
}

.part8 .table_con::-webkit-scrollbar-thumb:hover {
  background-color: rgba(234, 235, 235, 0.2);
  width: 0.04rem;
}

.part8 .part8_table .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.1rem;
  padding-bottom: .1rem;
  border-bottom: 0.01rem solid #b5935a;
}

.part8 .part8_table .table_con p:nth-child(1) {
  width: 40%;
}

.part8 .part8_table .table_con p:nth-child(2) {
  width: 30%;
}

.part8 .part8_table .table_con p:nth-child(3) {
  display: block;
  width: 20%;
  color: #2b2a27;
}

.part9 {
  position: relative;
  height: 11.26rem;
  padding-top: 2.38rem;
}

.part9::after {
  content: '';
  position: absolute;
  left: -0.1rem;
  top: -2.3rem;
  width: 19.2rem;
  height: 5.7rem;
  pointer-events: none;
  z-index: 6;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_icon.png) no-repeat center/cover;
}


.part9 .part9-tit {
  width: 14.07rem;
  height: 2.07rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part7-tit.png) no-repeat center/100% 100%;
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
}

.part9-fall {
  position: absolute;
  z-index: 11;
  top: 4.8rem;
  left: 0.7rem;
  width: 1.1rem;
  height: 0.3rem;
}

.part9-fall-tip {
  position: absolute;
  left: 1.1rem;
  top: 0;
  width: 3.74rem;
  height: 0.4rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #b2b2b2;
  font-size: 0.14rem;
  line-height: 1.2;
  align-items: center;
  display: none;
  z-index: 11;
  padding: 0 0.1rem;
}

.part9-fall:hover .part9-fall-tip {
  display: flex;
}

.part9 .boss-img {
  position: absolute;
  left: 50%;
  top: 0rem;
  transform: translateX(-50%);
  width: 19.2rem;
  height: 9.47rem;
  z-index: 5;
  display: none;
}

.part9 .boss-img.--active {
  display: block;
}

.part9 .boss-img.--boss1 {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/sp/boss1.png) no-repeat top center / cover;
}

.part9 .boss-img.--boss2 {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/sp/boss2.png) no-repeat top center / cover;
}

.part9 .boss-img.--boss3 {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/sp/boss3.png) no-repeat top center / cover;
}

.part9 .boss-img.--boss4 {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/sp/boss4.png) no-repeat top center / cover;
}

.part9 .boss-img.--boss5 {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/sp/boss5_1.png) no-repeat top center / cover;
}

.part9 .boss-jpls {
  position: absolute;
  top: 5.3rem;
  left: 3.9rem;
  width: 3.66rem;
  display: flex;
  justify-content: space-between;
}

.part9 .jp-item {
  width: 0.82rem;
  height: 0.8rem;
  position: relative;
}

.part9 .jp-item:hover .jp-tip {
  display: block;
}

.part9 .jp-tip {
  display: none;
  min-width: 0.82rem;
  position: absolute;
  top: 0.83rem;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.06rem;
}

.part9 .jp-tip-ic {
  width: 0.18rem;
  height: 0.06rem;
  position: absolute;
  top: 0;
  left: 0;
}

.part9 .jp-tip-txt1 {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.17rem;
  text-align: center;
  color: #f7c772;
  white-space: nowrap;
  padding: 0 0.05rem;
}

.part9 .jp-tip-txt2 {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.12rem;
  text-align: center;
  color: #b3b3b3;
}

.part9-tabls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 12.8rem;
  position: absolute;
  bottom: 2.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 14;
}

.part9-tabls .tab-btn {
  width: 0.38rem;
  height: 0.75rem;
  display: block;
}

.part9-tabls .tab-btn.--lt {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part7-tablt.png) no-repeat center/100% 100%;
}

.part9-tabls .tab-btn.--rt {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part7-tabrt.png) no-repeat center/100% 100%;
}

.part9-tabls .tab-item {
  width: 2.2rem;
  height: 1.41rem;
  display: block;
}

.part9-tabls .tab1 {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/tab/tab-1.png) no-repeat center/100% 100%;
}

.part9-tabls .tab1.--active {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/tab/taba-1.png) no-repeat center/100% 100%;
}

.part9-tabls .tab2 {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/tab/tab-2.png) no-repeat center/100% 100%;
}

.part9-tabls .tab2.--active {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/tab/taba-2.png) no-repeat center/100% 100%;
}

.part9-tabls .tab3 {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/tab/tab-3.png) no-repeat center/100% 100%;
}

.part9-tabls .tab3.--active {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/tab/taba-3.png) no-repeat center/100% 100%;
}

.part9-tabls .tab4 {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/tab/tab-4.png) no-repeat center/100% 100%;
}

.part9-tabls .tab4.--active {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/tab/taba-4.png) no-repeat center/100% 100%;
}

.part9-tabls .tab5 {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/tab/tab-5.png) no-repeat center/100% 100%;
}

.part9-tabls .tab5.--active {
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/tab/taba-5.png) no-repeat center/100% 100%;
}

.part9 .part9-zs {
  height: 1.4rem;
  width: 1.4rem;
  position: absolute;
  right: -2.4rem;
  bottom: -0.6rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/ic/ic6.png) no-repeat center/100% 100%;
  z-index: 12;
}

.part9 .rule_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 19.2rem;
  height: 2.91rem;
  z-index: 10;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/rule_box_bj.png) no-repeat center/cover;
}

.part9 .rule_box::after {
  content: '';
  position: absolute;
  left: 0rem;
  top: -1.65rem;
  width: 19.2rem;
  height: 5.7rem;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part1_icon.png) no-repeat center/cover;
}

.part9-rule-btn {
  width: 3.4rem;
  height: 1.02rem;
  text-indent: -999rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/part8-btn.png) no-repeat center/100% 100%;
  display: block;
  margin: 1.5rem auto 0;
}

.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.67rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/pop/close.png) no-repeat center/100% 100%;
  top: -.02rem;
  right: -.02rem;
  opacity: 1;
  z-index: 1;
}

.pop1 {
  width: 11.17rem;
  height: 8.22rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/pop/pop-box1.png) no-repeat center/100% 100%;
  padding: 0.3rem;
}

.pop1::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12rem;
  height: 10.8rem;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/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: #fff4c1;
  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.12rem;
  height: 0.23rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/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: 50%;
  top: 50%;
  transform: translate(-50.6%, -50.2%);
  width: 12rem;
  height: 10.8rem;
  pointer-events: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/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: #fff4c1;
  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: 11.75rem;
  height: 10rem;
  padding-top: 1.3rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/pop3.png) no-repeat center/100% 100%;
}

.pop3 .cdk {
  margin: 0 auto;
  margin-top: 0.5rem;
  width: 7.94rem;
  height: 0.51rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  color: #fefefe;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/cdk_bj.png) no-repeat center/100% 100%;
}

.pop3 .copy_cdk {
  margin: 0 auto;
  margin-top: 0.4rem;
  width: 3.1rem;
  height: .9rem;
  display: block;
  text-indent: -999rem;
  background: url(//wegame.gtimg.com/tgp_act/release/online/nzm20251230/images/0202/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: #fff4c1;
}
.pop3 .tips2 {
  margin-top: 0.4rem;
}

#pop3 .pop-close {
  top: 0.9rem;
  right: 0.3rem;
}

.yyjl_btn.--active, .reward_btn.--active, .part3-btn1.--active,
.part3-btn2.--active, .part4-btn.--active, .part5_btn.--active,
.part6_btn.--active, .part7-btn.--active, .btn4.--active {
  pointer-events: none;
}
.part8 .btn4 {
  margin: 0 auto;
}
/*footer*/
#afooter {line-height:1.4;color:#ffffff;background-color:#0e0e0e;padding:0.2rem 0;text-align:center;font-size: .18rem;}
#afooter a {color:#ffffff;}
#footer_ieg {width:100%;}