.category {
  flex: 1;
  box-sizing: border-box;
  z-index: 1;
  display: flex;
}
.category .collect {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
}
.category .collect .search-box {
  width: 100%;
  display: flex;
}
.category .collect .search-box .search {
  height: 50px;
}
.category .collect .search-box .search-input {
  width: 500px;
  height: inherit;
}
.category .collect .search-box .search-input .el-input__inner,
.category .collect .search-box .search-input .el-textarea__inner {
  height: inherit !important;
  min-height: inherit !important;
}
.category .collect .search-box .search-btn {
  height: inherit;
}
.category .collect .filter-box {
  margin-top: 10px;
}
.category .collect .filter-box .filter-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.category .collect .filter-box .cate {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.category .collect .filter-box .cate .filter-item-title {
  padding: 8px 0;
}
.category .collect .filter-box .cate .filter-item-check {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.category .collect .filter-box .cate .filter-item-check .el-radio,
.category .collect .filter-box .cate .filter-item-check .el-checkbox {
  padding: 8px 0;
}
.category .collect .el-divider {
  margin: 10px 0;
}
.category .list-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 0;
  margin-top: 10px;
}
.category .list-box .goodInfo {
  display: flex;
}
.category .list-box .goodInfo .flex-col-bet .copyTitle {
  margin-left: 10px;
  cursor: pointer;
}
.category .list-box .goodInfo .flex-col-bet a {
  color: #29313d;
  font-weight: bold;
}
.category .list-box .goodInfo .shop-link {
  color: #667b99;
  margin-left: 10px;
  padding: 0;
}
.category .list-box .goodInfo .title {
  flex: 1;
}
