html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  font-size: 0.2rem;
  color: #fff;
}
.short-screen .m {
  position: relative;
  left: 0rem;
  top: 0rem;
  width: 10.8rem;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
}
.m {
  position: relative;
  width: 10.8rem;
  margin: 0 auto;
}
.m .canvas-wrap canvas {
  width: 7.5rem;
  height: 16.24rem;
}
.m .bg-1 {
  height: 100%;
}
.m .p-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -7rem;
  text-indent: -99.99rem;
}
.m .logo {
  top: 0.37rem;
  left: 0.37rem;
  color: transparent;
  width: 2.99rem;
  height: 0.52rem;
}
.m .logo a {
  display: inline-block;
  width: 2.99rem;
  height: 0.52rem;
}
.m .login-ctn {
  right: 2.9rem;
  font-size: 0.32rem;
}
.m .login-ctn .btn-login {
  font-size: 0.32rem;
}
.m .btn-goto-official {
  width: 2.06rem;
  height: 0.64rem;
  font-size: 0.28rem;
  line-height: 0.64rem;
}
.m .btn-goto-official::before {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: 0.4rem;
  left: -0.35rem;
  top: 0.1rem;
  background-color: #dbdbdb;
}
.m .btn-goto-official:hover {
  background-image: url("//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/to_home_bg.png");
  width: 1.92rem;
  height: 0.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.06rem;
  height: 0.64rem;
}
.m .menu-ctn {
  overflow: visible;
  width: 1.06rem;
  height: unset;
}
.m .menu-ctn.enter {
  right: -0.2rem;
}
.m .menu-ctn .menu-item {
  text-indent: -99.99rem;
}
.m .menu-ctn .menu-state {
  right: 0.48rem;
  width: 0.53rem;
  height: 0.14rem;
}

.m .menu-ctn .menu-state.act-1 {
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/icon-pagination-1.png) center/contain no-repeat;
  transform: translateY(0.66rem);
}
.m .menu-ctn .menu-state.act-2 {
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/icon-pagination-2.png) center/contain no-repeat;
  transform: translateY(1.46rem);

}
.m .menu-ctn .menu-state.act-3 {
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/icon-pagination-3.png) center/contain no-repeat;
  transform: translateY(2.26rem);

}
.m .menu-ctn .menu-state.act-4 {
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/icon-pagination-4.png) center/contain no-repeat;
  transform: translateY(3.06rem);

}
.m .menu-ctn .menu-state.act-5 {
  display: block;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/icon-pagination-5.png) center/contain no-repeat;
  transform: translateY(3.86rem);
}
.m .menu-ctn .menu-list .menu-item:hover::after {
  opacity: 0;
}
.m .menu-ctn .menu-list {
  position: relative;
  margin: unset;
  margin-right: 0.16rem;
  display: inline-block;
}
.m .menu-ctn .menu-list::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.11rem;
  right: 0.06rem;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.11rem 0.06rem;
  border-bottom-color: rgba(195, 195, 195, 0.302);
}
.m .menu-ctn .menu-list::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.11rem;
  right: 0.06rem;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.11rem 0.06rem;
  border-top-color: rgba(195, 195, 195, 0.302);
}
.m .menu-ctn .menu-list .menu-item {
  display: block;
  position: relative;
  width: 0.53rem;
  height: 0.14rem;
  background-color: transparent;
  margin: 0.66rem 0 !important;
  opacity: 1;
  transform: scale(1);
}
.m .menu-ctn .menu-list .menu-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  width: 0.23rem;
  height: 0.06rem;
  background-color: rgba(195, 195, 195, 0.502);  
}
.m .menu-ctn .menu-list .menu-item::after { 
  background-image: unset;
  left: unset;
  top: unset;
}
.m .menu-ctn .menu-list .menu-item:not(:nth-last-child(1))::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.32rem;
  right: 0.11rem;
  width: 0.04rem;
  height: 0.04rem;
  background-color: rgba(195, 195, 195, 0.522);
  opacity: 1;
  transform: scale(1);
}
.m .menu-ctn .menu-list .menu-item-active::before {
  width: 0.53rem;
  height: 0.14rem;
}
.m .scrll-tips-ctn .scrll-tips-txt {
  font-size: 0.3rem;
}
.m .scrll-tips-ctn .scrll-tips-i {
  width: 0.4rem;
  height: 0.7rem;
}
.m .p1 .p1-ctn {
  bottom: 4.6rem;
}
.m .p1 .p1-ctn .p1-title {
  margin-top: -2.56rem;
  width: 7.85rem;
  height: 4.39rem;
}
.m .p1 .p1-ctn .btn-dl-ctn {
  margin-top: 2.3rem;
  width: 2.22rem;
  height: 2.22rem;
}
.m .p1 .p1-ctn .btn-dl-ctn .btn-dl {
  width: 2.2rem;
  height: 2.2rem;
  text-indent: -99.99rem;
}
.m .p1 .dl-left {
  width: 4.48rem;
  height: 2.22rem;
}
.m .p1 .p1-award-title {
  margin-left: 0.25rem;
  font-size: 0.24rem;
  line-height: 0.46rem;
  transform: scale(1);
}
.m .p1 .p1-award-title p {
  margin-left: 0.2rem;
}
.m .p1 .p1-award-item img {
  width: 1.9rem;
  height: 1.3rem;
}
.m .p1 .p1-award-item figcaption {
  left: -1.68rem;
  bottom: -0.92rem;
  font-size: 0.26rem;
  transform: scale(1);
}
.m #afooter {
  position: relative;
  padding: 0.3rem 0;
  text-align: center;
  font-size: 0.3rem;
  z-index: 10;
  background-color: #000;
}
.m #afooter p {
  line-height: 0.4rem;
  transform: scale(1);
}
#logoutWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#logoutWrapper.hide {
  display: none;
}
.login-ctn .username {
  max-width: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.login-ctn .item {
  flex-shrink: 0;
}
.m-login-pop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.pop {
  width: 9.31rem;
  height: 7.32rem;
  background: url("//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/bg-modal.png")
    center / contain no-repeat;
  top: 50% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  transform: translate3d(-50%, -50%, 0);
  outline: none !important;
}
.pop-md {
  height: 5.12rem;
  background-image: url("//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/bg-modal-login.png");
}
.m-msg .pop-close {
  margin-top: -3.3rem;
}
.m-msg .text {
  font-size: 0.38rem;
  line-height: 0.6rem;
}
.m-msg .btn-close-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 2.2rem;
  width: 2.16rem;
  height: 0.675rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 0.28rem;
  font-weight: bold;
  transform: translate3d(-50%, -50%, 0) scale(1.1);
  background: url("//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/btn-3.png")
    center / contain no-repeat;
}
.pop-title {
  margin: 0.15rem auto;
  font-size: 0.4rem;
  font-weight: bold;
  color: #a2a1a1;
  text-align: center;
  line-height: 1;
}
.pop-close,
.wechat-pop-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 4.3rem;
  margin-top: -2.9rem;
  text-indent: -99.99rem;
  cursor: pointer;
  width: 0.6rem;
  height: 0.64rem;
  background: url("//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/icon-close.png")
    center / contain no-repeat;
  box-sizing: border-box;
}
.pop-content {
  margin: 0.8rem auto 0;
  padding: 0 0.95rem;
  color: rgba(144, 143, 143, 0.6);
  height: 5rem;
  line-height: 1.333;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0.24rem;
}
.pop-login-type .type-wrapper {
  display: flex;
  justify-content: space-between;
  width: 6.7rem;
  height: 2.4rem;
  margin: 0 auto 0.54rem;
  background: url("//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/login-type.png")
    top / contain no-repeat;
}
.pop-login-type .type-item {
  width: 2.4rem;
  height: 2.9rem;
  display: flex;
  justify-content: center;
  align-items: end;
  color: #908f8f;
  font-size: 0.24rem;
}
.pop-login-wechat .pop-content {
  height: 5.9rem;
}
.pop-login-wechat .url {
  padding: 0.15rem 0.24rem;
  font-size: 0.22rem;
  border: 0.01rem solid #3d3d3d;
  background-color: rgba(0, 0, 0, 0.302);
  box-sizing: border-box;
  color: #908f8f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pop-login-wechat .copy-btn {
  width: 2.16rem;
  height: 0.675rem;
  margin: 0.3rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 0.28rem;
  font-weight: bold;
  background: url("//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/btn-3.png")
    center / contain no-repeat;
}
.pop-login-wechat .scan-tips-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-login-wechat .scan-tips {
  position: relative;
  padding: 0 0.32rem;
  text-align: center;
}
.pop-login-wechat .scan-tips::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.16rem 0.095rem 0 0.095rem;
  border-top-color: #a2a1a1;
}
.pop-login-wechat .qrcode-wrapper1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3rem auto;
  background: url(..//game.gtimg.cn/images/aqwx/m202502/common/bg-qrcode-pure.png)
    center / contain no-repeat;
}
.pop-login-wechat .qrcode-img {
  position: relative;
  margin: 0.226rem 0.126rem;
  width: 2.14rem;
  height: 2.14rem;
  z-index: 0;
}
.ca-qrcode-img-box img {
  width: 100% !important;
  height: 100% !important;
  vertical-align: top;
  -webkit-touch-callout: default;
}
.wechat-pop-close {
  margin-top: -4rem;
}
.m-video {
  display: none;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
.m-video .pub-video {
  margin-top: 0.04rem;
  width: 100%;
  height: 99%;
}
.m-video .video-ctn {
  background-image: url("//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/bg-modal-media.png");
  width: 12.86rem;
  height: 7.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9rem;
  height: 5.25rem;
}
.m-video .btn-close-video {
  margin-left: 4.2rem;
  margin-top: -3.2rem;
  width: 0.6rem;
  height: 0.64rem;
  text-indent: -99.99rem;
  cursor: pointer;
}
.m-wechat-pop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.m-window {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}
.m-window .window {
  display: none;
  transform-origin: 0 0;
  transform: scale(1.1) translate(-50%, -50%);
}
.m-window .window-title {
  color: #dfedf6;
  text-align: center;
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.4rem;
  position: absolute;
  font-weight: 800;
}
.m-window .window-content {
  color: #dfedf6;
  width: 100%;
  padding: 0 0.25rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.66rem;
  box-sizing: border-box;
}
.m-toast {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.m-toast .toast-text {
  font-size: 0.28rem;
  line-height: 0.45rem;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 0.25rem 0.65rem;
  border-radius: 0.05rem;
}
.m-toast .toast-text.max {
  width: 100%;
  max-width: 6rem;
}

.m .content-wrapper {
  margin: 0 auto;
  padding-top: 1.7rem;
  width: 9rem;
  width: round(up, 9rem, 1px);
  box-sizing: border-box;
}
.m .slide-title-wrapper {
  position: relative;
  max-width: 9rem;
  max-width: round(up, 9rem, 1px);
  margin-bottom: 0.4rem;
  padding-bottom: 0.24rem;
}
.m .slide-title {
  font-size: 0.54rem;
  color: rgba(206,206,206,0.8);
}
.m .p6-1,
.m .p5-1,
.m .p4-1,
.m .p3-1,
.m .p2-1 {
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p2-1/m-p2-1-bg.jpg) center/cover no-repeat;
}

.m .p2-1 .map-wrapper {
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
}
.m .p2-1 .map-wrapper .video-item {
  width: 4.47rem;
  height: 4.70rem;
  box-sizing: border-box;
}
.m .p2-1 .map-wrapper .video-item::after {
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p2-1/m-map-border-lg.png) center/contain no-repeat;
}
.m .p2-1 .map-wrapper .text-item img,
.m .p2-1 .map-wrapper .video-item img {
  object-fit: contain;
}
.m .p2-1 .map-wrapper .video-item .details {
  width: 4.36rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p2-1/m-map-detail-bg.png) center/contain no-repeat;
  font-size: 0.2rem;
  line-height: 1.6;
  text-align: center;
}
.m .p2-1 .map-wrapper .video-item .btn-play {
  top: 1.45rem;
  background-image: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p2-1/icon-play.png);
}
.m .p2-1 .map-wrapper .text-item-wrapper {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.2rem;
}
.m .p2-1 .map-wrapper .text-item {
  width: 2.86rem;
  height: 3.19rem;
  font-size: 0.2rem;
}
.m .p2-1 .map-wrapper .text-item::after {
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p2-1/m-map-border-sm.png) center/contain no-repeat;
}
.m .p2-1 .map-wrapper .text-item .details {
  line-height: 1.6;
}
.m .p2-1 .collection-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m .p2-1 .swiper-slide {
  flex-shrink: 0;
}
.m .p2-1 .collection-item {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 9rem;
  height: 2.60rem;
  margin: 0.14rem 0;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p2-1/m-collection-item-bg.png) center/contain no-repeat;
}
.m .p2-1 .collection-item:nth-child(3n+1) {
  padding-left: 0;
}
.m .p2-1 .collection-item:nth-child(3n+3) {
  padding-right: 0;
}
.m .p2-1 .collection-item .main {
  width: 5.35rem;
  color: #9b9b9b;
  font-size: 0.20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.m .p2-1 .collection-img {
  display: block;
  height: auto;
  object-fit: contain;
}
.m .p2-1 .collection-img.img1 {
  width: 2.14rem;
  margin: 0 0.71rem 0 0.45rem;
}
.m .p2-1 .collection-img.img2 {
  width: 2.05rem;
  margin: 0 0.67rem 0 0.58rem;
}
.m .p2-1 .collection-img.img3 {
  width: 2.13rem;
  margin: 0 0.73rem 0 0.44rem;
}
.m .p2-1 .collection-img.img4 {
  width: 1.50rem;
  margin: 0 1.04rem 0 0.76rem;
}
.m .p2-1 .collection-img.img5 {
  width: 1.39rem;
  margin: 0 1.10rem 0 0.81rem;
}
.m .p2-1 .collection-img.img6 {
  width: 1.81rem;
  margin: 0 0.89rem 0 0.59rem;
}
.m .p2-1 .collection-img.img7 {
  width: 2.2rem;
  margin: 0 0.69rem 0 0.41rem;
}
.m .p2-1 .collection-img.img8 {
  width: 2.03rem;
  margin: 0 0.78rem 0 0.49rem;
}
.m .p2-1 .collection-img.img9 {
  width: 1.88rem;
  margin: 0 0.85rem 0 0.57rem;
}
.m .p2-1 .collection-img.img10 {
  width: 2.66rem;
  margin: 0 0.46rem 0 0.18rem;
}
.m .p2-1 .collection-item .name {
  font-size: 0.28rem;
}
.m .p2-1 .collection-item .volume::before {
  height: 0.18rem;
}
.m .p2-1 .collection-item .price {
  font-size: 0.22rem;
}
.m .m-firearms-swiper-ctrls,
.m .m-collection-swiper-ctrls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.71rem;
  font-size: 0.27rem;
}
.m .m-firearms-swiper-ctrls {
  margin-bottom: 0.68rem;
}
.m .m-collection-swiper-pagination {
  display: block;
  width: 2.95rem;
  height: 0.33rem;
  margin: 0 0.41rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/pagination-decoration.png) center/contain no-repeat;
}
.m .m-firearms-swiper-pagination {
  display: block;
  width: 4.41rem;
  height: 0.33rem;
  margin: 0 0.41rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p3-1/m-paganation-decoration-2.png) center/contain no-repeat;
}
.m .m-firearms-swiper-button-prev,
.m .m-collection-swiper-button-prev {
  position: relative;
  padding-left: 0.6rem;
  color: #9b9b9b;
}
.m .m-firearms-swiper-button-next,
.m .m-collection-swiper-button-next {
  position: relative;
  padding-right: 0.6rem;
  color: #9b9b9b;
}
.m .m-firearms-swiper-button-prev::before,
.m .m-collection-swiper-button-prev::before {
  content: '';
  display: block;
  position: absolute;
  left: -0.38rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.145rem 0.38rem;
  border-right-color: rgba(209, 209, 209, 0.8);
}
.m .m-firearms-swiper-button-next::before,
.m .m-collection-swiper-button-next::before {
  content: '';
  display: block;
  position: absolute;
  right: -0.38rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.145rem 0.38rem;
  border-left-color: rgba(209, 209, 209, 0.8);
}
.m .p3-1 .firearms-wrapper {
  height: 8.51rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.46rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p3-1/m-firearms-bg.png) center/contain no-repeat;
  box-sizing: border-box;
}
.m .p3-1 .gameplay-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.2rem;
}
.m .p3-1 .gameplay-item {
  position: relative;
  width: 4.40rem;
  height: 2.47rem;
}
.m .p3-1 .gameplay-item::after {
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p3-1/m-gameplay-border.png) center/contain no-repeat;
}
.m .p3-1 .gameplay-item .details {
  width: 4.36rem;
  height: 0.48rem;
  font-size: 0.22rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p3-1/m-gameplay-details-bg.png) center/contain no-repeat;
}

.m .p3-1 .firearms-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.m .p3-1 .firearms-wrapper .swiper-slide img {
  width: 8.01rem;
  height: auto;
  margin: 0;
}
.m .p3-1 .firearms-wrapper .swiper-slide .details {
  left: 0.5rem;
  top: 0.5rem;
  width: 8rem;
}
.m .p3-1 .firearms-wrapper .swiper-slide .title {
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
}
.m .p3-1 .firearms-wrapper .swiper-slide p {
  font-size: 0.24rem;
  line-height: 1.5;
}
.m .p4-1 .wrapper-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.m .p4-1 .reward-list {
  width: 100%;
}
.m .p4-1 .reward-list .title {
  background-image: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-title-1.png);
}
.m .p4-1 .reward-list .list {
  gap: 0.27rem;
  margin-bottom: 0.6rem;
}
.m .p4-1 .reward-list .item {
  align-items: flex-start;
  width: 2.82rem;
  height: 1.94rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-reward-item-bg-1.png) center/contain no-repeat;
}
.m .p4-1 .reward-list .item img {
  margin-bottom: 0;
  width: auto;
}
.m .p4-1 .reward-list .item3 img {
  margin-top: 0.69rem;
  height: 0.43rem;
}
.m .p4-1 .reward-list .item5 img {
  margin-top: 0.43rem;
  height: 0.94rem;
}
.m .p4-1 .advanced-reward-list .item .label2,
.m .p4-1 .reward-list .item .label {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.88rem;
  height: 0.3rem;
  padding: 0.06rem 0 0 0.07rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-label-1.png) center/contain no-repeat;
  color: #151a1f;
  font-size: 0.2rem;
  box-sizing: border-box;
}
.m .p4-1 .collection-reward-list .item .name,
.m .p4-1 .advanced-reward-list .item .name,
.m .p4-1 .reward-list .item .name {
  font-size: 0.24rem;
  bottom: 0.12rem;
}
.m .p4-1 .advanced-reward-list {
  width: 100%;
  margin-bottom: 0.6rem;
}
.m .p4-1 .advanced-reward-list .title {
  background-image: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-title-2.png);
}
.m .p4-1 .advanced-reward-list .list {
  row-gap: 0.3rem;
}
.m .p4-1 .advanced-reward-list .item {
  width: 2.82rem;
  height: 1.94rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-reward-item-bg-1.png) center/contain no-repeat;
}
.m .p4-1 .advanced-reward-list .item2,
.m .p4-1 .advanced-reward-list .item1 {
  width: 4.37rem;
  background-image: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-reward-item-bg-2.png);
}
.m .p4-1 .advanced-reward-list .item4 img {
  height: 0.84rem;
  margin-top: 0.55rem;
}
.m .p4-1 .advanced-reward-list .item5 img {
  height: 1.10rem;
  margin-top: 0.32rem;
}
.m .p4-1 .advanced-reward-list .item6 img {
  height: 1.22rem;
  margin-top: 0.24rem;

}
.m .p4-1 .advanced-reward-list .item .label {
  width: 0.88rem;
  height: 0.30rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-label-2.png) center/contain no-repeat;
  font-size: 0.2rem;
}
.m .p4-1 .collection-reward-list {
  width: 100%;
}
.m .p4-1 .collection-reward-list .title {
  background-image: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-title-2.png);
}
.m .p4-1 .collection-reward-list .list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 0.26rem;
}
.m .p4-1 .collection-reward-list .item {
  width: 4.37rem;
  height: 2.27rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-reward-item-bg-3.png) center/contain no-repeat;
}
.m .p4-1 .wrapper-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  background: none;
}
.m .p4-1 .task-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.34rem;
  width: 100%;
  padding-bottom: 0.7rem;
  margin-bottom: 0.67rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-line.png) center bottom/contain no-repeat;
  box-sizing: border-box;
}
.m .p4-1 .task-list .task-item {
  width: 9rem;
}
.m .p4-1 .task-list .task-item::after {
  background: none;
}
.m .p4-1 .task-list .task-item img {
  display: block;
  width: 9rem;
  height: 2.27rem;
}
.m .p4-1 .task-list .task-item .name {
  font-size: 0.24rem;
}
.m .p4-1 .other-list {
  width: 100%;
}
.m .p4-1 .other-list .item2,
.m .p4-1 .other-list .item1 {
  width: 4.37rem;
  height: 2.15rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-rank-item-bg-1.png) center/contain no-repeat;
}
.m .p4-1 .other-list .item3 {
  width: 100%;
  height: 2.65rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-rank-item-bg-2.png) center/contain no-repeat;
}
.m .p4-1 .other-list .item .label {
  width: 1.28rem;
  height: 0.30rem;
  padding: 0.04rem 0 0 0.13rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-label-4.png) center/contain no-repeat;
  font-size: 0.2rem;
}
.m .p4-1 .other-list .item3 .label {
  padding-left: 0.07rem;
  width: 1.38rem;
  background-image: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p4-1/m-label-5.png);
}
.m .p4-1 .other-list .item2 .name,
.m .p4-1 .other-list .item1 .name {
  font-size: 0.24rem;
}
.m .p5-1 .benefit-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 0.22rem;
  margin-bottom: 0.6rem;
  row-gap: 0.4rem;
}
.m .p5-1 .benefit-list > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.3rem;
  width: 100%;
}
.m .p5-1 .benefit-list .title {
  height: 0.95rem;
}
.m .p5-1 .benefit-list .title .main {
  font-size: 0.3035rem;
  margin-bottom: 0.07rem;
}
.m .p5-1 .benefit-item {
  width: 2.60rem;
  height: 2.10rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-benefit-item-bg-1.png) center/contain no-repeat;
}
.m .p5-1 .benefit-item.middle {
  width: 3.12rem;
  background-image: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-benefit-item-bg-2.png);
}
.m .p5-1 .benefit-item .label {
  font-size: 0.20rem;
}
.m .p5-1 .label-sm {
  width: 0.76rem;
  height: 0.30rem;
  line-height: 0.30rem;
  padding-right: 0.24rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-label-sm.png) center/contain no-repeat;
}
.m .p5-1 .label-md {
  width: 0.96rem;
  height: 0.30rem;
  line-height: 0.30rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-label-md.png) center/contain no-repeat;
}
.m .p5-1 .label-lg {
  width: 1.26rem;
  height: 0.30rem;
  line-height: 0.30rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-label-lg.png) center/contain no-repeat;
}
.m .p5-1 .benefit-item.item1 img {
  height: 1.27rem;
  margin-top: 0.29rem;
}
.m .p5-1 .benefit-item.item2 img {
  height: 0.51rem;
  margin-top: 0.77rem;
}
.m .p5-1 .benefit-item.item3 img {
  height: 1.43rem;
  margin-top: 0.24rem;
}
.m .p5-1 .benefit-item.item4 img {
  height: 1.36rem;
  margin-top: 0.27rem;
}
.m .p5-1 .benefit-item.item5 img {
  height: 0.51rem;
  margin-top: 0.72rem;
}
.m .p5-1 .benefit-item.item6 img {
  height: 1.29rem;
  margin-top: 0.31rem;
}
.m .p5-1 .levelup-list {
  position: relative;
  flex-wrap: wrap;
  row-gap: 0.48rem;
  padding-bottom: 0.37rem;
  margin-bottom: 0.34rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-progress-2.png) center bottom/contain no-repeat;
}
.m .p5-1 .levelup-list::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 1.95rem;
  width: 100%;
  height: 0.2rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-progress-1.png) center/contain no-repeat;
}
.m .p5-1 .levelup-list::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4.21rem;
  width: 100%;
  height: 0.2rem;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-progress-2.png) center/contain no-repeat;
}
.m .p5-1 .levelup-list .item {
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-levelup-reward-bg-1.png) center/contain no-repeat;
}
.m .p5-1 .levelup-list .item4,
.m .p5-1 .levelup-list .item5,
.m .p5-1 .levelup-list .item6,
.m .p5-1 .levelup-list .item7 {
  width: 4.39rem;
  background-image: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-levelup-reward-bg-2.png);
}
.m .p5-1 .levelup-list .item5 img {
  height: 0.78rem;
  margin-top: 0.33rem;
}
.m .p5-1 .levelup-list .item6 img {
  height: 0.61rem;
  margin-top: 0.45rem;
}
.m .p5-1 .levelup-list .item7 img {
  height: 0.33rem;
  margin-top: 0.5rem;
}
.m .p5-1 .bottom-btns {
  gap: 1.64rem;
}
.m .p5-1 .bottom-btns a {
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.24rem;
  transition: none;
}
.m .p5-1 .bottom-btns .btn-download-now {
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-btn-1.png) center/contain no-repeat;
}
.m .p5-1 .bottom-btns .btn-download-now:hover {
  background-image: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-btn-1.png);
}
.m .p5-1 .bottom-btns .btn-read-more {
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-btn-2.png) center/contain no-repeat;
}
.m .p5-1 .bottom-btns .btn-read-more:hover {
  background-image: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/p5-1/m-btn-2.png);
}
@keyframes scanShine {
  0% {
    bottom: 130%;
  }
  100% {
    bottom: -130%;
  }
}
.p1-miniapp-entry {
  position: absolute;
  top: 1rem;
  left: 0.34rem;
  overflow: hidden;
}
.p1-miniapp-entry img {
  display: block;
  width: 4rem;
  height: auto;
}
.p1-miniapp-entry .scan-shine {
  position: absolute;
  width: 2.04rem;
  height: 1.43555rem;
  right: 0.1rem;
  bottom: -130%;
  background: url(//game.gtimg.cn/images/aqwx/cp/a20250415predownload/assets/miniapp-scan.png) center/contain no-repeat;
  animation: scanShine 2s linear infinite;
}
@media (min-aspect-ratio: 0.516) and (max-aspect-ratio: 0.614) {
  .m .content-wrapper {
    padding-top: 1.1rem;
  }
  .m .slide-title-wrapper {
    margin-bottom: 0.3rem;
  }
  .m .p3-1 .firearms-wrapper {
    margin-bottom: 0.2rem;
  }
  .m .m-firearms-swiper-ctrls {
    margin: 0.38rem 0;
  }
  .m .p4-1 .advanced-reward-list,
  .m .p4-1 .reward-list .list {
    margin-bottom: 0.3rem;
  }
  .m .p4-1 .reward-list .list {
    gap: 0.1rem;
  }
  .m .p4-1 .advanced-reward-list .list {
    row-gap: 0.1rem;
  }
  .m .p4-1 .task-list {
    padding-bottom: 0.4rem;
    margin-bottom: 0.36rem;
    row-gap: 0.14rem;
  }
  .m .p5-1 .benefit-list {
    margin-bottom: 0.3rem;
    row-gap: 0.2rem;
  }
  .m .p5-1 .benefit-list > div {
    row-gap: 0.1rem;
  }
  .m .m-collection-swiper-ctrls {
    margin-top: 0.2rem;
  }
  .m .p2-1 .map-wrapper {
    margin-bottom: 0.4rem;
  }
}