/**
 * 备案条样式（对齐 version1）
 */
.tianhe-icp-footer {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  padding: 20px 12px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #888888;
  background: transparent;
}

.tianhe-icp-footer__nav {
  margin: 0;
  padding: 0;
}

.tianhe-icp-footer a {
  color: #888888;
  text-decoration: none;
}

.tianhe-icp-footer a:hover,
.tianhe-icp-footer a:focus {
  text-decoration: underline;
}
