/* 调整页面整体最大宽度 */
.container,
.wrapper,
main,
article {
  max-width: 12000px !important; /* 你想要的宽度 */
  width: 100% !important;
  margin: 0 auto !important;
}

/* 文章内容宽度 */
.post,
.page {
  max-width: 10000px !important;
  margin: 0 auto;
}
