/* 页脚与头图透明 */
#footer {
  background: transparent !important;
}
#page-header {
  background: transparent !important;
}

/* 白天模式遮罩透明 */
#footer::before {
  background: transparent !important;
}
#page-header::before {
  background: transparent !important;
}

/* 夜间模式遮罩透明 */
[data-theme="dark"] #footer::before {
  background: transparent !important;
}
[data-theme="dark"] #page-header::before {
  background: transparent !important;
}
  
.iconfont {
  font-family: "iconfont" !important;
  font-size: 3em;
  /* 可以定义图标大小 */
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
  /* 若已经在项目设置中勾选了彩色选项，则无需再定义图标颜色*/
  .icon-rat:before {
    color: #85c3de;
  }
  .icon-ox:before {
    color: #ffaf6e;
  }
  .icon-tiger:before {
    color: #f7c768;
  }
  .icon-rabbit:before {
    color: #ffbdd8;
  }
  .icon-dragon:before {
    color: #ff8787;
  }
  .icon-snake:before {
    color: #c3d686;
  }
  .icon-horse:before {
    color: #ffaf6e;
  }
  .icon-goat:before {
    color: #f7c768;
  }
  .icon-monkey:before {
    color: #c3d686;
  }
  .icon-rooster:before {
    color: #ff8787;
  }
  .icon-dog:before {
    color: #85c3de;
  }
  .icon-boar:before {
    color: #ffbdd8;
  }

  svg.icon {
    width: 1.28em;
    height: 1.28em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }