/*初始化样式*/
body,ul,ol,li,h1,h2,h3,h4,h5,dl,dt,dd,p,span,tbody,thead,th,tr,td,form,input{
	margin:0;
	padding:0;
	border:none;
}
h1{
	font-size:0.8em;
}
ul,ol{
	list-style:none;
}
a{
	color:#666;
	text-decoration:none;
	-webkit-tap-highlight-color:transparent;
}
a:hover{
	color:#ee8600;
	text-decoration:none;
}
a.b{
	color:#fff;
	text-decoration:none;
	-webkit-tap-highlight-color:transparent;
}
a.b:hover{
	color:#ee8600;
	text-decoration:none;
}
*{
	box-sizing:border-box;
}
body {
	font-family: "microsoft yahei", Arial, Helvetica, sans-serif,"微软雅黑";
	font-size: 0.85em;
	color: #666;
	background: #fff;
}
img{
	max-width:100%;
}
:-moz-placeholder { 
    font:14px "microsoft yahei", Arial, Helvetica, sans-serif;
}

::-moz-placeholder {
    font:14px "microsoft yahei", Arial, Helvetica, sans-serif;
}
input:-ms-input-placeholder{ 
     font:14px "microsoft yahei", Arial, Helvetica, sans-serif;
}

input::-webkit-input-placeholder{
     font:14px "microsoft yahei", Arial, Helvetica, sans-serif;
     color:#ddd;
}
.lf{
	float:left;
}
.rt{
	float:right;
}
.cl{
	clear:both;
}
.clr18{
	clear:both; padding:0; margin:0; background:none; height:18px;
}
