.page-detail-quote .el-col-12 {
  position: relative;
}
.page-detail-quote .el-icon-question {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #f59a23;
}
.page-detail-quote .page-detail .el-textarea {
  width: 100%;
}
.page-detail-quote .page-detail-title {
  height: 90px;
  line-height: 90px;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.page-detail-quote .quote-item {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d5d5d5;
  font-size: 14px;
}
.page-detail-quote .quote-item .delete-btn {
  position: absolute;
  top: 10px;
  right: 56px;
}
.page-detail-quote .quote-item .handle-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.page-detail-quote .quote-item .handle-btn.is-top {
  top: 10px;
  bottom: 0;
}
.page-detail-quote .page-detail-body {
  background: #fff;
  padding: 30px 25px 25px 25px;
}
.page-detail-quote .page-detail-footer {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  background: #eaebf1;
  bottom: 0;
}
.page-detail-quote .el-date-editor .el-input,
.page-detail-quote .el-date-editor .el-date-editor.el-input__inner {
  width: 0;
}
.page-detail-quote .cell-warning,
.page-detail-quote .cell-warning .el-form-item__label {
  color: #f59a23;
}

.page-detail-quote .page-detail .el-textarea {
  width: 100%;
}
.page-detail-quote .page-detail-title {
  height: 90px;
  line-height: 90px;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.page-detail-quote .quote-item {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d5d5d5;
  font-size: 14px;
}
.page-detail-quote .quote-item .delete-btn {
  position: absolute;
  top: 10px;
  right: 56px;
}
.page-detail-quote .quote-item .handle-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.page-detail-quote .quote-item .handle-btn.is-top {
  top: 10px;
  bottom: 0;
}
.page-detail-quote .page-detail-body {
  background: #fff;
  padding: 30px 25px 25px 25px;
}
.page-detail-quote .page-detail-footer {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  background: #eaebf1;
  bottom: 0;
}
.page-detail-quote .el-date-editor .el-input,
.page-detail-quote .el-date-editor .el-date-editor.el-input__inner {
  width: 0;
}

.maintain-detail .custom-el-textarea {
  width: 800px;
  min-height: 80px !important;
}
.maintain-detail .custom-el-textarea .el-textarea__inner {
  width: 800px;
  min-height: 80px !important;
  color: #333;
}

