body {
	margin: 0;
	padding: 0;
	background: url(../img/bg.png) repeat-y center top / 100% auto #57d782;
	font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-size: 14px;
	color: #000;
}

h1,
h2,
h3,
p,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

li,
dt,
dd {
	list-style-type: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #f70;
	text-decoration: none;
	transition: 0.25s all;
	-webkit-transition: 0.25s all;
	-moz-transition: 0.25s all;
	-o-transition: 0.25s all;
	-ms-transition: 0.25s all;
}

img {
	display: block;
	border: 0;
}

:focus {
	outline: 0;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.none {
	display: none !important;
}