@charset "utf-8";

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
img,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
	border: medium none;
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 'Microsoft Yahei', tahoma, Srial, helvetica, sans-serif
}

body {
	font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
	color: #555;
	min-width: 320px;
}

body,
button,
input,
textarea {
	font-size: 12px;
	line-height: 1.531;
	outline: none;
	border: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

em {
	font-style: normal
}

ol,
ul {
	list-style: none
}

.texcen {
	text-align: center;
}

a {
	text-decoration: none;
	color: #333;
	text-decoration: none;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

a:hover {
	text-decoration: none;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

a:active,
a:focus,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
	border: 0;
	outline: 0
}

button,
input,
select,
textarea {
	outline: 0
}

textarea {
	resize: none
}

a {
	text-decoration: none;
	color: #333
}

a:focus {
	outline: 0
}

a.hidefocus {
	outline: 0
}

input[type=reset],
input[type=button],
input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0
}

img {
	border: 0;
	outline-width: 0;
	vertical-align: middle;
}

/*清除浮动*/
.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.clearfix {
	zoom: 1
}

@font-face {
	font-family: 'iconfont';
	src: url('/templates/mobile/font/iconfont.eot');
	src: url('/templates/mobile/font/iconfont.eot?#iefix') format('embedded-opentype'),
		url('/templates/mobile/font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.fl {
	float: left
}

.fr {
	float: right
}

#wrapper {
	width: 100%;
	min-width: 320px;
	margin: 20px auto;
	max-width: 640px;
	overflow: hidden;
	margin-bottom: 50px;
}