.footer-box {
    display: flex;
    padding: 60px 0 20px;
    gap: 60px;
    width: 1220px;
    margin: auto;
    justify-content: space-between;
}

.footer-box .code-pic {
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
}

.footer-box .menu-item .title {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer-box .menu-item .menu-link a {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #999999;
    font-size: 15px;
    color: rgba(223, 225, 229, .6);
}

.footer-box .menu-item .menu-link a:hover {
    color: #ffffff;
}

.footer-box .phone-text {
    color: #ffb900;
    font-size: 32px;
    font-weight: 700;
}

.copy-box {
    padding: 18px 0;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.copy-box a {
    color: #fff;
    margin-left: 10px;
}

.top-footer {
    border-bottom: 1px solid #151b2a;
}

.top-footer .menu>div,
.top-footer .menu {
    display: flex;
    align-items: center;
}

.top-footer .menu>div,
.top-footer .menu {
    display: flex;
    align-items: center;
}

.top-footer .menu>div>img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

.top-footer .menu>span {
    display: block;
    width: 1px;
    height: 36px;
    background: linear-gradient(1turn, hsla(0, 0%, 100%, 0), #fff 49%, hsla(0, 0%, 100%, 0));
    border-radius: 7px;
    opacity: .2;
}

.top-footer .menu {
    width: 100%;
    justify-content: space-between;
    height: 72px;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #ffffff;
}