@charset "UTF-8";
@import "iconfont.css";
@import "animate.css";
@import "theme.css";

body {
  color: #666;
  font-size: 12px;
  font-family: var(--font-family);
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6,
p,
dl, ol, ul {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: var(--link-color-hover);
}

button, input, textarea {
  outline: none;
}

i {
  font-style: normal;
}
body{
overflow-x:hidden;
}