.img-title {
  display: inline-block;
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  color: #17233d;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  padding: 14px 0;
  line-height: 1;
}
.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;
}
.apply-operation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.apply-operation button {
  margin-right: 8px;
}
.process-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: auto;
}
.process-card {
  margin: 10px 25px 10px 0;
  width: 355px;
  cursor: pointer;
}
.process-card :hover .content .other .name {
  color: #1890ff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.process-card .ivu-card-body {
  padding: 0;
}
.process-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.process-card .content .other {
  padding: 16px;
  height: 130px;
}
.process-card .content .other .name {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  margin-bottom: 4px;
}
.process-card .content .other .key {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
  word-break: break-all;
  color: rgba(0, 0, 0, 0.45);
}
.process-card .content .other .info {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  word-break: break-all;
}
.process-choose-drawer-footer {
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: right;
  background: #fff;
}

