@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
	line-height: 1em;
	color: #2d323a;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
	list-style-position: inside
}

address,
blockquote,
dd,
div,
dl,
dt,
fieldset,
form,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
noframes,
ol,
p,
ul,
center,
dir,
hr,
menu,
pre,
a {
	line-height: 1em;
	margin: 0;
	padding: 0;
}

body,
html {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	overflow-x: hidden;
}

dt {
	font-size: 0
}

img {
	max-width: 100%;
	-webkit-tap-highlight-color: transparent;
	border: 0
}

input,
select,
option,
textarea,
button {
	outline: 0;
	resize: none;
	border: 0
}

a,
a:hover,
a:active,
a:link,
a:focus {
	text-decoration: none;
	background: transparent
}

a:hover,
a:active,
a:link,
a:focus {
	color: #2d323a
}

input,
textarea {
	-webkit-appearance: none;
	outline: 0
}

.clearfix:after {
	content: "";
	clear: both;
	display: block
}

.fl {
	float: left
}

.fr {
	float: right
}

.container-fluid,
.container {
	margin: 0;
	padding: 0;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
	display: block
}

.general-piece {
	width: 1140px;
	margin: auto
}