.underline-title {
  font-size: 24px;
  font-weight: 600;
  padding: 10px;
  border-bottom: solid 6px forestgreen; }

.footer-infos {
  height: 450px;
  background-color: #f1f2f3; }
  .footer-infos .container {
    width: 1024px;
    margin: 0 auto;
    padding-top: 80px;
    display: flex;
    justify-content: space-between; }
    .footer-infos .container .navs {
      width: 600px;
      height: 350px;
      display: flex; }
      .footer-infos .container .navs .nav-box {
        width: 150px;
        height: 350px;
        text-align: center;
        color: #777; }
        .footer-infos .container .navs .nav-box .title {
          user-select: none;
          display: block;
          font-size: 22px;
          height: 60px;
          margin-bottom: 20px; }
        .footer-infos .container .navs .nav-box .link {
          display: block;
          margin-bottom: 8px;
          font-size: 14px;
          text-decoration: none;
          color: #777; }
    .footer-infos .container .qrs {
      width: 350px;
      height: 300px;
      display: flex; }
      .footer-infos .container .qrs .qr-box {
        width: 175px;
        height: 350px;
        text-align: center;
        color: #777; }
        .footer-infos .container .qrs .qr-box .title {
          user-select: none;
          display: block;
          font-size: 22px;
          margin-bottom: 20px; }
        .footer-infos .container .qrs .qr-box img {
          width: 150px;
          height: 150px; }

.footer-copyrights {
  height: 80px;
  background-color: #f1f2f3; }
  .footer-copyrights .container {
    width: 1024px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: solid 0.5px #e1e2e3;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #777; }
    .footer-copyrights .container a {
      color: #777;
      text-decoration: none;
      padding: 0 10px;
      border-left: solid 1.5px #999;
      font-size: 13px; }
      .footer-copyrights .container a:first-child {
        border: none; }
      .footer-copyrights .container a:hover {
        color: #000; }

/*# sourceMappingURL=footer.css.map */
