/**
 * 置顶合规/信任条 → 页脚展示（易跨境 / 主播招募等）
 * v=20260809foot2
 */
.ec-trust,
.ar-trust {
  position: static;
  top: auto;
  z-index: 1;
  border-bottom: none;
  border-top: 1px solid rgba(201, 162, 39, 0.35);
}
.ec-header,
.ar-header {
  top: 0;
}

/* 主播招募三站切换条：由 about-header-drawer.js 移到底部后样式 */
.ar-switch.about-bottom-site-switch {
  position: relative;
  top: auto;
  z-index: 1;
  border-bottom: none;
  border-top: 1px solid rgba(0, 119, 255, 0.22);
  background: #0a1220;
}
