.footer-links {
    padding: 80px 0 70px;
    background: #F6F7F8;
}
.footer-links .logo-left {
    width: 240px;
    margin-right: 70px;
    flex-shrink: 0;
}
.footer-links .logo-left img {
    width: 160px;
}
.footer-links .logo-left .company-text {
    margin-top: 55px;
    font-size: 14px;
}
.footer-links .links-right {
    display: flex;
    justify-content: space-between;
    flex: 1;
}
.footer-links .links-right .link-box {
    margin-left: 10px;
}
.footer-links .links-right .link-box .title {
    font-size: 20px;
    font-weight: bold;
}
.footer-links .links-right .link-box .links div {
    display: block;
    margin: 24px 0;
}

.footer-bottom {
    background: #000;
    color: #fff;
    /* font-size: 12px; */
}

.footer-bottom-wrap {
    height: 105px;
}

.footer-bottom-wrap .back-to-top {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
}

.footer-bottom .beian {
    color: #fff;
}

.footer-bottom .beian:hover {
    color: #fff;
}
    
