/* 服务商详情页样式 - 锂数云科新能源平台 */

/* 基础容器 */
.zh_fws_container {
    background: linear-gradient(135deg, #f8fffe 0%, #e8f5f0 100%);
    min-height: 100vh;
}

.zh_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 面包屑导航 */
.zh_breadcrumb {
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    backdrop-filter: blur(10px);
}

.zh_breadcrumb span {
    color: #666;
    margin: 0 8px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.zh_breadcrumb span:last-child {
    color: #258161;
    font-weight: 500;
}

.zh_breadcrumb i {
    margin-right: 5px;
    color: #258161;
}

/* 服务商头部信息 */
.zh_fws_header {
    padding: 40px 0;
}

.zh_fws_info_card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(37, 129, 97, 0.1);
    display: flex;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

.zh_fws_info_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #258161 0%, #2fa673 100%);
}

.zh_fws_avatar {
    position: relative;
    flex-shrink: 0;
}

.zh_fws_avatar img {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    object-fit: cover;
    border: 4px solid #f0f8ff;
    box-shadow: 0 8px 25px rgba(37, 129, 97, 0.15);
}

.zh_verified_badge {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: #258161;
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 15px rgba(37, 129, 97, 0.3);
}

.zh_fws_details {
    flex: 1;
}

.zh_fws_title {
    font-size: 2.2em;
    color: #2c3e50;
    margin: 0 0 15px 0;
    font-weight: 600;
    background: linear-gradient(135deg, #258161 0%, #2fa673 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.zh_fws_meta {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.zh_fws_meta span {
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.zh_fws_meta i {
    color: #258161;
}

.zh_fws_description {
    margin: 20px 0;
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.zh_fws_tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.zh_tag {
    background: linear-gradient(135deg, #258161 0%, #2fa673 100%);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.zh_tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 129, 97, 0.3);
}

/* 联系方式区域 */
.zh_contact_section {
    padding: 20px 0 40px 0;
}

.zh_contact_card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(37, 129, 97, 0.08);
    border-left: 4px solid #258161;
}

.zh_contact_card h2 {
    color: #2c3e50;
    margin: 0 0 20px 0;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zh_contact_card h2 i {
    color: #258161;
}

.zh_phone_info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.zh_phone_info i {
    color: #258161;
    font-size: 18px;
}

.zh_phone_info span {
    font-size: 16px;
    color: #2c3e50;
    font-weight: 500;
}

.zh_copy_btn {
    background: #258161;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.zh_copy_btn:hover {
    background: #1f6b4f;
    transform: translateY(-1px);
}

.zh_login_prompt {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.zh_login_prompt i {
    color: #ff6b35;
}

.zh_login_link {
    color: #258161;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.zh_login_link:hover {
    color: #1f6b4f;
    text-decoration: underline;
}

.zh_contact_tips {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #666;
}

.zh_contact_tips i {
    color: #258161;
}

/* 服务项目区域 */
.zh_services_section {
    padding: 40px 0;
}

.zh_section_header {
    text-align: center;
    margin-bottom: 40px;
}

.zh_section_header h2 {
    font-size: 2em;
    color: #2c3e50;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.zh_section_header h2 i {
    color: #258161;
}

.zh_section_header p {
    color: #666;
    font-size: 16px;
    margin: 0;
}

.zh_services_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
}

.zh_service_card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(37, 129, 97, 0.1);
    transition: all 0.4s ease;
    position: relative;
}

.zh_service_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(37, 129, 97, 0.2);
}

.zh_service_thumb {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.zh_service_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.zh_service_card:hover .zh_service_thumb img {
    transform: scale(1.1);
}

.zh_service_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 129, 97, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.zh_service_card:hover .zh_service_overlay {
    opacity: 1;
}

.zh_view_btn {
    background: white;
    color: #258161;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.zh_view_btn:hover {
    background: #f8f9fa;
    transform: scale(1.05);
}

.zh_service_content {
    padding: 20px;
}

.zh_service_content h3 {
    color: #2c3e50;
    margin: 0 0 10px 0;
    font-size: 1.2em;
    line-height: 1.4;
}

.zh_service_meta span {
    background: #e8f5f0;
    color: #258161;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* 推荐区域 */
.zh_recommendations {
    padding: 40px 0;
    background: rgba(255, 255, 255, 0.6);
}

.zh_recommendation_section {
    margin-bottom: 50px;
}

.zh_recommendation_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.zh_recommendation_card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(37, 129, 97, 0.08);
    transition: all 0.3s ease;
}

.zh_recommendation_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(37, 129, 97, 0.15);
}

.zh_rec_thumb {
    height: 160px;
    overflow: hidden;
}

.zh_rec_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.zh_recommendation_card:hover .zh_rec_thumb img {
    transform: scale(1.05);
}

.zh_rec_content {
    padding: 20px;
}

.zh_rec_content h4 {
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.zh_rec_content h4 a {
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
}

.zh_rec_content h4 a:hover {
    color: #258161;
}

.zh_rec_meta span {
    background: #f0f8ff;
    color: #258161;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .zh_container {
        padding: 0 15px;
    }
    
    .zh_fws_info_card {
        flex-direction: column;
        padding: 25px;
        gap: 20px;
        text-align: center;
    }
    
    .zh_fws_avatar {
        align-self: center;
    }
    
    .zh_fws_title {
        font-size: 1.8em;
    }
    
    .zh_fws_meta {
        justify-content: center;
        gap: 15px;
    }
    
    .zh_services_grid {
        grid-template-columns: 1fr;
    }
    
    .zh_recommendation_grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    
    .zh_phone_info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .zh_fws_header {
        padding: 20px 0;
    }
    
    .zh_fws_info_card {
        padding: 20px;
    }
    
    .zh_fws_title {
        font-size: 1.5em;
    }
    
    .zh_section_header h2 {
        font-size: 1.5em;
    }
    
    .zh_contact_card {
        padding: 20px;
    }
}

/* 动画增强 */
.zh_service_card,
.zh_recommendation_card {
    animation: zh_fadeInUp 0.6s ease-out;
}

@keyframes zh_fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 滚动条样式 */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #258161;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #1f6b4f;
}
