/* ========== page_contact 页面专用样式 ========== */

/* Banner区域样式 - 与list保持一致 */
.home-banner {
    height: 600px;
}

.home-banner .swiper-slide {
    height: 600px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.home-banner .swiper-slide::before {
    display: none;
}

.home-banner .container.banner-container {
    height: auto;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.home-banner .box-slider-text {
    max-width: 800px;
    position: relative;
    z-index: 2;
    color: #fff;
}

.home-banner .box-slide-title {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    animation: slideInUp 0.8s ease;
}

.home-banner .box-slide-description {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: 0.95;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    animation: slideInUp 0.8s ease 0.2s both;
}

.home-banner .banner-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    animation: slideInUp 0.8s ease 0.4s both;
}

.home-banner .banner-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.home-banner .banner-buttons .btn svg {
    width: 20px;
    height: 20px;
}

/* 点击咨询按钮 - 蓝色实心 */
.home-banner .banner-buttons .consult-btn {
    background: #1366EE;
    color: #fff;
    border: 2px solid #1366EE;
    box-shadow: 0 4px 15px rgba(19, 102, 238, 0.4);
}

.home-banner .banner-buttons .consult-btn:hover {
    background: #0d4bb5;
    border-color: #0d4bb5;
    box-shadow: 0 6px 20px rgba(19, 102, 238, 0.5);
    transform: translateY(-2px);
}

.home-banner .consult-btn .consult-icon {
    width: 30px;
    height: 30px;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 响应式适配 */
@media (max-width: 991px) {
    .home-banner {
        height: 450px;
    }

    .home-banner .swiper-slide {
        height: 450px;
    }

    .home-banner .box-slide-title {
        font-size: 48px;
    }

    .home-banner .box-slide-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .home-banner {
        height: 350px;
    }

    .home-banner .swiper-slide {
        height: 350px;
    }

    .home-banner .box-slide-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .home-banner .box-slide-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .home-banner .consult-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* ========== 主容器样式 ========== */
.main-container {
    padding: 60px 0;
    padding-bottom: 90px;
    background: #f5f7fa;
}

.main-container .container {
    max-width: 1440px;
}

/* ========== 顶部三个卡片样式 ========== */
.ts-service-box-bg {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8ecf1;
    transition: all 0.3s ease;
    height: 100%;
}

.ts-service-box-bg:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.ts-service-icon.icon-round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    background: #1366EE;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
}

.ts-service-box-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
}

.ts-service-box-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 卡片间距 */
.ts-service-box-bg {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .ts-service-box-bg {
        padding: 30px 20px;
    }

    .ts-service-icon.icon-round {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .ts-service-box-content h4 {
        font-size: 16px;
    }

    .ts-service-box-content p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .ts-service-box-bg {
        padding: 25px 15px;
    }

    .ts-service-icon.icon-round {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .ts-service-box-content h4 {
        font-size: 15px;
    }

    .ts-service-box-content p {
        font-size: 13px;
    }
}

/* ========== 地图区域样式 ========== */
.map-con {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8ecf1;
    height: 100%;
    min-height: 450px;
}

.map-con .map {
    width: 100%;
    height: 100%;
    min-height: 450px;
}

/* ========== 表单区域样式 ========== */
.frm-data {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    height: 522px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.frm-data .form-group {
    margin-bottom: 20px;
}

.frm-data .form-control {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    background: #F5F8FF;
    border: 1px solid #e8ecf1;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.frm-data .form-control:focus {
    outline: none;
    border-color: #1366EE;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(19, 102, 238, 0.1);
}

.frm-data .form-control::placeholder {
    color: #999;
}

.frm-data textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* 提交按钮 */
.frm-data .btn-primary {
    background: #1366EE;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(19, 102, 238, 0.4);
}

.frm-data .btn-primary:hover {
    background: #0d4bb5;
    box-shadow: 0 6px 20px rgba(19, 102, 238, 0.5);
    transform: translateY(-2px);
}

/* 验证码区域 */
.frm-data .captcha {
    border-radius: 8px;
    overflow: hidden;
}

/* ========== 底部信息区域样式 ========== */
.contact-info-section {
    background: #fff;
    border-radius: 12px;
    padding: 30px 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8ecf1;
    margin-top: 30px;
}

.contact-info-section .info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.contact-info-section .info-item:last-child {
    margin-bottom: 0;
}

.contact-info-section .info-item i {
    color: #1366EE;
    font-size: 18px;
    margin-top: 3px;
}

.contact-info-section .info-item .info-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.contact-info-section .info-item .info-content {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.contact-info-section .info-item .info-content a {
    color: #1366EE;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-section .info-item .info-content a:hover {
    color: #0d4bb5;
}

/* 响应式适配 */
@media (max-width: 991px) {
    .map-con {
        min-height: 350px;
        margin-bottom: 30px;
    }

    .map-con .map {
        min-height: 350px;
    }

    .frm-data {
        padding: 30px;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .map-con {
        min-height: 300px;
        margin-bottom: 20px;
    }

    .map-con .map {
        min-height: 300px;
    }

    .frm-data {
        padding: 20px;
        min-height: auto;
    }

    .frm-data .form-control {
        padding: 10px 12px;
        font-size: 13px;
    }

    .frm-data .btn-primary {
        padding: 12px 30px;
        font-size: 14px;
        width: 100%;
    }
}

/* ========== 底部联系信息卡片样式 ========== */
.contact-info-bottom {
    padding-top: 0 !important;
    padding-bottom: 90px;
    background: #f5f7fa;
}

.contact-info-bottom .container {
    max-width: 1440px;
}

.contact-info-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 50px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.contact-info-card .info-section {
    height: 100%;
}

.contact-info-card .info-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.contact-info-card .info-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-info-card .info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.contact-info-card .info-item i {
    color: #1366EE;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-info-card .info-item span {
    flex: 1;
}

/* 响应式适配 */
@media (max-width: 991px) {
    .contact-info-bottom {
        padding: 40px 0;
    }

    .contact-info-card {
        padding: 30px;
    }

    .contact-info-card .info-section {
        margin-bottom: 30px;
    }

    .contact-info-card .info-section:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .contact-info-bottom {
        padding: 30px 0;
    }

    .contact-info-card {
        padding: 20px;
    }

    .contact-info-card .info-title {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .contact-info-card .info-item {
        font-size: 13px;
        gap: 10px;
    }

    .contact-info-card .info-item i {
        font-size: 14px;
    }
}