.titleBox {
  padding: 20px;
}
.titleBox p {
  line-height: 2rem;
}
.titleBox h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.footerBox {
  text-align: center;
}
.footerBox .title-a {
  color: #ffffff;
}
.footerBox p {
  color: #999;
}
.navbar-brand {
  padding: 20px 0 !important;
}
/* 手机屏幕（小于768px） */
@media screen and (max-width: 767px) {
  .navbar-brand {
    padding: 10px 0 !important;
  }
  .footerBox {
    text-align: left;
  }
  p {
    margin: 10px 0;
  }
}
/*# sourceMappingURL=style.css.map */