﻿/* CSS reset */

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box
}

body {
	font-family: "微软雅黑";
	color: #333
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

abbr,
acronym {
	border: 0
}

a {
	text-decoration: none
}

a,
img {
	-webkit-touch-callout: none
}

body,
html {
	-webkit-user-select: none;
	user-select: none
}

button {
	background: none
}

button,
input,
optgroup,
select,
textarea {}

a,
button,
input,
optgroup,
select,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	max-width: 1920px;
	margin: 0 auto
}

.clearFix:after {
	content: '';
	display: block;
	clear: both
}
.clearFix{
	zoom: 1;
}
.fr {
	float: right
}

.fl {
	float: left
}

a {
	color: #000
}