/*头部公共样式*/
.top{
	position: fixed;
    height: 55px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    display: flex;
    padding: 0 15px;
    background: -webkit-linear-gradient(left, #1097FF ,#2E82FB);
    background: -o-linear-gradient(right, #1097FF, #2E82FB);
    background: -moz-linear-gradient(right, #1097FF, #2E82FB);
    background: linear-gradient(to right, #1097FF , #2E82FB);
    padding-top: 10px;
    padding-bottom: 10px;
}
.mui-search{
	width: calc(100% - 50px);
	margin-left: 5px;
}
.search{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: white;
	font-size: 13.5px;
    line-height: 34px;
    height: 34px;
    text-align: center;
    color: #999;
    border: 0;
    border-radius: 4px;
    letter-spacing: 0.5px;
}
.search img{
	width: 16px;
}
.search span{
	margin-top: 2px;
	margin-left: 5px;
}
.top-r{
	line-height: 0;
	width: 50px;
	text-align: center;
}
.top-r img{
	width: 24px;
	height: 24px;
	margin-bottom: 5px;
}
.top-r div{
	transform:scale(0.7);
	margin:0;
	font-size: 10px;
	color:white;
	margin-top: 3px;
}
/*头部公共样式结束*/
/*底部导航*/
.foot{
	position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 50px;
    padding: 0;
    table-layout: fixed;
    border-top: 0;
    border-bottom: 0;
    background-color: white;
	line-height: 17px;
}
.foot .foot-list{
	display: table-cell;
    overflow: hidden;
    width: 1%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #929292;
}
.foot .foot-list img{
	width: 22px;
}
.foot .foot-list p{
	margin:0;
	font-size: 11px;
}
.foot .foot-list .actionp{
	color:#0067E6;
}
/*底部导航结束*/