@charset "utf-8";

#scrollbar {
	width: 100%;
}
#scrollbar .scrollbar {
	position: relative;
	background-position: 0 0;
	float: right;
	width: 8px;
}

#scrollbar .track {
	background:url(../images/3.png) center top repeat-y;
	height: 100%;
	width: 12px;
	position: relative;
}
#scrollbar .thumb {
	background: #b7333a;
	height: 20px;
	width: 12px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#scrollbar .viewport {
	width: 95%;
	height: 780px;
	overflow: hidden;
	position: relative;
	margin-left:18px;
}
#scrollbar .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}



#scrollbar2 {
	width: 1000px;
}
#scrollbar2 .scrollbar {
	position: relative;
	background-position: 0 0;
	float: right;
	width: 8px;
}

#scrollbar2 .track {
	background:url(../images/3.png) center top repeat-y;
	height: 100%;
	width: 12px;
	position: relative;
}
#scrollbar2 .thumb {
	background: #b7333a;
	height: 20px;
	width: 12px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#scrollbar2 .viewport {
	width: 950px;
	height: 184px;
	overflow: hidden;
	position: relative;
	margin-left:18px;
}
#scrollbar2 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}



#scrollbar3 {
	width: 1000px;
}
#scrollbar3 .scrollbar {
	position: relative;
	background-position: 0 0;
	float: right;
	width: 8px;
}

#scrollbar3 .track {
	background:url(../images/3.png) center top repeat-y;
	height: 100%;
	width: 12px;
	position: relative;
}
#scrollbar3 .thumb {
	background: #b7333a;
	height: 20px;
	width: 12px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#scrollbar3 .viewport {
	width: 950px;
	height: 184px;
	overflow: hidden;
	position: relative;
	margin-left:18px;
}
#scrollbar3 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}


/* 代码整理：懒人之家 www.lanrenzhijia.com */



.use {
	width:500px;
	height:auto;
	margin:30px auto;
	color:#999;
}
.use p {
	text-align:left;
	color:#999;
	line-height:180%;
	text-indent:2em;
}
