/* 案例详情页样式 */
.company-profile {
    padding: 80px 0;
    background-color: #fff;
}

.company-logo {
    max-width: 220px;
    margin-bottom: 25px;
    border: 1px dashed #ccc;
    padding: 15px;
    text-align: center;
}

.company-info {
    padding-right: 15px;
}

.company-info h3 {
    color: #162565;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.company-info p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.info-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-section h3 {
    color: #4E7BFE;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 5px;
}

.info-section .info-text {
    display: inline;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0;
}

.industry-info, .project-info, .achievements {
    margin-top: 25px;
}

.achievements ul {
    padding-left: 20px;
}

.achievements li {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 8px;
}

.service-process {
    margin-top: 20px;
    padding: 0 20px;
}

.service-process h2 {
    color: #162565;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.process-image {
    margin-top: 30px;
}

.process-image img {
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
}

/* 解决方案部分 */
.solutions {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.section-title {
    color: #162565;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #0062cc;
}

.solution-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.solution-number {
    /* position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: #0062cc;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600; */
}

.solution-card h3 {
    color: #162565;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.solution-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

/* 关键成果 */
.key-results {
    padding: 80px 0;
    background-color: #fff;
}

.result-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.result-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.result-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.result-content h3 {
    color: #162565;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.result-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

/* 合作客户 */
.cooperation-customer {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.customer-logos {
    margin-top: 40px;
}

.logo-item {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.logo-item:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.logo-item img {
    max-width: 80%;
    max-height: 80%;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* 响应式调整 */
@media (max-width: 991px) {
    .company-profile {
        padding: 60px 0;
    }
    
    .service-process {
        margin-top: 40px;
    }
    
    .solutions, .key-results, .cooperation-customer {
        padding: 60px 0;
    }
    
    .solution-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .company-profile, .solutions, .key-results, .cooperation-customer {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .result-item {
        margin-bottom: 30px;
    }
    
    .logo-item {
        height: 80px;
    }
}

/* 业务需求列表样式 */
.needs-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
}

.needs-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.needs-list li:before {
    content: "■";
    color: #4E7BFE;
    position: absolute;
    left: 0;
    font-size: 12px;
}

/* 重新设计的案例详情布局 */
.case-detail-section {
    width: 100%;
}

/* 左侧公司信息列 - 白色背景 */
.company-info-col {
    background-color: #fff;
    padding: 0;
}

.company-info-container {
    padding: 60px 50px;
    max-width: 650px;
    margin-left: auto;
    margin-right: 30px;
}

/* 移除LOGO虚线边框 */
.company-logo {
    max-width: 220px;
    margin-bottom: 30px;
    padding: 0;
    border: none;
}

.section-label {
    color: #4E7BFE;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.company-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
}

/* 信息部分样式调整 */
.info-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-label {
    color: #4E7BFE;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}

.info-text {
    display: inline;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0;
}

/* 右侧运维过程列 - 灰色背景 */
.service-process-col {
    background-color: #f8f8f8;
    padding: 0;
}

.service-process-container {
    padding: 60px 15% 60px 50px;
    /* padding: 60px 50px; */
    max-width: 100%;
    margin-left: 0;
}

.process-title {
    color: #162565;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.process-image {
    margin-top: 20px;
}

.process-image img {
    max-width: 100%;
}
.process-image-detail{
    margin-bottom: 60px;
    position: relative;
}
.process-image-text-1 {
    max-width: 40%;
    position: absolute;
    /* top: 100px; */
    top: 12%;
    left: 2%;
    font-size: 14px;
    color: #7F7F7F;
}
.process-image-text-2 {
    max-width: 40%;
    position: absolute;
    top: 12%;
    right: 27%;
    font-size: 14px;
    color: #7F7F7F;
}
.process-image-text-3 {
    max-width: 40%;
    position: absolute;
    top: 50%;
    left: 2%;
    font-size: 14px;
    color: #7F7F7F;
}
.process-image-text-4 {
    max-width: 40%;
    position: absolute;
    top: 50%;
    right: 27%;
    font-size: 14px;
    color: #7F7F7F;
}
.process-image-text-5 {
    max-width: 75%;
    position: absolute;
    top: 90%;
    left: 12%;
    font-size: 14px;
    color: #7F7F7F;
}
/* 业务需求列表样式优化 */
.needs-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
}

.needs-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.needs-list li:before {
    content: "■";
    color: #4E7BFE;
    position: absolute;
    left: 0;
    font-size: 12px;
}

/* 响应式调整 */
@media (max-width: 991px) {
    .company-info-container,
    .service-process-container {
        padding: 40px 30px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .solution-container,
    .key-results-container {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .company-info-container,
    .service-process-container {
        padding: 30px 20px;
    }
    
    .process-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .solution-container,
    .key-results-container {
        padding: 30px 0;
    }
}

/* 重新优化客户反馈卡片样式 */
.customer-feedback-card {
    position: relative;
    background: url('../images/service_detail/left_bottom_bg.png') no-repeat center center;
    background-size: cover;
    margin-top: 30px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    height: 1110px; /* 调整高度适应实际背景图 */
    width: 410px; /* 设置合适宽度 */
}

/* 客户反馈标题样式 */
.feedback-title {
    position: absolute;
    top: 162px; /* 根据背景图调整位置 */
    left: 30px;
}

.feedback-label {
    background-color: #4E7BFE;
    color: white;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

/* 调整内容区域 */
.feedback-content {
    position: absolute;
    top: 310px; /* 调整文字起始位置 */
    left: 82px;
    width: 280px; /* 控制文字宽度 */
    padding: 0;
}

/* 调整引用文字 */
/* .feedback-content p {
    font-size: 23px;
    color: #4E7BFE; 
    margin-bottom: 15px;
    text-align: left;
} */

/* 调整引用文字 */
.feedback-content p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 15px;
    transition: all 0.2s ease;
    color: #4E7BFE; /* 使用蓝色文字 */
    font-weight: 600;
}


/* 移除最后一段的底部间距 */
/* .feedback-content p:last-child {
    margin-bottom: 0;
} */
/* 细粒度的响应式文字缩放 */
@media (max-width: 1400px) {
    .feedback-content p {
        font-size: 15px;
        line-height: 1.65;
    }
}

@media (max-width: 1200px) {
    .feedback-content p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 991px) {
    .feedback-content p {
        font-size: 13.5px;
        line-height: 1.55;
    }
}

@media (max-width: 767px) {
    .feedback-content p {
        font-size: 13px;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .feedback-content p {
        font-size: 12.5px;
        line-height: 1.45;
    }
}

@media (max-width: 480px) {
    .feedback-content p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 12px;
    }
}

@media (max-width: 400px) {
    .feedback-content p {
        font-size: 11px;
        line-height: 1.35;
        margin-bottom: 10px;
    }
}

@media (max-width: 350px) {
    .feedback-content p {
        font-size: 10px;
        line-height: 1.3;
    }
}
/* 解决方案和关键成果部分 */
.solution-results-section {
    background-color: #fff;
    padding: 0;
}

/* 解决方案样式 */
.solution-container {
    padding: 60px 0 40px;
    background-color: #f8f8f8;
    border-top: 1px solid #e0e0e0;
    margin-top: 40px;
}

.solution-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
}

.solution-item {
    margin-bottom: 25px;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.solution-number {
    /* position: absolute; */
    /* top: 15px; */
    /* right: 15px; */
    /* width: 26px; */
    /* height: 26px; */
    /* background-color: #4E7BFE; */
    /* color: #fff; */
    /* border-radius: 50%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* font-size: 14px; */
    /* font-weight: 600; */
}

.solution-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.solution-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* 关键成果样式 */
.key-results-container {
    padding: 60px 0;
    background-color: #f8f8f8;
    margin-top: 0;
}

.key-results-container .result-list {
    margin-right: 0;
    margin-bottom: 30px;
}

.result-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-left: 15px;
}

.result-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 22px;
    background-color: #4E7BFE;
}

.result-list {
    margin-right: 30px;
}

.result-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.result-icon {
    color: #4E7BFE;
    font-size: 14px;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 3px;
}

.result-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.result-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.result-image {
    text-align: center;
    max-width: 100%;
    margin-top: 30px;
}

.result-image img {
    max-width: 100%;
    height: auto;
}

/* 响应式调整 */
@media (max-width: 991px) {
    .solution-container,
    .key-results-container {
        padding: 40px 30px;
    }
    
    .result-list {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .solution-container,
    .key-results-container {
        padding: 30px 20px;
    }
    
    .solution-title,
    .result-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

/* 解决方案区域样式 */
.solution-heading {
    color: #162565;
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px;
    border-left: 4px solid #4E7BFE;
}

.solution-content {
    margin-bottom: 40px;
}

.solution-item {
    margin-bottom: 20px;
}

.solution-number {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.solution-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* 关键成果区域样式 */
.results-heading {
    color: #162565;
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px;
    border-left: 4px solid #4E7BFE;
}

.results-content {
    margin-bottom: 40px;
}

.results-image {
    text-align: center;
    margin-bottom: 20px;
}

.results-list {
    padding-left: 10px;
}

.result-item {
    display: flex;
    margin-bottom: 20px;
}

.result-icon {
    color: #4E7BFE;
    margin-right: 10px;
    font-size: 14px;
    line-height: 24px;
}

.result-text h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.result-text p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* 响应式调整 */
@media (max-width: 767px) {
    .results-image {
        margin-bottom: 30px;
    }
    
    .results-content .row {
        flex-direction: column-reverse;
    }
}

/* 流程步骤区域样式 */
.service-process-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section-title {
    color: #162565;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.process-flow {
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
}

.process-row {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 40px; */
    position: relative;
}

.process-row.reverse {
    flex-direction: row-reverse;
}

.process-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    width: 44%;
    position: relative;
}

.bottom-row {
    justify-content: center;
}

.bottom-box {
    width: 100%;
}

.process-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: #80a8e2;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    margin-right: 15px;
}

.step-title {
    color: #162565;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.process-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 15px 0;
}

.step-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* 箭头容器样式 - 调整位置使其居中 */
.arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    position: relative;
}

.arrow-img {
    width: 60px;
    height: auto;
}

/* 水平箭头位置调整 */
.right-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.left-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.right-arrow .arrow-img {
    transform: rotate(0deg);
}

.left-arrow .arrow-img {
    transform: rotate(180deg);
}

/* 垂直箭头位置调整 */
.middle-arrows {
    display: flex;
    justify-content: center;
    height: 70px;
    position: relative;
    /* margin-bottom: 20px; */
}

.down-arrow-right {
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translate(50%, -50%);
}

.down-arrow-left {
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.down-arrow-right .arrow-img,
.down-arrow-left .arrow-img {
    transform: rotate(90deg);
}

/* 响应式调整 */
@media (max-width: 991px) {
    .process-row {
        flex-direction: column;
        align-items: center;
    }
    
    .process-row.reverse {
        flex-direction: column;
        align-items: center;
    }
    
    .process-box {
        width: 90%;
        margin-bottom: 50px;
    }
    
    .bottom-box {
        width: 90%;
    }
    
    .arrow-container {
        display: none;
    }
    
    .middle-arrows {
        display: none;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 24px;
    }
    
    .process-box {
        width: 100%;
        padding: 20px 15px;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .step-title {
        font-size: 16px;
    }
} 