body{
    background-color: #f1f6fd;
}

/* 平台标题 */
.services-header {
    background-image: url('../images/vs-1.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 380px;
    padding: 85px 0;
    padding-left: 280px;
    text-align: left;
    color: white;
}

.services-header h1 {
    font-size: 100px;
    margin-bottom: 10px;
}

.services-header h2 {
    font-size: 48px;
    margin: 0;
}

/* 增值服务内容 */
.services-content {
    background-color: white;
}

.service-section > img{
    width: 100%;
    height: auto;
}

footer{
    margin-top: 0;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .service-section {
        flex-direction: column !important;
        text-align: center;
    }
    
    .service-image {
        max-width: 100%;
    }
    
    .service-content h2 {
        text-align: center;
    }
    
    .service-content ul {
        text-align: left;
    }
}