/* #25 增强页脚超链接 */
.footer-link {
  color: #000;
  transition: color 0.0s; /* 去你大爷平滑过渡，老子不要了 */
  text-decoration: none;
}
.footer-link:hover {
  color: #337ab7 !important;
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-position: under;
}
