/* featuredpage */
.vippage .featuredbg {
  background: linear-gradient(90deg,#FE34F1,#FF2F99);
}

.vippage .featured-top {
  height: 8.5rem;
  background: url("../img/vip/49b735431ef0327756b939472c9f32b4.jpg") no-repeat;
  background-size: 100% auto;
}

.vippage .featuredbanner {
  margin-bottom: 0.625rem;
  height: 8.5rem;
  background: url("../img/vip/1734089526717_1125x390_85.webp") no-repeat;
  background-size: 100% 8.5rem;
}

.vippage .featuredbanner .banner-box {
  position: relative;
  background: url("../img/vip/1734089536246_1077x366_85.webp") no-repeat;
  background-size: 100% auto;
  height: 8rem;
}

.vippage .featuredbanner ul {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin-left: 6rem;
  padding-top: 0.2rem;
}

.vippage .featuredbanner .goods-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  margin: 0.3125rem 0.5rem;
  min-width: 4.5rem;
  text-align: center;
}

.vippage .featuredbanner .goods-box img {
  position: relative;
  margin-bottom: 0.625rem;
  width: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.vippage .featuredbanner .goods-box .price {
  border-radius: 0.625rem;
  height: 0.9375rem;
  line-height: 0.9375rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg,#FE3061,#FF3739);
}

.vippage .featuredbanner .goods-box .subsidy {
  font-size: 0.75rem;
}




.vippage .featuredbanner .goods-box .brand img {
  width: 3rem;
}

.vippage .featuredbanner .goods-box .discount {
  font-size: 0.875rem;
  font-weight: bold;
  color: rgb(213, 0, 46);
}

.vippage .vip-featured-box .brand-box {
  margin: 0.5rem;
  border-radius: 0.3125rem;
  background: #fff;
}

.vippage .vip-featured-box .brand-box .cover {
  position: relative;
}

.vippage .vip-featured-box .brand-box .cover img {
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.vippage .vip-featured-box .brand-box .cover .des-box {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
}

.vippage .vip-featured-box .brand-box .cover .des-box .des1 img {
  width: 6rem;
}

.vippage .vip-featured-box .brand-box .cover .des-box .des2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.vippage .vip-featured-box .brand-box .cover .des-box .des2 span {
  padding: 0.1875rem 0.625rem;
  border-radius: 0.625rem;
  background: #f03867;
  color: #fff;
}

.vippage .vip-featured-box .brand-box .cover .des-box .des3 {
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
}

.vippage .vip-featured-box .brand-box .products {
  display: flex;
  justify-content: space-around;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.vippage .vip-featured-box .brand-box .products a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vippage .vip-featured-box .brand-box .products .img-box {
  position: relative;
  text-align: center;
}

.vippage .vip-featured-box .brand-box .products .img-box img {
  width: 4.5rem;
  border-radius: 0.3125rem;
}

.vippage .vip-featured-box .brand-box .products .img-box .discount {
  position: absolute;
  bottom: 0.625rem;
  left: 40%;
  padding-right: 0.3125rem;
  height: 0.6875rem;
  line-height: 0.6875rem;
  border-radius: 0 0.1875rem 0.1875rem 0;
  font-size: 0.55rem;
  color: #fff;
  background: #f03867;
}

.vippage .vip-featured-box .brand-box .products .img-box .discount:before {
	content: "";
	position: absolute;
  left: -7px;
	width: 0.41875rem;
	height: 0.6875rem;
	background: url("../img/vip/0d184032954257dc1f6fef98640fb609.png") 0 0 no-repeat;
	background-size: cover;
}

.vippage .vip-featured-box .brand-box .products .price {
  font-size: 0.75rem;
  font-weight: bold;
  color: #222;
}

.vippage .vip-featured-box .brand-box .products .originPrice {
  color: #98989f;
  text-decoration: line-through;
}

.pill-tab-active {
	background-color: rgb(213, 0, 46);
	width: 79px;
	transform: translateX(0px) translateY(0px);
	opacity: 1;
}


/* Extra small devices (portrait phones, less than 570.375rem)
No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 570.375rem and up) */
@media (min-width: 410px) {
  .vippage .featured-top {
    height: 10rem;
  }
  .vippage .featuredbanner {
    height: 13.5rem;
  }
  .vippage .featuredbanner ul {
    padding-top: 6.5rem;
  }
}