html{ height:100%;}
body {
	font-family:"微软雅黑",Helvetica,Tahoma,Arial,Roboto,”Droid Sans”,”Helvetica Neue”,”Droid Sans Fallback”,”Heiti SC”,”Hiragino Sans GB”,Simsun,sans-self;
    font-size:14px;
	height:100%;
	background-color:#f8f8f8;
	margin:0; padding:0;
	 }
.css {
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}
input,select {outline:none;}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	color:#333;
    /*-webkit-appearance: none;*/
    border-radius: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul, li {
	list-style: none
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
pre {
overflow:hidden;
white-space: pre-wrap;
word-break:break-all;
}
a{ color:#424242; text-decoration:none;}
a:hover{ color:#ff8401; text-decoration:none;text-decoration:none;-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;}
a:active,
a:hover{  outline: 0;}
.clearfix{clear:both;margin: 0;padding:0;}
strong{ font-weight:bold;}

.l{ float:left;}
.r{ float:right;}



