.footer {
    width: 1462px;
    border-top: 1px solid #585858;
    background-color: #000;
    padding-top: 50px;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    color: #909090;
    justify-content: space-around;
}

.footer .l img {
    width: 71px;
    height: 28px;
    margin-bottom: 40px;
}

.footer .l {
    font-size: 16px;
    width: 410px;
}

.footer .l div {
    margin-top: 8px;
}

.footer .c div {
    margin-top: 8px;
}

.footer .r {
    width: 350px;
    justify-content: space-around;
    display: flex;
    font-size: 12px;
    text-align: center;
}

.footer .r img {
    width: 140px;
    height: 140px;
    margin-bottom: 10px;
}