/* 联系我们页面专用样式 */

/* 大屏幕适配 - 27寸及以上 */


/* 超大屏幕适配 - 29寸及以上 */


/* 关于联合助力横幅样式 */
.about-hero-section {
    background: url('../assets/images/city-skyline-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    color: white;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    display: flex;
    align-items: center;
}

.hero-title {
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Heavy;
    font-size: 2rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.hero-description {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

/* 通用样式 */
.section-title {
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Heavy;
    font-size: 1.75rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

/* 联系信息样式 */
.contact-details {
    padding: 1.25rem;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.contact-item-horizontal {
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.contact-header {
    display: flex;
    align-items: center;
    margin-bottom:10px;
    gap: 10px;
}

.contact-item:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    margin-right: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.contact-icon-img {
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
}



.contact-content {
    margin-top: 0;
    flex: 1;
    text-align: center;
}

.contact-item-horizontal .contact-content {
    margin-top: 0;
    text-align: center;
}

.contact-item p{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(51, 51, 51, 1);    
    margin-bottom: 0; 

}
.contact-item h5{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(153, 153, 153, 1);   
    margin-bottom: 0; 
    line-height: 1;
    display: flex;
    align-items: center;
}

.contact-header span {
    font-family: PingFang SC;
    font-weight: 400;
    font-style: Medium;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    display: flex;
    align-items: center;
}
/* 地图容器样式 */
.map-container {
    height: 100%;
    min-height: 25rem;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/* 联系我们节点样式 */
.contact-hero-section {
    background: url('../assets/images/1456_zu0p_4893.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 12.5rem;
    position: relative;
    display: flex;
    align-items: center;
    color: white;
}

.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    width: 100%;
    display: flex;
    align-items: center;
}

/* 确保文字在背景图上清晰可见 */
#contact-section .about-company-name,
#contact-section .about-description {
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .about-hero-section {
        min-height: 200px;
        padding: 2rem 0;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .hero-description {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .contact-details {
        padding: 1.5rem;
        margin-bottom: 2rem;
        flex-direction: column;
        gap: 1rem;
    }

    .contact-item {
        margin-bottom: 0;
        padding: 1rem;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.1);
    }

    .contact-item-horizontal {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
    }

    .contact-icon-img {
        width: 24px;
        height: 24px;
    }

    .contact-icon i {
        font-size: 1.2rem;
        width: 30px;
        height: 30px;
    }

    .contact-content h5 {
        font-size: 0.95rem;
        margin-bottom: 0.3rem;
    }

    .contact-content p {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .contact-content p {
        font-size: 0.9rem;
    }

    .map-container {
        min-height: 250px;
    }

    .contact-hero-section {
        min-height: 180px;
    }

    .about-company-name {
        font-size: 1.8rem;
    }

    .about-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .about-hero-section {
        min-height: 180px;
        padding: 1.5rem 0;
    }

    .hero-title {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 0.8rem;
    }

    .hero-description {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 1.2rem;
    }

    .contact-details {
        padding: 1rem;
        margin-bottom: 1.5rem;
        gap: 0.8rem;
    }

    .contact-item {
        padding: 0.8rem;
    }

    .contact-item-horizontal {
        gap: 0.6rem;
    }

    .contact-icon-img {
        width: 20px;
        height: 20px;
    }

    .contact-icon i {
        font-size: 1rem;
        width: 25px;
        height: 25px;
    }

    .contact-content h5 {
        font-size: 0.85rem;
        margin-bottom: 0.2rem;
    }

    .contact-content p {
        font-size: 0.75rem;
        line-height: 1.3;
    }

    .contact-hero-section {
        min-height: 140px;
        padding: 1.5rem 0;
    }

    .about-company-name {
        font-size: 1.3rem;
        line-height: 1.3;
    }

    .about-description {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .contact-details {
        padding: 1rem;
        flex-direction: column;
    }

    .contact-item {
        margin-bottom: 0;
        padding: 0.6rem;
    }

    .contact-item-horizontal {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .contact-icon-img {
        width: 30px;
        height: 30px;
    }

    .contact-icon i {
        font-size: 1.2rem;
        width: 30px;
        height: 30px;
    }

    .contact-content h5 {
        font-size: 0.9rem;
    }

    .contact-content p {
        font-size: 0.85rem;
    }

    .map-container {
        min-height: 200px;
    }

    .contact-hero-section {
        min-height: 160px;
    }

    .about-company-name {
        font-size: 1.6rem;
    }

    .about-description {
        font-size: 0.85rem;
    }
}
