161 lines
8.3 KiB
HTML
161 lines
8.3 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>隐私政策 - 高考志愿助手</title>
|
||
<meta name="description" content="河南高考志愿助手隐私政策 — 我们如何收集、使用和保护您的个人信息,以及您享有的数据权利。">
|
||
<style>
|
||
*{margin:0;padding:0;box-sizing:border-box}
|
||
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#0a0a0f;color:#e0e0e0;line-height:1.8}
|
||
.header-nav{background:rgba(20,20,30,0.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,0.08);padding:14px 0;position:sticky;top:0;z-index:100}
|
||
.header-nav-inner{max-width:1100px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:12px}
|
||
.logo{font-size:1.3rem;font-weight:700;color:#fff;text-decoration:none;flex-shrink:0}
|
||
.logo span{color:#667eea}
|
||
.nav-links{display:flex;gap:20px;list-style:none;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;padding-bottom:4px;min-width:0;max-width:100%}
|
||
.nav-links a{color:#a0a0a0;text-decoration:none;font-size:0.9rem;transition:color 0.3s;flex-shrink:0}
|
||
.nav-links a:hover{color:#667eea}
|
||
.nav-links a.highlight{color:#667eea;font-weight:600}
|
||
.container{max-width:800px;margin:0 auto;padding:40px 20px}
|
||
.header{text-align:center;margin-bottom:40px}
|
||
.header h1{font-size:1.8rem;color:#fff;margin-bottom:8px}
|
||
.header p{color:#666;font-size:0.85rem}
|
||
.card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:16px;padding:32px;margin-bottom:20px}
|
||
.card h2{color:#667eea;font-size:1.1rem;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,0.06)}
|
||
.card h3{color:#a0a0a0;font-size:0.95rem;margin:16px 0 6px}
|
||
.card p,.card li{color:#bbb;font-size:0.9rem}
|
||
.card ul{padding-left:20px}
|
||
.card li{margin-bottom:6px}
|
||
.back{display:inline-block;margin-top:30px;color:#667eea;text-decoration:none;font-size:0.9rem}
|
||
.back:hover{text-decoration:underline}
|
||
.highlight{color:#ef4444;font-weight:600}
|
||
.footer {
|
||
background: rgba(255,255,255,0.03);
|
||
border-top: 1px solid rgba(255,255,255,0.06);
|
||
padding: 40px 0 30px;
|
||
margin-top: 40px;
|
||
}
|
||
.footer .container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
|
||
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: flex-start; margin-bottom: 30px; }
|
||
.footer-logo { font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
|
||
.footer-logo span { color: #667eea; }
|
||
.footer-desc { color: #555; font-size: 0.82rem; line-height: 1.7; max-width: 400px; }
|
||
.footer-contact-title { color: #888; font-size: 0.82rem; margin-bottom: 10px; text-align: right; }
|
||
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 20px; text-align: center; color: #444; font-size: 0.78rem; }
|
||
@media(max-width: 600px) {
|
||
.footer-inner { grid-template-columns: 1fr; gap: 24px; }
|
||
.footer-contact-title { text-align: left; }
|
||
}
|
||
.nav-links a.highlight::after { content: ""; display: block; width: 100%; height: 2px; background: linear-gradient(90deg, #667eea, #764ba2); border-radius: 2px; margin-top: 3px; animation: shimmer 2s linear infinite; background-size: 200% 100%; }
|
||
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
|
||
@media (max-width: 768px) {
|
||
.header-nav { padding: 10px 0; }
|
||
.nav-links { gap: 14px; }
|
||
.nav-links a { font-size: 0.82rem; }
|
||
}
|
||
</style>
|
||
<link rel="stylesheet" href="/style.css">
|
||
</head>
|
||
<body>
|
||
<div class="header-nav">
|
||
<div class="header-nav-inner">
|
||
<a href="/" class="logo">🎓 高考<span>志愿助手</span></a>
|
||
<div class="nav-links">
|
||
<a href="/">🏠 首页</a>
|
||
<a href="/school.html">④🏫 院校详情</a>
|
||
<a href="/major.html">④📊 专业录取分</a>
|
||
<a href="/chat">②🤖 AI对话</a>
|
||
<a href="/plan.html">③📝 志愿草表</a>
|
||
<a href="/qa.html">❓ 常见问题</a>
|
||
<a href="/disclaimer.html" style="font-size:0.8rem">⚖️ 免责</a>
|
||
<a href="/privacy.html" class="highlight" style="font-size:0.8rem">🔒 隐私</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="container">
|
||
<div class="header">
|
||
<h1>🔒 隐私政策</h1>
|
||
<p>更新日期:2026年6月19日</p>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<h2>一、信息收集范围与用途</h2>
|
||
<p>本平台仅收集您<strong>主动提供</strong>的高考分数、全省位次及选考科目,用于生成志愿推荐参考。</p>
|
||
<p style="margin-top:8px">您的聊天记录仅保存在浏览器 localStorage 和服务器 Redis 中(30分钟自动过期),<strong>不会写入永久数据库</strong>,也不会被持久化存储。</p>
|
||
<p style="margin-top:8px">我们<strong class="highlight">绝不收集</strong>您的姓名、身份证号、准考证号、手机号等可识别个人身份的信息。</p>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<h2>二、信息存储与保护</h2>
|
||
<ul>
|
||
<li>您的分数数据存储于国内服务器</li>
|
||
<li>如通过 HTTPS 访问,通信全程加密</li>
|
||
<li>我们采用严格的访问权限控制,仅极少数授权管理员可接触原始数据</li>
|
||
<li>数据留存期限:2026年8月31日后自动销毁或匿名化处理</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<h2>三、数据共享与披露</h2>
|
||
<p>我们承诺<strong class="highlight">永不</strong>向任何第三方出售、出租或共享您的原始分数数据。</p>
|
||
<p style="margin-top:8px">本平台使用的第三方AI服务仅传输脱敏后的分数和科类,不含个人身份信息。</p>
|
||
<p style="margin-top:8px">仅在以下极端情况除外:</p>
|
||
<ul>
|
||
<li>a) 法律法规强制要求</li>
|
||
<li>b) 为保护考生重大公共利益</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<h2>四、数据留存与销毁</h2>
|
||
<p>您的数据将在2026年高考录取工作全部结束后(<strong>即2026年8月31日</strong>),由系统自动进行匿名化处理(去除分数与位次的关联)或直接删除。</p>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<h2>五、免责声明</h2>
|
||
<ul>
|
||
<li>本工具推荐结果由算法基于历史数据生成,<strong>仅供辅助参考,不构成正式填报依据</strong></li>
|
||
<li>最终志愿请以河南省教育考试院官方计划及考生本人意愿为准</li>
|
||
<li>因使用本工具导致的任何填报失误,本平台不承担法律责任</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<h2>六、未成年人特别提示</h2>
|
||
<p>若您未满14岁,请确保在监护人知情同意下使用本服务。</p>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<h2>七、联系我们</h2>
|
||
<p>如对隐私处理有疑问,请通过以下方式联系:</p>
|
||
<p style="margin-top:8px">📧 <strong>shangdiyefeng@vip.qq.com</strong></p>
|
||
<p style="margin-top:6px">🏢 运营主体:牧尘</p>
|
||
</div>
|
||
|
||
<a href="/" class="back">← 返回首页</a>
|
||
</div>
|
||
|
||
<div class="footer">
|
||
<div class="container">
|
||
<div class="footer-inner">
|
||
<div class="footer-left">
|
||
<p class="footer-logo">高考志愿<span>助手</span></p>
|
||
<p class="footer-desc">2026 河南高考志愿填报辅助工具<br>数据来源:河南省教育考试院,仅供辅助参考,不作为正式依据</p>
|
||
</div>
|
||
<div class="footer-right">
|
||
<p class="footer-contact-title">遇到问题?</p>
|
||
<p style="color:#555;font-size:0.8rem">联系邮箱:shangdiyefeng@vip.qq.com</p>
|
||
</div>
|
||
</div>
|
||
<div class="footer-bottom">
|
||
<span>⚖️ 本站数据仅供参考,不作为正式录取依据</span> ·
|
||
<a href="/privacy.html" style="color:#667eea;text-decoration:none;margin-right:8px">🔒 隐私政策</a>
|
||
<a href="/disclaimer.html" style="color:#667eea;text-decoration:none;margin-right:8px">⚠️ 免责声明</a> ·
|
||
<a href="/support.html" style="color:#667eea;text-decoration:none;margin-right:8px">☕ 支持运营</a> ·
|
||
© 2026 河南高考志愿助手
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</body>
|
||
</html> |