
/*
  初始化样式
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, select, option, textarea, p, blockquote, th, td, span, img{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

/*
  统一字体
*/
*{
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, "Segoe UI", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Source Han Sans CN", 思源黑体, sans-serif;
}