@charset "utf-8";
/* CSS Document */
*{ box-sizing: border-box;}
body,h1,h2,h3,h4,h5,h6,p, a, ul, li {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {	font-weight: normal;}	
ul, li {
	list-style-type: none;
}
input, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body,textarea,input,button,select,keygen,legend{font-size:12px;color:#333;outline:0;font-family: "microsoft yahei", Verdana, Arial, Helvetica, sans-serif;}
textarea { resize:none;}
img {
	margin: 0;
	display: block;
	border:none;
}
a { text-decoration: none;}
body {
	overflow-x: hidden;
  }