@charset "utf-8";
*{ margin:0; padding:0}
body{ font-size:13px; line-height:1.5; color:#333; font-family:"微软雅黑";}
ul{ list-style:none}
img{ border:none;}
a{ color:#5c5c5c; text-decoration:none}
input{cursor:pointer;}
input:focus{outline:none}
i{font-style: normal;}
h1,h2,h3,h4,h5{
	font-style: normal;
	font-weight: normal;
}
.fl{ float:left}
.fr{ float:right}
.abs{ position:absolute}
.rel{ position:relative}
.clear{ clear:both; overflow:hidden; height:0}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
input{
	height: 35px;
	line-height: 35px;
	padding: 0 8px;
	border: 1px solid #cdcdcd;
}