.demand-details {
  width: 1210px;
  margin: 0 auto;
  padding: 20px 30px 25px;
  background: #fff;
  border-top: 2px solid #47c9f3;
}
.demand-details .icon-question {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon1.dfc9c7ad.png) no-repeat -75px -201px;
  vertical-align: middle;
}
.demand-details .red {
  color: #f56c6c;
}
.demand-details .el-dialog__header {
  background: #8092b5;
  padding: 10px 20px;
}
.demand-details .el-dialog__header .el-dialog__title {
  color: #fff;
}
.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-details .file-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.demand-details .file-box .file-name {
  flex: 1;
  overflow: hidden;
}
.demand-details .file-box .file-name .el-button--text {
  width: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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-bottom: 20px;
}
.width-input .el-input {
  width: 380px;
}
.width-input .el-select {
  width: 380px;
}
.pop-btn {
  margin-left: 5px;
  float: left;
}
.required-i {
  color: red;
}
.pop-address-box .el-dialog__header {
  background: #8092b5;
}
.pop-address-box .open-address {
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
  align-items: center;
  background: #f2f3f6;
  padding: 15px;
}
.pop-address-box .open-address .el-form-item {
  margin-bottom: 0;
}
.pop-address-box .open-address .el-textarea {
  width: 480px;
}
.pop-address-box .el-button--text {
  font-size: 14px;
}
.upload-file .el-upload {
  display: flex;
}
.upload-file .fileValue {
  min-width: 200px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #dcdfe6;
  padding: 0 5px;
}
.upload-file .el-upload-list {
  display: none;
}
.upload-file .el-upload-list__item-name {
  margin-top: 2px;
}
.table-input .el-form-item .el-form-item__content {
  margin-left: 0 !important;
}
.table-input .el-form-item {
  margin-bottom: 0;
}
.table-input .el-form-item--mini.el-form-item {
  margin-bottom: 0;
}
.table-input .el-date-editor.el-input {
  width: 140px;
}

