/* 全站图片统一圆角 */
.md-content img {
    border-radius: 12px;
}

.md-footer {
  display: none !important;
}