*,html,body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-color: antiquewhite;
}
a{
  text-decoration: none;
}
/* 过渡效果 */
html {
  scroll-behavior: smooth;
}