.site-footer {
    background-color: #333;
    color: #555;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 1.6;
    border-top: 1px solid #eaeaea;
}

.site-footer a {
    color: #007BFF; /* 蓝色链接 */
    text-decoration: none;
}

.site-footer p {
    /*color: #007BFF; !* 蓝色链接 *!*/
    color: #FFF;
    text-decoration: none;
}

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