// *,
// *::before,
// *::after {
//   box-sizing: border-box; // 1
// }

html,
body {
  height: 100%;
  font-family: $--font-family;
  font-size: $--font-size-base;
  color: $--color-text-primary;
}

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

textarea {
  resize: none;
  word-break: break-all; // 允许在单词内换行
}

fieldset,
img,
iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: middle;
}
