/* 浏览器重置 - 誉文生态官网 */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
  color: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
ul, ol { list-style: none; }
button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
table { border-collapse: collapse; border-spacing: 0; }
