/* 文章详情页封面图蒙版 */
#page-header.post-bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--mark-bg);
  content: '';
}
