 @charset "utf-8";
/* CSS Document */
    html {min-height:100%;_height:100%}
	*{ padding:0; margin:0;}
	a{ color:#898f9a; text-decoration:none;}
	li{ list-style:none;}
	body{ font-size:12px;font-family:"Microsoft Yahei";letter-spacing:4px;min-height:100%;_height:100%;}
		/*line-height:12px 代表行高100% ， 不清除，也不再代码里加行高，行高就不是字的高度*/
	h1,h2,h3,h4,h5,h6,b{ font-weight: normal; font-size: 100%;}
	i,em{font-style: normal;}
	img{border: none; vertical-align: top;}
	a img{ border: none;}
	.clearfix:after{ display: block; clear: both; content: '';}
	.clearfix{zoom: 1;}  /*为了兼容IE浏览器*/
	.fl{float: left;}
	.fr{float:right;}
	table{border-collapse: collapse;}
	td,th{ padding: 0;}
	.opa{background-color: rgb(0, 0, 0);width: 100%;height: 100%;position: absolute;top: 0;opacity:0.2;
}
	.content{
	width: 100%;
	margin: 0px auto;
	height: auto;
	min-height: 100%;
}
.cs {
    cursor:pointer;
}