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

a, img, input {
  border: none;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

picture {
  display: block;
}

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

img {
  display: block;
}

button, input, select, textarea {
  font-size: 100%;
  outline: none;
}

html {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000;
}

body {
  background-color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
}

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

/* reset end */
html,
body {
  min-height: 100%;
}

body {
  font-family: "ya hei";
  font-size: 0.16rem;
}

.hidden {
  display: none;
}

.lock {
  pointer-events: none;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#afooter {
  display: none;
  margin: 0 auto;
  padding: 0.2rem 0;
  font-size: 0.14rem;
  text-align: center;
  background-color: #212224;
}

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

.dialog {
  display: none;
}

#dialog-wrapper {
  width: 100%;
  height: 100%;
  max-width: 38.4rem;
  max-height: 21.6rem;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  display: none;
  z-index: 1000;
}

#dialog-wrapper .dialog-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
  backdrop-filter: blur(0.02rem);
}

#dialog-wrapper .popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup {
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.popup *,
.popup ::before,
.popup ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.popup .popup-close {
  position: absolute;
  bottom: calc(100% + 0.3rem);
  right: 0;
  width: 0.74rem;
  height: 0.75rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/popup-close.png");
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 21.6rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
}
.wrap.active {
  opacity: 1;
}
.wrap *,
.wrap ::before,
.wrap ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@font-face {
  font-family: "fzff";
  src: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/fonts/fzff.ttf.eot?#font-spider") format("embedded-opentype"), url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/fonts/fzff.ttf.woff") format("woff"), url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/fonts/fzff.ttf") format("truetype"), url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/fonts/fzff.ttf.svg") format("svg");
}
@font-face {
  font-family: "fzff-bold";
  src: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/fonts/fzff-bold.ttf.eot?#font-spider") format("embedded-opentype"), url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/fonts/fzff-bold.ttf.woff") format("woff"), url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/fonts/fzff-bold.ttf") format("truetype"), url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/fonts/fzff-bold.ttf.svg") format("svg");
}
@supports (-webkit-background-clip: text) {
  .text {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(185, 22, 29, 0.7)), to(rgba(255, 255, 255, 0.7)));
    background-image: linear-gradient(to top, rgba(185, 22, 29, 0.7), rgba(255, 255, 255, 0.7));
  }
}
.loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  max-height: 21.6rem;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.loading.on {
  opacity: 1;
  visibility: visible;
}
.loading *,
.loading ::before,
.loading ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.loading img,
.loading video,
.loading canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loading .loading-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading .loading-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading .loading-progress .loading-number {
  height: 0.3rem;
  line-height: 0.3rem;
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}

.module {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}

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

.fixed-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fixed-inner *,
.fixed-inner ::before,
.fixed-inner ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.is-height .module {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.module {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.module-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.module-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.module-tool {
  position: absolute;
  top: 2.1rem;
  right: 0;
  z-index: 2;
  height: calc(100% - 2.1rem);
  max-height: 21.6rem;
  pointer-events: none;
}
.module-tool.hide .base-item {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.module-tool.left {
  right: auto;
  left: 0;
}
.module-tool.left .btn-back {
  right: auto;
  left: 0.33rem;
}
.module-tool.left .module-tab {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.module-tool.left .module-tab .base-tag {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.module-tool .btn-back {
  position: absolute;
  bottom: calc(100% + 0.35rem + 0rem);
  right: 0.33rem;
  width: 2.01rem;
  height: 0.57rem;
  font-size: 0;
  text-indent: -999em;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/btn-back.png");
  pointer-events: auto;
}
.module-tool .module-tab {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.module-tool .module-tab .base-item {
  position: relative;
  width: 7.18rem;
  height: 3.06rem;
  color: #000;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.module-tool .module-tab .base-item:not(:first-of-type) {
  margin-top: 0.5rem;
}
.module-tool .module-tab .base-item.gun-1 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/tab-1.png");
}
.module-tool .module-tab .base-item.gun-1:hover, .module-tool .module-tab .base-item.gun-1.active {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/tab-1-active.png");
}
.module-tool .module-tab .base-item.gun-1:hover .mask, .module-tool .module-tab .base-item.gun-1.active .mask {
  display: none;
}
.module-tool .module-tab .base-item.gun-2 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/tab-2.png");
}
.module-tool .module-tab .base-item.gun-2:hover, .module-tool .module-tab .base-item.gun-2.active {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/tab-2-active.png");
}
.module-tool .module-tab .base-item.gun-2:hover .mask, .module-tool .module-tab .base-item.gun-2.active .mask {
  display: none;
}
.module-tool .module-tab .base-item.active {
  pointer-events: none;
}
.module-tool .module-tab .base-item .base-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.module-tool .module-tab .base-item .base-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-tool .module-tab .base-item .base-image .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.module-tool .module-tab .base-tag {
  position: absolute;
  bottom: 0.2rem;
  left: 1.8rem;
  font-family: "fzff-bold";
  font-size: 0.4rem;
  text-shadow: 0 0 0.1rem white;
  color: #fff;
}

.logo {
  position: fixed;
  top: 0.97rem;
  left: 0.84rem;
  z-index: 2;
  width: 4.37rem;
  height: 1.09rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/logo.png");
}
.logo.right {
  right: 0.84rem;
  left: auto;
}

.module-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 21.6rem;
  opacity: 0;
}
.module-backdrop.active {
  opacity: 1;
}
.module-backdrop *,
.module-backdrop ::before,
.module-backdrop ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.module-backdrop .module {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-backdrop .module.active {
  display: block;
}
.module-backdrop .module-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.module-backdrop .module-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.module-kv .module-bg img {
  -o-object-position: center top;
     object-position: center top;
}

@-webkit-keyframes move-light {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes move-light {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes breathe {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes breathe {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.module-kv {
  height: 100%;
}
.module-kv .kv-gun {
  position: absolute;
  top: 0;
  left: 50%;
  width: 38.4rem;
  height: 21.6rem;
  opacity: 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.module-kv .kv-gun.gun-1 {
  -webkit-mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/kv-mask-1.png");
          mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/kv-mask-1.png");
}
.module-kv .kv-gun.gun-2 {
  -webkit-mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/kv-mask-2.png");
          mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/kv-mask-2.png");
}
.module-kv .kv-gun.gun-3 {
  -webkit-mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/kv-mask-3.png");
          mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/kv-mask-3.png");
}
.module-kv .kv-gun.gun-4 {
  -webkit-mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/kv-mask-4.png");
          mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/kv-mask-4.png");
}
.module-kv .kv-gun.gun-5 {
  -webkit-mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/kv-mask-5.png");
          mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/kv-mask-5.png");
}
.module-kv .kv-gun.gun-6 {
  -webkit-mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/kv-mask-6.png");
          mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/kv-mask-6.png");
}
.module-kv .kv-gun::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 202, 123, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.module-kv .kv-gun.active {
  opacity: 1;
}
.module-kv .kv-gun.active::after {
  -webkit-animation: breathe 2s ease infinite;
          animation: breathe 2s ease infinite;
}
.module-kv .slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 38.4rem;
  height: 21.6rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/slogan.png");
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module-kv .click-tips {
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  z-index: 2;
  line-height: 2;
  padding: 0 1rem;
  font-size: 0.3rem;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 202, 123, 0.6)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 202, 123, 0.6), transparent);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: breathe 2s ease infinite;
          animation: breathe 2s ease infinite;
}
@media screen and (min-aspect-ratio: 2560/1300) {
  .module-kv .click-tips {
    bottom: 1.95rem;
  }
}
.module-kv canvas {
  position: absolute;
  top: 0;
  left: 50%;
  width: 38.4rem;
  height: 21.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.module-kv .kv-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-kv .kv-poster video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.module-gun {
  height: 100%;
}
.module-gun .skin-preview-list,
.module-gun .gun-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.module-gun .skin-preview-list li,
.module-gun .gun-image li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.module-gun .skin-preview-list li.gun-level-light-1-1::after, .module-gun .skin-preview-list li.gun-level-light-1-2::after, .module-gun .skin-preview-list li.gun-level-light-1-3::after, .module-gun .skin-preview-list li.gun-level-light-1-4::after, .module-gun .skin-preview-list li.gun-level-light-1-5::after,
.module-gun .gun-image li.gun-level-light-1-1::after,
.module-gun .gun-image li.gun-level-light-1-2::after,
.module-gun .gun-image li.gun-level-light-1-3::after,
.module-gun .gun-image li.gun-level-light-1-4::after,
.module-gun .gun-image li.gun-level-light-1-5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38.4rem;
  height: 21.6rem;
  background-size: 16rem 8rem;
  background-position: 1rem 7.04rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module-gun .skin-preview-list li.gun-level-light-1-1::after,
.module-gun .gun-image li.gun-level-light-1-1::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-1-1.png");
}
.module-gun .skin-preview-list li.gun-level-light-1-2::after,
.module-gun .gun-image li.gun-level-light-1-2::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-1-2.png");
}
.module-gun .skin-preview-list li.gun-level-light-1-3::after,
.module-gun .gun-image li.gun-level-light-1-3::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-1-3.png");
}
.module-gun .skin-preview-list li.gun-level-light-1-4::after,
.module-gun .gun-image li.gun-level-light-1-4::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-1-4.png");
}
.module-gun .skin-preview-list li.gun-level-light-1-5::after,
.module-gun .gun-image li.gun-level-light-1-5::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-1-5.png");
}
.module-gun .skin-preview-list li.gun-level-light-2-1::after, .module-gun .skin-preview-list li.gun-level-light-2-2::after, .module-gun .skin-preview-list li.gun-level-light-2-3::after, .module-gun .skin-preview-list li.gun-level-light-2-4::after, .module-gun .skin-preview-list li.gun-level-light-2-5::after, .module-gun .skin-preview-list li.gun-level-light-2-6::after, .module-gun .skin-preview-list li.gun-level-light-2-7::after, .module-gun .skin-preview-list li.gun-level-light-2-8::after, .module-gun .skin-preview-list li.gun-level-light-2-9::after, .module-gun .skin-preview-list li.gun-level-light-2-10::after,
.module-gun .gun-image li.gun-level-light-2-1::after,
.module-gun .gun-image li.gun-level-light-2-2::after,
.module-gun .gun-image li.gun-level-light-2-3::after,
.module-gun .gun-image li.gun-level-light-2-4::after,
.module-gun .gun-image li.gun-level-light-2-5::after,
.module-gun .gun-image li.gun-level-light-2-6::after,
.module-gun .gun-image li.gun-level-light-2-7::after,
.module-gun .gun-image li.gun-level-light-2-8::after,
.module-gun .gun-image li.gun-level-light-2-9::after,
.module-gun .gun-image li.gun-level-light-2-10::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38.4rem;
  height: 21.6rem;
  background-size: 16rem 8rem;
  background-position: 21.3rem 7.04rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module-gun .skin-preview-list li.gun-level-light-2-1::after,
.module-gun .gun-image li.gun-level-light-2-1::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-2-1.png");
}
.module-gun .skin-preview-list li.gun-level-light-2-2::after,
.module-gun .gun-image li.gun-level-light-2-2::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-2-2.png");
}
.module-gun .skin-preview-list li.gun-level-light-2-3::after,
.module-gun .gun-image li.gun-level-light-2-3::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-2-3.png");
}
.module-gun .skin-preview-list li.gun-level-light-2-4::after,
.module-gun .gun-image li.gun-level-light-2-4::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-2-4.png");
}
.module-gun .skin-preview-list li.gun-level-light-2-5::after,
.module-gun .gun-image li.gun-level-light-2-5::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-2-5.png");
}
.module-gun .skin-preview-list li.gun-level-light-2-6::after,
.module-gun .gun-image li.gun-level-light-2-6::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-2-6.png");
}
.module-gun .skin-preview-list li.gun-level-light-2-7::after,
.module-gun .gun-image li.gun-level-light-2-7::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-2-7.png");
}
.module-gun .skin-preview-list li.gun-level-light-2-8::after,
.module-gun .gun-image li.gun-level-light-2-8::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-2-8.png");
}
.module-gun .skin-preview-list li.gun-level-light-2-9::after,
.module-gun .gun-image li.gun-level-light-2-9::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-2-9.png");
}
.module-gun .skin-preview-list li.gun-level-light-2-10::after,
.module-gun .gun-image li.gun-level-light-2-10::after {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-animate-2-10.png");
}
.module-gun .skin-preview-list li.active,
.module-gun .gun-image li.active {
  opacity: 1;
  visibility: visible;
}
.module-gun .skin-preview-list img,
.module-gun .gun-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-gun .skin-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.module-gun .skin-list .skin-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.module-gun .skin-list .skin-item.active {
  opacity: 1;
  visibility: visible;
}
.module-gun .design-content {
  position: absolute;
}
.module-gun .design-content.gun-1 {
  top: 50%;
  left: 18.9rem;
  -webkit-transform: translateY(calc(-50% - 1.25rem));
          transform: translateY(calc(-50% - 1.25rem));
}
.module-gun .design-content.gun-2 {
  top: 50%;
  left: 8.9rem;
  -webkit-transform: translateY(calc(-50% - 1.25rem));
          transform: translateY(calc(-50% - 1.25rem));
}
.module-gun .design-content .design-title {
  display: none;
  position: relative;
  width: 2.06rem;
  height: 2.38rem;
  margin: 0 auto;
}
.module-gun .design-content .design-title.title-1 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/design-title-1.png");
}
.module-gun .design-content .design-title.title-2 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/design-title-2.png");
}
.module-gun .design-content .design-title span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: "fzff";
  font-size: 0.36rem;
  text-align: center;
}
.module-gun .design-content .design-panel {
  position: relative;
  width: 10.07rem;
  min-height: 7.05rem;
  margin-top: 0.6rem;
  padding-top: 0.75rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  padding-left: 1.9rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/design-panel.png");
  background-size: 100% 100%;
}
.module-gun .design-content .gun-name {
  position: relative;
  font-family: "fzff-bold";
  font-size: 0.7rem;
  text-shadow: 0 0 0.2rem #fff1a5;
  letter-spacing: -0.05rem;
}
.module-gun .design-content .gun-name .design-icon {
  position: absolute;
  top: 50%;
  right: calc(100% + 0.05rem);
  width: 0.79rem;
  height: 0.98rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.module-gun .design-content .gun-name .design-icon.icon-1 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/design-icon-1.png");
}
.module-gun .design-content .gun-name .design-icon.icon-1 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/design-icon-2.png");
}
.module-gun .design-content .gun-name .btn-new {
  position: absolute;
  top: 50%;
  right: 0;
  border-bottom: 0.01rem solid;
  font-size: 0.4rem;
  letter-spacing: 0rem;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.module-gun .design-content .gun-name .btn-new::after {
  content: ">>";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.1rem;
  -webkit-transform: translateY(-0.05rem);
          transform: translateY(-0.05rem);
}
.module-gun .design-content .gun-desc {
  line-height: 0.3rem;
  margin-top: 0.2rem;
  font-size: 0.2rem;
}
.module-gun .design-content .gun-line {
  height: 0.01rem;
  margin: 0.2rem auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-5%, transparent), color-stop(rgba(200, 177, 122, 0.2)), color-stop(105%, transparent));
  background-image: linear-gradient(to right, transparent -5%, rgba(200, 177, 122, 0.2), transparent 105%);
}
.module-gun .design-content .gun-buff-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 0.42rem;
  font-size: 0.24rem;
  color: #656357;
}
.module-gun .design-content .gun-buff-list li.active {
  font-weight: bold;
  color: #fffadf;
}
.module-gun .design-content .gun-buff-list li.active .level {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/buff-level.png");
}
.module-gun .design-content .gun-buff-list .level {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.21rem;
          flex: 0 0 1.21rem;
  width: 1.21rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-left: -0.3rem;
  padding-left: 0.3rem;
}
.module-gun .design-content .gun-buff-list .value {
  margin-left: 0.1rem;
}
.module-gun .design-content .gun-buff-list .btn-video {
  position: relative;
  width: 0.41rem;
  height: 0.42rem;
  margin-left: 0.3rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/btn-video.png");
}
.module-gun .gun-level-panel {
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  z-index: 3;
  width: 33.15rem;
  height: 10.9rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.module-gun .gun-level-title {
  position: absolute;
  right: -0.33rem;
  bottom: 3.17rem;
  width: 2.03rem;
  height: 1.09rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-level-title.png");
}
.module-gun .gun-level-title.left {
  right: auto;
  left: -0.33rem;
}
.module-gun .overflow-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 10.9rem;
  overflow: hidden;
}
.module-gun .gun-swiper-small {
  width: 100%;
  overflow: visible;
  pointer-events: auto;
}
.module-gun .gun-item {
  position: relative;
  width: 5.83rem;
  height: 3.07rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-item.png");
  cursor: pointer;
}
.module-gun .gun-item.gun-1:hover, .module-gun .gun-item.gun-1.active {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-item-1-active.png");
}
.module-gun .gun-item.gun-1.no-vip:hover, .module-gun .gun-item.gun-1.no-vip.active {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-item-1-light.png");
}
.module-gun .gun-item.gun-2:hover, .module-gun .gun-item.gun-2.active {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-item-2-active.png");
}
.module-gun .gun-item.gun-2.no-vip:hover, .module-gun .gun-item.gun-2.no-vip.active {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/gun-item-2-light.png");
}
.module-gun .gun-item.open:hover, .module-gun .gun-item.open.active {
  background-image: none;
}
.module-gun .gun-item.open .check-panel {
  display: block;
}
.module-gun .gun-item:hover .image, .module-gun .gun-item.active .image {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.module-gun .gun-item:hover .image .mask, .module-gun .gun-item.active .image .mask {
  display: none;
}
.module-gun .gun-item:hover .level-buff,
.module-gun .gun-item:hover .level-name, .module-gun .gun-item.active .level-buff,
.module-gun .gun-item.active .level-name {
  color: #fff;
}
.module-gun .gun-item .image {
  position: absolute;
  top: 0.29rem;
  left: 0.1rem;
  width: 5.67rem;
  height: 2.59rem;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.module-gun .gun-item .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-gun .gun-item .image .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.module-gun .gun-item .level-buff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0.4rem;
  left: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  color: #727272;
}
.module-gun .gun-item .level-buff .level {
  margin-right: 0.15rem;
}
.module-gun .gun-item .level-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0.4rem;
  left: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  color: #727272;
}
.module-gun .gun-item .level-name .level {
  margin-right: 0.15rem;
}
.module-gun .check-panel {
  display: none;
  position: absolute;
  bottom: 0.08rem;
  left: 0.03rem;
  width: 5.81rem;
  max-height: 10.82rem;
  padding-top: 0.32rem;
  padding-bottom: 0.1rem;
  background-position: center top;
  -webkit-mask-size: 5.81rem 10.82rem;
          mask-size: 5.81rem 10.82rem;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
}
.module-gun .check-panel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.81rem;
  height: 0.4rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/check-border-bottom.png");
}
.module-gun .check-panel.check-1 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/check-bg-1.png");
  -webkit-mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/check-bg-1.png");
          mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/check-bg-1.png");
}
.module-gun .check-panel.check-2 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/check-bg-2.png");
  -webkit-mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/check-bg-2.png");
          mask-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/check-bg-2.png");
}
.module-gun .check-scrollbar {
  position: absolute;
  top: 0.62rem;
  right: 0.3rem;
  width: 0.05rem;
  height: 7.2rem;
  background-color: #000;
}
.module-gun .check-scrollbar .check-scrollbar-drag {
  position: relative;
  width: 0.05rem;
  height: 1.44rem;
  background-color: #fffadf;
}
.module-gun .check-select {
  position: absolute;
  bottom: 0.08rem;
  left: 0.06rem;
  width: 5.68rem;
  height: 2.6rem;
}
.module-gun .check-select.select-1 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/check-item-active-1.png");
}
.module-gun .check-select.select-2 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/check-item-active-2.png");
}
.module-gun .check-select .skin-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.module-gun .check-select .skin-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-gun .check-select .skin-name {
  position: absolute;
  top: 0.1rem;
  left: 0.3rem;
  font-size: 0.2rem;
  color: #fff;
}
.module-gun .check-list {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 10.82rem;
  padding-bottom: 3.02rem;
  overflow-y: auto;
}
.module-gun .check-list::-webkit-scrollbar-track {
  display: none;
  border-radius: 3px;
  background-color: rgba(235, 235, 235, 0.5);
}
.module-gun .check-list::-webkit-scrollbar {
  display: none;
  width: 3px;
  height: 3px;
}
.module-gun .check-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ebebeb;
}
.module-gun .check-list li {
  position: relative;
  width: 5.68rem;
  height: 2.6rem;
  margin: 0 auto;
  cursor: pointer;
}
.module-gun .check-list li:hover .skin-name, .module-gun .check-list li.active .skin-name {
  color: #fff;
}
.module-gun .check-list li:hover .skin-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.module-gun .check-list li.no-choose {
  pointer-events: none;
}
.module-gun .check-list li.hide {
  display: none;
}
.module-gun .check-list li.active {
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0 0.1rem rgba(255, 202, 123, 0.5));
          filter: drop-shadow(0 0 0.1rem rgba(255, 202, 123, 0.5));
}
.module-gun .check-list .skin-image {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.module-gun .check-list .skin-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-gun .check-list .skin-name {
  position: absolute;
  top: 0.1rem;
  left: 0.3rem;
  font-size: 0.2rem;
  color: #727272;
}
.module-gun .check-list .skin-name.skin::after {
  content: "皮肤";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.1rem);
  width: 0.95rem;
  height: 0.25rem;
  line-height: 0.25rem;
  font-weight: bold;
  font-size: 0.16rem;
  text-align: center;
  letter-spacing: 0.02rem;
  color: #37281c;
  white-space: nowrap;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/tag.png");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.module-gun .btn-prev {
  position: absolute;
  bottom: 1.09rem;
  right: calc(100% + 0.8rem);
  z-index: 2;
  width: 0.68rem;
  height: 0.89rem;
  pointer-events: auto;
}
.module-gun .btn-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/swiper-arrow.png");
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.module-gun .btn-prev:hover {
  -webkit-filter: none;
          filter: none;
}
.module-gun .btn-prev:hover::before {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/swiper-arrow-active.png");
}
.module-gun .btn-next {
  position: absolute;
  bottom: 1.09rem;
  left: calc(100% + 0.8rem);
  z-index: 2;
  width: 0.68rem;
  height: 0.89rem;
  pointer-events: auto;
}
.module-gun .btn-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/swiper-arrow.png");
}
.module-gun .btn-next:hover {
  -webkit-filter: none;
          filter: none;
}
.module-gun .btn-next:hover::before {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/swiper-arrow-active.png");
}

/*** 视频弹窗 ***/
.popup-video {
  width: 24rem;
  height: 13.5rem;
}
.popup-video .video-player {
  position: relative;
  width: 24rem;
  height: 13.5rem;
  background-color: #000;
}
.popup-video .video-player video,
.popup-video .video-player canvas {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*** 指引弹窗 ***/
.popup-guide {
  width: 30.83rem;
  height: 10.84rem;
}
.popup-guide .guide-image {
  position: relative;
  width: 30.83rem;
  height: 10.84rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20250919cfczwq/popup-guide.png");
}

.check-2 .check-list .skin-image img {
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}