.filter[data-v-82758a18] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  height: 80px;
  background: white;
}
.filter-bar[data-v-82758a18] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.filter-item[data-v-82758a18] {
  font-weight: 600;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  width: 108px;
  color: #999;
  margin-right: 20px;
  text-align: center;
  border-bottom: 2px solid white;
  cursor: pointer;
  white-space: nowrap;
}
.filter-item.isenus[data-v-82758a18] {
  width: unset;
}
.filter-item-active[data-v-82758a18] {
  font-weight: 600;
  color: #2447F9;
  border-bottom: 2px solid #2447F9;
}

