/* Footer 样式 */
#footer {
    border-top: 1px solid #e6e6e6;
    background-color: #f2f4fd;
}

.footer-container {
    margin: 0 auto;
    padding: 30px 0 15px;
    width: 1200px;
}

.footer-content {
    margin-top: 15px;
    min-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer-brand {
    width: 150px;
    display: flex;
    justify-content: flex-start;
}

.footer-brand-logo {
    flex-basis: 50%;
}

.footer-logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.footer-logo-img {
    border-radius: 0;
    width: 100px;
}

.footer-brand-description {
    padding: 0 30px;
}

.footer-brand-description p {
    font-size: 15px;
    color: rgba(56, 69, 74, 0.7);
    font-weight: 400;
}

.footer-section {
    position: relative;
}

.footer-section-title {
    font-size: 18px;
    color: #192a3d;
    margin-left: 0;
    margin-bottom: 15px;
}

.footer-section-links {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
    line-height: 2;
}

.footer-section-links a {
    transition: all 0.1s ease-in-out;
    font-weight: 400;
    color: rgba(56, 69, 74, 0.7);
    text-decoration: none;
}

.footer-section-links a:hover {
    color: #0065ff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    margin-top: 20px;
}

.footer-bottom-left {
    flex: 1;
}

.footer-bottom-right {
    flex: 1;
}

.footer-copyright p {
    font-size: 14px;
    color: rgba(56, 69, 74, 0.7);
    font-weight: 400;
}

.footer-copyright a {
    color: rgba(56, 69, 74, 0.7);
    text-decoration: none;
}

.footer-copyright a:hover {
    color: #0065ff;
}

.footer-license-info {
    display: flex;
}

.footer-license-item p {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    color: rgba(56, 69, 74, 0.7);
    font-weight: 400;
}

.footer-license-item a {
    color: rgba(56, 69, 74, 0.7);
    text-decoration: none;
}

.footer-license-item a:hover {
    color: #0065ff;
}

.footer-license-icon {
    line-height: initial;
    height: 100%;
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-police-icon {
    object-fit: cover;
    width: 20px;
    height: 20px;
}

.footer-address p,
.footer-feedback p {
    font-size: 14px;
    color: rgba(56, 69, 74, 0.7);
    font-weight: 400;
}