	body,
div,
ul,
li,
ol,
dl,
dt,
dd,
p,
form,
h1,
h2,
h3,
h4,
h5,
span,
a,
em,
i,
strong,
b,
input,
textarea,
select,
img {
	border: 0 none;
	margin: 0;
	outline: medium none;
	padding: 0;
	font-weight: normal;
}

input {
	outline: medium none
}

li {
	list-style: outside none none
}

img {
	border: 0 none;
	vertical-align: middle;
	border: 0
}

em,
i,
b {
	font-style: normal
}

a {
	cursor: pointer;
	text-decoration: none
}

body {
	font-family: "Microsoft YaHei";
	font-size: 14px
}

.clearfix {
	*zoom: 1
}

.clearfix:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0
}

.fl {
	float: left
}

.fr {
	float: right
}

a,
body {
	color: #333
}


::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
	background-color: #e2e2e2
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: rgba(0, 0, 0, .35)
}

::-webkit-scrollbar-thumb:vertical:active {
	background-color: rgba(0, 0, 0, .38)
}

