/**
 * 编辑页样式
 */
#itemEdit .edit-container {
  background-color: #fff;
  height: 600px;
  width: 100%;
  margin-top: 10px;
  padding-top: 60px;
}
#itemEdit .edit-container .form-title {
  display: inline-block;
  width: 100%;
  text-align: right;
  height: 36px;
  line-height: 36px;
}
#itemEdit .edit-container input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #CECECE;
}
#itemEdit .col-container {
  margin-bottom: 24px;
}
#itemEdit .tip {
  width: 86px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  left: -4px;
  top: 10px;
  text-align: center;
  background-color: #C3E9F5;
  color: #183F6F;
}
#itemEdit .tip .side {
  background-color: #97D9EF;
  width: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 36px;
}
#itemEdit .tip em {
  position: absolute;
  display: block;
  left: 0;
  top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid #6BC9E9;
}
