/* 融资外包汇集页面样式 */

/* 融资外包页面横幅背景 */
.page-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url('https://cfcyunchat-1314260234.cos.ap-nanjing.myqcloud.com/pc/finance-outsourcing-banner.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

/* 移动端响应式优化 */
@media (max-width: 768px) {
    .page-banner {
        background-attachment: scroll !important;
    }
    
    /* 手机端横幅优化 */
    .page-banner h1 {
        font-size: 1.8em !important;
        margin-bottom: 12px !important;
    }
    
    .page-banner p {
        font-size: 1em !important;
        line-height: 1.5 !important;
    }
    
    /* 服务介绍区优化 */
    .section-subtitle {
        font-size: 1.1em !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }
    
    .core-title {
        font-size: 1.3em !important;
        margin-bottom: 12px !important;
    }
    
    .core-desc {
        font-size: 1em !important;
        line-height: 1.6 !important;
    }
    
    /* 服务内容网格优化 */
    .service-content-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin-top: 20px !important;
    }
    
    .content-item {
        padding: 20px 16px !important;
        min-height: 160px !important;
    }
    
    .content-item i {
        font-size: 2em !important;
        margin-bottom: 12px !important;
    }
    
    .content-item h3 {
        font-size: 1.1em !important;
        margin-bottom: 8px !important;
    }
    
    .content-item p {
        font-size: 0.95em !important;
        line-height: 1.5 !important;
    }
    
    /* 融资产品区优化 */
    .finance-products-grid {
        flex-direction: column !important;
        gap: 16px !important;
        padding: 0 4px !important;
    }
    
    .finance-product-card {
        max-width: 100% !important;
        padding: 20px 12px !important;
        min-height: 200px !important;
    }
    
    .product-img-circle {
        width: 60px !important;
        height: 60px !important;
        font-size: 1.6em !important;
        margin-bottom: 12px !important;
    }
    
    .product-title {
        font-size: 1.1em !important;
        margin-bottom: 8px !important;
    }
    
    .product-desc {
        font-size: 0.9em !important;
        line-height: 1.5 !important;
    }
    
    /* 服务客群区优化 */
    .client-groups-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 16px !important;
        overflow-x: auto !important;
        padding-bottom: 8px !important;
        margin-top: 20px !important;
    }
    
    .client-card {
        flex: 0 0 240px !important;
        min-width: 240px !important;
        padding: 16px 12px !important;
        min-height: 180px !important;
    }
    
    .client-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.8em !important;
        margin-bottom: 8px !important;
    }
    
    .client-title {
        font-size: 1em !important;
        margin-bottom: 6px !important;
    }
    
    .client-desc {
        font-size: 0.9em !important;
        line-height: 1.5 !important;
    }
    
    /* 服务周期与收费区优化 */
    .period-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-top: 20px !important;
    }
    
    .period-item {
        padding: 20px 16px !important;
    }
    
    .period-item i {
        font-size: 2.2em !important;
        margin-bottom: 12px !important;
    }
    
    .period-item h3 {
        font-size: 1.2em !important;
        margin-bottom: 12px !important;
    }
    
    .period-time {
        font-size: 1.8em !important;
        margin: 10px 0 !important;
    }
    
    .period-details p,
    .fee-details p {
        font-size: 0.95em !important;
        margin-bottom: 8px !important;
    }
    
    .fee-highlight {
        font-size: 1.3em !important;
        margin-bottom: 12px !important;
    }
    
    /* 服务优势区优化 */
    .advantages-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        margin-top: 20px !important;
    }
    
    .advantage-item {
        padding: 16px 12px !important;
    }
    
    .advantage-item i {
        font-size: 1.8em !important;
        margin-bottom: 8px !important;
    }
    
    .advantage-item h3 {
        font-size: 1.1em !important;
        margin-bottom: 8px !important;
    }
    
    .advantage-item p {
        font-size: 0.95em !important;
        line-height: 1.5 !important;
    }
    
    /* 我要融资按钮优化 */
    .financing-cta {
        margin-top: 30px !important;
        padding: 20px 0 !important;
    }
    
    .btn-financing-cta {
        padding: 14px 28px !important;
        font-size: 1em !important;
    }
    
    .btn-financing-cta i {
        font-size: 1.1em !important;
    }
    
    .cta-subtitle {
        font-size: 0.9em !important;
        margin-top: 12px !important;
    }
    
    /* section全局优化 */
    .section, .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    
    .section-title {
        font-size: 1.2em !important;
        margin-bottom: 16px !important;
    }
}

/* 服务介绍部分样式 */
.intro-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.feature-item {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-item i {
    color: #2c5aa0;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.feature-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* 服务核心样式 */
.service-core {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0;
    border-left: 4px solid #2c5aa0;
}

.core-title {
    color: #2c5aa0;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.core-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.core-desc strong {
    color: #2c5aa0;
    font-weight: 600;
}

/* 服务内容网格样式 */
.service-content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.content-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.content-item:hover {
    transform: translateY(-5px);
}

.content-item i {
    color: #2c5aa0;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.content-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.content-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* 服务流程样式 */
.process-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 40px;
    position: relative;
}

.process-timeline:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 2px;
    background: #2c5aa0;
    z-index: 1;
}

.process-item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.process-number {
    background-color: #2c5aa0;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

.process-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.process-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* 成功案例样式 */
.cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.case-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.case-card:hover {
    transform: translateY(-5px);
}

.case-header {
    background: #2c5aa0;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.case-header i {
    font-size: 2rem;
}

.case-header h3 {
    font-size: 18px;
    margin: 0;
    flex: 1;
}

.case-tag {
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
}

.case-content {
    padding: 20px;
}

.case-challenge, .case-solution, .case-result {
    margin-bottom: 20px;
}

.case-content h4 {
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 10px;
}

.case-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.case-content ul {
    list-style: none;
    padding: 0;
}

.case-content li {
    padding: 5px 0;
    color: #666;
    position: relative;
    padding-left: 20px;
}

.case-content li:before {
    content: '•';
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* 成功案例阶段标签样式 */
.case-phase {
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #2c5aa0;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

/* 服务优势样式 */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.advantage-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.advantage-item:hover {
    transform: translateY(-5px);
}

.advantage-item i {
    color: #2c5aa0;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.advantage-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.advantage-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* 行业解决方案样式 */
.industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.industry-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-5px);
}

.industry-card i {
    color: #2c5aa0;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.industry-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.industry-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.industry-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.industry-card li {
    padding: 8px 0;
    color: #666;
    position: relative;
    padding-left: 25px;
}

.industry-card li:before {
    content: '•';
    color: #2c5aa0;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* 服务周期与收费模式样式 */
.period-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.period-item {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.period-item:hover {
    transform: translateY(-5px);
}

.period-item i {
    color: #2c5aa0;
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.period-item h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.period-details p {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
}

.period-time {
    color: #2c5aa0 !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 15px 0 !important;
}

.period-note {
    color: #666 !important;
    font-size: 14px !important;
    font-style: italic;
}

.fee-details {
    text-align: left;
}

.fee-highlight {
    color: #2c5aa0 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 20px !important;
}

.fee-details p {
    margin-bottom: 12px;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.fee-details p:not(.fee-highlight):not(.fee-note) {
    padding-left: 10px;
}

.fee-note {
    color: #666 !important;
    font-size: 14px !important;
    font-style: italic;
    text-align: center;
    margin-top: 15px !important;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .advantages-grid,
    .service-content-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .intro-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-timeline {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .process-timeline:before {
        display: none;
    }
    
    .service-content-grid {
        grid-template-columns: 1fr;
    }
    
    .period-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-banner h1 {
        font-size: 2rem;
    }
    
    .page-banner p {
        font-size: 1rem;
    }
    
    .intro-features-grid,
    .advantages-grid,
    .service-content-grid {
        grid-template-columns: 1fr;
    }
    
    .process-timeline {
        grid-template-columns: 1fr;
    }
    
    .cases-grid {
        grid-template-columns: 1fr;
    }
    
    .nav-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .outsourcing-categories {
        grid-template-columns: 1fr;
    }
    
    .core-title {
        font-size: 20px;
    }
    
    .core-desc {
        font-size: 14px;
    }
    
    .period-item {
        padding: 30px 20px;
    }
    
    .period-time {
        font-size: 24px !important;
    }
    
    .fee-highlight {
        font-size: 20px !important;
    }
} 

/* 强制蓝色背景的案例阶段标签样式 */
#success-cases .case-phase, .case-phase {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #fff !important;
    background: #2c5aa0 !important;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: 1px;
} 

@media (max-width: 768px) {
  .service-content-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    margin-top: 20px !important;
  }
  .service-content-grid .content-item {
    padding: 20px 12px !important;
    min-height: 160px !important;
  }
  .service-content-grid .content-item:nth-child(5) {
    grid-column: 1 / span 2 !important;
    justify-self: center !important;
    width: 80% !important;
    max-width: 320px !important;
  }
  .finance-products-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    padding: 0 4px !important;
  }
  .finance-product-card {
    max-width: 100% !important;
    padding: 20px 12px !important;
    min-height: 180px !important;
  }
} 