/* ========== 站点页脚（PC / 手机双端） ========== */
.site-footer {
  box-sizing: border-box;
  background: #2b2b2b;
  color: #ffffff;
  font-size: 0.14rem;
  line-height: 1.6;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer__advice {
  padding: 0.16rem 0.24rem;
  text-align: center;
  font-size: 0.13rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.08);
}

/* ---------- PC 端页脚（固定底部，不参与页面缩放） ---------- */
.site-footer--pc {
  width: 100%;
}

.site-footer--pc .site-footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.48rem;
  max-width: 12rem;
  margin: 0 auto;
  padding: 0.28rem 0.24rem 0.2rem;
}

.site-footer--pc .site-footer__logo img {
  display: block;
  width: 1.52rem;
  height: 0.6rem;
  object-fit: contain;
}

.site-footer--pc .site-footer__info {
  flex: 1;
  min-width: 0;
  max-width: 8.2rem;
}

.site-footer--pc .site-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
}

.site-footer--pc .site-footer__links a {
  white-space: nowrap;
}

.site-footer--pc .site-footer__sep {
  margin: 0 0.1rem;
  color: rgba(255, 255, 255, 0.45);
  user-select: none;
}

.site-footer--pc .site-footer__meta {
  margin: 0;
  font-size: 0.13rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
}

.site-footer--pc .legal-ico {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  margin: 0;
  padding: 0 0.24rem 0.24rem;
  list-style: none;
}

.site-footer--pc .legal-ico li {
  display: flex;
  align-items: center;
  margin: 0;
}

.site-footer--pc .legal-ico a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  height: 0.56rem;
  padding: 0 0.16rem 0 0.44rem;
  border-radius: 9.99rem;
  background: #3a3a3a;
  font-size: 0.12rem;
  line-height: 1.35;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 0.12rem center;
  background-size: 0.24rem 0.24rem;
}

.site-footer--pc .legal-ico li.large a {
  max-width: 2.8rem;
}

.site-footer--pc .legal-ico li.last a {
  width: 1.75rem;
}

.site-footer--pc .legal-ico a.legal-01 {
  background-image: url("../assets/images/legal-01.png");
}

.site-footer--pc .legal-ico a.legal-02 {
  background-image: url("../assets/images/legal-02.png");
}

.site-footer--pc .legal-ico a.legal-03 {
  background-image: url("../assets/images/legal-03.png");
}

.site-footer--pc .legal-ico a.legal-05 {
  background-image: url("../assets/images/legal-05.png");
}

/* ---------- 手机端页脚 ---------- */
.site-footer--mobile {
  width: 100%;
  max-width: 5.4rem;
  margin: 0 auto;
}

.site-footer--mobile .site-footer__advice {
  padding: 0.14rem 0.15rem;
  font-size: 0.11rem;
  line-height: 1.65;
}

.site-footer--mobile .site-footer__logo {
  display: flex;
  justify-content: center;
  padding: 0.12rem 0 0.1rem;
}

.site-footer--mobile .site-footer__logo img {
  display: block;
  width: 1.52rem;
  height: 0.6rem;
  object-fit: contain;
}

.site-footer--mobile .site-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.04rem 0;
  padding: 0 0.12rem 0.1rem;
  font-size: 0.11rem;
  line-height: 1.8;
}

.site-footer--mobile .site-footer__links a {
  white-space: nowrap;
}

.site-footer--mobile .site-footer__sep {
  margin: 0 0.06rem;
  color: rgba(255, 255, 255, 0.45);
}

.site-footer--mobile .site-footer__meta {
  margin: 0;
  padding: 0 0.15rem 0.18rem;
  text-align: center;
  font-size: 0.1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

/* 手机端隐藏 wapnone 链接（申请开票、企社责任制度） */
@media (max-width: 768px) {
  .site-footer .wapnone {
    display: none;
  }
}
