/* 代理合作样式 */
.agent-section {
    position: relative;
    background-color: #fff;
    padding: 120px 0;
    overflow: hidden;
    background-image: url("https://res.yzfz.net/website/fz_agent_bg.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: linear-gradient(180deg, transparent 0%, rgba(237, 244, 255, 0.5) 100%);
}

.agent-content {
    z-index: 2;
    position: relative;
  
}

.agent-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #333;
}

.agent-subtitle {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.6;
}

.agent-buttons {
    display: flex;
    gap: 15px;
}

.agent-btn {
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    border: none;
    transition: all 0.3s ease;
}

.agent-btn-primary {
    background-color: #3e7bf9;
    color: #fff;
}

.agent-btn-primary:hover {
    background-color: #2a66e8;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(62, 123, 249, 0.3);
}

.agent-btn-secondary {
    background-color: #fff;
    color: #3e7bf9;
    border: 2px solid #3e7bf9;
}

.agent-btn-secondary:hover {
    background-color: #f0f6ff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(62, 123, 249, 0.15);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .agent-title {
        font-size: 32px;
    }
    .agent-subtitle {
        font-size: 16px;
    }
    .agent-section {
        padding: 60px 0;
    }
    .agent-btn,
    .agent-contact-btn {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
}

/* 合作支持部分样式 */
.cooperation-support {
    background-color: #f7faff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-image: url("https://res.yzfz.net/website/fz_agent_2_bg.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}



.support-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.support-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin: 0;
    position: relative;
    display: inline-block;
}

.support-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 2;
}

.support-item {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    text-align: left;
}

.support-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #3e7bf9, #4e8eff);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.support-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(62, 123, 249, 0.15);
}

.support-item:hover::before {
    opacity: 1;
}

.support-icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: #3e7bf9;
    transition: transform 0.3s ease;
}

.support-item:hover .support-icon {
    transform: scale(1.1);
}

.support-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.support-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* 响应式设计 - 合作支持 */
@media (max-width: 1200px) {
    .support-content {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .cooperation-support {
        padding: 60px 0;
    }
    
    .support-header h2 {
        font-size: 28px;
    }
    
    .support-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .support-item {
        padding: 25px;
    }
    
    .support-icon {
        font-size: 40px;
    }
    
    .support-title {
        font-size: 18px;
    }
    
    .support-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .support-header {
        margin-bottom: 40px;
    }
    
    .support-header h2 {
        font-size: 24px;
    }
    
    .support-item {
        padding: 20px;
    }
    
    .support-icon {
        font-size: 36px;
    }
}

/* 小程序直播电商解决方案样式 */
.mini-program-live {
    padding: 6rem 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.mini-program-live::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #f7faff 0%, transparent 100%);
    z-index: 1;
}

.live-images {
    position: relative;
    padding: 20px;
}

.live-image-main {
    position: relative;
    z-index: 2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 292px;
}

.live-image-main:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(62, 123, 249, 0.25);
}

.live-image-secondary {
    position: absolute;
    bottom: 20px;
    right: 40px;
    z-index: 3;
    width: 292px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 0;
    transition: all 0.3s ease;
}

.live-image-secondary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(62, 123, 249, 0.25);
}

.live-img {
    width: 100%;
    border-radius: 8px;
    display: block;
    object-fit: contain;
}

.live-content {
    position: relative;
    z-index: 2;
    padding-left: 40px;
}

.live-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
    text-align: center;
}

.live-subtitle {
    font-size: 3.6rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
}

.live-description {
    font-size: 2rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 30px;
}

.live-features {
    margin-bottom: 40px;
}

.live-feature-item {
    display: flex;
    align-items: flex-start;
    background-color: #f7faff;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

/* 特性行容器 */
.live-feature-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

/* 半宽特性项 */
.live-feature-half {
    flex: 1;
    margin-bottom: 0;
}

.live-feature-item:hover {
    transform: translateX(10px);
    border-color: #3e7bf9;
    box-shadow: 0 8px 24px rgba(62, 123, 249, 0.1);
}

.live-feature-icon {
    font-size: 24px;
    margin-right: 15px;
    color: #3e7bf9;
    flex-shrink: 0;
    background-color: #e8f0ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-feature-content {
    flex: 1;
}

.live-feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.live-feature-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.live-btn {
    background-color: #3e7bf9;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.live-btn:hover {
    background-color: #2a66e8;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(62, 123, 249, 0.3);
}

/* 按钮容器样式 */
.live-btn-container {
    text-align: center;
    margin-top: 40px;
}

/* 响应式设计 - 小程序直播电商解决方案 */
@media (max-width: 1200px) {
    .live-content {
        padding-left: 20px;
    }
    
    .live-title {
        font-size: 32px;
    }
    
    .live-subtitle {
        font-size: 20px;
    }
    
    .live-image-secondary {
        width: 180px;
        right: 20px;
    }
}

@media (max-width: 992px) {
    .mini-program-live {
        padding: 80px 0;
    }
    
    .row {
        flex-direction: column;
    }
    
    .col-lg-6 {
        width: 100%;
    }
    
    .live-images {
        margin-bottom: 40px;
    }
    
    .live-content {
        padding-left: 0;
        text-align: center;
    }
    
    .live-feature-item {
        justify-content: center;
        text-align: left;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 移动端特性行变为单列 */
    .live-feature-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .live-feature-half {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .mini-program-live {
        padding: 60px 0;
    }
    
    .live-title {
        font-size: 28px;
    }
    
    .live-subtitle {
        font-size: 18px;
    }
    
    .live-description {
        font-size: 15px;
    }
    
    .live-image-secondary {
        width: 150px;
    }
    
    .live-feature-item {
        padding: 15px;
    }
    
    .live-feature-icon {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    
    .live-feature-title {
        font-size: 16px;
    }
    
    .live-btn {
        padding: 12px 30px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .live-images {
        padding: 10px;
    }
    
    .live-image-secondary {
        width: 120px;
        bottom: 10px;
        right: 10px;
        padding: 5px;
    }
    
    .live-feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .live-feature-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.content-footer{
    background: linear-gradient(236.96deg, rgba(247, 252, 255, .2) 0%, rgba(255, 252, 250, .3) 100%);
}

/* 我们需要这样的合作伙伴样式 */
.partner-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.partner-header {
    text-align: center;
    margin-bottom: 60px;
}

.partner-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin: 0;
    position: relative;
    display: inline-block;
}


.partner-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.partner-item {
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}


.partner-icon-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.partner-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.partner-item-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 代理商申请合作流程样式 */
.application-process {
    background-color: #fff;
    padding: 6rem 0;
    position: relative;
}

.application-header {
    text-align: center;
    margin-bottom: 80px;
}

.application-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin: 0;
    position: relative;
    display: inline-block;
}


.process-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.process-step {
    position: relative;
    z-index: 2;
    min-width: 220px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.step-content {
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 15px;
    flex: 1;
}


.step-image {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 3px solid #e8f0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.process-step:hover .step-image {
    border-color: #3e7bf9;
    box-shadow: 0 6px 16px rgba(62, 123, 249, 0.1);
}

.process-icon-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.step-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.process-number {
    font-size: 24px;
    font-weight: 700;
    color: #3e7bf9;
    margin-bottom: 5px;
}

.process-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.process-arrow {
    margin: 0 15px;
    flex-shrink: 0;
}

.process-arrow-img {
    height: 36px;
    object-fit: contain;
}


.apply-button-container {
    text-align: center;
    margin-top: 60px;
}

.apply-button {
    background-color: #3e7bf9;
    color: #fff;
    border: none;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.apply-button:hover {
    background-color: #2a66e8;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(62, 123, 249, 0.3);
}

/* 响应式设计 - 合作伙伴 */
@media (max-width: 1200px) {
    .partner-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .partner-section,
    .application-process {
        padding: 4rem 0;
    }
    
    .partner-title,
    .application-title {
        font-size: 28px;
    }
    
    .partner-content {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        flex-direction: column;
        align-items: center;
    }
    
    .process-step {
        width: 100%;
        margin-bottom: 30px;
        flex-direction: column;
    }
    
    .process-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .step-content {
        flex-direction: column;
        text-align: center;
    }
    
    .step-image {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .step-info {
        align-items: center;
    }
    
    .process-step:last-child .process-arrow {
        display: none;
    }
}

@media (max-width: 480px) {
    .partner-item {
        padding: 30px 20px;
    }
    
    .partner-icon {
        width: 60px;
        height: 60px;
    }
    
   
    .process-icon {
        width: 80px;
        height: 80px;
    }
    
    .process-icon-img {
        width: 45px;
        height: 45px;
    }
    
    .process-number {
        font-size: 20px;
    }
    
    .apply-button {
        padding: 12px 40px;
        font-size: 16px;
    }
}