*{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
html{
	width: 100%;
	height: 100%;
	font-size: 36px;
	background: #F0F2F5;
}
body{
	height: 100%;
	font-family: "微软雅黑";
	color: #666;
	font-size: 14px;
}
a{
	color: #666;
	text-decoration: none;
}
a img{
	border: none;
}
i,em{
	font-style: normal;
}
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	*+display:inline-block;
}
.d-clearfix{
	clear: both;
}
.font-ico{
	font-family: "zly";
	font-style: normal;
	font-size: 14px;
}
.move-200{
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
}
.move-400{
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}
.move-800{
	transition:all 0.8s ease;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	-ms-transition:all 0.8s ease;
}
.main-contanier{
	position: relative;
	width: 10rem;
	overflow-x: hidden;
	margin: 0px auto;
}
.m-backTop{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: solid 1px #DDD;
	background: #adadad;
	text-align: center;
	position: fixed;
	bottom: 56px;
	right: 8px;
	display: none;
}
.m-backTop span{
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
}