.bottom {
	z-index: 99;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(#0997d7, #036693);
	
}
.bottom .flexbox{
	display: flex;
	flex: 1;
}
.bottom .flexbox a{
	color: white;
	font-size: 1rem;
	text-align: center;
	border-left: 1px solid white;
}

.bottom img{

	display: block;
	width: 32%;
	margin: 0 auto;
}
.bottom a:first-child{
	border-left: none;
}
.show {
	display: none;
}
@media (max-width: 500px){
	.show {
	    display: block !important;
	}
	.icase {
    display: block !important;
}

.pub_page_side_menu_list{ display:none}
.online_func{ display:none}
}

