.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;
}

