.footer{

    height: 150px;

    width: 100%;

    background-color: #656568; 

    height: 150px; 

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

}

.footer div{

    margin: 10px 0px 10px 0px;

}

.link{

    color: #FFFFFF;

    font-size: 12px;



}

.company{

    display: flex;

    justify-content: center;

}

.company div{

    margin: 0px 10px 0px 10px;

}

.friendlyLinks{

    display: flex;

    justify-content: center;

}

.linkList a{

    color: #FFFFFF;

    text-decoration: none;

}

.linkList a:visited {

    color: #FFFFFF;

}

.linkList a:hover{

    color: #efefef;

    text-decoration: underline;

}

.yongqi,.yongqi a{
    color: #fff;
    display: flex;
    justify-content: center;
    text-decoration: none;
}