ul, li{
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}

#wrap{
	position: fixed;
	left: 0;
	top: 230px;
	width: 94%;
	/*display: -webkit-flex;
	display: flex;*/
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	border: 6px solid #107aac;
    border-radius: 10px;
    padding: 10px 0px;
    margin: 0 5px;
}
.liWrap{
	flex: 1;
}
.liWrap a{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.liWrap span{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	color: #107aac;
}
.liWrap img{
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 5px;
	margin: 0 0 5px;
} 
.liWrap .button{
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #107aac;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #107aac;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.7);
}