/* exclusivepage */
.vippage .exclusivebg {
  background: linear-gradient(90deg,#5A01BF,#4E00BC);
}

.vippage .exclusive-top {
  margin-bottom: 1rem;
  height: 2.5rem;
  background: url("../img/vip/9928bbead7e8f28051f820ddff79cf67.jpg") no-repeat;
  background-size: 100% auto;
}

.vippage .exclusivebanner {
  position: relative;
  display: flex;
  justify-content: space-around;
  height: 9.215rem;
  background: url("../img/vip/1750931477309_1125x483_85.jpg!75.webp") no-repeat;
  background-size: 100% auto;
}

.vippage .exclusivebanner .title {
  position: absolute;
  left: 0.6rem;
  top: 0.1875rem;
  font-size: 1rem;
  font-weight: bold;
  color: rgb(34, 34, 34);
}

.vippage .exclusivebanner ul {
  display: flex;
}

.vippage .exclusivebanner ul a {
  width: 5rem;
  height: 6rem;
}

.vippage .exclusivebanner .goods-box {
  display: flex;
  flex-direction: column;
  padding-top: 2.7rem;
  text-align: center;
}

.vippage .exclusivebanner .goods-box img {
  width: 3.6rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.vippage .exclusivebanner .goods-box .img-box {
  position: relative;
}

.vippage .exclusivebanner .goods-box .img-box .icon {
  position: absolute;
  left: 0;
  width: 1rem;
  height: 1.125rem;
  background: url("../img/vip/1721966325573_48x57_85.png!75.webp") no-repeat;
  background-size: 1rem 1.125rem;
}

.vippage .exclusivebanner .goods-box .exclusive,
.vippage .exclusivebanner .goods-box .des {
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(34, 34, 34);
}

.vippage .exclusivebanner .goods-box .discount {
  color: rgb(189, 120, 22);
}

.vippage .exclusivebanner .goods-box .price {
  color: rgb(254, 8, 60);
}

.vippage .exclusivebanner .right {
  position: relative;
  width: 4.25rem;
  text-align: center;
}

.vippage .exclusivebanner .right .tit {
  position: absolute;
  right: 0.3rem;
  top: 0.1875rem;
  width: 4rem;
  font-size: 1rem;
  font-weight: bold;
  color: rgb(34, 34, 34);
}

/* 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 .exclusive-top {
    height: 3rem;
  }
  .vippage .exclusivebanner {
    height: 10.625rem;
  }
}