@charset "utf-8";
*{
	padding:0;
	margin:0;
	font-family: 'Microsoft YaHei';
	background-repeat: no-repeat;
}
img{
	border:none;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,b,strong{
	font-weight: normal;
}
h4{
	color:#333333;
	line-height: 16px;
}
h6{
	color:#888888;
}
em,i{
	font-style: normal;
}
li{
	list-style: none;
}
button,input{
	outline: none;
}
body{
	overflow-x: hidden;
	padding-bottom: 50px;
}
i {
    display: inline-block;
}
