/* 隐私政策页面的专属排版样式 */
.privacy-content {
    color: #333333;
    line-height: 1.8;
    font-size: 16px;
}

.privacy-content h2 {
    font-size: 24px;
    color: #111;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 700;
}

.privacy-content h3 {
    font-size: 20px;
    color: #222;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.privacy-content p {
    margin-bottom: 20px;
}

.privacy-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: disc;
}

.privacy-content li {
    margin-bottom: 10px;
}

.privacy-content strong {
    font-weight: 700;
    color: #000;
}