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

@font-face {
  font-family: "rz";
  src: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/fonts/rz.ttf");
}
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-height: 100%;
  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%);
      -ms-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;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  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;
}

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

.module-swiper {
  width: 100%;
  height: 100%;
}
.module-swiper .module.swiper-slide-active {
  z-index: 10;
}

.side-bar-bg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0.33rem;
  z-index: 99;
  width: 2.74rem;
  height: 6.28rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.side-bar-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.side-bar-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.42rem;
  width: 0.08rem;
  height: 6.28rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/side-line.png");
}
.side-bar-wrapper .side-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.25rem 0;
}
.side-bar-wrapper .nav-item {
  width: 2.74rem;
  height: 0.88rem;
  cursor: pointer;
  position: relative;
}
.side-bar-wrapper .nav-item.active a {
  font-size: 0.32rem;
  left: 1.1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8ade6), to(#fff9fe));
  background-image: linear-gradient(to bottom, #e8ade6, #fff9fe);
  -webkit-filter: drop-shadow(0 0 0.02rem rgba(255, 158, 245, 0.6)) drop-shadow(0 0 0.02rem rgba(255, 158, 245, 0.6));
          filter: drop-shadow(0 0 0.02rem rgba(255, 158, 245, 0.6)) drop-shadow(0 0 0.02rem rgba(255, 158, 245, 0.6));
}
.side-bar-wrapper .nav-item.active i {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/nav-item-bg-on.png");
  width: 2.74rem;
  height: 0.88rem;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.side-bar-wrapper .nav-item a {
  position: absolute;
  min-width: 1.3rem;
  height: 0.36rem;
  line-height: 0.36rem;
  font-family: "rz";
  font-size: 0.25rem;
  text-align: left;
  color: #e1affb;
  position: absolute;
  left: 0.9rem;
  top: 0.2rem;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ba89fd), to(#daa8fa));
  background-image: linear-gradient(to bottom, #ba89fd, #daa8fa);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.side-bar-wrapper .nav-item a:hover {
  -webkit-filter: none;
          filter: none;
}
.side-bar-wrapper .nav-item i {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/nav-item-bg.png");
  width: 2.11rem;
  height: 0.64rem;
  position: absolute;
  top: 0.13rem;
  bottom: 0;
  left: 0.13rem;
}
.side-bar-wrapper .nav-item .vip {
  position: absolute;
  left: 1rem;
  top: 0.64rem;
  width: 0.84rem;
  height: 0.18rem;
  font-size: 0.15rem;
  text-align: center;
  line-height: 0.18rem;
  color: #e1affb;
  font-family: "rz";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.side-bar-wrapper .nav-item .vip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.05rem;
  height: 0.06rem;
  border-top: 1px solid #e1affb;
  border-left: 1px solid #e1affb;
}
.side-bar-wrapper .nav-item .vip::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.05rem;
  height: 0.06rem;
  border-bottom: 1px solid #e1affb;
  border-right: 1px solid #e1affb;
}
.side-bar-wrapper .nav-item.active .vip {
  left: 1.3rem;
  top: 0.68rem;
  color: #ffa4f6;
}
.side-bar-wrapper .nav-item.active .vip::before, .side-bar-wrapper .nav-item.active .vip::after {
  border-color: #ffa4f6;
}

.module-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.module-backdrop.active {
  opacity: 1;
}
.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;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/loading.jpg");
  background-size: cover;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.loading.on {
  opacity: 1;
  visibility: visible;
}
.loading video,
.loading canvas {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.loading-admission {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.loading-admission video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scroll-down-tips {
  position: absolute;
  bottom: 0.16rem;
  left: 50%;
  width: 0.19rem;
  height: 0.12rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/down-tips.png");
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

.base-container {
  position: relative;
  width: 11rem;
  height: 6.26rem;
}
.base-container .base-swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.base-container .btn-base-prev {
  position: absolute;
  top: 50%;
  left: -0.8rem;
  z-index: 2;
  width: 0.47rem;
  height: 0.93rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/icon-arrow-left.png");
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.base-container .btn-base-next {
  position: absolute;
  top: 50%;
  right: -0.8rem;
  z-index: 2;
  width: 0.47rem;
  height: 0.93rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/icon-arrow-right.png");
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.base-container .base-panel {
  position: relative;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/base-bg.png");
  width: 100%;
  height: 100%;
  padding-top: 0.2rem;
}
.base-container .base-panel.unfold .btn-desc-show {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/desc_hide.png");
}
.base-container .base-panel.unfold .desc {
  height: auto !important;
}
.base-container .base-panel.unfold .desc-scrollbar {
  opacity: 0;
}
.base-container .base-panel.unfold .image img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.base-container .base-panel .image {
  position: relative;
  width: 10.75rem;
  height: 5.93rem;
  -webkit-mask-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/base-img-mask.png");
          mask-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/base-img-mask.png");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: 0 auto;
}
.base-container .base-panel .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.33)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.33), transparent);
}
.base-container .base-panel .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.base-container .base-panel .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1.65rem;
  line-height: 0.25rem;
  padding: 0.2rem 0.5rem 0.25rem 0.4rem;
  font-size: 0.16rem;
  color: #ffffff;
}
.base-container .base-panel .desc span {
  font-weight: bold;
  font-size: 0.18rem;
  color: #fff;
}
.base-container .base-panel .desc p + p {
  margin-top: 0.05rem;
}
.base-container .base-panel .desc-full {
  height: 100%;
}
.base-container .base-panel .group {
  position: relative;
}
.base-container .base-panel .group + .group {
  margin-top: 0.2rem;
}
.base-container .desc-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.base-container .desc-content::-webkit-scrollbar-track {
  display: none;
  border-radius: 3px;
  background-color: rgba(235, 235, 235, 0.5);
}
.base-container .desc-content::-webkit-scrollbar {
  display: none;
  width: 3px;
  height: 3px;
}
.base-container .desc-content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ebebeb;
}
.base-container .desc-scrollbar {
  position: absolute;
  top: 0;
  right: 0.08rem;
  z-index: 2;
  width: 0.05rem;
  height: 100%;
  background-color: transparent;
  border: 1px solid #694e85;
  border-radius: 0;
}
.base-container .desc-scrollbar .desc-scrollbar-drag {
  position: relative;
  width: 0.05rem;
  height: 0.42rem;
  background-color: #fac4fe;
  border-radius: 0;
  -webkit-filter: drop-shadow(0 0 0.08rem rgba(252, 138, 242, 0.6));
          filter: drop-shadow(0 0 0.08rem rgba(252, 138, 242, 0.6));
}

.base-tab {
  width: 8.8rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.3rem;
}
.base-tab .base-tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.31rem;
  height: 0.49rem;
  font-family: "rz";
  font-size: 0.22rem;
  text-align: center;
  color: #d9af8c;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/tab-item.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.base-tab .base-tab-item span {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d19af0), to(#f8ebf9));
  background-image: linear-gradient(to bottom, #d19af0, #f8ebf9);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-filter: drop-shadow(0 0 0.02rem rgba(53, 32, 61, 0.6)) drop-shadow(0 0 0.02rem rgba(53, 32, 61, 0.6));
          filter: drop-shadow(0 0 0.02rem rgba(53, 32, 61, 0.6)) drop-shadow(0 0 0.02rem rgba(53, 32, 61, 0.6));
}
.base-tab .base-tab-item.active {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/tab-item-active.png");
}
.base-tab .base-tab-item.active span {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc8ec), to(#fbf0fb));
  background-image: linear-gradient(to bottom, #ffc8ec, #fbf0fb);
  -webkit-background-clip: text;
          background-clip: text;
}

.logo {
  position: absolute;
  top: 0;
  right: 0.18rem;
  z-index: 3;
  width: 4.5rem;
  height: 1.07rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/logo.png");
}

.module-1 {
  position: relative;
}
.module-1 .module-bg {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/kv.jpg");
}
.module-1 .kv-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/kv-poster.jpg");
  background-size: cover;
  background-position: center 90%;
}
.module-1 .kv-backdrop video,
.module-1 .kv-backdrop canvas {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 90%;
     object-position: center 90%;
}
.module-1 .kv-backdrop::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
}
.module-1 .module-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module-1 .slogan {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12rem;
  height: 2.4rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/slogan.png");
  background-size: 720rem 2.4rem !important;
  background-repeat: no-repeat;
  -webkit-animation-name: keyframesSlogan;
          animation-name: keyframesSlogan;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: steps(1);
          animation-timing-function: steps(1);
}
.module-1 .btn-cg-play {
  position: absolute;
  top: 0.56rem;
  left: 0.3rem;
  width: 1.14rem;
  height: 1.35rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/btn_play.png");
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.module-1 .kv-more {
  position: absolute;
  bottom: 0.8rem;
  right: 0;
  width: 3.4rem;
  height: 1.74rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/kv-more.png");
}
.module-1 .kv-download {
  position: absolute;
  top: 0.2rem;
  right: 0.6rem;
  width: 0.93rem;
  height: 1.04rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/kv-download.png");
}
.module-1 .kv-back {
  position: absolute;
  top: 1.05rem;
  right: 0.19rem;
  width: 1.77rem;
  height: 0.39rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/btn_back.png");
}

.module-2 {
  position: relative;
}
.module-2 .module-bg {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/m2-bg.jpg");
}
.module-2 .module-inner {
  position: absolute;
  top: 50%;
  left: 53%;
  width: 11rem;
  height: 7.1rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module-2 .base-tab {
  width: 6.5rem;
}

.module-3 {
  position: relative;
}
.module-3 .module-bg {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/m3-bg.jpg");
}
.module-3 .btn-m4-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4.1rem;
  margin-left: 3.6rem;
  width: 4.35rem;
  height: 1.35rem;
  background: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/btn-play.png") no-repeat center center/100% auto;
  z-index: 2;
}
.module-3 .module-inner {
  width: 100%;
  height: 10.8rem;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module-3 .equip-line {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.module-3 .equip-line.on {
  display: block;
}
.module-3 .equip-line.top {
  z-index: 3;
}
.module-3 .prop-swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19.2rem;
  height: 10.8rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module-3 .prop-swiper .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.module-3 .prop-swiper .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-3 .info-box {
  display: none;
  position: absolute;
  top: 3.8rem;
  left: 4.41rem;
  width: 5.16rem;
  height: 2.85rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/m4-pic2.png");
  padding-right: 0.03rem;
  padding-top: 0.2rem;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.module-3 .btn-fold {
  position: absolute;
  bottom: 0.18rem;
  right: 0.19rem;
  width: 0.25rem;
  height: 0.34rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/btn-fold.png");
}
.module-3 .btn-detail {
  position: absolute;
  top: 3.48rem;
  left: 4.75rem;
  width: 2.09rem;
  height: 0.5rem;
  font-size: 0;
  text-indent: -999em;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/m4-detail.png");
}
.module-3 .info-part {
  position: relative;
}
.module-3 .info-part.info-part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 1.3rem;
  margin: 0 auto;
}
.module-3 .info-part.info-part2 {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 1.3rem;
  margin: 0 auto;
  position: relative;
  left: 0.2rem;
}
.module-3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.75rem;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.16rem;
  color: #fbf0fb;
}
.module-3 .row.type2 {
  width: 50%;
}
.module-3 .row.type2 .col {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.module-3 .row.type2 .col:nth-child(2n+1) {
  width: 2.7rem;
}
.module-3 .row.type2 .col::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.08rem;
          flex: 0 0 0.08rem;
  width: 0.08rem;
  height: 0.08rem;
  margin-right: 0.08rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/m4-icon1.png");
}
.module-3 .col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.module-3 .col:nth-child(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.module-3 .prop-swiper-small {
  position: absolute;
  bottom: 1.2rem;
  left: 55.1%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11.14rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.module-3 .prop-swiper-small.active {
  visibility: visible;
  opacity: 1;
}
.module-3 .prop-swiper-small .prop-item {
  position: relative;
  width: 2.34rem;
  height: 1.4rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/m4-pic3.png");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.module-3 .prop-swiper-small .prop-item:not(:first-of-type) {
  margin-left: 0.6rem;
}
.module-3 .prop-swiper-small .prop-item:hover, .module-3 .prop-swiper-small .prop-item.on {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/m4-pic3-on.png");
}
.module-3 .prop-swiper-small .prop-item:hover .img-box, .module-3 .prop-swiper-small .prop-item.on .img-box {
  -webkit-filter: drop-shadow(0 0 0.05rem rgb(241, 180, 254)) drop-shadow(0 0 0.05rem rgb(241, 180, 254));
          filter: drop-shadow(0 0 0.05rem rgb(241, 180, 254)) drop-shadow(0 0 0.05rem rgb(241, 180, 254));
}
.module-3 .prop-swiper-small .prop-item:hover .name, .module-3 .prop-swiper-small .prop-item.on .name {
  color: #950885;
}
.module-3 .prop-swiper-small .prop-item.on {
  pointer-events: none;
}
.module-3 .prop-swiper-small .img-box {
  height: 1rem;
}
.module-3 .prop-swiper-small .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-3 .prop-swiper-small .name {
  line-height: 0.38rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fbf0fb;
}
.module-3 .prop-swiper-small .btn-go {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0.04rem;
  width: 2.31rem;
  height: 0.49rem;
  line-height: 0.49rem;
  font-size: 0.22rem;
  font-family: "rz";
  text-align: center;
  color: #fbf0fb;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/m4-pic3-go.png");
  background-size: 100% 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.module-3 .prop-swiper-small .btn-go span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #d19af0), color-stop(80%, #f8ebf9));
  background-image: linear-gradient(to bottom, #d19af0 20%, #f8ebf9 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.module-3 .prop-swiper-small .btn-go:hover {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/m4-pic3-go-on.png");
}
.module-3 .btn-more {
  position: absolute;
  bottom: 0.55rem;
  left: 55%;
  z-index: 2;
  width: 2.02rem;
  height: 0.34rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/btn-more.png");
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.module-3 .btn-more.gray {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/btn-more-gray.png");
}
.module-3 .btn-prop-prev {
  position: absolute;
  top: 4rem;
  left: 3.5rem;
  z-index: 2;
  width: 0.47rem;
  height: 0.93rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/icon-arrow-left.png");
}
.module-3 .btn-prop-next {
  position: absolute;
  top: 4rem;
  right: 2.2rem;
  z-index: 2;
  width: 0.47rem;
  height: 0.93rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/icon-arrow-right.png");
}

.module-4 {
  position: relative;
}
.module-4 .module-bg {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/m4-bg.jpg");
}
.module-4.other .module-bg {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/other-hero-bg.jpg");
}
.module-4 .module-inner {
  width: 100%;
  height: 9.8rem;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module-4 .hero-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 10.8rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.module-4 .hero-preview.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.module-4 .hero-preview .btn-other {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.72rem;
  height: 2.84rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/btn-other.png");
  cursor: pointer;
  font-size: 0;
  text-indent: -9999em;
}
.module-4 .hero-panel {
  position: absolute;
  top: 0;
  width: 10.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 2.5rem;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.module-4 .hero-panel.active {
  visibility: visible;
  opacity: 1;
}
.module-4 .hero-backdrop {
  position: absolute;
  bottom: 2.8rem;
  left: 0;
  width: 10.6rem;
  height: 6.04rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero-backdrop-1.png");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.module-4 .hero-preview-image {
  position: absolute;
  top: 1.1rem;
  left: -5.2rem;
  width: 6.28rem;
  height: 13.16rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero-preview-image.png");
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  cursor: pointer;
}
.module-4 .hero-preview-image:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}
.module-4 .hero-preview-image.active {
  opacity: 1;
  visibility: visible;
}
.module-4 .hero-preview-image .btn-hero-desc {
  position: absolute;
  top: 0.3rem;
  right: -1.45rem;
  width: 2.2rem;
  height: 0.45rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/btn-hero-desc.png");
  cursor: pointer;
  display: none;
}
.module-4 .hero-preview-image .btn-hero-desc.active {
  display: block;
}
.module-4 .hero-name {
  position: absolute;
  top: 4.6rem;
  left: -2.7rem;
  width: 0.49rem;
  height: 1.78rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero-name.png");
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.module-4 .hero-name.active {
  opacity: 1;
  visibility: visible;
}
.module-4 .hero-info {
  position: absolute;
  top: 2.15rem;
  right: 2.1rem;
  width: 5.22rem;
  height: 5.66rem;
  padding: 0.2rem 0 0 0.25rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/m5-hero-info-item.png");
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.module-4 .hero-info.active {
  opacity: 1;
  visibility: visible;
}
.module-4 .btn-fold {
  position: absolute;
  left: 0.2rem;
  top: 0.1rem;
  width: 0.25rem;
  height: 0.34rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/btn-fold.png");
}
.module-4 .info-title {
  position: relative;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
  text-align: center;
  font-family: "rz";
  font-size: 0.26rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(0 0 0.06rem rgba(237, 184, 255, 0.6));
          filter: drop-shadow(0 0 0.06rem rgba(237, 184, 255, 0.6));
}
.module-4 .info-title::before {
  content: "";
  width: 0.07rem;
  height: 0.17rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/info-tit-icon.png");
  margin-right: 0.08rem;
}
.module-4 .info-title::after {
  content: "";
  width: 0.07rem;
  height: 0.17rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/info-tit-icon.png");
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 0.08rem;
}
.module-4 .hero-info-content {
  position: relative;
  width: 4.75rem;
  height: 4.7rem;
  overflow-y: auto;
}
.module-4 .hero-info-content::-webkit-scrollbar-track {
  display: none;
  border-radius: 3px;
  background-color: rgba(235, 235, 235, 0.5);
}
.module-4 .hero-info-content::-webkit-scrollbar {
  display: none;
  width: 3px;
  height: 3px;
}
.module-4 .hero-info-content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ebebeb;
}
.module-4 .hero-info-scrollbar {
  position: absolute;
  top: 0.6rem;
  right: 0.12rem;
  z-index: 2;
  width: 0.05rem;
  height: 4.7rem;
  background-color: transparent;
  border: 1px solid #694e85;
  border-radius: 0;
}
.module-4 .hero-info-scrollbar .swiper-scrollbar-drag {
  position: relative;
  width: 0.05rem;
  height: 0.42rem;
  background-color: #fac4fe;
  border-radius: 0;
  -webkit-filter: drop-shadow(0 0 0.08rem rgba(252, 138, 242, 0.6));
          filter: drop-shadow(0 0 0.08rem rgba(252, 138, 242, 0.6));
}
.module-4 .table-ul {
  width: 4.73rem;
  border: 1px solid #f6c9ff;
  margin-bottom: 0.2rem;
}
.module-4 .table-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0.3rem;
  border-top: 1px solid #f6c9ff;
}
.module-4 .table-ul li .td {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  line-height: 1.2;
  border-left: 1px solid #f6c9ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.08rem 0 0.08rem 0.12rem;
}
.module-4 .table-ul li .td:first-child {
  border-left: none;
  width: 1.14rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.module-4 .table-ul li .td span {
  font-weight: bold;
  color: #ffffff;
  font-size: 0.16rem;
}
.module-4 .table-ul li .td p {
  color: #ffd9fd;
  font-size: 0.16rem;
  padding-right: 0.12rem;
}
.module-4 .table-ul li.li1 {
  height: 0.6rem;
  border-top: none;
}
.module-4 .table-ul li.li1 .td {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.module-4 .table-ul li.li1 .td.td1 {
  width: 3.27rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0.12rem;
}
.module-4 .table-ul li.li1 .td.td2 {
  padding-left: 0;
}
.module-4 .table-ul li.li1 .td.td2 p {
  width: 0.88rem;
  text-align: left;
  white-space: nowrap;
}
.module-4 .table-ul li.li1 .td span {
  font-size: 0.22rem;
  width: 0.88rem;
  line-height: 0.3rem;
}
.module-4 .table-ul li.li1 p {
  padding-right: 0;
}
.module-4 .table-ul li.li2 .td {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.module-4 .table-ul li.li2 p {
  padding-right: 0;
}
.module-4 .info-text {
  color: #ffd9fd;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.module-4 .info-text p {
  margin-bottom: 0.1rem;
}
.module-4 .btn-view {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 0.4rem;
  height: 1.6rem;
  font-size: 0;
  text-indent: -999em;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/m5-btn-view.png");
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.module-4 .btn-view.gray {
  display: none;
}
.module-4 .hero-other {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.module-4 .hero-other.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.module-4 .hero-other .btn-founder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.72rem;
  height: 2.84rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/btn-founder.png");
  cursor: pointer;
  font-size: 0;
  text-indent: -9999em;
  z-index: 9;
}
.module-4 .hero-camp-box {
  width: 19.2rem;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.module-4 .hero-camp-box .hero-camp-item {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.module-4 .hero-camp-box .hero-camp-item.on {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image {
  position: absolute;
  top: 0;
  pointer-events: none;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.on {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  z-index: 2;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.on .camp-name::before {
  opacity: 1;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image1_1 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero_image1_1.png");
  width: 7.48rem;
  height: 8.18rem;
  top: 0.66rem;
  left: 2.45rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image1_1 .camp-name {
  left: 3.1rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image1_2 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero_image1_2.png");
  width: 5.24rem;
  height: 8.13rem;
  top: 0.73rem;
  left: 8.1rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image1_2 .camp-name {
  left: 1.5rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image1_3 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero_image1_3.png");
  width: 7.63rem;
  height: 8.33rem;
  top: 0.52rem;
  left: 11.2rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image1_3 .camp-name {
  left: 1.9rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image2_1 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero_image2_1.png");
  width: 7.06rem;
  height: 12.95rem;
  top: 0.66rem;
  left: 3.48rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image2_1 .camp-name {
  left: 1.8rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image2_2 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero_image2_2.png");
  width: 4.37rem;
  height: 13.51rem;
  top: 0.66rem;
  left: 7.5rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image2_2 .camp-name {
  left: 1.1rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image2_3 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero_image2_3.png");
  width: 7.18rem;
  height: 13.24rem;
  top: 0.6rem;
  left: 9rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image2_3 .camp-name {
  left: 3.3rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image3_1 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero_image3_1.png");
  width: 5.5rem;
  height: 8.46rem;
  top: 0.73rem;
  left: 6rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image3_1 .camp-name {
  left: 1.6rem;
  top: 4.6rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image3_2 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero_image3_2.png");
  width: 5.68rem;
  height: 8.39rem;
  top: 0.8rem;
  left: 8.9rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image.hero-camp-image3_2 .camp-name {
  left: 2.8rem;
  top: 4.4rem;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image .camp-name {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/camp_name.png");
  width: 1.8rem;
  height: 0.41rem;
  position: absolute;
  left: 0;
  top: 4.9rem;
  cursor: pointer;
  pointer-events: all;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image .camp-name::before {
  content: "";
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/camp_name_icon.png");
  width: 0.63rem;
  height: 0.61rem;
  position: absolute;
  left: -0.06rem;
  top: -0.12rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.module-4 .hero-camp-box .hero-camp-item .hero-camp-image .camp-name span {
  display: block;
  width: 100%;
  height: 100%;
  color: #fde8ff;
  font-size: 0.2rem;
  font-family: "rz";
  text-align: center;
  line-height: 0.41rem;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #d19af0), color-stop(80%, #f8ebf9));
  background-image: linear-gradient(to bottom, #d19af0 20%, #f8ebf9 80%);
}
.module-4 .hero-tab {
  width: 100%;
  height: 1.78rem;
  position: absolute;
  left: 0;
  bottom: 1.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.module-4 .hero-tab .hero-item {
  width: 3.1rem;
  height: 1.78rem;
  margin: 0 0.33rem;
  cursor: pointer;
  position: relative;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.module-4 .hero-tab .hero-item.hero-item1 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero_tab_item1.png");
}
.module-4 .hero-tab .hero-item.hero-item2 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero_tab_item2.png");
}
.module-4 .hero-tab .hero-item.hero-item3 {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/hero_tab_item3.png");
}
.module-4 .hero-tab .hero-item span {
  width: 100%;
  color: #ffffff;
  font-size: 0.2rem;
  line-height: 1;
  -webkit-filter: drop-shadow(0 0 0.02rem rgb(171, 14, 153));
          filter: drop-shadow(0 0 0.02rem rgb(171, 14, 153));
  text-align: center;
  position: absolute;
  bottom: 0.2rem;
}
.module-4 .hero-tab .hero-item.on {
  -webkit-filter: brightness(1) drop-shadow(0 0 0.04rem rgba(255, 255, 255, 0.4));
          filter: brightness(1) drop-shadow(0 0 0.04rem rgba(255, 255, 255, 0.4));
}

@media screen and (min-aspect-ratio: 1920/900) {
  .module-1 .kv-backdrop video {
    -o-object-position: center 20%;
       object-position: center 20%;
  }
}
.popup-close {
  position: absolute;
  top: -0.2rem;
  left: calc(100% + 0.3rem);
  width: 0.78rem;
  height: 0.64rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/popup-close.png");
}

.base-info-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 0.94rem;
  margin: 0 auto 0.2rem;
}
.base-info-tab.base-info-tab-2 .base-info-tab-item:not(:first-of-type) {
  margin-left: 1rem;
}
.base-info-tab.base-info-tab-2 .base-info-tab-item:not(:first-of-type)::after {
  width: 1.2rem;
}
.base-info-tab.base-info-tab-3 {
  height: 1.1rem;
}
.base-info-tab.base-info-tab-5 .base-info-tab-item:not(:first-of-type) {
  margin-left: 0.8rem;
}
.base-info-tab.base-info-tab-5 .base-info-tab-item:not(:first-of-type)::after {
  width: 1rem;
}
.base-info-tab.base-info-tab-5 b {
  font-size: 0.14rem;
}
.base-info-tab .base-info-tab-item {
  position: relative;
  z-index: 2;
  width: 0.86rem;
  padding-top: 0.6rem;
  text-align: center;
  cursor: pointer;
}
.base-info-tab .base-info-tab-item:not(:first-of-type) {
  margin-left: 0.3rem;
}
.base-info-tab .base-info-tab-item:not(:first-of-type)::after {
  content: "";
  position: absolute;
  top: 0.38rem;
  right: calc(100% - 0.1rem);
  width: 0.5rem;
  border-bottom: 0.01rem dashed #fff9f1;
}
.base-info-tab .base-info-tab-item:hover i, .base-info-tab .base-info-tab-item.active i {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/desc-tab-2-item-active.png");
}
.base-info-tab .base-info-tab-item:hover span, .base-info-tab .base-info-tab-item.active span {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff6d2), to(#ffed77));
  background-image: linear-gradient(to bottom, #fff6d2, #ffed77);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-filter: drop-shadow(0 0 0.05rem rgba(150, 109, 44, 0.5)) drop-shadow(0 0 0.05rem rgba(150, 109, 44, 0.5));
          filter: drop-shadow(0 0 0.05rem rgba(150, 109, 44, 0.5)) drop-shadow(0 0 0.05rem rgba(150, 109, 44, 0.5));
}
.base-info-tab .base-info-tab-item i {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.86rem;
  height: 0.77rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/desc-tab-2-item.png");
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.base-info-tab .base-info-tab-item span {
  position: absolute;
  top: 0.7rem;
  left: 50%;
  font-weight: bold;
  font-size: 0.16rem;
  color: #fff9f1;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.base-info-content {
  position: relative;
  height: 1.1rem;
}
.base-info-content .base-info-content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.1rem;
  line-height: 0.25rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.base-info-content .base-info-content-item .btn-desc-show {
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/desc_show.png");
  width: 0.84rem;
  height: 0.26rem;
  position: absolute;
  left: 0;
  top: -0.4rem;
}
.base-info-content .base-info-content-item.active {
  visibility: visible;
  opacity: 1;
}
.base-info-content .base-info-content-item .desc {
  padding: 0;
  height: 1.1rem !important;
}
.base-info-content .base-info-content-item .desc-scrollbar {
  right: auto;
  left: 100%;
  height: 100%;
}
.base-info-content .base-info-content-item .scroll-down-tips {
  display: none !important;
}

.desc-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.4rem;
}

.desc-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.4rem;
  font-size: 0.16rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.desc-full.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  background-color: unset;
}
.desc-full.row p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.desc-full.row span {
  font-weight: bold;
}
.desc-full.linear {
  background-color: unset;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.popup-brand {
  position: relative;
  width: 10.82rem;
  color: #fff9f1;
}
.popup-brand .base-tab-item {
  height: 0.6rem;
}
.popup-brand .desc-tab {
  position: relative;
  margin-bottom: 0.2rem;
}
.popup-brand .desc-info {
  position: relative;
}
.popup-brand .desc-info .desc-info-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0.25rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-brand .desc-info .desc-info-item.active {
  visibility: visible;
  opacity: 1;
}
.popup-brand .desc-info .desc {
  padding: 0;
  height: 0.8rem !important;
}
.popup-brand .desc-info .desc-scrollbar {
  right: auto;
  left: 100%;
  height: 100%;
}
.popup-brand .desc-info .scroll-down-tips {
  display: none !important;
}

.module-3 .prop-swiper-small .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.module-3 .prop-swiper-small .prop-item.on a {
  pointer-events: auto;
}

.module-3 .prop-swiper-small .prop-item {
  position: relative;
  height: 2.06rem;
  background-position: center top;
}

.module-3 .prop-swiper-small .prop-item:hover .label {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.module-3 .prop-swiper-small .prop-item .label {
  display: none;
  position: absolute;
  right: 0.03rem;
  top: 0;
  width: 0.72rem;
  height: 0.18rem;
  font-size: 0.15rem;
  text-align: center;
  line-height: 0.16rem;
  color: #503a21;
  background: -webkit-gradient(linear, left top, right bottom, from(#f4ea88), to(#c4aa63));
  background: linear-gradient(to right bottom, #f4ea88, #c4aa63);
}

.module-3 .prop-swiper-small .prop-item.on .label {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6cf), to(#ffed74));
  background: linear-gradient(to bottom, #fff6cf, #ffed74);
}
.module-3 .prop-swiper-small .prop-item.on .label span {
  display: block;
}

.popup-video {
  width: 12.45rem;
  height: 7.16rem;
  background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/base-bg.png");
  background-size: 100% 100%;
}
.popup-video .video-box {
  width: 12rem;
  height: 6.75rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.06rem;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-mask-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/base-img-mask.png");
          mask-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/base-img-mask.png");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.popup-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes keyframesSlogan {
  0% {
    width: 12rem;
    height: 2.4rem;
    background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/slogan.png");
    background-size: 720rem 2.4rem;
  }
  1.67% {
    background-position: -12rem 0rem;
  }
  3.33% {
    background-position: -24rem 0rem;
  }
  5.00% {
    background-position: -36rem 0rem;
  }
  6.67% {
    background-position: -48rem 0rem;
  }
  8.33% {
    background-position: -60rem 0rem;
  }
  10.00% {
    background-position: -72rem 0rem;
  }
  11.67% {
    background-position: -84rem 0rem;
  }
  13.33% {
    background-position: -96rem 0rem;
  }
  15.00% {
    background-position: -108rem 0rem;
  }
  16.67% {
    background-position: -120rem 0rem;
  }
  18.33% {
    background-position: -132rem 0rem;
  }
  20.00% {
    background-position: -144rem 0rem;
  }
  21.67% {
    background-position: -156rem 0rem;
  }
  23.33% {
    background-position: -168rem 0rem;
  }
  25.00% {
    background-position: -180rem 0rem;
  }
  26.67% {
    background-position: -192rem 0rem;
  }
  28.33% {
    background-position: -204rem 0rem;
  }
  30.00% {
    background-position: -216rem 0rem;
  }
  31.67% {
    background-position: -228rem 0rem;
  }
  33.33% {
    background-position: -240rem 0rem;
  }
  35.00% {
    background-position: -252rem 0rem;
  }
  36.67% {
    background-position: -264rem 0rem;
  }
  38.33% {
    background-position: -276rem 0rem;
  }
  40.00% {
    background-position: -288rem 0rem;
  }
  41.67% {
    background-position: -300rem 0rem;
  }
  43.33% {
    background-position: -312rem 0rem;
  }
  45.00% {
    background-position: -324rem 0rem;
  }
  46.67% {
    background-position: -336rem 0rem;
  }
  48.33% {
    background-position: -348rem 0rem;
  }
  50.00% {
    background-position: -360rem 0rem;
  }
  51.67% {
    background-position: -372rem 0rem;
  }
  53.33% {
    background-position: -384rem 0rem;
  }
  55.00% {
    background-position: -396rem 0rem;
  }
  56.67% {
    background-position: -408rem 0rem;
  }
  58.33% {
    background-position: -420rem 0rem;
  }
  60.00% {
    background-position: -432rem 0rem;
  }
  61.67% {
    background-position: -444rem 0rem;
  }
  63.33% {
    background-position: -456rem 0rem;
  }
  65.00% {
    background-position: -468rem 0rem;
  }
  66.67% {
    background-position: -480rem 0rem;
  }
  68.33% {
    background-position: -492rem 0rem;
  }
  70.00% {
    background-position: -504rem 0rem;
  }
  71.67% {
    background-position: -516rem 0rem;
  }
  73.33% {
    background-position: -528rem 0rem;
  }
  75.00% {
    background-position: -540rem 0rem;
  }
  76.67% {
    background-position: -552rem 0rem;
  }
  78.33% {
    background-position: -564rem 0rem;
  }
  80.00% {
    background-position: -576rem 0rem;
  }
  81.67% {
    background-position: -588rem 0rem;
  }
  83.33% {
    background-position: -600rem 0rem;
  }
  85.00% {
    background-position: -612rem 0rem;
  }
  86.67% {
    background-position: -624rem 0rem;
  }
  88.33% {
    background-position: -636rem 0rem;
  }
  90.00% {
    background-position: -648rem 0rem;
  }
  91.67% {
    background-position: -660rem 0rem;
  }
  93.33% {
    background-position: -672rem 0rem;
  }
  95.00% {
    background-position: -684rem 0rem;
  }
  96.67% {
    background-position: -696rem 0rem;
  }
  98.33%, 100% {
    background-position: -708rem 0rem;
  }
}

@keyframes keyframesSlogan {
  0% {
    width: 12rem;
    height: 2.4rem;
    background-image: url("//game.gtimg.cn/images/cf/cp/a20260717cfflower/slogan.png");
    background-size: 720rem 2.4rem;
  }
  1.67% {
    background-position: -12rem 0rem;
  }
  3.33% {
    background-position: -24rem 0rem;
  }
  5.00% {
    background-position: -36rem 0rem;
  }
  6.67% {
    background-position: -48rem 0rem;
  }
  8.33% {
    background-position: -60rem 0rem;
  }
  10.00% {
    background-position: -72rem 0rem;
  }
  11.67% {
    background-position: -84rem 0rem;
  }
  13.33% {
    background-position: -96rem 0rem;
  }
  15.00% {
    background-position: -108rem 0rem;
  }
  16.67% {
    background-position: -120rem 0rem;
  }
  18.33% {
    background-position: -132rem 0rem;
  }
  20.00% {
    background-position: -144rem 0rem;
  }
  21.67% {
    background-position: -156rem 0rem;
  }
  23.33% {
    background-position: -168rem 0rem;
  }
  25.00% {
    background-position: -180rem 0rem;
  }
  26.67% {
    background-position: -192rem 0rem;
  }
  28.33% {
    background-position: -204rem 0rem;
  }
  30.00% {
    background-position: -216rem 0rem;
  }
  31.67% {
    background-position: -228rem 0rem;
  }
  33.33% {
    background-position: -240rem 0rem;
  }
  35.00% {
    background-position: -252rem 0rem;
  }
  36.67% {
    background-position: -264rem 0rem;
  }
  38.33% {
    background-position: -276rem 0rem;
  }
  40.00% {
    background-position: -288rem 0rem;
  }
  41.67% {
    background-position: -300rem 0rem;
  }
  43.33% {
    background-position: -312rem 0rem;
  }
  45.00% {
    background-position: -324rem 0rem;
  }
  46.67% {
    background-position: -336rem 0rem;
  }
  48.33% {
    background-position: -348rem 0rem;
  }
  50.00% {
    background-position: -360rem 0rem;
  }
  51.67% {
    background-position: -372rem 0rem;
  }
  53.33% {
    background-position: -384rem 0rem;
  }
  55.00% {
    background-position: -396rem 0rem;
  }
  56.67% {
    background-position: -408rem 0rem;
  }
  58.33% {
    background-position: -420rem 0rem;
  }
  60.00% {
    background-position: -432rem 0rem;
  }
  61.67% {
    background-position: -444rem 0rem;
  }
  63.33% {
    background-position: -456rem 0rem;
  }
  65.00% {
    background-position: -468rem 0rem;
  }
  66.67% {
    background-position: -480rem 0rem;
  }
  68.33% {
    background-position: -492rem 0rem;
  }
  70.00% {
    background-position: -504rem 0rem;
  }
  71.67% {
    background-position: -516rem 0rem;
  }
  73.33% {
    background-position: -528rem 0rem;
  }
  75.00% {
    background-position: -540rem 0rem;
  }
  76.67% {
    background-position: -552rem 0rem;
  }
  78.33% {
    background-position: -564rem 0rem;
  }
  80.00% {
    background-position: -576rem 0rem;
  }
  81.67% {
    background-position: -588rem 0rem;
  }
  83.33% {
    background-position: -600rem 0rem;
  }
  85.00% {
    background-position: -612rem 0rem;
  }
  86.67% {
    background-position: -624rem 0rem;
  }
  88.33% {
    background-position: -636rem 0rem;
  }
  90.00% {
    background-position: -648rem 0rem;
  }
  91.67% {
    background-position: -660rem 0rem;
  }
  93.33% {
    background-position: -672rem 0rem;
  }
  95.00% {
    background-position: -684rem 0rem;
  }
  96.67% {
    background-position: -696rem 0rem;
  }
  98.33%, 100% {
    background-position: -708rem 0rem;
  }
}