/* 页脚样式 */
.footer {
    background: #EFF3F6;
    color: white;
    padding: 50px 0 20px;
    color: #444343;

}

.footer .footer-main .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-main .footer-logo .footer-company {
    color: #666666;
    font-family: 思源黑体;
    font-size: 16px;
}

.footer .footer-main .footer-logo .footer-company .title {
    font-family: 思源黑体;
    font-size: 32px;
    color: #444343;
}

.footer-nav {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.footer-nav a {
    /* 去除a标签下划线 */
    text-decoration: none;
    font-size: 16px;
    color: #999999;
}

.footer-nav .active {
    color: #378CFF;
}

.footer .footer-bottom {
    width: 100%;
    padding: 13px;
    box-sizing: border-box;
    background-color: #040C1A;
    font-family: 思源黑体;
    font-size: 16px;
    color: white;
}