
*, *:after, *:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
	color: #666;
	font-size: 12px;
	letter-spacing: 0px;
	white-space: normal;
	font-family: Tahoma,  Geneva, sans-serif, "宋体";
}

ul,
li {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #2b98db;
}

