﻿

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;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: 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 {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	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('../font/iconfont.eot');
	src: url('../font/iconfont.eot') format('embedded-opentype'),
		url('../font/iconfont.woff') format('woff'),
		url('../font/iconfont.ttf') format('truetype'),
		url('../font/iconfont.svg') 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;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearfix:after,
.clearfix:before {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}



.footer {
	/*position: fixed;
		bottom: 0;*/
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	background: #444;

	/*z-index: 999;*/

}

.footer>div {
	/* line-height: 42px; */
	text-align: center;
	position: relative;
	/* width: 89%; */
	margin: 0 auto;
}


.footer-div::after {
	width: 2px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 103%;
	margin: -38px 0 0;
	content: "";
	background: rgba(238, 238, 238, 1);
}

.cnimg {
	margin-top: 60px;
}