﻿/* 底部 */
.footer {
    width: 100%;
    height: 245px;
    background: rgba(0, 0, 0, 1);
}

.footer-c {
    width: 1200px;
    margin: 0 auto;
    padding-top: 89px;
    display: flex;
}

.f-logo {
    margin-right: 90px;
}

.info-top {
    font-size: 16px;
    /* font-family: PingFangSC-Semibold, PingFang SC; */
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
}

.company-info i {
    width: 100%;
    height: 2px;
    background-color: #A1A1A1;
    display: block;
    margin: 11px 0;
}

.info-bottom {
    font-size: 16px;
    /* font-family: PingFangSC-Semibold, PingFang SC; */
    font-weight: 400;
    color: #888888;
    line-height: 22px;
}