/* 页脚样式 */
.footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    color: white !important;
    padding: 2rem 0 0.8rem !important;
    margin-top: 3rem !important;
    width: 100% !important;
    position: relative !important;
    z-index: 1 !important;
}

.footer h5 {
    color: #f39c12 !important;
    font-weight: 600;
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.footer p {
    color: rgba(255,255,255,0.8) !important;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
}

.footer a {
    color: rgba(255,255,255,0.8) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #f39c12 !important;
}

/* 快速链接和用户中心列表样式优化 */
.footer .list-unstyled {
    margin: 0 !important;
    padding: 0 !important;
}

.footer .list-unstyled li {
    margin-bottom: 0.2rem !important;
    line-height: 1.3 !important;
}

.footer .list-unstyled li:last-child {
    margin-bottom: 0 !important;
}

.footer .list-unstyled a {
    display: block !important;
    padding: 0.2rem 0 !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
}

.footer .list-unstyled a:hover {
    color: #f39c12 !important;
    padding-left: 0.3rem !important;
}

/* 企业信息样式 */
.company-info {
    font-size: 0.9rem;
    line-height: 1.6;
}

.company-info p {
    margin-bottom: 0.3rem !important;
    color: rgba(255,255,255,0.9) !important;
    font-size: 0.9rem;
}

.company-info i {
    color: #f39c12 !important;
    margin-right: 0.5rem;
    width: 16px;
    text-align: center;
}

.company-info strong {
    color: #f39c12 !important;
    font-weight: 600;
}

.company-info a {
    color: #3498db !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.company-info a:hover {
    color: #f39c12 !important;
    text-decoration: underline !important;
}

/* 版权信息样式 */
.copyright-links {
    font-size: 0.9rem;
}

.copyright-links p {
    color: rgba(255,255,255,0.8) !important;
    margin-bottom: 0.5rem !important;
}

.copyright-links a {
    color: rgba(255,255,255,0.7) !important;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.copyright-links a:hover {
    color: #f39c12 !important;
}

/* 版权声明样式 */
.copyright-notice {
    background: rgba(0,0,0,0.2);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
    border: 1px solid rgba(255,255,255,0.1);
}

.copyright-notice p {
    color: rgba(255,255,255,0.9) !important;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.5rem !important;
}

.copyright-notice p:first-child {
    color: #f39c12 !important;
    font-weight: 600;
    font-size: 1rem;
}

.copyright-notice i {
    color: #f39c12 !important;
    margin-right: 0.5rem;
}

.copyright-notice strong {
    color: #f39c12 !important;
    font-weight: 600;
}
