/* —— 页脚与底部空白 —— */
.stui-foot{padding:8px 0 10px !important; margin:0 !important; border-top:1px solid #eee;}
.stui-foot p{margin:4px 0 !important; line-height:1.6;}
.kNALhLJ.stui-pannel_ft{display:none;} /* 友情链接空就隐藏 */
.stui-pannel > *:last-child{margin-bottom:0;}
.container > .row:last-child > .stui-pannel:last-child{margin-bottom:0; padding-bottom:0;}
html, body {margin:0; padding:0 !important;}
.hide{display:none !important;}

/* —— 分页统一风格（适配大多数 STUI/MacCMS 主题） —— */
.stui-page, .stui-pannel__pages, .mac_pages, .pagination{
  display:flex; justify-content:center; align-items:center; gap:8px;
  margin:16px 0 8px; padding:0;
}
.stui-page a, .stui-page span,
.mac_pages a, .mac_pages span,
.pagination a, .pagination span{
  display:inline-block; min-width:36px; height:32px; line-height:32px;
  padding:0 10px; text-align:center; border:1px solid #e5e5e5; border-radius:4px;
  background:#fff; color:#666; text-decoration:none;
}
.stui-page .active, .mac_pages .active, .pagination .active,
.stui-page span.current, .mac_pages span.current, .pagination span.current{
  border-color:#ff6a00; color:#fff; background:#ff6a00;
}
.stui-page a:hover, .mac_pages a:hover, .pagination a:hover{
  border-color:#ff6a00; color:#ff6a00;
}

/* 列表页底部也贴合一些 */
.stui-pannel__bd:last-of-type { margin-bottom: 0 !important; padding-bottom: 6px !important; }
.stui-vodlist__head:last-of-type { margin-bottom: 6px !important; }

