/* 表单内容 */
/* 栏目那边的头部 */
.content-header {
  font-size: 1.1em;
  height: 40px;
}
/* 调整间距的 */
.content-header > div {
  padding: 5px 7px;
}
.table1-title {
  margin-top: 10px;
  color: #3c8d40;
}
.redu_1,
.redu_2,
.redu_3 {
  font-size: x-small;
  margin-top: 15px;
}

.content-header > div:nth-child(2) {
  margin-left: 750px;
}
.content-header > div:last-child {
  border-right: none;
}
/* 表格每行 */
.table-row {
  font-size: 18px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  /* margin: 20px; */
}
.table-row div {
  margin: 1.5px 1.5px;
  padding-top: 10px;
  height: 30px;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
/* 表单单元的效果 */
.table-row div:hover {
  transform: scale(1.1);
}
/* 表单单元的背景颜色 */
.redu1 {
  background-color: #c6e0b4;
}
.redu2 {
  background-color: #9dc184;
}
.redu3 {
  background-color: #548235;
}
.redu4 {
  background-color: green;
}
.redu_1::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c6e0b4;
  margin-right: 5px;
}
.redu_2::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #9dc184;
  margin-right: 5px;
}
.redu_3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #548235;
  margin-right: 5px;
}
/* .redu_4::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: green;
  margin-right: 5px;
} */
.table-blod {
  font-weight: bold;
}
