.edit-head {
  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;
}
.edit-head .back-title {
  color: #515a6e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-head .head-name {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #17233d;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.edit-head .window-close {
  z-index: 1;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: -5px;
  overflow: hidden;
  cursor: pointer;
}
.edit-head .window-close .ivu-icon-ios-close {
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.edit-head .window-close .ivu-icon-ios-close:hover {
  color: #444;
}

.edit-head {
  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;
}
.edit-head .back-title {
  color: #515a6e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-head .head-name {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #17233d;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.edit-head .window-close {
  z-index: 1;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: -5px;
  overflow: hidden;
  cursor: pointer;
}
.edit-head .window-close .ivu-icon-ios-close {
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.edit-head .window-close .ivu-icon-ios-close:hover {
  color: #444;
}

.search .operation {
  margin-bottom: 2vh;
}
.search .select-count {
  font-weight: 600;
  color: #40a9ff;
}
.search .select-clear {
  margin-left: 10px;
}
.search .page {
  margin-top: 2vh;
}
.search .drop-down {
  margin-left: 5px;
}
.tree-list {
  position: relative;
  min-height: 80px;
}
.drawer-footer {
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: left;
  background: #fff;
}

