@charset"utf-8";
/* html,
body {
	position: relative;
    overflow: hidden;
}  */



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

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

fieldset,
img {
	border: 0;
}

ol,
ul {
	list-style: none;
}

th {
	text-align: left;
}

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

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
	*font-size: 100%;
	outline: none;
	background-color: transparent;
	border: none;
}

a {
	text-decoration: none;
}

i,
em {
	vertical-align: middle;
	font-style: normal;
}

body {
	font: 14px/1.5 "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', Microsoft YaHei;
	overflow-x: hidden;
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*下面是解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	vertical-align: top;
}

.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w10 {
	width: 1000px;
	margin: auto;
}

.w12 {
	width: 1200px;
	margin: auto;
}

.w14 {
	width: 1440px;
	margin:0 auto;
}

.w16 {
	width: 1550px;
	margin:0 auto;
}




