/* wei.css - 页尾样式 */

.footer-container {
    background-color: rgba(38, 38, 38, 1);
    color: white;
    padding: 20px 0;
    text-align: center;
    margin-top: auto; /* 将页尾推至底部 */
}

.footer-content {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content p {
    margin: 0;
    font-size: 16px;
}

.footer-content a {
    color: #f1f1f1;
    text-decoration: none;
}

.footer-content a:hover {
    text-decoration: underline;
}

/* 其他页尾相关样式可在此添加 */
