﻿.footer{clear:both;
    background-color: #f3f2f0;
    margin-top: 20px;
    border-top: 1px solid #26a7d2;
    margin-top: 30px;
}
.footer-mian{
    padding: 60px 0;
    display: flex;
}
.footer-right{
    flex: 1;
}
.footer-right div{
    margin-top: 10px;
}
.footer-right div span{
    margin: 0 5px;
}
.footer-right div span:first-child{
    margin-left: 0;
}
.footer-left{
   width: 330px;
   padding-left: 50px;
}
.footer-left img{
    margin-left: 20px;
    vertical-align: middle;
}
.footer-left img:nth-child(2){
    height: 55px;
}
.footer-left img:nth-child(1){
    height: 60px;
}