@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.28rem 0;
  font-size: 0.16rem;
  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.2rem);
  right: 0;
  width: 0.4rem;
  height: 0.39rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/popup-close.png");
}

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

.cf-logo {
  width: 7.53rem;
  height: 1.14rem;
  position: absolute;
  top: 0;
  right: 0.56rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/cf-logo.png") no-repeat;
  background-size: 100% 100%;
  z-index: 22;
  pointer-events: none;
}

.scroll-tips {
  width: 0.83rem;
  height: 1.05rem;
  position: absolute;
  bottom: 0.02rem;
  left: 50%;
  margin-left: -0.415rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/scroll-tips.png") no-repeat;
  background-size: 100% 100%;
  z-index: 9;
  pointer-events: none;
  display: none;
}

.scroll-tips.active {
  -webkit-animation: floatAnimation 1.7s ease-in-out infinite;
          animation: floatAnimation 1.7s ease-in-out infinite;
}

@-webkit-keyframes floatAnimation {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.1rem);
            transform: translateY(0.1rem); /* 向下移动20px */
  }
}

@keyframes floatAnimation {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.1rem);
            transform: translateY(0.1rem); /* 向下移动20px */
  }
}
.loading-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  max-height: 10.8rem;
  background-color: #000;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.loading-content.hide {
  opacity: 0;
  pointer-events: none;
}
.loading-content img,
.loading-content video,
.loading-content canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.module-swiper.active {
  opacity: 1;
}

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

.module-swiper .swiper-slide.footer {
  height: auto;
}

.section {
  width: 100%;
  height: 100%;
  position: relative;
}

.section0 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/bg0.jpg") center center no-repeat;
  background-size: cover;
}

.sec0-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec0-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.btn-enter-kv {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.story-introduction-pop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 16;
  position: absolute;
  top: 0;
  left: 0;
}

.story-tbox-hide {
  width: 100%;
  height: 4.8rem;
  overflow: hidden;
  position: absolute;
  bottom: 3.24rem;
}

.story-tbox {
  font-size: 0.22rem;
  color: #e7cba4;
  text-align: center;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.45rem;
  position: absolute;
  top: 5rem;
  left: 0;
  -webkit-transition: top 1.2s linear;
  transition: top 1.2s linear;
}

.story-tbox.active {
  top: 0;
}

.btn-close-story {
  display: block;
  width: 0.5rem;
  height: 0.9rem;
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  margin-left: -0.25rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/btn-close-story.png") no-repeat;
  background-size: 100% 100%;
}

.btn-story-introduction {
  display: block;
  width: 1.05rem;
  height: 1.26rem;
  position: absolute;
  bottom: 0.85rem;
  right: 2.02rem;
  z-index: 29;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/btn-story-introduction.png") no-repeat;
  background-size: 100% 100%;
}

.btn-cg-play {
  display: block;
  width: 0.93rem;
  height: 1.23rem;
  position: absolute;
  bottom: 1.87rem;
  left: 50%;
  margin-left: -0.465rem;
  z-index: 29;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/btn-cg-play.png") no-repeat;
  background-size: 100% 100%;
}

.btn-cg-play.on {
  bottom: 0.87rem;
  right: 0.68rem;
  left: auto;
  margin-left: 0;
}

.click-tips {
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  z-index: 4;
  line-height: 2;
  padding: 0 0.1rem;
  font-size: 0.2rem;
  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;
  color: #fff;
}

@-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;
  }
}
.section-kv {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/bg-kv.jpg") center top no-repeat;
  background-size: cover;
}

.kv-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
}

.btn-back {
  display: block;
  width: 0.46rem;
  height: 0.55rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/btn-back.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.34rem;
  left: 0.45rem;
  z-index: 11;
}

.slogan {
  width: 13.65rem;
  height: 3.23rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/slogan.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.67rem;
  left: 50%;
  margin-left: -6.7rem;
}

.section1 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/bg1.jpg") center center no-repeat;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.firearms-desc-content {
  width: 2.69rem;
  height: auto;
  position: absolute;
  top: 1.32rem;
  left: 0.66rem;
  z-index: 11;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.firearms-desc-item {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.firearms-desc-item.on {
  opacity: 1;
  pointer-events: auto;
}

.firearms-desc-content .tit {
  width: 2.69rem;
  height: 4.36rem;
  position: relative;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/firearms-tit.png") no-repeat;
  background-size: 100% 100%;
}

.firearms-desc-content .tit .text {
  font-size: 0.18rem;
  color: #fff4d7;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0.45rem;
  left: 1.35rem;
}

.firearms-desc-content .tit .text p {
  width: 0.2rem;
  margin-right: 0.1rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.firearms-desc-content .btn-firearms-play {
  display: block;
  width: 0.71rem;
  height: 0.76rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/btn-play.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.42rem;
  left: 2.41rem;
}

.firearms-msg-box {
  width: 6.29rem;
  height: 3.61rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/firearms-msg-bg.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -1.35rem;
  left: -2.03rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.4rem;
  font-size: 0.16rem;
  color: #805f32;
  line-height: 1.3;
  display: none;
}

.check-xq-box {
  width: 1.5rem;
  height: 0.7rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/btn-check-xq.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 3.85rem;
  left: 4.57rem;
  cursor: pointer;
}

@media screen and (max-width: 1800px) {
  .check-xq-box {
    top: 5.25rem;
  }
}
@media screen and (min-width: 2000px) {
  .check-xq-box {
    top: 4.95rem;
  }
}
@media screen and (min-width: 3000px) {
  .check-xq-box {
    top: 5.15rem;
  }
}
.firearms-msg-box .text1 {
  width: 5.54rem;
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.11rem;
}

.firearms-msg-box .line {
  width: 5.46rem;
  height: 0.02rem;
  background-color: #9a0701;
  position: relative;
  top: 0.06rem;
  left: 0.42rem;
  margin-bottom: 0.18rem;
}

.firearms-msg-box .text2 {
  width: 6.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-left: 0.48rem;
  margin-bottom: 0.08rem;
}

.firearms-msg-box .text2 p {
  position: relative;
  padding-left: 0.15rem;
}

.firearms-msg-box .text2 .w1 {
  width: 2.56rem;
}

.firearms-msg-box .text2 .w2 {
  width: 1.85rem;
}

.firearms-msg-box .text2 .w3 {
  width: 2.44rem;
}

.firearms-msg-box .text2 p::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: -0.02rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/firearms-msg-icon.png") no-repeat;
  background-size: 100% 100%;
}

.firearms-3d-content {
  width: 13.09rem;
  height: 6.06rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -64%);
          transform: translate(-50%, -64%);
  z-index: 9;
}

.firearms-3d-tips {
  width: 1.11rem;
  height: 0.47rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/firearms-3d-tips.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.8rem;
  right: 2.6rem;
}

.firearms-show {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.firearms-show.on {
  pointer-events: auto;
  opacity: 1;
}

.figure-spin {
  width: 100%;
  height: 100%;
}

.figure-spin-img1, .figure-spin-img2 {
  pointer-events: none;
}

.figure-load {
  width: 1.8rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.3rem;
  margin-left: -0.83rem;
  pointer-events: none;
}

.figure-load-img {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.3rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/figure-load.png") no-repeat;
  background-size: 100% 100%;
}

.figure-load.active .figure-load-img {
  -webkit-animation: rotateAnimation 1s linear infinite;
          animation: rotateAnimation 1s linear infinite;
}

@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.figure-load-text {
  width: 0.99rem;
  height: 0.22rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.11rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/figure-load-text.png") no-repeat;
  background-size: 100% 100%;
}

.firearms-change-tab {
  width: 3.8rem;
  height: auto;
  position: absolute;
  bottom: 1.31rem;
  left: 50%;
  margin-left: -1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 14;
  padding-top: 0.57rem;
}

.firearms-change-tab a {
  display: block;
  width: 1.8rem;
  height: 0.83rem;
}

.firearms-change-tab a.firearms-tab1 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/firearms-tab1.png") no-repeat;
  background-size: 100% 100%;
}

.firearms-change-tab a.firearms-tab1.on {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/firearms-tab1-on.png") no-repeat;
  background-size: 100% 100%;
}

.firearms-change-tab a.firearms-tab2 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/firearms-tab2.png") no-repeat;
  background-size: 100% 100%;
}

.firearms-change-tab a.firearms-tab2.on {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/firearms-tab2-on.png") no-repeat;
  background-size: 100% 100%;
}

.firearms-change-tips {
  display: block;
  width: 1.52rem;
  height: 0.48rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/firearms-change-tips.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.76rem;
}

.section2 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/bg2.jpg") bottom center no-repeat;
  background-size: cover;
}

.role-skin-swiper {
  width: 13.2rem;
  height: 10.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 0.34rem;
  padding-right: 2rem;
}

.role-skin-swiper .swiper-slide {
  width: 10.02rem;
  height: 10.1rem;
  position: relative;
  overflow: visible;
}

.role-skin-swiper .swiper-slide.swiper-slide-active {
  z-index: 3;
}

.role-skin-swiper .swiper-slide .role-skin-img {
  width: 10.02rem;
  height: 10.1rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5.01rem;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.role-skin-swiper .swiper-slide.swiper-slide-prev .role-skin-img,
.role-skin-swiper .swiper-slide.swiper-slide-next .role-skin-img,
.role-skin-swiper .swiper-slide.swiper-slide-active .role-skin-img {
  opacity: 1;
}

.role-skin-swiper .swiper-slide .role-skin-img1 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-img1.png") no-repeat;
  background-size: 100% 100%;
}

.role-skin-swiper .swiper-slide .role-skin-img2 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-img2.png") no-repeat;
  background-size: 100% 100%;
}

.role-skin-swiper .swiper-slide .role-skin-img3 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-img3.png") no-repeat;
  background-size: 100% 100%;
}

.role-skin-swiper .swiper-slide.swiper-slide-active .role-skin-img1 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-img1-l.png") no-repeat;
  background-size: 100% 100%;
}

.role-skin-swiper .swiper-slide.swiper-slide-active .role-skin-img2 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-img2-l.png") no-repeat;
  background-size: 100% 100%;
}

.role-skin-swiper .swiper-slide.swiper-slide-active .role-skin-img3 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-img3-l.png") no-repeat;
  background-size: 100% 100%;
}

.role-skin-name {
  width: 2.72rem;
  height: 0.44rem;
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  margin-left: -1.36rem;
  opacity: 0;
}

.role-skin-swiper .swiper-slide.swiper-slide-prev .role-skin-name,
.role-skin-swiper .swiper-slide.swiper-slide-next .role-skin-name,
.role-skin-swiper .swiper-slide.swiper-slide-active .role-skin-name {
  opacity: 1;
}

.role-skin-swiper .swiper-slide.swiper-slide-active .role-skin-name {
  bottom: 1.9rem;
}

.role-skin-name.name1 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-name1.png") no-repeat;
  background-size: 100% 100%;
}

.role-skin-name.name2 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-name2.png") no-repeat;
  background-size: 100% 100%;
}

.role-skin-name.name3 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-name3.png") no-repeat;
  background-size: 100% 100%;
}

.role-skin-swiper .role-skin-prev, .role-skin-swiper .role-skin-next {
  width: 1.01rem;
  height: 1.12rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-prev.png") no-repeat;
  background-size: 100% 100%;
  left: 1.68rem;
}

.role-skin-swiper .role-skin-next {
  left: auto;
  right: 3.4rem;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.role-skin-swiper .role-skin-prev::after, .role-skin-swiper .role-skin-next::after {
  display: none;
}

.role-skin-content {
  width: 6.49rem;
  height: 7.97rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-bg.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 1.53rem;
  margin-top: -4.39rem;
  z-index: 11;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.role-skin-item {
  display: none;
  padding-top: 0.64rem;
}

.role-skin-item.on {
  display: block;
}

.role-skin-msg {
  width: 96%;
  height: 6.66rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.2rem;
}

.role-skin-msg::-webkit-scrollbar {
  width: 0.04rem;
  background-color: #e1c565;
}

.role-skin-msg::-webkit-scrollbar-thumb {
  width: 0.04rem;
  background-color: #a00b03;
  border-radius: 0.1rem;
}

.role-skin-msg .msg1,
.role-skin-msg .msg2 {
  padding-left: 0.48rem;
}

.role-skin-msg .msg1 {
  padding-top: 0.1rem;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.role-skin-msg .msg2 .tit {
  width: 5.25rem;
  height: 0.34rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/msg2-tit.png") no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  text-indent: -9999999999px;
  position: relative;
  margin-bottom: 0.14rem;
}

.msg2-item {
  font-size: 0.2rem;
  color: #805f32;
  line-height: 1.5;
  margin-bottom: 0.02rem;
}

.msg2-item span {
  color: #d6330c;
  font-weight: bold;
}

.msg1-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.2rem;
  color: #d6330c;
  line-height: 1.3;
  margin-bottom: 0.04rem;
}

.msg1-item .tag {
  font-size: 0.2rem;
  color: #fefada;
  display: block;
  width: 0.91rem;
  height: 0.37rem;
  line-height: 0.37rem;
  text-align: center;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/tag1.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 0.05rem;
}

.role-skin-content .role-skin-tit {
  width: 5.29rem;
  height: 0.7rem;
  position: relative;
  left: 0.43rem;
  margin-bottom: 0.1rem;
}

.role-skin-content .role-skin-tit1 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-tit1.png") no-repeat;
  background-size: 100% 100%;
}

.role-skin-content .role-skin-tit2 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-tit2.png") no-repeat;
  background-size: 100% 100%;
}

.role-skin-content .role-skin-tit3 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-tit3.png") no-repeat;
  background-size: 100% 100%;
}

.role-skin-content .tit .text {
  font-size: 0.18rem;
  color: #805f32;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0.02rem;
  left: 0.73rem;
}

.role-skin-content .tit .text p {
  width: 0.2rem;
  margin-right: 0.14rem;
}

.role-skin-video {
  width: 6.07rem;
  height: 3.31rem;
  position: absolute;
  top: 3.78rem;
  right: 0.8rem;
}

.role-skin-video::before {
  content: "";
  display: block;
  width: 6.32rem;
  height: 3.55rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/role-skin-vborder.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.role-skin-vimg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.role-skin-vimg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

.role-skin-video .btn-vplay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.role-skin-video .btn-vplay::before {
  content: "";
  display: block;
  width: 0.71rem;
  height: 0.76rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/btn-play.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bottom-hyzs {
  width: 19.2rem;
  height: 4.99rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/bottom-hyzs.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  margin-left: -9.6rem;
  pointer-events: none;
  z-index: 22;
}

.story-bg-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.story-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.story-bg.on {
  opacity: 1;
  pointer-events: auto;
}

.story-bg1 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/bg31.jpg") center center no-repeat;
  background-size: cover;
}

.story-bg2 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/bg32.jpg") center center no-repeat;
  background-size: cover;
}

.story-bg3 {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/bg33.jpg") center top no-repeat;
  background-size: cover;
}

.story-ikon-desc {
  width: 1.82rem;
  height: auto;
  position: absolute;
  top: 0.94rem;
  left: 2.46rem;
}

.story-desc2 {
  width: 7.78rem;
  top: auto;
  left: auto;
  bottom: 2.24rem;
  right: 0.64rem;
}

.story-desc3 {
  top: 3.19rem;
  left: 2.78rem;
}

.story-ikon-desc.story-desc1 .tit {
  width: 1.82rem;
  height: 3.31rem;
  position: relative;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/sec3-tit1.png") no-repeat;
  background-size: 100% 100%;
}

.story-ikon-desc.story-desc2 .tit {
  width: 8.31rem;
  height: auto;
  position: relative;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/sec3-tit2.png") no-repeat;
  background-size: 2.34rem;
  background-position: top right;
  padding-top: 1.48rem;
}

.story-ikon-desc.story-desc3 .tit {
  width: 1.82rem;
  height: 3.29rem;
  position: relative;
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/sec3-tit3.png") no-repeat;
  background-size: 100% 100%;
}

.story-ikon-desc .tit .text {
  font-size: 0.2rem;
  color: #fff4d7;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0.67rem;
  left: -1.28rem;
}

.story-ikon-desc.story-desc2 .tit .text {
  width: 7.78rem;
  position: relative;
  left: -0.08rem;
  top: 0;
  font-size: 0.17rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.8;
  text-align: left;
}

.story-ikon-desc.story-desc3 .tit .text {
  left: -1.62rem;
  top: 0.69rem;
}

.story-ikon-desc .tit .text p {
  width: 0.2rem;
  margin-right: 0.162rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.story-ikon-desc.story-desc1 .tit .text p {
  text-shadow: 0 0 0.05rem rgba(255, 62, 47, 0.55);
}

.story-ikon-desc.story-desc3 .tit .text p {
  text-shadow: 0 0 0.05rem rgba(255, 62, 47, 0.55);
}

.story-ikon-desc.story-desc2 .tit .text p {
  width: 100%;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  margin-right: 0;
  margin-bottom: 0.08rem;
}

.story-ikon-desc .tit .text p span {
  color: #f5cb6f;
}

.story-ikon-change {
  width: 8.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  bottom: 0.58rem;
  right: 0.67rem;
}

.story-ikon-change a {
  display: block;
  width: 2.56rem;
  height: 1.4rem;
  position: relative;
}

.story-ikon-change a::after {
  content: "";
  display: block;
  width: 2.66rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/story-border.png") no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}

.story-ikon-change a.on::after {
  background: url("//game.gtimg.cn/images/cf/cp/a20260113cfcpztzsw/story-border-on.png") no-repeat;
  background-size: 100% 100%;
}

.story-ikon-change a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(29, 6, 4, 0.8);
}

.story-ikon-change a.on::before {
  display: none;
}

/*** 视频弹窗 ***/
.popup-video {
  width: 10rem;
  height: 5.64rem;
}
.popup-video .video-player {
  position: relative;
  width: 10rem;
  height: 5.64rem;
  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;
}