/**
 * 信息集样式
 */
#infoSet .row {
  margin: 20px 0;
}
#infoSet .title-label {
  line-height: 34px;
  height: 34px;
}
#infoSet .edit-icon {
  display: block;
  position: absolute;
  left: -18px;
  width: 18px;
  height: 56px;
  background-color: #97D9EF;
}
#infoSet .edit-icon i {
  color: white;
}
#infoSet .normal {
  overflow: hidden;
  padding: 0;
}
#infoSet .onjob-bottom .preset-edit {
  background-color: #A5B3E7;
}
#infoSet .detail-info {
  padding: 0 23px;
}
#infoSet .set-refresh {
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  width: 36px;
  height: 16px;
  line-height: 16px;
  background-color: #fff;
  text-align: center;
}
#infoSet .set-refresh i {
  font-size: 24px;
  color: #89B6F5;
  cursor: pointer;
}
#infoSet .prompt-info {
  padding: 18px;
  line-height: 20px;
}
#infoSetModal input[class^="col-"] {
  border: 1px solid #CECECE;
}
#infoSetModal input:focus {
  outline: 1px solid #61C6ED;
}
#infoSet .system-preset,
#itemInfo .system-preset {
  background-color: #E9EDFC;
  color: #445596;
  border: 1px solid #A5B3E7;
}

.lyk-test{
  background-color: #AB82FF !important;
}