@charset "utf-8";
::-webkit-scrollbar {
	width: 8px
}

::-webkit-scrollbar-track {
	background: #fff
}

::-webkit-scrollbar-thumb {
	background: #1b1b1b
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #1b1b1b
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #1b1b1b
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	padding: 0;
	border: 0;
	margin: 0
}

li {
	list-style: none
}

a {
	text-decoration: none;
	color: black;
	outline: 0
}

a:focus {
	outline: 0
}

a:visited {
	text-decoration: none
}




input,
textarea {
	background: 0;
	outline: 0;
	resize: none;
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

html{font-family: 'Microsoft YaHei', '微软雅黑', 'Hiragino Sans GB', Helvetica, Arial, 'Lucida Grande', sans-serif;}
.c:after{display:block;content: "";clear: both;}


