.required {
  color: #f56c6c;
}
.dashed {
  background: #ffffff;
  border: 1px solid #ebeef5;
  margin-bottom: 10px;
}
.dashed .dashed-title {
  height: 40px;
  background: #f4f4f8;
  line-height: 40px;
}
.dashed .dashed-title .dashed-title-left {
  display: inline-block;
  cursor: pointer;
  float: left;
  width: 70%;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
.dashed .dashed-title .dashed-title-right {
  display: inline-block;
  float: right;
  padding-right: 10px;
}
.dashed .dashed-cont {
  float: left;
  width: 100%;
  padding: 20px 0px;
}
.dashed .dashed-cont .dashed-line {
  margin: 0px 20px;
  padding: 20px 0px;
  border: 1px dashed #333;
  border-color: #ccc transparent;
  border-left: none;
  border-right: none;
}
.dashed .dashed-cont .dashed-bottom {
  padding: 20px 0px;
}
.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;
}
.spanWrap span {
  word-wrap: break-word;
  white-space: normal;
}

