.el-dialog__wrapper .el-dialog__header{
  /* height: 16px;
  line-height: 16px; */
  opacity: 1;
  background-color: #F7F7F7;
  padding: 12px 20px 10px;
}
.el-dialog{
  border-radius: 6px;
  border:#ddd;
}
.el-dialog__wrapper .el-dialog__header .el-dialog__title {
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
}
.demo-ruleForm .el-form-item__label{
   background-color: #F7F7F7;
   border: 1px solid #DDDDDD;
   font-size: 13px;
   font-family: PingFang SC;
   font-weight: 500;
   color:#000000;
   text-align: center;
  
}
.demo-ruleForm .el-form-item__label:before{
  /* float: right; */
  margin:0;
}
.demo-ruleForm .el-input__inner {
  border-radius:0;
  border: 1px solid #DDDDDD;
}
.el-dialog__footer {
  text-align: center;
}
.determine_button{
  /* width: 92px;
  height: 34px;
  line-height: 34px; */
  background: #009587 !important;
  border: 1px solid #DDDDDD !important;
  opacity: 1;
  border-radius: 2px;
  color:#fff;
}
.cancel_button{
   /* width: 92px;
   height: 34px;
   line-height: 34px; */
   background: #FFFFFF !important;
   border: 1px solid #DDDDDD !important;
   opacity: 1;
   border-radius: 2px;
   color:#000;
}
.el-dialog__footer{
  text-align: center !important;
}
/* // 按钮样式 */

.add_button{
   /* width: 92px;
   height: 34px;
   line-height: 34px; */
   background: #009688 !important;
   opacity: 1;
   border-radius: 2px;
   color: #fff !important;
}
.edit_button{
   background: #009688 !important;
   opacity: 1;
   border-radius: 2px;
   color: #fff !important;
}
.iconfont {
  font-size: 12px;
}