html {
  font-size: 100%; /* Ĭ�ϣ�1rem = 16px */
}

@media (max-width: 768px) {
  html {
    font-size: 62.5%; /* �ƶ��ˣ�1rem = 10px������Ĭ�� 16px�� */
  }
}

/* 引入字体 */
/* @font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('/fonts/SourceHanSerifCN-Bold.otf');
} */

html {
  position: relative;
  min-height: 100%;
  user-select: none;
}
