@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
li,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 14px/1 "Century Gothic", "microsoft yahei", "hiragino sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #404040;
}

em,
i {
	font-style: normal;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-transition: color .1s;
	transition: color .1s;
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1
}

.clear {
	clear: both;
	visibility: hidden;
}

img {
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.wrap {
	margin: 0 auto;
	clear: both;
	width: 1200px;
}

.red {
	color: #db2242!important;
}

.gray {
	color: #999;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #f8f8f8;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #dd2727;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #aeaeae;
}

::-webkit-scrollbar-thumb:hover {
	width: 8px;
	background-color: #dd2727;
}