﻿/* 标题 */
.fh-common {
  padding-bottom: 80px;
}
.fh-common.bgcolor {
  background-color: #eff2f3;
}
.fh-common .common-title-warper {
  text-align: center;
  padding: 80px 0;
}
.fh-common .common-title {
  margin: 0;
  font-size: 30px;
  color: #302d31;
}
.fh-common .common-title p {
  margin-top: 1em;
  margin-bottom: 0;
  line-height: 1em;
  font-weight: lighter;
  font-size: 18px;
  color: #787878;
}
@media screen and (max-width: 768px) {
  .fh-common {
    padding-bottom: 20px;
  }
  /* 标题 */
  .fh-common .common-title-warper {
    text-align: center;
    padding: 20px 0;
  }
  .fh-common .common-title {
    font-size: 18px;
  }
  .fh-common .common-title p {
    font-size: 12px;
  }
  .index-step.fh-common.container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .index-server.fh-common .row {
    margin-bottom: 20px;
  }
  .index-server.fh-common .row .col-xs-6:first-child .media-body {
    padding-right: 10px;
  }
  .index-server.fh-common .row .col-xs-6:last-child .media-body {
    padding-left: 10px;
  }
}
/*# sourceMappingURL=fh-common.css.map */