﻿@charset "UTF-8";

body,
div,
input,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
textarea,
button,
figure,
pre,
dl,
dd {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑"!important;
	font-size: 14px;
}
html, body {
    position: relative;
    height: 100%;
}
ul,ol,li {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
img {
	border: none;
	vertical-align: top;
}
input,
button,
select,
textarea {
	vertical-align: top;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.clearFix {
	zoom: 1;
}
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.content{
	margin: 0 auto;
	width: 1200px;
}
.block{
	display: block!important;
}
.none{
	display: none!important;
}
