/* 公共样式文件 */

/* 版权信息样式 */
.footer {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

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

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

/* 客服链接样式 */
.hint {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
}

.hint a {
    color: #3098FF;
    text-decoration: none;
}

.hint a:hover {
    text-decoration: underline;
}

/* 版权信息内容 */
.copyright-text {
    margin-bottom: 5px;
}

/* 客服链接内容 */
.hint-text {
    color: #666;
}

.hint-link {
    color: #3098FF;
    text-decoration: none;
    cursor: pointer;
}

.hint-link:hover {
    text-decoration: underline;
} 