.R6.h5 .gs-feature-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Swiper 大图轮播容器 */
  /* 左侧文字介绍 */
  /* 底部缩略图卡片外层容器 */
  /* 底部缩略图卡片列表 */
  /* 单个卡片 */
  /* 底部选中条 */
  /* 激活状态的卡片 */
  /* 卡片底部渐变 */
  /* 卡片纹理效果 */
  /* 卡片标题 */
}

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

.R6.h5 .gs-feature-box .featureSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.R6.h5 .gs-feature-box .featureSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.R6.h5 .gs-feature-box .feature-slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  /* 底部渐变遮罩 */
}

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

.R6.h5 .gs-feature-box .feature-slide-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4.46rem;
  background: radial-gradient(166.09% 107.9% at 5.24% 100%, rgba(30, 30, 34, 0.8) 0%, rgba(54, 54, 63, 0) 100%);
  z-index: 2;
  pointer-events: none;
}

.R6.h5 .gs-feature-box .feature-intro {
  position: absolute;
  left: 0.32rem;
  bottom: 2.68rem;
  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.08rem;
  width: 6.88rem;
}

.R6.h5 .gs-feature-box .feature-intro-head {
  position: relative;
}

.R6.h5 .gs-feature-box .feature-intro-icon {
  margin-left: 0.16rem;
  width: 0.26rem;
  height: 0.4rem;
  background-image: url("https://game.gtimg.cn/images/r6/cp/R62026410activity/r6/icon-home.png");
  background-size: 100% 100%;
  margin-bottom: 0.12rem;
}

.R6.h5 .gs-feature-box .feature-intro-num {
  font-family: 'SimplonMono', monospace;
  font-size: 1.26rem;
  font-weight: 700;
  color: #FF3D2C;
  line-height: 1;
  text-align: center;
}

.R6.h5 .gs-feature-box .feature-intro-content {
  padding-left: 0.64rem;
  position: relative;
}

.R6.h5 .gs-feature-box .feature-intro-content::before {
  content: "";
  position: absolute;
  top: 0.02rem;
  left: 0.34rem;
  width: 0.04rem;
  height: calc(100% - 0.09rem - 0.04rem);
  background-color: #FF3D2C;
  z-index: 4;
}

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

.R6.h5 .gs-feature-box .feature-intro-desc {
  font-size: 0.24rem;
  font-weight: 400;
  color: #B0BAC6;
  line-height: 1.5;
  margin-top: 0.16rem;
}

.R6.h5 .gs-feature-box .feature-cards-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.44rem;
  z-index: 20;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.R6.h5 .gs-feature-box .feature-cards-wrap::-webkit-scrollbar {
  display: none;
}

.R6.h5 .gs-feature-box .feature-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
  padding: 0 0.32rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.R6.h5 .gs-feature-box .feature-card {
  width: 3.44rem;
  height: 2rem;
  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;
}

.R6.h5 .gs-feature-box .feature-card-content {
  width: 3.36rem;
  height: 1.92rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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.h5 .gs-feature-box .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.h5 .gs-feature-box .feature-card.active .feature-card-content {
  width: 100%;
  height: 100%;
  border-color: #FF3D2C;
}

.R6.h5 .gs-feature-box .feature-card.active .feature-card-content .feature-card-gradient {
  opacity: 1;
}

.R6.h5 .gs-feature-box .feature-card.active .feature-card-content .feature-card-texture {
  opacity: 0;
}

.R6.h5 .gs-feature-box .feature-card.active .feature-card-content .feature-card-bar {
  opacity: 1;
}

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

.R6.h5 .gs-feature-box .feature-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.R6.h5 .gs-feature-box .feature-card-gradient {
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 100%;
  height: 0.93rem;
  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.h5 .gs-feature-box .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) 30.49%, rgba(21, 26, 37, 0) 99.39%);
  mix-blend-mode: overlay;
  z-index: 4;
  pointer-events: none;
}

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