::-webkit-scrollbar { width: 6px;  height: 4px;  background-color: #F5F5F5;} 
::-webkit-scrollbar-track {  background: rgba(0,0,0,.8) ;  }   
::-webkit-scrollbar-thumb:hover {  background: #C6000B; } 
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, iframe {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: middle;
}

code, kbd, pre, samp {
	font-family: courier new, courier, monospace
}
ol, ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #444;
}
a:hover {
	color: #19b9d3;
}
a:active {
	color: #19b9d3;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {margin: 0px auto;clear: both;height: 0px;font-size: 0px;overflow: hidden;}

.clean { display: block;width: 100%;clear: both;}

.fl{ float:left;}
.fr{ float:right;}



