footer {
    background-color: #f8f8f8;
    padding: 10px 0;
    text-align: center;
    font-size: 8px; /* 设置字体大小为12px，可以根据需要调整 */
    color: #666;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer p {
    margin: 0;
   
}

footer a {
    color: #007bff; /* 链接颜色 */
    text-decoration: none;
}

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