
.group-footer{
display: block;
width:100%;
height: 60px;
margin: 0 auto;
border-bottom: 1px solid rgba(9, 22, 34, 0.1);
}

.group-footer-left{
width:20%;
float: left;
text-align: left;
display: flex;
align-items: center;
height: 60px;
margin-left: 5px;
}

.group-footer-left  img{
width:90%;
}

.group-footer-right{
width:78%;
float: right;
font-size: 12px;
line-height: 60px;
height: 60px;
text-align: left;
font-weight: 800;
}
.mob{display: none}

@media screen and (max-width: 480px) { 
    
    
.group-footer{
display: block;
width:100%;
height: 140px;
margin: 0 auto;
border-bottom: 1px solid rgba(9, 22, 34, 0.1);
}
    

.group-footer-left{
width:100%;
float: left;
text-align: center;
display: flex;
align-items: center;
height: 70px;
margin-left: 0;
}  
    
.group-footer-left  img{
width:60%;
margin: 0 auto;
}

.group-footer-right{
width:100%;
float: left;
font-size: 11px;
line-height: 1em;
height: 60px;
text-align: center;
font-weight: 800;
}
    
.mob{display: block}
    
}