.footer__inner {
    width: 1160px;
    margin: 0 auto;
}

.footer__menu {
    display: flex;
    margin-bottom: 70px;
    justify-content: space-between;
}
.footer__menu > div {
}
.footer__menu > div h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.footer__menu li a {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    display: block;
}
.footer__right {
    border-top: 1px solid #D9D9D9;
    text-align: center;
    padding-top: 40px;
    color: #666;
    line-height: 1.5;
}