
@charset "utf-8";
a,
a:link,
a:visited
a:hover,
a:active {
	text-decoration: none;
}

body,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
ol,
p,
select,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	
}
input,button,textarea,select {outline: none;}
body {
	font: 12px "微软雅黑", "Arial Narrow", HELVETICA;
	background: #fff;
	-webkit-text-size-adjust: 100%
}

a {
	outline: 0;
	cursor: pointer;
	-webkit-touch-callout: none
}
li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle;

}





table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
input,
select,
textarea {
	font-size: 100%;
}

input,
select,
textarea {
	outline: 0;
	border: none;
	background: 0 0
}

input[type=button],
input[type=submit] {
	-webkit-appearance: button
}

p {
	word-wrap: break-word
}

address,
cite,
code,
em,
th {
	font-weight: 400;
	font-style: normal
}
textarea{resize: none;}
.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden
}
