body,ul,li,p,h1,h2,h3,h4,h5,h6,button,form,table,td,img,div,dl,dt,dd,input,select,option,textarea{
	margin:0;
	padding:0;
	font-family:"微软雅黑";
}
*{
	box-sizing: border-box;
}
html{
	background: #fff;
}

body{
    color: #555;
    background-color:#fff;
}
a{
	color: #555;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
}
::-webkit-input-placeholder{
	color: #999;
	font-size: 16px;
}
img{
	border: none;
}
a:hover{
	color: #333;
	text-decoration: none;
}
li{
	list-style-type: none;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.fc:after{
	content:"";
	clear: both;
	display: block;
}
