@import url(../css/reset.css);
* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑"; }

a {
  text-decoration: none; }

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; 
  user-select: none;
}

html,
body {
  width: 100%;
  height: 100%;
 }
 ul li{
 	list-style: none;
 }

.foot-ul{
	width: 100%;
	height:8rem;
	background: #f2f2f2;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-box;
  	display: -o-box;
  	display: box;
  	justify-content: space-between;
}
.foot-ul li{
	text-align: center;
	line-height: 8rem;
	font-size: 1.8rem;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	color: #555;
}
.foot-ul li:first-child{
	text-align: center;
	line-height: 8rem;
	font-size: 1.8rem;
	border-left:none;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	color: #555;
}
.foot-ul li:active{
	text-align: center;
	line-height: 8rem;
	font-size: 1.8rem;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	color: #555;
	background: #eee;
}
.foot-ul li i{
	display: inline-block;
	font-size: 2.2rem;
	color: #666;
	padding-right: 0.8rem;
	vertical-align: middle;
}
.foot-ul li.li-active{
	color: #b40715;
	background: #eee;
}
.foot-ul li.li-active a{
	color: #b40715;
	font-size: 2.2rem;
}
.foot-ul li a{
	color: #555;
	font-size: 2.2rem;
}
.foot-ul li.li-active a i{
	display: inline-block;
	font-size: 2.2rem;
	color: #b40715;
	padding-right: 0.8rem;
	vertical-align: middle;
}