.treeSelect[data-v-65f10409] {
  cursor: pointer;
}
.treeSelect .content[data-v-65f10409] {
  position: relative;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  text-indent: 8px;
  background: #fff;
}
.treeSelect .content span[data-v-65f10409] {
  color: #606266;
}
.treeSelect .content .placeholder[data-v-65f10409] {
  color: #c0c4cc;
}
.treeSelect .content .clear[data-v-65f10409] {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: #dcdfe6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.menuTree[data-v-65f10409] {
  min-width: 210px;
  box-sizing: border-box;
  max-height: 600px;
  overflow: auto;
}

.iconbox[data-v-2e4d0750] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.iconbox .item[data-v-2e4d0750] {
  cursor: pointer;
  font-size: 16px;
  margin: 3px;
  color: #333;
  padding: 0 5px;
  border-radius: 5px;
  line-height: 36px;
}
.iconbox .item .iconfont[data-v-2e4d0750] {
  font-size: 20px;
  margin-right: 2px;
}
.iconbox .item[data-v-2e4d0750]:hover {
  background: rgba(199, 199, 199, 0.5);
}
.iconbox .active[data-v-2e4d0750] {
  background: rgba(199, 199, 199, 0.5);
  color: blue;
}

