main {
    padding-left: 0;
}

.btn-floating.btn-small.sidenav-trigger {
    display: none;
    width: 0;
}

.col.s2.m1.offset-m1.hide-on-large-only {
    margin-left: 0;
}

.top {
    left: unset;
    right: 50px;
    background-color: #777777;
}

/* 修正后的标题样式（基于16px正文） */
h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #222;
  margin: 0.5em 0 0;
}

h1 { font-size: 2rem; }     /* 32px */
h2 { font-size: 1.75rem; }  /* 28px */
h3 { font-size: 1.5rem; }   /* 24px */
h4 { font-size: 1.25rem; }  /* 20px */
h5 { font-size: 1.125rem; } /* 18px */
h6 { font-size: 1rem; }     /* 16px（与正文同大但通过字重/颜色区分） */

/* PC端适配（768px以上） */
@media (min-width: 768px) {
  h1 { font-size: 2.5rem; }   /* 40px */
  h2 { font-size: 2rem; }     /* 32px */
  h3 { font-size: 1.75rem; }  /* 28px */
  h4 { font-size: 1.5rem; }   /* 24px */
  h5 { font-size: 1.25rem; }  /* 20px */
  /* h6保持16px不变 */
}

/* 超小设备优化 */
@media (max-width: 360px) {
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.5rem; }
}