.footer{
    width: 100%;
    height: 150px;
    background: black;
}
.footer-section {
    height: auto !important;
    min-height: 150px;
    width: 100%;
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

/* 确保footer-section不会受到fullpage默认样式影响 */
.footer-section.fp-auto-height {
    height: auto !important;
    min-height: 150px;
}

.footer-content {
    width: 1100px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
}

.finfo {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

.finfo .fnav {
    margin-bottom: 8px;
    font-size: 14px;
}

.finfo .fnav a {
    color: #fff;
    margin: 0;
    margin-right: 10px;
}
.finfo .fnav a:last-child {
    margin-right: 0;
}

.finfo p {
    color: #fff;
    margin-bottom: 4px;
}
.finfo p:last-child {
    margin-bottom: 0;
}

.finfo a {
    color: #fff;
    margin: 0 5px;
}