html{
	height: 100%;
	-webkit-tap-highlight-color:transparent;
}
body,section,footer,nav,em,mark,p,span,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
	font-style: normal;
}
a{
	color:#fff;
	text-decoration:none;
}
input:focus{
	outline:none;
}
body{
	color: #333;
	font: normal 14px "Microsoft YaHei";
	/*letter-spacing:2px;*/
}
pre {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    white-space: pre-wrap;
    word-break: initial;
}
.lt{float:left;}
.rt{float:right;}
.m-auto{
	margin:auto;
	/*padding-left:20px;*/
}
.bg-grad{
	background-color:#fbfbfb;
}
.t-cen{text-align:center;}
.t-lt{text-align:left;}
.t-rt{text-align:right;}
.clear:before,.clear:after{
	display:table;
	content:'';
	height:0;
}
.block{display:block;}
.clear:after{clear:both;}
.rel{
	position:relative;
        margin: 0 auto;
}
.abs{position:absolute;}
.divider{
	width:100%;
	border-top:1px solid #eee;
	margin-top:30px;
}
.divider-lg{
	width:100%;
	height:10px;
	background-color:#dcdcdc;
}
.container{
	width:1200px;
	background-color:#fff;
}
.pl-20{
	padding-left:20px;
}
.ml-10{
	margin-left:10px;
}

