.date-card[data-v-8ffed07a] {
  flex-shrink: 0;
  position: relative;
  display: inline-flex;
  box-sizing: border-box;
  width: 3.5rem;
  height: 5.0625rem;
  padding-top: 0.8125rem;
  flex-direction: column;
  align-items: center;
  border-radius: 0.25rem;
  margin: 0 0.03125rem;
}
.date-card.active .normal[data-v-8ffed07a],
.date-card.active .date[data-v-8ffed07a],
.date-card.active .min-price[data-v-8ffed07a],
.date-card.active .small-text[data-v-8ffed07a] {
  color: #FF1D41;
}
.date-card.active[data-v-8ffed07a]::after {
  content: '';
  display: block;
  height: 0.125rem;
  width: 1.3125rem;
  border-radius: 1000px;
  background-color: #FF1D41;
  position: absolute;
  bottom: 0.46875rem;
  left: 50%;
  transform: translateX(-50%);
}
.date-card .normal[data-v-8ffed07a] {
  color: #323038;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.125rem;
}
.date-card .date[data-v-8ffed07a] {
  color: #323038;
  font-family: mtl-din-bold;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.125rem;
}
.date-card .min-price[data-v-8ffed07a] {
  color: #323038;
  font-family: mtl-din-bold;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.125rem;
}
.date-card .small-text[data-v-8ffed07a] {
  color: #000;
  font-family: mtl-din-bold, 'PingFang SC';
  text-align: center;
  font-size: 0.5rem;
  font-weight: 400;
}
.date-card .date + .small-text[data-v-8ffed07a] {
  margin-top: 0.3125rem;
}
.date-card .mark[data-v-8ffed07a] {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  color: #FF1D41;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.5rem;
  font-weight: 400;
  background-color: #FFEDEF;
  padding: 0.0625rem 0.25rem;
}
