.recovery {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.recovery h2 {
  margin: 70px 0 108px;
  height: 48px;
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: black;
  text-shadow: 0px 2px 8px rgba(5, 2, 2, 0.07);
}

.recovery .re-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recovery .re-main > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recovery .re-main > div:last-child > div:first-child {
  width: 128px;
  height: 38px;
  border-radius: 19px;
  background: #488d37;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #fffefe;
  text-align: center;
  line-height: 38px;
}

.recovery .re-main > div:last-child table {
  width: 100%;
  margin-top: 50px;
}

.recovery .re-main > div:last-child table tr:nth-child(odd) {
  background: #ddebf7;
}

.recovery .re-main > div:last-child table tr:nth-child(even) {
  background: #fff;
}

.recovery .re-main > div:last-child table tr > td {
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
}

.recovery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 109px 0 107px;
}

.recovery ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recovery ul li span {
  margin-top: 21px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
}
/*# sourceMappingURL=recovery.css.map */