/* flashpage */
.vippage .flashbg {
  background: url("../img/vip/d31bf4856f21bd1c6407a159f881e221.png") no-repeat;
  background-size: 100% auto;
}

.vippage .flashbanner {
  margin-bottom: 1rem;
  height: 2.5rem;
  background: url("../img/vip/cc02284d649871fe8a22fe9fcbe4c013.png") no-repeat;
  background-size: 100% auto;
}

.vippage .flashbanner ul {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-left: 1.625rem;
  padding-right: 1.8rem;
}

.vippage .flashbanner .goods-box {
  text-align: center;
}

.vippage .flashbanner .goods-box img {
  width: 3.5rem;
  overflow: hidden;
}

.vippage .flashbanner .goods-box .brand {
  font-weight: bold;
  color: rgb(34, 34, 34);
}

.vippage .flashbanner .goods-box .subsidy {
  position: relative;
  top: 3px;
  padding-left: 0.6875rem;
  color: rgb(255, 7, 119);
}

.vippage .flashbanner .goods-box .price {
  padding-right: 0.8125rem;
  font-size: 0.975rem;
  font-weight: bold;
  color: rgb(251, 8, 80);
}

.vippage .progress-bar {
  background: linear-gradient(270deg,#ff7795,#ff48ab);
}


/* 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 .flashbanner {
    height: 3rem;
  }
}