*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	min-width: 1200px;
	font-size: 14px;
	font-family: "microsoft yahei";
	background: #fff;
	height: 100%;
	overflow: hidden;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #000;
}
a{text-decoration:none}
i{
	font-style: normal;
}

img {
	border: 0;
}

button {
	outline: 0;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
	border: none;
}

li {
	list-style: none;
}

iframe{
		border: none;
}

