/* hotpage */
.vippage .hotbg {
  background: url("../img/vip/2510e866639760916d28474be6799e2b.png") no-repeat;
  background-size: 100% auto;
}

.vippage .hot-top {
  margin-bottom: 1rem;
  height: 5.5rem;
}

.vippage .hotbanner {
  margin-bottom: 0.625rem;
  height: 13.5rem;
  background-color: #FB1515;
}

.vippage .hotbanner ul {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
}

.vippage .hotbanner ul a {
  width: 20.625rem;
  height: 11.625rem;
  background: url("../img/vip/1752485528084_930x480_85.png!75.webp") no-repeat;
  background-size: 100% auto;
}

.vippage .hotbanner .goods-box {
  display: flex;
  justify-content: space-around;
  padding-top: 1.85rem;
}

.vippage .hotbanner .goods-box .img {
  width: 6rem;
  overflow: hidden;
}

.vippage .hotbanner .goods-box .goods-info {
  width: 45%;
  text-align: center;
  background: none;
}

.vippage .hotbanner .goods-box .goods-info .brand img {
  width: 3rem;
}

.vippage .hotbanner .goods-box .goods-info .des1 {
  display: -webkit-box;
  word-break: break-all;
  overflow: hidden;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  font-weight: bold;
  color: rgb(34, 34, 34);  
}

.vippage .hotbanner .goods-box .goods-info .des2 {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  color: rgb(184, 118, 20);
}

.vippage .hotbanner .goods-box .goods-info .price-box {
  display: flex;
  justify-content: space-between;
  color: #fff;
  line-height: 1rem;
}

.vippage .hotbanner .goods-box .goods-info .price-box .price {
  font-size: 0.875rem;
  font-weight: bold;
}

.vippage .hotbanner .goods-box .goods-info .price-box .sale {
  padding-right: 1rem;
} 

.vippage .vip-hot-box .brand-box {
  margin: 0.5rem;
  border-radius: 0.3125rem;
  background: #fff;
}

.vippage .vip-hot-box .brand-box .cover {
  position: relative;
}

.vippage .vip-hot-box .brand-box .cover img {
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.vippage .vip-hot-box .brand-box .cover .des-box {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
}

.vippage .vip-hot-box .brand-box .cover .des-box .des1 img {
  width: 6rem;
}

.vippage .vip-hot-box .brand-box .cover .des-box .des2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.vippage .vip-hot-box .brand-box .cover .des-box .des2 span {
  padding: 0.1875rem 0.625rem;
  border-radius: 0.625rem;
  background: #f03867;
  color: #fff;
}

.vippage .vip-hot-box .brand-box .cover .des-box .des3 {
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
}

.vippage .vip-hot-box .brand-box .products {
  display: flex;
  justify-content: space-around;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.vippage .vip-hot-box .brand-box .products a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vippage .vip-hot-box .brand-box .products .img-box {
  position: relative;
  text-align: center;
}

.vippage .vip-hot-box .brand-box .products .img-box img {
  width: 4.5rem;
  border-radius: 0.3125rem;
}

.vippage .vip-hot-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-hot-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-hot-box .brand-box .products .price {
  font-size: 0.75rem;
  font-weight: bold;
  color: #222;
}

.vippage .vip-hot-box .brand-box .products .originPrice {
  color: #98989f;
  text-decoration: line-through;
}

/* 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 .hot-top {
    height: 6.5rem;
  }
  .vipbody .prompt-box .goods-box {
    padding: 0.5rem 1rem;
  }
  .vipbody .special-box {
    background-size: 25.8rem 9.75rem;
  }
  .vippage .hotbanner .goods-box .img {
    margin-top: 1rem;
    height: 6rem;
  }
}