/* Footer透明化样式 */
#footer {
  background: transparent !important;
  background-color: transparent !important;
}

/* 移除可能的渐变或图片背景 */
#footer {
  background-image: none !important;
}

/* 确保内容区域也透明 */
.footer-inner {
  background: transparent !important;
}