/*==footer==*/
.footer-void{
	height:50px;
	padding-bottom:env(safe-area-inset-bottom);
	padding-bottom:constant(safe-area-inset-bottom);
}
.footer-fixed{
	position: fixed;
    width: 100%;
    max-width: 750px;
    bottom: 0;
    background: #fff;
    z-index:999;
    padding-bottom:env(safe-area-inset-bottom);
	padding-bottom:constant(safe-area-inset-bottom);
    -webkit-box-shadow: 0 -5px 10px 0 rgba(204, 208, 211, .6);
    box-shadow: 0 -5px 10px 0 rgba(204, 208, 211, .6);
}
.footer-fixed .fixed-menu{
	padding:0 15px;
}

.footer-fixed .fixed-menu .item{
	float: left;
    width: 25%;
    padding:8px 0;
}
.footer-fixed .nurse .item{
	float: left;
    width: 33%;
    padding:8px 0;
}
.footer-fixed .fixed-menu .item a{
	display:block;
	width:100%;
	height:100%;
	text-align: center;
    font-size: 12px;
	color: #666;
}
.footer-fixed .fixed-menu .item.selected a{
	color: #f14951;
}
.footer-fixed .fixed-menu .item a .icon {
	width:18px;
	height:18px;
	margin:0 auto 5px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 18px;
}
.footer-fixed .fixed-menu .item1 a .icon{
	background-image:url('../images/common/icon1-1.png');
}
.footer-fixed .fixed-menu .item2 a .icon{
	background-image:url('../images/common/icon2-1.png')
}
.footer-fixed .fixed-menu .item3 a .icon{
	background-image:url('../images/common/icon4-1.png');
}
.footer-fixed .fixed-menu .item4 a .icon{
	background-image:url('../images/common/icon3-1.png');
}
.footer-fixed .fixed-menu .item1.selected a .icon{
	background-image:url('../images/common/icon1-2.png');
}
.footer-fixed .fixed-menu .item2.selected a .icon{
	background-image:url('../images/common/icon2-2.png');
}
.footer-fixed .fixed-menu .item3.selected a .icon{
	background-image:url('../images/common/icon4-2.png');
}
.footer-fixed .fixed-menu .item4.selected a .icon{
	background-image:url('../images/common/icon3-2.png');
}