.demo .banner {
  height: 6rem;
  width: 100%;
  background-image: url(../img/afterSaleService/组\ 111.png);
}
.tabBar {
  display: flex;
  justify-content: center;
  height: 0.58rem;
  background: #ffffff;
  border-bottom: 0.01rem solid #eeeeee;
  box-sizing: border-box;
}
.tabBar .item {
  width: 2rem;
  height: 0.58rem;
  font-size: 0.18rem;
  line-height: 0.58rem;
  text-align: center;
  color: #666666;
}
.tabBar .active {
  background-color: #0063b9;
  color: #ffffff;
}
.card {
  padding: 0.52rem 0 0.24rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card::after {
  content: '';
  width: 4.5rem;
  height: 0;
  visibility: hidden;
}

.card .item {
  margin-bottom: 0.25rem;
  padding-top: 0.29rem;
  padding-left: 0.36rem;
  width: 4.5rem;
  height: 2.59rem;
  background: #ffffff;
  border: 0.01rem solid #eeeeee;
}
.card .date {
  margin-bottom: 0.3rem;
  font-size: 0.14rem;

  color: #999999;
}
.card .station {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
}
.card .station .num {
  font-size: 0.14rem;
  color: #666666;
  font-weight: normal;
}
.card .address {
  margin: 0.2rem 0 0.52rem;
  font-size: 0.16rem;
  color: #333333;
}
.card .apply {
  margin-left: 0.96rem;
  width: 1.86rem;
  height: 0.31rem;
  text-align: center;
  line-height: 0.31rem;
  background: #ffffff;
  color: #244a9b;
  border: 0.01rem solid #0063b9;
}
