/**@font-face { 
font-family:"字体名称"; 
src:"";
}**/
*{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style:none;
	font-family: "微软雅黑";
}
html{
	font-size:16px;
}
a{
	text-decoration: none;
	color:#333;
}


/*字体大小*/
.fs-12{
	font-size:0.75rem;
}
.fs-14{
	font-size:0.875rem;
}
.fs-16{
	font-size:1rem;
}
.fs-18{
	font-size:1.125rem;
}
.fs-20{
	font-size:1.25rem;
}
.fs-22{
	font-size:1.375rem;
}
.fs-24{
	font-size:1.5rem;
}
.fs-32{
	font-size:2rem;
}

/*浮动清除*/
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
/*定位*/
.fixed{
	position:fixed;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}

