.swiper_tabs {
  padding-left: 0.3rem;
  height: 1.09rem;
  background: #fff;
}
.swiper_tabs .list {
  padding: 0.4rem 0 0.19rem 0;
  box-sizing: border-box;
  position: relative;
  width: auto !important;
  height: 100%;
}
.swiper_tabs a {
  display: block;
}
.swiper_tabs .item {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  cursor: pointer;
  width: auto!important;
  margin-right: 0.58rem!important;
}
.swiper_tabs .item a {
  font-size: 0.36rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.5rem;
}
.swiper_tabs .swiper-wrapper span {
  position: absolute;
  height: 3px;
  background: #000;
  left: 1%;
  bottom: 0%;
  background: #BA0000;
}
.swiper_tabs .item_active a {
  color: #BA0000;
}
.swiper_tabs .item_active:before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background: #BA0000;
}
