@import "iconfont.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  /* min-width: 1200px; */
}
ul {
  list-style: none;
  margin-bottom: 0 !important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
p{
  margin-bottom: 0;
}
i{
  font-style: normal;
}
button{
  outline: none;
}
/* 备案跳转链接 */
a.beian-link{
  color:#fff
}
a.beian-link:hover{
  color:rgba(204, 162, 255, 0.64)
}
 
