/* 全局样式 */
p {
  word-break: break-all;
  font-weight: normal;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
a,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
button,
a,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
textarea,
a,
input {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
  outline: none;
}
@font-face {
  /* 重命名字体名 */
  font-family: "Alibaba";
  /* 引入字体 */
  src: url("../font/Alibaba-PuHuiTi-Regular.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Alibaba", sans-serif;
}

body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}
