* {
	/*margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	appearance: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
	
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*:focus {
	outline: none;
}
input,a,textarea{
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";
	font-size: .8rem;
	background: #FFFFFF;
	/*color: #666;*/
}
a,div,p,i,span,dd,em{
	margin: 0;
	padding: 0;
}
.posrctive{
	position: relative;
}
a{
	text-decoration: none;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.clearfix:before, .clearfix:after {
	content:"";
	display:table
}
.clearfix:after {
	clear:both;
}
.mt_5{
	margin-top: 0.5rem;
}
.ml_5{
	margin-left: 0.5rem;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
ul,li,ol{
	list-style: none;
}
.postrctv{
	position: relative;
}
.height2rem{
	height: 2.8rem;
	clear: both;
}
.linecontent{
	height: 2.2rem;
}
.boxshadow{
	box-shadow: 0 0 1px rgba(0,0,0,.3);
}
.bgwhite{
	background: #fff;
}
.bggray{
	background: #f5f5f5;
}
.height26rem{
	height: 2.6rem;
}
.block{
	display: block;
}
.maxwd{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.borderall{
	border: 1px solid #ddd;
}
.mt_5{
	margin-top: .5rem;
}
.mt_10{
	margin-top: 0.5rem;
}
.mt_15{
	margin-top: 1.5rem;
}
.mt_20{
	margin-top: 2rem;
}
.textcenter{
	text-align: center;
}
