*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans", "Inter", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial;
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  background-color: #F8F5F2;
  overflow-x:hidden;
}
a {
  color: #576C59;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  vertical-align: middle;
}
ul {
  list-style: none;
}
body,ul,li,p,h1,h2,h3,h4,h5,h6{
  padding: 0;
  margin: 0;
}
i,em{
  font-style: normal;
}

/* Utils
------------------------------ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}