.demand-details {
  width: 1210px;
  margin: 0 auto;
  padding: 20px 30px 25px;
  background: #fff;
  border-top: 2px solid #47c9f3;
}
.demand-details .el-form-item__label {
  font-size: 14px;
  color: #333;
}
.demand-details .el-input--mini {
  font-size: 14px;
}
.demand-details .material-btn {
  display: flex;
  margin: 20px 0;
}
.demand-name {
  padding: 20px 0px 30px;
  border-bottom: 1px solid #ccc;
  margin: 0px auto 20px;
}
.demand-name .el-input {
  width: 680px;
}
.demand-name .el-form-item__label {
  font-size: 16px;
}
.demand-box {
  width: 100%;
  height: 100%;
  background-color: #efefef;
  overflow-y: scroll;
}
.demand-header {
  text-align: center;
  height: 90px;
  line-height: 90px;
  color: #333333;
  font-size: 24px;
}
.demand-btn {
  height: 100px;
  margin: 30px 0px 40px;
  text-align: center;
}
.list-title {
  width: 100%;
  height: 20px;
  font-size: 16px;
  color: #333;
  border-left: 5px solid #38c8f5;
  padding-left: 10px;
  font-weight: bold;
  margin: 20px 0;
}
.pop-btn {
  margin-left: 5px;
}
.required-i {
  color: red;
}
.table-input .el-form-item {
  margin-top: 15px;
}
.table-input .el-form-item .el-form-item__content {
  margin-left: 0 !important;
}
.table-input .el-date-editor.el-input {
  width: 140px;
}

