/* 政策页面样式 */
.policy-page {
    background: #fff;
    min-height: 100vh;
}

.policy-header {
    background: #f5f5f7;
    padding: 4vw 0;
    margin-top: 60px;
}

.policy-header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.policy-header h1 {
    font-size: 40px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
}

.policy-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.policy-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 40px 0 20px 0;
}

.policy-content h3 {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 30px 0 15px 0;
}

.policy-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 25px 0 12px 0;
}

.policy-text {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-top: 6vh;
    padding-bottom: 6vh;
}

.policy-text p {
    margin-bottom: 16px;
    text-align: justify;
}

.policy-text ul {
    margin: 20px 0;
    padding-left: 20px;
    list-style: disc;
}

.policy-text li {
    margin-bottom: 8px;
    line-height: 1.8;
}

.policy-text a {
    color: #0066cc;
    text-decoration: none;
}

.policy-text a:hover {
    text-decoration: underline;
}

.policy-section {
    margin-bottom: 40px;
}
