/* 隐私条款和使用条款页面样式 */

.policy-content {
    padding: 60px 0 80px;
    background: #fff;
}

.policy-title {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    font-weight: normal;
}

.policy-update {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 50px;
}

.policy-section {
    margin-bottom: 40px;
}

.policy-section h2 {
    font-size: 24px;
    color: #5AB0B5;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    font-weight: normal;
}

.policy-section h3 {
    font-size: 18px;
    color: #333;
    margin: 25px 0 15px 0;
    font-weight: normal;
}

.policy-section p {
    font-size: 15px;
    line-height: 2;
    color: #666;
    margin-bottom: 15px;
    text-align: justify;
}

.policy-section ul {
    margin: 15px 0 15px 30px;
    list-style: disc;
}

.policy-section ul li {
    font-size: 15px;
    line-height: 2;
    color: #666;
    margin-bottom: 10px;
}

.contact-info {
    background: #f8f8f8;
    padding: 25px;
    border-radius: 5px;
    margin-top: 20px;
    border-left: 4px solid #5AB0B5;
}

.contact-info p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.8;
}

.contact-info p:last-child {
    margin-bottom: 0;
}

.contact-info strong {
    color: #333;
    font-weight: 600;
}

.policy-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    color: #5AB0B5;
    font-size: 16px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .policy-content {
        padding: 40px 0 60px;
    }

    .policy-title {
        font-size: 28px;
    }

    .policy-update {
        font-size: 13px;
        margin-bottom: 30px;
    }

    .policy-section {
        margin-bottom: 30px;
    }

    .policy-section h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .policy-section h3 {
        font-size: 16px;
        margin: 20px 0 10px 0;
    }

    .policy-section p {
        font-size: 14px;
        line-height: 1.8;
    }

    .policy-section ul {
        margin-left: 20px;
    }

    .policy-section ul li {
        font-size: 14px;
        line-height: 1.8;
    }

    .contact-info {
        padding: 20px;
    }

    .contact-info p {
        font-size: 14px;
    }
}
