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{
	font-size: 55.56%;
	background: #fff;
}

body{
    color: #555;
    background-color:#fff;
    padding-bottom: 56px;
}
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: 13px;
}
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;
}
@media screen and (max-width:325px) {
	html{
		font-size: 55.56%;
	}
}
@media screen and (min-width:325px) {
	html{
		font-size: 62.5%;
	}
}

@media screen and (min-width:400px) {
	html{
		font-size: 62.5%;
	}
}
/*@media screen and (min-width:400px) {*/
	/*html{*/
		/*font-size: 69.44%;*/
	/*}*/
/*}*/

/*@media screen and (min-width:480px) {*/
	/*html{*/
		/*font-size: 76.39%;*/
	/*}*/
/*}*/

/*@media screen and (min-width:560px) {*/
	/*html{*/
		/*font-size: 83.33%;*/
	/*}*/
/*}*/

/*@media screen and (min-width:600px) {*/
	/*html{*/
		/*font-size: 90.28%;*/
	/*}*/
/*}*/

/*@media screen and (min-width:640px) {*/
	/*html{*/
		/*font-size: 100%;*/
	/*}*/
/*}*/
body{
	background: #f1f1f1;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
