*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
html,body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
   	font-family: Microsoft YaHei,Verdana,,Arial,Geneva, sans-serif;
	font-weight: normal;
	color: #333;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
body{
	background-size:cover;
	background: #fff;
	color: #666;
	}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	}
img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
	}
a {
	text-decoration: none;
	color: #666;
	}

a, label, button, input, select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

button {outline: 0;}
button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
	}
li {list-style: none;}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}

.clearfix { }



footer{
	width: 96%;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 5px 7px 5px;
	background: #fafafa;
	}
footer a{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #979797;
	}
footer a img{
	width: 20px;
	height: 20px;
	margin:0 auto;
	}
footer a span{
	display: inline-block;
	font-size: 14px;
	color: #999999;
	padding-top: 2px;
	}
footer a:nth-child(1) span{color: #009c4b;}
