.tools-patch-wapper {
  /* 主体less */
}
.tools-patch-wapper .patch-search-tools {
  padding: 20px 16px 0px 16px;
}
.tools-patch-wapper .patch-search-list li {
  display: flex;
}
.tools-patch-wapper .patch-header-tit {
  width: 80px;
  min-width: 80px;
  color: #373737;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
}
.tools-patch-wapper .patch-classify {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}
.tools-patch-wapper .patch-classify li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #373737;
  background-color: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 16px;
  cursor: pointer;
}
.tools-patch-wapper .patch-classify li.sel {
  color: #fff;
  background-color: #4F8AFF;
}
.tools-patch-wapper .patch-search-field {
  height: 32px;
  width: 100%;
  border: 1px solid #E7E7E7;
}
.tools-patch-wapper .patch-search-btn {
  display: none;
}
.tools-patch-wapper .patch_field_content {
  display: none !important;
}
