/* 底部三栏：首页 | 动态 | 我的（对齐 APP 主栏结构；动态图标：dynamic/tab/icon_main_tab_near_00/11.png） */
.footer-tab3-spacer {
  /* 与底部栏 content-box 总高度一致：栏高 + 安全区（constant 兼容 iOS 11.0–11.2） */
  height: calc(1.2rem + constant(safe-area-inset-bottom));
  height: calc(1.2rem + env(safe-area-inset-bottom, 0px));
  width: 100%;
  flex-shrink: 0;
}
.footer.footer-tab3 {
  width: 100%;
  height: 1.2rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  text-align: center;
  box-sizing: content-box;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.footer.footer-tab3 > .fli {
  flex: 1;
  width: auto;
  float: none;
  padding-top: 0.12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.footer.footer-tab3 > .fli > .icon > img {
  width: 0.52rem;
  height: 0.52rem;
  max-width: 0.52rem;
  max-height: 0.52rem;
  object-fit: contain;
  display: block;
}
.footer.footer-tab3 > .fli > .tit {
  color: #828282;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.28rem;
  margin-top: 0.04rem;
}
.footer.footer-tab3 > .fli > .tit.on {
  color: #ff5878;
}
