/*
* 活动用 变量
*/
.promo-list[data-v-33cc4c7c] {
  width: 9.333333rem;
  margin: 0 auto;
}
.promo-list .list-container[data-v-33cc4c7c] {
  width: 100%;
  height: 2.986667rem;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.053333rem;
}
.promo-list .list-container .card[data-v-33cc4c7c] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
  height: 100%;
  border-radius: 0.213333rem;
  min-width: 0;
}
.promo-list .list-container .card .card-img[data-v-33cc4c7c] {
  width: 100%;
  height: 1.333333rem;
  border-radius: 0.213333rem 0.213333rem 0 0;
  display: block;
}
.promo-list .list-container .card .title[data-v-33cc4c7c] {
  width: 100%;
  height: 0.426667rem;
  background-color: #0f1427;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-radius: 0 0 0.213333rem 0.213333rem;
  padding: 0 0.266667rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
