/* 直接让主内容区变宽 */
div[class*="max-w-"] {
  max-width: 1024px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
