/* footer 备案链接 hover 颜色修复 */
#footer .framework-info a {
  color: rgba(255, 255, 255, 0.85);
}

#footer .framework-info a:hover {
  color: #ffffff;           /* 悬浮时变亮 */
  text-decoration: underline;
}
