/**
 * 备案条样式（唯一来源；勿在 icp-footer.js 里重复写相同样式）。
 * 底栏占位（Tab 与滚动区底距）由 JS 写在 .uni-scroll-view-content / .page-item。
 */
.tianhe-icp-footer {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  padding: 12px;
  padding-bottom: calc(150px + env(safe-area-inset-bottom, 0px));
  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__spacer {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 12px;
}

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

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