@charset "UTF-8";
/**
 * px 转 rem：统一基准 14px（PC 设计稿宽 1440 / 移动端设计稿宽 375）
 * 用法：rem(14) => 1rem
 */
body {
  padding-top: 5rem;
}

.sd-content {
  font-size: 1.2857142857rem;
  padding: 2% 5%;
}
.sd-content .sd-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.sd-content .sd-flood-title {
  display: block;
  padding-bottom: 2%;
  margin-bottom: 2%;
  font-size: 2.1428571429rem;
  color: #333333;
  border-bottom: 0.0714285714rem solid #ddd;
  text-align: center;
  line-height: 1.6;
}
.sd-content .sd-flood-prevention {
  padding: 0 5%;
}
.sd-content .sd-flood-prevention .sd-flood-desc {
  padding-top: 3.7142857143rem;
  padding-bottom: 2.8571428571rem;
  font-size: 1rem;
  color: #666666;
  line-height: 2.8571428571rem;
}
.sd-content .sd-mid-img {
  display: block;
  width: 100%;
  height: auto;
}
.sd-content .sd-module {
  padding: 0 5%;
}
.sd-content .sd-module .sm-title {
  display: block;
  color: #333;
  font-size: 2.1428571429rem;
  padding: 3.2857142857rem 0;
  border-bottom: 0.0714285714rem solid #dddddd;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 4rem;
  }
  .ow-breads {
    display: none;
  }
  .sd-content {
    padding: 5%;
  }
  .sd-content .sd-flood-title {
    padding: 0 0 5%;
    margin-bottom: 5%;
    font-size: 1.4285714286rem;
  }
  .sd-content .sd-flood-prevention {
    padding: 0 5%;
  }
  .sd-content .sd-flood-prevention .sd-flood-desc {
    padding: 0.8571428571rem 0;
    line-height: 1.5;
    text-indent: 2em;
  }
  .sd-content .sd-module {
    padding: 0 5%;
  }
  .sd-content .sd-module .sm-title {
    font-size: 1.4285714286rem;
    padding: 0.8571428571rem 0;
  }
}

/*# sourceMappingURL=solution-detail.css.map */
