/* cheappage */
.vippage .cheapbg {
  background: url("../img/vip/0d6b08a7aafe1b27f1a3c7c9b9959de4.png") no-repeat;
  background-size: 100% auto;
}

.vipbody .cheap-top {
  position: relative;
  margin-bottom: 1rem;
  height: 2.5rem;
  background: url("../img/vip/1760698237188_1125x120_85.png!75.webp") no-repeat;
  background-size: 100% auto;
}

.vipbody .cheapbanner {
  margin-bottom: 0.625rem;
  height: 21.5rem;
}

.vipbody .cheapbanner .banner-top {
  position: relative;
  height: 4.5rem;;
  background: url("../img/vip/1756975878348_1125x225_85.png!75.webp") no-repeat;
  background-size: 100% auto;
}

.vipbody .cheapbanner .banner-top .logo {
  position: absolute;
  top: 1.5rem;
  left: 8rem;
}

.vipbody .cheapbanner .banner-top .logo img {
  width: 4.5rem;
}

.vipbody .cheapbanner .banner-top .title {
  position: absolute;
  top: 0.8rem;
  right: 3.3rem;
  font-size: 1rem;
  font-weight: bold;
  color: rgb(48, 35, 19);
}

.vippage .cheapbanner .list-box1 {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-left: 1.625rem;
  padding-right: 1.8rem;
  height: 7.5rem;
  background: url("/img/vip/1755574416204_1125x381_85.png!75.webp") no-repeat;
  background-size: 100% auto;
}

.vippage .cheapbanner .list-box1 .goods-box {
  text-align: center;
}

.vippage .cheapbanner .list-box1 .goods-box img {
  width: 2.8rem;
  overflow: hidden;
}

.vippage .cheapbanner .list-box1 .goods-box .brand {
  color: rgb(34, 34, 34);
}

.vippage .cheapbanner .list-box1 .goods-box .des {
  padding: 0.1875rem 0.75rem;
  background: url("../img/vip/1755574707498_220x43_85.png!75.webp") no-repeat;
  background-size: 100% auto;
  font-weight: bold;
  line-height: 0.625rem;
  color: #fff
}

.vippage .cheapbanner .list-box1 .goods-box .price {
  font-size: 0.875rem;
  font-weight: bold;
  color: rgb(255, 7, 119);
}

.vippage .cheapbanner .list-box2 {
  display: flex;
  padding-top: 2rem;
  height: 12rem;
  background: url("../img/vip/1755235982469_1125x480_85.png!75.webp") no-repeat;
  background-size: 100% auto;
}

.vippage .cheapbanner .list-box2 .left {
  padding-left: 0.5rem;
  width: 45%;
}
.vippage .cheapbanner .list-box2 .right {
  width: 55%;
}

.vippage .cheapbanner .list-box2 .left ul,
.vippage .cheapbanner .list-box2 .right ul {
  display: flex;
  justify-content: space-around;
}

.vippage .cheapbanner .list-box2 .goods-box {
  width: 4.5rem;
  text-align: center;
  overflow: hidden;
}

.vippage .cheapbanner .list-box2 .goods-box img {
  width: 4rem;
  overflow: hidden;
}

.vippage .cheapbanner .list-box2 .goods-box .brand {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.vippage .cheapbanner .list-box2 .goods-box .des1 {
  padding: 0.1875rem 0.2rem 0.1875rem 0.8rem;
  background: url("../img/vip/1754313157702_222x42_85.png!75.webp") no-repeat;
  background-size: 4rem 1rem;
  font-weight: bold;
  line-height: 0.625rem;
  color: rgb(255, 51, 51);
}

.vippage .cheapbanner .list-box2 .goods-box .des2 {
  padding: 0.1875rem 0 0.1875rem 0.7rem;
  background: url("../img/vip/1754313231826_238x42_85.png!75.webp") no-repeat;
  background-size: 4.5rem 1rem;
  font-weight: bold;
  line-height: 0.625rem;
  color: rgb(255, 7, 119);
}

.vippage .cheapbanner .list-box2 .goods-box .des3 {
  padding: 0.1875rem 0.75rem;
  background: url("../img/vip/1754313287597_240x42_85.png!75.webp") no-repeat;
  background-size: 4.25rem 1rem;
  font-weight: bold;
  line-height: 0.625rem;
  color: rgb(0, 148, 150);
}

.vippage .cheapbanner .list-box2 .goods-box .price {
  font-size: 0.875rem;
  font-weight: bold;
  color: rgb(27, 27, 27);
}

/* .vippage .cheap-box {
} */


/* 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) {

}