#footer {
  background: #0D1726;
}
#footer .footer-nav {
  padding: 0.8rem 0.88rem;
  border-bottom: 0.02rem solid #172437;
}
#footer .footer-nav .tr {
  display: flex;
  margin-bottom: 0.28rem;
  gap: 0.6rem;
}
#footer .footer-nav .tr:last-child {
  margin-bottom: 0;
}
#footer .footer-nav .tr .nav-item {
  min-width: 1.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
}
#footer .footer-nav .tr .nav-item:last-child {
  margin-left: auto;
}
#footer .footer-nav .tr .nav-item .icon {
  width: 0.12rem;
  margin-left: 0.08rem;
}
#footer .footer-beian {
  background: #0D1726;
  padding: 0.6rem 0.5rem 0.86rem;
  line-height: 0.44rem;
  font-size: 0.26rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
#footer .footer-beian > span,
#footer .footer-beian p,
#footer .footer-beian a {
  color: #fff;
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-beian > span .icon,
#footer .footer-beian p .icon,
#footer .footer-beian a .icon {
  width: 0.24rem;
  margin-right: 0.04rem;
}
#footer .footer-beian .link a {
  line-height: 12px;
  margin-left: 0;
  padding: 0 8px;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-beian .link a:last-child {
  border: 0 none;
}
#footer .zw {
  height: 1.2rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
