/* 首页 header 背景跟随正常滚动 */
#page-header.full_page {
  background-attachment: scroll !important;
}
/* 正文区透明，透出全局雪山背景 */
#content-inner {
  background: transparent !important;
}
/* 文章卡片去掉背景，纯透明 */
.recent-post-item {
  background: transparent !important;
}
