.sec1 {
  margin-bottom: 70px;
}

.sec2 {
  margin-bottom: 30px;
}

.h2 {
  margin-bottom: 44px;
}

.img_box {
  margin: 10px -1.96% 0 0;
  overflow: hidden;
}
.img_box .box {
  float: left;
  width: 48.04%;
  margin: 0 1.96% 10px 0;
}

.not_box {
  background: url("../img/common/icon_attention.png") 0 4px no-repeat;
  padding: 0 0 0 118px;
}
.not_box .check_list {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 30px;
}

#suihe {
  padding: 15px 0 0;
}
#suihe .box {
  position: relative;
}
#suihe .box .lb {
  display: table;
  background: #cf1848;
  border-radius: 50%;
  color: #fff;
  width: 120px;
  height: 120px;
  padding: 10px 0 0;
  margin: 0;
  position: absolute;
  top: -15px;
  right: 9px;
}
#suihe .box .lb span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.116rem;
  font-weight: 400;
}

.table {
  margin: 12px 0;
}
.table thead th:nth-child(1) {
  width: 40%;
}
.table thead th:nth-child(2) {
  width: 60%;
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  #suihe .box .lb {
    width: 90px;
    height: 90px;
  }
  #suihe .box .lb span {
    font-size: 15px;
    font-size: 0.93rem;
  }
}
@media screen and (max-width: 599px) {
  .sec1 {
    margin-bottom: 45px;
  }
  .sec2 {
    margin-bottom: 25px;
  }
  .h2 {
    margin-bottom: 25px;
  }
  .txt20 {
    font-size: 122%;
  }
  .img_box {
    margin-right: 0;
  }
  .img_box .box {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .img_box figure.box, .img_box .box figure {
    text-align: center;
  }
  .not_box {
    background-position: center 0;
    background-size: 40px;
    padding: 50px 0 0;
  }
  .not_box .check_list {
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  .h2, .h3 {
    text-align: left;
  }
  #suihe .box .lb {
    width: 100px;
    height: 100px;
  }
  #suihe .box .lb span {
    font-size: 16px;
    font-size: 0.992rem;
  }
}/*# sourceMappingURL=style_before.css.map */