/* * 步骤 1: 隐藏 Answer 的默认页脚
 * (我们现在使用你找到的、正确的“名字”：footer.py-3.w-100)
*/
footer.py-3.w-100 {
  display: none !important;
}