

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style: none;
	text-decoration: none;
	color: inherit;
	font-weight: normal;
}

ul,
ol li {
	list-style: none;
}

s,
del,
ins {
	text-decoration: none;
	color: #000;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-weight: normal;
}

i,
em,
address {
	font-style: normal;
}

img,
input {
	border: none;
	vertical-align: middle;
}

button,
select {
	background: none;
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

html,
body {
	font-size: 62.5%;
	font-family: Microsoft YaHei;
	margin: 0 auto;
	width: 100%;
	color: #151515;
}

input {
	outline: none;
}

.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	content: ".";
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
}

.bt {
	border-bottom: #e4e4e4 0.05px solid;
}

.br {
	border-right: #e4e4e4 0.05px solid;
}

.wh {
	border-bottom: #eeeeed 10px solid;
	height: 10px;
	width: 100%;
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

.border1 {
	height: 1px;
	background: #ededed;
}

/*底部*/
.footer {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	background: #FFFFFF;
	border-top: 1px solid #f0f0f0
}

.footer li {
	float: left;
	width: 25%;
	text-align: center;
}

.footer li img {
	width: 22px;
	height: 22px;
	margin-top: 6px;
	margin-bottom: 3px;
}

.footer li span {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
	color: #333333;
	line-height: 24px;
}

.footer li.xuanzhong span {
	color: #3e57b4;
}

@media screen and (max-width:414px) {
	.wid {
		margin: 0 auto 52px;
	}

	.footer li img {
		width: 22px;
		height: 22px;
		margin-top: 6px;
		margin-bottom: 3px;
	}

	.footer li span {
		margin-bottom: 4px;
		font-size: 12px;
	}
}
