/* 样式的重置 */
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
header,
menu,
section,
p,
input,
td,
th,
ins {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2f3234;
	cursor: default;
}

a:hover {
	/* color: #666; */
	/* text-decoration: underline; */
	text-decoration: none;
}

i,
em {
	font-style: normal;
}

input,
textarea,
button,
select,
a {
	outline: none;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: middle;
}

/* 全局样式 */
body,
textarea,
select,
input,
button {
	font-size: 16px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
}

.text-nowrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.wrap-v1 {
	width: 1100px;
	margin: 0 auto;
}

.wrap-v2 {
	width: 980px;
	margin: 0 auto;
}