.material .wrap {
  width: 1057px;
  max-width: 90%;
  margin: 97px auto 127px;
}
.material .wrap h1 {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
}
.material .wrap hr {
  margin: 20px 0 0 0;
  border: none;
  height: 1px;
  background-color: #000;
}
.material .wrap h5 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}
.material .wrap p {
  font-size: 16px;
  font-family: "HarmonyOS Sans SC l", sans-serif;
  font-weight: 300;
  color: #000000;
  line-height: 32px;
}
.material .wrap table {
  width: 100%;
}
.material .wrap table tr td {
  background: #F5F5F5;
  height: 69px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 0 0 30px;
  font-size: 16px;
  font-family: "HarmonyOS Sans SC l", sans-serif;
  font-weight: 300;
  color: #000000;
  line-height: 22px;
}
.material .wrap table tr:nth-child(2n) td {
  background: #E6E6E6;
}
.material .wrap table tr:first-child td {
  background: #D7000F;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}
.material .wrap .display {
  display: flex;
  align-items: center;
}
.material .wrap .display p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 70px;
  margin: 0 10px 0 0;
}
.material .wrap .display p span {
  color: #D7000F;
}
/*# sourceMappingURL=material.css.map */
@media screen and (max-width: 1023px) {
  .material .wrap {
    margin: 44px auto 47px;
  }
  .material .wrap h1{
    font-size: 24px;
  }
  .material .wrap h5{
    font-size: 18px;
  }
  .material .wrap p{
    font-size: 13px;
    line-height: 30px;
  }
  .material .wrap h1 {
    font-size: 24px;
  }
  .material .wrap table{
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    display: block;
  }
  .material .wrap table tbody{
    width: max-content;
    display: block;
  }
  .material .wrap table tr:first-child td{
    font-size: 19px;
  }
  .material .wrap table tr td{
    font-size: 13px;
    padding: 0 30px;
  }
  .material .wrap .display{
    width: fit-content;
    overflow: scroll;
  }
  .material .wrap .display p{
    white-space: nowrap;
  }
}