.required {
  color: #f56c6c;
}
.fileLi {
  padding-left: 10px;
  display: inline-block;
  position: relative;
}
.fileClose {
  position: absolute;
  display: none;
}
.fileClose:hover {
  cursor: pointer;
}
.fileLi:hover .fileClose {
  position: absolute;
  color: red;
  top: -5px;
  right: -5px;
  font-size: 20px;
  display: none;
  display: block;
}
.fileImg {
  margin-left: 10px;
  background: #fbfdff;
  border: 1px dashed #c0ccda;
  width: 160px;
  height: 130px;
  border-radius: 6px;
}
.fileImg .el-upload {
  width: 160px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.fileImg:hover {
  background: #fbfdff;
  border: 1px dashed #2b84eb;
  border-radius: 6px;
}
.material-grid .el-select-dropdown__list {
  display: grid;
  grid-template-columns: 68px 68px 68px 68px;
  grid-template-rows: 30px 30px 30px 30px;
}
.material-grid .el-select-dropdown__list .el-select-dropdown__item {
  padding: 0 10px;
  text-align: center;
}
.tableCell .el-form-item__error {
  position: relative !important;
}

