.row {
  position: relative;
}

/* .header-banner {
    width: 100%;
    background: rgba(244, 244, 244, 1);
} */

.swiper-container {
  /* width: 1200px; */
  height: 250px;
}

.swiper-slide {
  /* width: auto !important; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-right: 34px; */
  transition: 200ms;
  transform: scale(0.762);
  cursor: pointer;
  /*根据内容调整宽度*/
}

.myswiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
  width: auto !important;
}

.myswiper-slide-active img {
  border: 6px solid rgba(185, 59, 59, 1);
}

.swiper-button-next,
.swiper-button-prev {
  /* --swiper-theme-color: #ff6600; */
  /* 设置Swiper风格 */
  --swiper-navigation-color: #bfbfbf;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 29px;
  /* 设置按钮大小 */
}

.swiper-button-prev {
  left: -30px;
}

.swiper-button-next {
  right: -30px;
}

/* 
.banner-img {
  width: 294px;
  height: 147px;
  background: rgba(255, 255, 255, 0.25);
} */
@media (min-width : 780px) {
  .banner-img {
    width: 200px;
    height: 100px;
    background: rgba(255, 255, 255, 0.25);
  }
}

@media (min-width : 990px) {
  .banner-img {
    width: 240px;
    height: 120px;
    background: rgba(255, 255, 255, 0.25);
  }
}

@media (min-width : 1200px) {
  .banner-img {
    width: 290px;
    height: 140px;
    background: rgba(255, 255, 255, 0.25);
  }
}


.mid-tab {
  position: relative;
  height: 129px;
  padding-top: 50px;
}

.mid-tab::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(242, 242, 242, 1);
}

#status {
  width: 66px;
  height: 25px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 25px;
  letter-spacing: 1px;
  text-align: center;
}

.color-red {
  background-color: #b93b3b;
}

.color-blk {
  background-color: #1e1e1e;
}

.mid-tab-flex {
  display: flex;
}

.sub-title {
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(30, 30, 30, 1);
  line-height: 25px;
  letter-spacing: 1px;
  margin-left: 18px;
}

.time-word {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(155, 155, 155, 1);
  line-height: 20px;
  letter-spacing: 1px;
  margin-top: 14px;
}

.time {
  margin-right: 4px;
}

.list img {
  max-width: 100%;
  max-height: 100%;
}