.wt-category-toolbar[data-v-32b41304] {
  height: 60px;
  background: #fff;
  padding: 0 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wt-category-toolbar .search[data-v-32b41304] {
  display: inline-block;
  width: 270px;
  margin-left: 10px;
}
.wt-category-list[data-v-1528d0da] {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}
.wt-category-list .category-list[data-v-1528d0da] {
  min-height: 135px;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wt-category-list .category-list .title[data-v-1528d0da] {
  width: 100%;
  min-height: 40px;
  font-size: 14px;
  color: #1a1a1c;
  font-weight: 700;
  border-bottom: 2px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wt-category-list .category-list .children > li[data-v-1528d0da] {
  height: 50px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wt-category-list .category-list .children > li[data-v-1528d0da]:hover {
  background: #F5FAFF;
  color: #2196F3;
}
.wt-category-list .category-list .children > li[data-v-1528d0da]:hover::after {
  background: #2196F3;
}
.wt-category-list .category-list .children > li[data-v-1528d0da]::after {
  content: " ";
  position: absolute;
  left: 8px;
  background-color: #b2b2b2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.wt-category-list .category-list .not-children[data-v-1528d0da] {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #999;
}
.wt-category-containers[data-v-ce393446] {
  height: calc(100vh - 80px);
}
.wt-category-containers .el-scrollbar[data-v-ce393446] {
  width: 100%;
  height: calc(100% - 70px);
  background: #fff;
}
