/* 全局样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('../fonts/AlibabaPuHuiTi-3-55-Regular-subset.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.znys-wrapper {
    font-family: 'AlibabaPuHuiTi', 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f5f7fa;
}

/* Hero区域 */
.znys-hero {
    background: url('../images/hero-bg.jpg') center/cover no-repeat;
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.znys-hero .znys-container {
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding-left: 200px;
    padding-right: 20px;
}

.znys-hero-content {
    max-width: 950px;
}

.znys-badge {
    display: inline-block;
    width: 96px;
    height: 28px;
    background: #F4F3D3;
    border-radius: 2px;
    font-size: 16px;
    color: #574B29;
    margin-bottom: 20px;
    text-align: center;
    line-height: 28px;
}

.znys-hero-content h1 {
    font-size: 46px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: 600;
}

.znys-hero-content .znys-subtitle {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.8;
    max-width: 770px;
}

/* 通用Section样式 */
.znys-section {
    padding: 80px 0;
}

.znys-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.znys-section-header h2 {
    font-size: 32px;
    color: #1F2D3D;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

/* 容器 */
.znys-container {
    margin: 0 auto;
    padding: 0 20px;
}

/* 业务痛点区域 */
.znys-pain-points {
    background: #fff;
}

.znys-pain-points .znys-container {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.znys-pain-points-img {
    width: 755px;
    height: 449px;
    margin-left: 200px;
    flex-shrink: 0;
}

.znys-pain-points-content {
    margin-left: 100px;
    max-width: 620px;
}

/* 智能材料上传区域 */
.znys-smart-upload {
    background: #f8fafc;
}

.znys-smart-upload .znys-container {
    display: flex;
    align-items: center;
}

.znys-smart-upload-content {
    margin-left: 330px;
    max-width: 590px;
}

.znys-smart-upload-img {
    margin-left: 110px;
    width: 546px;
}

/* 秒级智能预审区域 */
.znys-smart-review {
    background: #fff;
}

.znys-smart-review .znys-container {
    display: flex;
    align-items: center;
}

.znys-smart-review-img {
    margin-left: 310px;
    width: 546px;
}

.znys-smart-review-content {
    margin-left: 110px;
    max-width: 590px;
}

/* 通用文字样式 */
.znys-section h3 {
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.znys-section p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 15px;
}

/* 响应式 */
@media (max-width: 992px) {
    .znys-hero .znys-container,
    .znys-pain-points .znys-container,
    .znys-smart-upload .znys-container,
    .znys-smart-review .znys-container {
        flex-direction: column;
    }

    .znys-hero-content {
        text-align: center;
        padding-left: 0;
    }

    .znys-pain-points-content,
    .znys-smart-upload-content,
    .znys-smart-review-content {
        max-width: 100%;
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .znys-pain-points-img,
    .znys-smart-upload-img,
    .znys-smart-review-img {
        width: 100%;
        max-width: 500px;
        margin-left: 0;
    }
}
