
body {
  margin: 0;
}
button {
  appearance: none;
  border: 0;
  outline: none;
  cursor: pointer;
}
button:hover {
  background-color: #ff6421b2;
}
a {
  text-decoration: none;
  /* 删除下划线 */
  color: inherit;
  /* 继承父级元素的文本颜色 */
  font-weight: inherit;
  /* 继承父级元素的字体粗细 */
  font-style: inherit;
  /* 继承父级元素的字体样式 */
}
