/* 白山代母样式 */
.contact-bar {
    background: #f57c00;
    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: #f57c00;
    text-decoration: none;
}

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

.equipment-section {
    background: #fff3e0;
    padding: 40px 0;
    margin-bottom: 30px;
}

.equipment-category {
    background: white;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.equipment-category h4 {
    color: #f57c00;
    margin-bottom: 20px;
    border-bottom: 2px solid #f57c00;
    padding-bottom: 10px;
}

.equipment-item {
    margin-bottom: 15px;
    padding: 15px;
    background: #fbe9e7;
    border-left: 3px solid #f57c00;
}

.equipment-item h6 {
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}
