﻿/*重置样式*/
body, dl, dd, p, form, ol, ul, h1, h2, h3, h4, h5, h6, fieldset, pre {
	margin: 0;
}
ol, ul, input {
	padding: 0;
}
h1, h2, h3, h4, h5, h6, strong, b, label, table {
	font-weight: normal;
	font-size: inherit;
}
em, i {
	font-style: normal;
	font-size: 12px;
}
li {
	list-style: none;
}
input {
	border: 0;
}
img {
	display: block;
	width: 100%;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #63636a;
	font-size: 12px;
}
.clear {
	zoom: 1;
}
.clear:after {
	display: block;
	content: '\200B';
	height: 0;
	clear: both;
}
p.overflowfix, .overflowfix p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.selectfix {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*重置样式 end*/
