.R6 .featureSwiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.R6 .featureSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.R6 .featureSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.R6 .feature-slide-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.R6 .feature-slide-box>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.R6 .feature-slide-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5.08rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.71%, rgba(21, 26, 37, 0)), color-stop(37.72%, rgba(21, 26, 37, 0.8)));
  background: linear-gradient(180deg, rgba(21, 26, 37, 0) 0.71%, rgba(21, 26, 37, 0.8) 37.72%);
  pointer-events: none;
}

.R6 .feature-intro {
  position: absolute;
  left: 0.8rem;
  bottom: 2.82rem;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.06rem;
  width: 9.6rem;
}

.R6 .feature-intro-head {
  position: relative;
  width: 1.08rem;
  height: 1.22rem;
}

.R6 .feature-intro-icon {
  position: absolute;
  top: 0;
  left: 0.15rem;
  width: 0.26rem;
  height: 0.33rem;
  background-image: url("https://game.gtimg.cn/images/r6/cp/R62026410activity/r6/icon-home.png");
  background-size: 100% 100%;
}

.R6 .feature-intro-num {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'SimplonMono', monospace;
  font-size: 0.89rem;
  font-weight: 700;
  color: #FF3D2C;
  line-height: 0.75;
  text-align: center;
}

.R6 .feature-intro-content {
  padding-left: 0.57rem;
  position: relative;
}

.R6 .feature-intro-content::before {
  content: "";
  position: absolute;
  top: 0.14rem;
  left: 0.25rem;
  width: 0.05rem;
  height: calc(100% - 0.14rem - 0.05rem);
  background-color: #FF3D2C;
  z-index: 4;
}

.R6 .feature-intro-title {
  font-size: 0.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  font-family: 'Noto Sans CJK SC', sans-serif;
}

.R6 .feature-intro-desc {
  font-size: 0.24rem;
  font-weight: 400;
  color: #B0BAC6;
  line-height: 1.5;
  max-width: 5.8rem;
}

.R6 .feature-cards {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
}

.R6 .feature-card {
  width: calc((100vw - 1.6rem - 0.5rem) / 6);
  aspect-ratio: 286/166;
  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;
  padding: 0.04rem;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

.R6 .feature-card.active,
.R6 .feature-card:hover {
  padding: 0;
}

.R6 .feature-card.active .feature-card-content,
.R6 .feature-card:hover .feature-card-content {
  border-color: #FF3D2C;
}

.R6 .feature-card.active .feature-card-content .feature-card-gradient,
.R6 .feature-card:hover .feature-card-content .feature-card-gradient {
  opacity: 1;
}

.R6 .feature-card.active .feature-card-content .feature-card-texture,
.R6 .feature-card:hover .feature-card-content .feature-card-texture {
  opacity: 0;
}

.R6 .feature-card.active .feature-card-content .feature-card-bar,
.R6 .feature-card:hover .feature-card-content .feature-card-bar {
  opacity: 1;
}

.R6 .feature-card-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 0.02rem solid rgba(254, 254, 254, 0.6);
  -webkit-transition: width 0.3s linear, height 0.3s linear, border-color 0.3s linear;
  transition: width 0.3s linear, height 0.3s linear, border-color 0.3s linear;
  background-color: rgba(21, 26, 37, 0.8);
}

.R6 .feature-card-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #FF3D2C;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  pointer-events: none;
  z-index: 10;
}

.R6 .feature-card-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.R6 .feature-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.R6 .feature-card-gradient {
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 100%;
  height: 1.44rem;
  background-image: url("https://game.gtimg.cn/images/r6/cp/R62026410activity/r6/feature-mask.png");
  background-size: 100% 100%;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.R6 .feature-card-texture {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.94rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(64.49%, rgba(21, 26, 37, 0.7)), color-stop(99.39%, rgba(21, 26, 37, 0)));
  background: linear-gradient(0deg, rgba(21, 26, 37, 0.7) 64.49%, rgba(21, 26, 37, 0) 99.39%);
  mix-blend-mode: overlay;
  z-index: 4;
  pointer-events: none;
}

.R6 .feature-card-name {
  position: absolute;
  bottom: 0.18rem;
  left: 0.17rem;
  font-size: 0.24rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  z-index: 5;
  font-family: 'Noto Sans CJK SC', sans-serif;
}