* {

	margin: 0;

	padding: 0;

	font-family: '微软雅黑';

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

body{

	font-size: 16px;

}

ol,

ul,

li,

dl,

dt,

dd,

form,

p,

h1,

h2,

h3,

h4,

h5,

img {

	margin: 0;

	padding: 0;

}

ol,

ul,

li {

	list-style: none;

	padding: 0;

	margin: 0;

}

img {

	border: none;

	max-width: 100%;

	vertical-align: bottom;

}

a {

	text-decoration: none;

	border: none;

	margin: 0;

	padding: 0;

}

input,

textarea,

button {

	outline: 0;

	resize: none;

	border: none;

	_border: 0;

	margin: 0;

	padding: 0;

}

select {

	border: 0;

}

input::-webkit-search-cancel-button {

	display: none;

}

input[type=button],

input[type=submit],

input[type=search],

button {

	-webkit-appearance: none;

	background: none;

}

/*input {*/

/*    -webkit-appearance: none;*/

/*	background: none;*/

/*}*/

table,

table td {

	border-collapse: collapse;

}

select {

	border: 0;

	appearance: none;

	/*-webkit-appearance: none;*/

	-moz-appearance: none;

	outline: none;

}

select::-ms-expand {

	display: none;

}

.clearfix:after {

	content: "";

	height: 0;

	visibility: hidden;

	display: block;

	clear: both;

}

.clearfix {

	zoom: 1;

}

.clear {

	clear: both;

}

.fl {

	float: left;

}

.fr {

	float: right;

}

.tc {

	text-align: center;

}

.wrap {

	min-width: 1200px;

	margin: 0 auto;

	width: 100%;

}

.container {

	width: 1200px;

	margin: 0 auto;

}