
.footer{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 44px;
	background-color: white;
	overflow: hidden;
	/* line-height: 44px; */
	border-top: 1px solid #f1f1f1;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	        box-shadow: 0px 0px 5px #ccc;
}
.footbar{
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 4px;
	color: rgb(170,166,166);
}
.router-link-active .footbar{
	color: red;
}
/* .footbarchange{
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 4px;
	color: red;
} */

/* .footbar:focus{
	color: red;
} */
.inp{
	width: 17px;
	height: 17px;
}

/* .footbar span{
	display: block;
} */
.activiti{color:red;}

