/* ==================== 废料大全页面专属样式 ==================== */

.waste-section {
  width: 100%;
  padding: 3.854vw 12.5vw;
  background: #f5f5f5;
}

.waste-header {
  background: #01153A;
  padding: 2vw;
  margin: 0;
  text-align: center;
  margin-bottom: 0.052vw;
}

.waste-title {
  color: white;
  font-size: 1.875vw;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.3vw;
}

.waste-content {
  background: white;
  border: none;
  margin: 0;
}

.waste-category {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

.category-item {
  display: flex;
  border-bottom: 0.052vw solid #e0e0e0;
  margin: 0;
}

.category-item:last-child {
  border-bottom: none;
}

.category-title {
  width: 15.677vw;
  height: 10.938vw;
  flex-shrink: 0;
  background: linear-gradient(180deg, #0930B1 0%, #072EB0 100%);
  color: white;
  font-size: 1.667vw;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2vw;
  margin: 0;
}

.category-tags {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  gap: 1.302vw 2.604vw;
  padding: 2.083vw 3.125vw;
  background: white;
}

.category-tags .tag {
  color: #777777;
  font-size: 1.25vw;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease;
  text-decoration: underline;
  text-underline-offset: 0.417vw;
  display: inline-block;
}

.category-tags .tag:hover {
  color: #3d5a99;
  font-weight: 600;
}