

/*fixed_footer*/
.fixed_footer { position: fixed; left: 0; right: 0; bottom: 0;z-index: 999; display:none;}
.fixed_footer ul { height: 48px; background: #173350; color: #999; font-size: 12px; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.fixed_footer ul li { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; width: 1%; }
.fixed_footer ul li a { display: block; position: relative; color: #fff; padding-top: 27px;font-size: 14px; }
.fixed_footer ul li i { fill: currentColor; width: 20px; height: 20px; position: absolute; left: 50%; margin-left: -10px; top: 5px;font-size: 20px; }
.fixed_footer ul li span { display: block; }



@media screen and (max-width: 768px){
	
	.fixed_footer {display:block;}
	
	.top-footer,.bottom-footer { display:none;}
	}