#post_detail {
    font-size: clamp(1rem, 1vw, 2rem); /* 自适应大小 */
}

#cnblogs_post_body hr{
    margin-top: 36px;     /* 上边距 */
    margin-bottom: 36px;  /* 下边距 */
    height: 2px;          /* 保持线本身细 */
    background: #ccc;
    border: none;
}

#cnblogs_post_body h3 {
}

#topics {
  margin-bottom: 10px;
  max-width: 1200px;
  box-align: center;
  border-bottom: 1px solid #000;
}

