.footer_top{
	height: 60px;
}
.footer {
    margin: 0px;
    width: 100%;
    padding:0px;
}
.footer_content{
    margin: 0px;
    padding:0px;
    width: 100%;
}
.footer_body {
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
    background-color: #222222;
}
.footer_body_item{
	flex:0 0 20%;
	height: 60px;
}
.footer_body_font{
	font-size: 0.75rem;
	padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.footer_div_img{
	width:24px;
	height:24px;
}
.footer_badge {
    display: inline-block;
    padding: 2px 5px;
    z-index: 2;
    background: #f44147;
    font-weight: 400;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #FFF !important;
    font-size: 12px !important;
    line-height: 1 !important;
    text-align: center;
    white-space: nowrap;
    font-style: normal;
    position: absolute;
    top: 0px;
    right: 10px;
}
.footer_width_100{
    width: 100%;
}
.footer_relative{
    position: relative;
}
.detail_footer_body_item{
    flex:0 0 60%;
    height: 60px;
}
.footer_info_div{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 3px auto 0;
    position: relative;
}
.footer_info_message_count{
    display: inline-block;
    padding: 2px 5px;
    z-index: 2;
    background: #f44147;
    font-weight: 400;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #FFF !important;
    font-size: 12px !important;
    line-height: 1 !important;
    text-align: center;
    white-space: nowrap;
    font-style: normal;
    position: absolute;
    top: -2px;
    right: -10px;
}