.product {
  width: 100%;
  min-height: 100px;
  background: white;
  color: #000;
  margin: 0 auto;
}

.category-bar {
  width: 100%;
  z-index: 20;
  /* position: absolute; */
}

.category-bar .category-bar-btn {
  width: 254px;
  height: 40px;
  background: #bcbcbc;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  margin: 0 auto;
  cursor: pointer;
}

.category-bar .category-bar-btn span {
  font-size: 23px;
  font-family: Humnst777 BT;
  font-weight: 400;
  color: #fff;
}

.category-bar .category-bar-btn:hover {
  cursor: pointer;
}

.category-bar .category-bar-btn .svg-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  vertical-align: -.15em;
  fill: currentColor;
  overflow: hidden;
}

.all-category {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  /* padding: 20px; */
  border-bottom: 1px solid #ccc;
}

.all-category .all-category-group {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; /* 清除浮动 */
}

.all-category .all-category-group span{
  height: 30px;
  width: 320px;
  margin: 5px; /* 设置合适的间距 */
  padding-left: 5px; /* 在左侧添加额外的间距 */
  display: flex; /* 使用Flexbox布局 */
  align-items: center; /* 垂直居中 */
  text-align: left; /* 可根据需要调整文本居中 */
  color: black; /* 设置字体颜色为黑色 */
  float: left; /* 向左浮动 */
}

.all-category-group span:hover {
  background-color: #c00;
  color: white; /* 鼠标移过时字体颜色变为白色 */
}

.product-bottom {
  width: 1400px;
  margin: 0 auto;
}

.root-category {
  padding-bottom: 20px;
}

.root-category .category-title {
  text-align: center;
  font-size: 24px;
  font-family: Humnst777, BlkCn, BT;
  font-weight: 900;
  color: #000;
  height: 40px;
  line-height: 40px;
}

.root-category .category-count {
  text-align: center;
  height: 30px;
  color: #505050;
  font-size: 15px;
  font-family: Arial;
  font-weight: 400;
}

.category-child .category-line {
  height: 3px;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 1px;
}

.el-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
}

.category-child .category-line .line-1 {
  background-color: #c2c2c2;
  height: 1px;
  width: 100%;
}

.category-child .line-1 {
  color: #c2c2c2;
  height: 1px;
  width: 100%;
}

.category-child .category-line .line-2 {
  background-color: #c00;
  height: 3px;
  width: 100%;
}

.category-child .category-item {
  position: relative;
  height: 40px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #fff;
  border-radius: 4px;
}
.category-child .category-item .icon{
  position: absolute;
  top: -2px;
  right: 10px;
}
.category-child .category-item .icon svg{
  width: 14px;
  height: 14px;
}
.category-child .category-item .hide-list{
  display: none;
}
.category-child .category-item.active{
  height: auto;
  background: none;
  border: 1px solid #ddd;
}
.category-child .category-item.active .icon svg{
  transform: rotate(-180deg);
}
.category-child .category-item.active .hide-list{
  display: block;
  margin: 0 0 10px 0;
}
.category-child .category-item.active .hide-list a{
  display: block;
  color: #333;
  line-height: 30px;
}
.category-child .category-item:hover .hide-list a{
  color: #fff;
  padding: 0 8px;
  border-radius: 4px;
}
.category-child .category-item.active .hide-list a:hover{
  background: rgba(0, 0, 0, 0.3);
}

.category-item>a{
  display: block;
}


.el-col-8 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

[class*=el-col-] {
  box-sizing: border-box;
}

.category-child .category-item .title {
  color: #373737;
}

.category-child .category-item .count {
  color: #505050;
}

.category-child .category-item:hover {
  background-color: #c00;
}
.category-child .category-item:hover .title{
  color: #fff;
}

.category-child .category-item:hover span {
  color: white;
}

.dn{
  display: none;
}

.zIndex99{
  z-index: 99;
}

.mg06_ct{
  margin: 0 6px;
  cursor: text;
}

.color8483{
  color:#848383;
  cursor: text;
}

.color131{
  color: rgb(132, 131, 131);
}