.footer {
    width: 100%;
    height: 60px;
    background: #343434;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: #4088FE;
}

@media (max-width: 1100px) {

    .footer {
        height: 0.8rem;
        font-size: 0.2rem;
        line-height: 0.8rem;
    }
}