body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form{
	margin: 0;
}

body,
button,
input,
select{
	font: 14px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

em,
b {
	font-style: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	display: block;
	border: none;
}

body {
	background-color: #f2f2f2;
}

button,
input,
select{
	font-size: 100%;
	outline: none;
}

input::placeholder{
	color: #bbb;
}

ul,
li,
dl,
dt,
dd{
	list-style: none;
	padding: 0;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.none{
	display: none !important;
}

.container {
    min-width: 1200px;
}
