.lt-wrapper.lt-mall-category .lt-container {
  display: flex;
  justify-content: space-between;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter {
  width: 272px;
  display: block;
  height: fit-content;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-label {
  height: 34px;
  line-height: 34px;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-label .filter__clear {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #DF982D;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-label .filter__clear img {
  width: 12px;
  height: 12px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 16px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__label {
  height: 28px;
  font-family: sans-serif, Source Han Sans CN, Source Han Sans CN;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
  user-select: none;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 350px;
  overflow-y: auto;
  --sb-track-color: transparent;
  --sb-thumb-color: #D9D9D9;
  --sb-size: 4px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content::-webkit-scrollbar {
  width: var(--sb-size);
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-price {
  display: flex;
  align-items: center;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-price .filter-item__content-price-input {
  width: 72px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding-inline: 8px;
  box-sizing: border-box;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-price .filter-item__content-price-gap {
  width: 9px;
  height: 28px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  overflow: hidden;
  margin-inline: 8px;
  user-select: none;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-price .filter-item__content-price-btn {
  width: 63px;
  height: 28px;
  line-height: 28px;
  background: #BC2E20;
  border-radius: 4px;
  border: 1px solid #BC2E20;
  margin: 0;
  margin-left: 16px;
  color: #fff;
  cursor: pointer;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-price .filter-item__content-price-btn:hover {
  filter: brightness(1.05);
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-item {
  height: 20px;
  line-height: 20px;
  font-family: sans-serif, PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  color: #333333;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-item input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-item .radio-placeholder {
  line-height: 20px;
  height: 20px;
  font-family: sans-serif PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-item .radio-placeholder::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.2s ease;
  background: transparent;
  box-sizing: border-box;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-item input[type=radio]:checked + .radio-placeholder {
  color: #BC2E20 !important;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-item input[type=radio]:checked + .radio-placeholder::before {
  border-color: #BC2E20 !important;
  border-width: 5px !important;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-item.active {
  color: #BC2E20;
}
.lt-wrapper.lt-mall-category .lt-mall-category__filter .lt-mall-category__filter-item .filter-item__content .filter-item__content-item:hover {
  color: #BC2E20;
}
.lt-wrapper.lt-mall-category .lt-mall-category__main {
  width: 1100px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__main .lt-mall-category__main_label {
  margin-bottom: 20px;
}
.lt-wrapper.lt-mall-category .lt-mall-category__main .lt-mall-category__main_label .lt-mall-category__main_label-left {
  height: 34px;
  line-height: 34px;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}

/*# sourceMappingURL=lt-category.css.map */
