/* 首页样式 */
.contact-bar {
    background: #d32f2f;
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.contact-bar a {
    color: white;
    text-decoration: none;
}

.logo-text {
    font-size: 16px;
    font-weight: bold;
    color: #d32f2f;
    text-decoration: none;
}

.logo-text:hover {
    color: #b71c1c;
}
