.list-filter[data-v-05a0072a] {
  position: relative;
  justify-content: flex-end;
  height: 48px;
}
.list-filter.center[data-v-05a0072a] {
  justify-content: center;
}
.list-filter .filter-item.more[data-v-05a0072a] {
  flex: 0 0 80px;
}
.list-filter .filter-item[data-v-05a0072a] {
  text-align: center;
  flex: 1;
  cursor: pointer;
  position: relative;
  line-height: 48px;
  margin: 0px 28px;
  font-style: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-filter .filter-item[data-v-05a0072a]:hover {
  font-weight: bold;
  color: #b72123;
}
.list-filter .filter-item.active[data-v-05a0072a] {
  font-weight: bold;
  color: #b72123;
  padding-bottom: 12px;
  overflow: visible;
  white-space: nowrap;
  border-bottom: 4px solid #b72123;
}
.list-filter .more-filter[data-v-05a0072a] {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  right: 0px;
  top: 48px;
  z-index: 99;
  position: absolute;
}
.list-filter .more-filter .title[data-v-05a0072a] {
  font-size: 15px;
  color: #666666;
  background: #fff;
  text-align: right;
  padding: 15px 13px;
}
.list-filter .more-filter .content[data-v-05a0072a] {
  flex-wrap: wrap;
  background: #f6f6f6;
  padding: 8px;
  gap: 8px 24px;
  width: 367px;
}
.list-filter .more-filter .content .m-item[data-v-05a0072a] {
  cursor: pointer;
  width: 101px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-filter .more-filter .content .m-item[data-v-05a0072a]:hover {
  background: #ebebeb;
}
.list-filter .more-filter .content .m-item.active[data-v-05a0072a] {
  color: #fff;
  background: linear-gradient(104deg, #b72123 63%, #df0b91 93%);
}

.breadcrumb[data-v-16576212] .el-breadcrumb__inner.is-link {
  color: #929292 !important;
}

.breadcrumb[data-v-16576212] {
  color: #929292;
  font-size: 14px;
  height: 40px;
  padding: 0px 32px;
  margin-bottom: 12px;
}
