body,p,ul,li,ol,h1,h2,h3,h4,h5,h6,img,span{
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	font-family: "微软雅黑";
}

input,button,select,textarea {
	outline: none;
	border: 0;
}

a {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

* {
	/* box-sizing: border-box; */
	/* box-sizing:inherit */
}

li{
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
}
img{
  vertical-align: top;
}

textarea {
  resize: none;
}

button:hover {
  cursor: pointer;
}

body{
	/* background-color: #f2F2F2; */
}


.box{
	width: 1200px;
	margin: 0 auto;
}