ankleinstabilityinfo / index.html
KokoHuang's picture
要求网站语言切换为中文简体,补充相应的图片丰富内容
96fcf32 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>慢性踝关节不稳定 - 医学信息</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body class="antialiased bg-gradient-to-br from-slate-50 to-blue-50">
<!-- Navigation -->
<nav class="fixed top-0 w-full bg-white/80 backdrop-blur-xl border-b border-slate-200 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-16">
<div class="flex items-center space-x-2">
<div class="w-8 h-8 bg-gradient-to-br from-blue-500 to-blue-600 rounded-lg flex items-center justify-center">
<i data-feather="activity" class="w-4 h-4 text-white"></i>
</div>
<span class="text-xl font-semibold text-slate-800">AnkleCare</span>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#overview" class="text-slate-600 hover:text-blue-600 transition-colors">概述</a>
<a href="#causes" class="text-slate-600 hover:text-blue-600 transition-colors">病因</a>
<a href="#symptoms" class="text-slate-600 hover:text-blue-600 transition-colors">症状</a>
<a href="#treatment" class="text-slate-600 hover:text-blue-600 transition-colors">治疗</a>
<a href="#research" class="text-slate-600 hover:text-blue-600 transition-colors">研究</a>
</div>
<button class="md:hidden">
<i data-feather="menu" class="w-6 h-6 text-slate-600"></i>
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="pt-32 pb-20 px-4 sm:px-6 lg:px-8 relative overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-br from-blue-50/50 to-indigo-100/30"></div>
<div class="max-w-4xl mx-auto text-center relative z-10">
<div class="inline-flex items-center px-4 py-2 bg-blue-100 text-blue-700 rounded-full text-sm font-medium mb-8">
<i data-feather="info" class="w-4 h-4 mr-2"></i>
医学教育资源
</div>
<h1 class="text-5xl md:text-7xl font-bold text-slate-800 mb-6 leading-tight">
慢性踝关节<br>
<span class="bg-gradient-to-r from-blue-600 to-blue-800 bg-clip-text text-transparent">不稳定</span>
</h1>
<p class="text-xl text-slate-600 mb-12 max-w-3xl mx-auto leading-relaxed">
深入了解慢性踝关节不稳定的复杂性质,包括其病因、症状以及基于证据的治疗方法,以实现最佳的患者治疗效果。
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<button class="px-8 py-4 bg-gradient-to-r from-blue-600 to-blue-700 text-white rounded-2xl font-semibold hover:from-blue-700 hover:to-blue-800 transition-all duration-300 shadow-lg hover:shadow-xl transform hover:-translate-y-0.5">
<i data-feather="heart" class="w-4 h-4 inline mr-2"></i>
探索治疗方案
</button>
<button class="px-8 py-4 bg-white text-slate-700 rounded-2xl font-semibold border border-slate-200 hover:bg-slate-50 transition-all duration-300 shadow-lg hover:shadow-xl">
<i data-feather="download" class="w-4 h-4 inline mr-2"></i>
下载研究报告
</button>
</div>
</div>
<!-- 医学插图 -->
<div class="absolute right-10 top-1/2 transform -translate-y-1/2 opacity-20 hidden lg:block">
<svg width="300" height="400" viewBox="0 0 300 400" class="drop-shadow-2xl">
<defs>
<linearGradient id="ankleGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#3b82f6;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#1d4ed8;stop-opacity:0.4" />
</linearGradient>
</defs>
<!-- 简化的踝关节示意图 -->
<ellipse cx="150" cy="100" rx="30" ry="40" fill="url(#ankleGrad)" />
<rect x="120" y="140" width="60" height="120" rx="30" fill="url(#ankleGrad)" />
<path d="M 150 260 Q 120 280 100 300 L 130 310 L 150 300 L 170 310 L 200 300 Q 180 280 150 260" fill="url(#ankleGrad)" />
<!-- 韧带示意 -->
<path d="M 130 120 Q 140 130 150 140" stroke="#f59e0b" stroke-width="3" fill="none" opacity="0.8"/>
<path d="M 170 120 Q 160 130 150 140" stroke="#f59e0b" stroke-width="3" fill="none" opacity="0.8"/>
<!-- 不稳定指示 -->
<path d="M 180 160 Q 200 150 210 170" stroke="#ef4444" stroke-width="3" fill="none" stroke-dasharray="5,5"/>
<circle cx="215" cy="175" r="8" fill="#ef4444" opacity="0.7"/>
</svg>
</div>
</section>
<!-- Overview Section -->
<section id="overview" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-slate-800 mb-4">认识慢性踝关节不稳定</h2>
<p class="text-xl text-slate-600 max-w-3xl mx-auto">
慢性踝关节不稳定(CAI)是一种以反复扭伤和踝关节持续不稳定感为特征的疾病。
</p>
</div>
<div class="grid md:grid-cols-2 gap-12 items-center">
<div class="space-y-6">
<div class="bg-gradient-to-r from-blue-50 to-indigo-50 p-6 rounded-2xl border border-blue-100">
<div class="flex items-start space-x-4">
<div class="w-10 h-10 bg-blue-500 rounded-lg flex items-center justify-center flex-shrink-0">
<i data-feather="target" class="w-5 h-5 text-white"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-slate-800 mb-2">定义</h3>
<p class="text-slate-600">慢性踝关节不稳定是指在外踝扭伤后,踝关节出现持续的疼痛、肿胀和/或不稳定感,经过适当康复治疗仍未缓解的症状。</p>
</div>
</div>
</div>
<div class="bg-gradient-to-r from-green-50 to-emerald-50 p-6 rounded-2xl border border-green-100">
<div class="flex items-start space-x-4">
<div class="w-10 h-10 bg-green-500 rounded-lg flex items-center justify-center flex-shrink-0">
<i data-feather="trending-up" class="w-5 h-5 text-white"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-slate-800 mb-2">患病率</h3>
<p class="text-slate-600">影响约20-40%的急性踝关节扭伤患者,在参与旋转运动项目的运动员中发病率更高。</p>
</div>
</div>
</div>
<div class="bg-gradient-to-r from-orange-50 to-red-50 p-6 rounded-2xl border border-orange-100">
<div class="flex items-start space-x-4">
<div class="w-10 h-10 bg-orange-500 rounded-lg flex items-center justify-center flex-shrink-0">
<i data-feather="alert-triangle" class="w-5 h-5 text-white"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-slate-800 mb-2">影响</h3>
<p class="text-slate-600">如不加以治疗,可能显著影响日常活动、运动参与和生活质量。</p>
</div>
</div>
</div>
</div>
<div class="relative">
<!-- 踝关节解剖图 -->
<div class="bg-white rounded-3xl p-8 shadow-2xl border border-slate-200">
<div class="text-center mb-6">
<h3 class="text-lg font-semibold text-slate-800 mb-4">踝关节稳定性评估</h3>
<div class="bg-gradient-to-r from-slate-50 to-slate-100 rounded-2xl p-6">
<svg width="200" height="180" viewBox="0 0 200 180" class="mx-auto">
<!-- 踝关节骨骼结构 -->
<defs>
<linearGradient id="boneGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f8fafc;stop-opacity:1" />
<stop offset="100%" style="stop-color:#e2e8f0;stop-opacity:1" />
</linearGradient>
<linearGradient id="ligamentGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#fbbf24;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#f59e0b;stop-opacity:0.6" />
</linearGradient>
</defs>
<!-- 腓骨和胫骨 -->
<ellipse cx="100" cy="40" rx="15" ry="25" fill="url(#boneGrad)" stroke="#cbd5e1" stroke-width="1"/>
<rect x="85" y="60" width="30" height="60" rx="15" fill="url(#boneGrad)" stroke="#cbd5e1" stroke-width="1"/>
<!-- 距骨和跟骨 -->
<ellipse cx="100" cy="130" rx="20" ry="15" fill="url(#boneGrad)" stroke="#cbd5e1" stroke-width="1"/>
<path d="M 80 145 Q 70 160 90 170 L 120 170 Q 135 160 125 145 Z" fill="url(#boneGrad)" stroke="#cbd5e1" stroke-width="1"/>
<!-- 外侧韧带 -->
<path d="M 110 80 Q 130 90 125 110" stroke="#f59e0b" stroke-width="3" fill="none" opacity="0.8"/>
<path d="M 115 85 Q 135 95 130 115" stroke="#f59e0b" stroke-width="2" fill="none" opacity="0.6"/>
<!-- 损伤指示 -->
<path d="M 125 95 Q 140 105 145 120" stroke="#ef4444" stroke-width="2" fill="none" stroke-dasharray="3,3" opacity="0.7"/>
<circle cx="148" cy="125" r="4" fill="#ef4444" opacity="0.8"/>
</svg>
</div>
</div>
<div class="space-y-4">
<div class="bg-white rounded-xl p-4 border border-slate-200">
<div class="flex items-center justify-between mb-2">
<span class="text-sm font-medium text-slate-600">机械稳定性</span>
<span class="text-sm text-red-600">↓ 40%</span>
</div>
<div class="w-full bg-slate-200 rounded-full h-2">
<div class="bg-red-500 h-2 rounded-full transition-all duration-1000" style="width: 60%"></div>
</div>
</div>
<div class="bg-white rounded-xl p-4 border border-slate-200">
<div class="flex items-center justify-between mb-2">
<span class="text-sm font-medium text-slate-600">功能性稳定性</span>
<span class="text-sm text-orange-600">↓ 35%</span>
</div>
<div class="w-full bg-slate-200 rounded-full h-2">
<div class="bg-orange-500 h-2 rounded-full transition-all duration-1000" style="width: 65%"></div>
</div>
</div>
<div class="bg-white rounded-xl p-4 border border-slate-200">
<div class="flex items-center justify-between mb-2">
<span class="text-sm font-medium text-slate-600">本体感觉</span>
<span class="text-sm text-yellow-600">↓ 25%</span>
</div>
<div class="w-full bg-slate-200 rounded-full h-2">
<div class="bg-yellow-500 h-2 rounded-full transition-all duration-1000" style="width: 75%"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Causes & Mechanisms -->
<section id="causes" class="py-20 bg-gradient-to-br from-slate-50 to-blue-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-slate-800 mb-4">病理生理学与风险因素</h2>
<p class="text-xl text-slate-600 max-w-3xl mx-auto">
了解慢性踝关节不稳定的潜在机制和促成因素。
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white rounded-3xl p-8 shadow-xl hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2">
<div class="w-16 h-16 bg-gradient-to-br from-blue-500 to-blue-600 rounded-2xl flex items-center justify-center mb-6">
<i data-feather="activity" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-xl font-semibold text-slate-800 mb-4">机械因素</h3>
<ul class="space-y-3 text-slate-600">
<li class="flex items-start space-x-2">
<i data-feather="check-circle" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>外侧韧带松弛(ATFL、CFL)</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="check-circle" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>关节机械感受器受损</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="check-circle" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>滑膜刺激和炎症</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="check-circle" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>软骨下骨改变</span>
</li>
</ul>
<!-- 添加病理机制图 -->
<div class="mt-6 bg-gradient-to-r from-blue-50 to-blue-100 rounded-xl p-4">
<svg width="100%" height="80" viewBox="0 0 200 80">
<rect x="10" y="20" width="30" height="40" fill="#3b82f6" opacity="0.6" rx="4"/>
<rect x="50" y="10" width="30" height="50" fill="#60a5fa" opacity="0.8" rx="4"/>
<rect x="90" y="25" width="30" height="35" fill="#93c5fd" opacity="0.7" rx="4"/>
<rect x="130" y="15" width="30" height="45" fill="#3b82f6" opacity="0.5" rx="4"/>
<rect x="170" y="30" width="20" height="30" fill="#60a5fa" opacity="0.6" rx="4"/>
<!-- 连接线表示损伤传导 -->
<path d="M 40 40 L 50 35 M 80 30 L 90 42 M 120 37 L 130 32 M 160 45 L 170 45"
stroke="#ef4444" stroke-width="2" fill="none" stroke-dasharray="2,2"/>
</svg>
</div>
</div>
<div class="bg-white rounded-3xl p-8 shadow-xl hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2">
<div class="w-16 h-16 bg-gradient-to-br from-green-500 to-green-600 rounded-2xl flex items-center justify-center mb-6">
<i data-feather="brain" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-xl font-semibold text-slate-800 mb-4">功能因素</h3>
<ul class="space-y-3 text-slate-600">
<li class="flex items-start space-x-2">
<i data-feather="check-circle" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>本体感觉敏感性降低</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="check-circle" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>姿势控制受损</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="check-circle" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>肌肉力量下降</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="check-circle" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>运动模式改变</span>
</li>
</ul>
<!-- 神经系统图 -->
<div class="mt-6 bg-gradient-to-r from-green-50 to-green-100 rounded-xl p-4">
<svg width="100%" height="80" viewBox="0 0 200 80">
<!-- 大脑 -->
<ellipse cx="40" cy="25" rx="15" ry="12" fill="#10b981" opacity="0.7"/>
<!-- 脊髓 -->
<rect x="37" y="37" width="6" height="30" fill="#059669" opacity="0.8"/>
<!-- 神经传导路径 -->
<path d="M 43 45 Q 60 50 80 45 Q 100 40 120 45"
stroke="#065f46" stroke-width="2" fill="none"/>
<circle cx="80" cy="45" r="3" fill="#ef4444"/>
<circle cx="100" cy="40" r="3" fill="#ef4444"/>
<path d="M 120 45 Q 140 50 160 45" stroke="#065f46" stroke-width="2" fill="none"/>
<!-- 踝关节感受器 -->
<ellipse cx="170" cy="45" rx="8" ry="6" fill="#dc2626" opacity="0.6"/>
</svg>
</div>
</div>
<div class="bg-white rounded-3xl p-8 shadow-xl hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2">
<div class="w-16 h-16 bg-gradient-to-br from-purple-500 to-purple-600 rounded-2xl flex items-center justify-center mb-6">
<i data-feather="user" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-xl font-semibold text-slate-800 mb-4">风险因素</h3>
<ul class="space-y-3 text-slate-600">
<li class="flex items-start space-x-2">
<i data-feather="check-circle" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>既往踝关节扭伤史</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="check-circle" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>高水平运动参与</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="check-circle" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>康复依从性差</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="check-circle" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>遗传易感性</span>
</li>
</ul>
<!-- 风险评估图表 -->
<div class="mt-6 bg-gradient-to-r from-purple-50 to-purple-100 rounded-xl p-4">
<div class="space-y-3">
<div class="flex justify-between text-sm">
<span class="text-slate-600">年龄 18-25岁</span>
<span class="text-purple-600 font-medium">高风险</span>
</div>
<div class="flex justify-between text-sm">
<span class="text-slate-600">运动水平</span>
<span class="text-red-600 font-medium">很高</span>
</div>
<div class="flex justify-between text-sm">
<span class="text-slate-600">既往损伤</span>
<span class="text-orange-600 font-medium">多次</span>
</div>
<div class="flex justify-between text-sm">
<span class="text-slate-600">整体风险</span>
<span class="text-red-600 font-bold">85%</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Symptoms -->
<section id="symptoms" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-slate-800 mb-4">临床表现</h2>
<p class="text-xl text-slate-600 max-w-3xl mx-auto">
识别慢性踝关节不稳定的体征和症状,以便早期干预。
</p>
</div>
<div class="grid lg:grid-cols-2 gap-12 items-center">
<div class="space-y-6">
<div class="bg-gradient-to-r from-red-50 to-pink-50 p-6 rounded-2xl border border-red-100">
<h3 class="text-lg font-semibold text-slate-800 mb-4">主要症状</h3>
<div class="space-y-3">
<div class="flex items-center space-x-3">
<div class="w-2 h-2 bg-red-500 rounded-full"></div>
<span class="text-slate-600">反复踝关节扭伤</span>
</div>
<div class="flex items-center space-x-3">
<div class="w-2 h-2 bg-red-500 rounded-full"></div>
<span class="text-slate-600">持续的"打软腿"感觉</span>
</div>
<div class="flex items-center space-x-3">
<div class="w-2 h-2 bg-red-500 rounded-full"></div>
<span class="text-slate-600">活动时疼痛和不适</span>
</div>
<div class="flex items-center space-x-3">
<div class="w-2 h-2 bg-red-500 rounded-full"></div>
<span class="text-slate-600">踝关节周围肿胀</span>
</div>
</div>
<!-- 症状严重程度图表 -->
<div class="mt-4 bg-white rounded-xl p-4">
<div class="space-y-2">
<div class="flex justify-between text-sm">
<span class="text-slate-600">疼痛程度</span>
<span class="text-red-600 font-medium">中-重度</span>
</div>
<div class="w-full bg-slate-200 rounded-full h-2">
<div class="bg-red-500 h-2 rounded-full" style="width: 70%"></div>
</div>
</div>
</div>
</div>
<div class="bg-gradient-to-r from-orange-50 to-yellow-50 p-6 rounded-2xl border border-orange-100">
<h3 class="text-lg font-semibold text-slate-800 mb-4">功能障碍</h3>
<div class="space-y-3">
<div class="flex items-center space-x-3">
<div class="w-2 h-2 bg-orange-500 rounded-full"></div>
<span class="text-slate-600">在不平整路面行走困难</span>
</div>
<div class="flex items-center space-x-3">
<div class="w-2 h-2 bg-orange-500 rounded-full"></div>
<span class="text-slate-600">运动表现下降</span>
</div>
<div class="flex items-center space-x-3">
<div class="w-2 h-2 bg-orange-500 rounded-full"></div>
<span class="text-slate-600">对踝关节稳定性信心不足</span>
</div>
<div class="flex items-center space-x-3">
<div class="w-2 h-2 bg-orange-500 rounded-full"></div>
<span class="text-slate-600">害怕再次受伤</span>
</div>
</div>
<!-- 功能评估图 -->
<div class="mt-4 bg-white rounded-xl p-4">
<div class="grid grid-cols-3 gap-2 text-center">
<div class="bg-orange-100 rounded-lg p-2">
<div class="text-orange-600 font-bold">65%</div>
<div class="text-xs text-slate-600">日常活动</div>
</div>
<div class="bg-red-100 rounded-lg p-2">
<div class="text-red-600 font-bold">45%</div>
<div class="text-xs text-slate-600">运动能力</div>
</div>
<div class="bg-yellow-100 rounded-lg p-2">
<div class="text-yellow-600 font-bold">55%</div>
<div class="text-xs text-slate-600">生活质量</div>
</div>
</div>
</div>
</div>
<div class="bg-gradient-to-r from-blue-50 to-indigo-50 p-6 rounded-2xl border border-blue-100">
<h3 class="text-lg font-semibold text-slate-800 mb-4">相关疾病</h3>
<div class="space-y-3">
<div class="flex items-center space-x-3">
<div class="w-2 h-2 bg-blue-500 rounded-full"></div>
<span class="text-slate-600">骨软骨病变</span>
</div>
<div class="flex items-center space-x-3">
<div class="w-2 h-2 bg-blue-500 rounded-full"></div>
<span class="text-slate-600">腓骨肌腱病变</span>
</div>
<div class="flex items-center space-x-3">
<div class="w-2 h-2 bg-blue-500 rounded-full"></div>
<span class="text-slate-600">下胫腓联合损伤</span>
</div>
</div>
</div>
</div>
<div class="bg-gradient-to-br from-slate-100 to-slate-200 rounded-3xl p-8">
<!-- 体格检查示意图 -->
<div class="bg-white rounded-2xl p-6 shadow-lg mb-6">
<h3 class="text-lg font-semibold text-slate-800 mb-4">体格检查方法</h3>
<div class="space-y-4">
<div class="bg-gradient-to-r from-blue-50 to-blue-100 rounded-xl p-4">
<svg width="100%" height="100" viewBox="0 0 200 100">
<!-- 前抽屉试验示意图 -->
<rect x="80" y="40" width="40" height="50" fill="#3b82f6" opacity="0.7" rx="4"/>
<ellipse cx="100" cy="30" rx="20" ry="10" fill="#60a5fa" opacity="0.8"/>
<!-- 箭头指示检查方向 -->
<path d="M 60 65 L 80 65" stroke="#ef4444" stroke-width="3" marker-end="url(#arrowhead)"/>
<path d="M 140 65 L 120 65" stroke="#ef4444" stroke-width="3" marker-end="url(#arrowhead)"/>
<defs>
<marker id="arrowhead" markerWidth="10" markerHeight="7" refX="10" refY="3.5" orient="auto">
<polygon points="0 0, 10 3.5, 0 7" fill="#ef4444"/>
</marker>
</defs>
<text x="100" y="95" text-anchor="middle" class="text-sm fill-slate-600">前抽屉试验</text>
</svg>
</div>
<div class="space-y-4">
<div class="flex justify-between items-center">
<span class="text-sm text-slate-600">踝关节不稳定评估量表 (CAIT)</span>
<span class="px-3 py-1 bg-blue-100 text-blue-700 rounded-full text-sm font-medium">17-30分</span>
</div>
<div class="flex justify-between items-center">
<span class="text-sm text-slate-600">特发性踝关节不稳定 (IAI)</span>
<span class="px-3 py-1 bg-green-100 text-green-700 rounded-full text-sm font-medium">0-16分</span>
</div>
<div class="flex justify-between items-center">
<span class="text-sm text-slate-600">足踝能力测量</span>
<span class="px-3 py-1 bg-purple-100 text-purple-700 rounded-full text-sm font-medium">ADL</span>
</div>
</div>
</div>
</div>
<div class="bg-white rounded-2xl p-6 shadow-lg">
<h3 class="text-lg font-semibold text-slate-800 mb-4">特殊检查</h3>
<div class="space-y-3 text-sm text-slate-600">
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-blue-500 rounded-full"></div>
<span>前抽屉试验</span>
</div>
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-blue-500 rounded-full"></div>
<span>距骨倾斜试验</span>
</div>
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-blue-500 rounded-full"></div>
<span>Thompson试验</span>
</div>
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-blue-500 rounded-full"></div>
<span>单腿站立试验</span>
</div>
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-blue-500 rounded-full"></div>
<span>星形平衡测试</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Treatment -->
<section id="treatment" class="py-20 bg-gradient-to-br from-blue-50 to-indigo-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-slate-800 mb-4">循证治疗方案</h2>
<p class="text-xl text-slate-600 max-w-3xl mx-auto">
全面管理慢性踝关节不稳定的治疗方法。
</p>
</div>
<div class="grid lg:grid-cols-3 gap-8 mb-16">
<div class="bg-white rounded-3xl p-8 shadow-xl hover:shadow-2xl transition-all duration-300">
<div class="w-16 h-16 bg-gradient-to-br from-green-500 to-green-600 rounded-2xl flex items-center justify-center mb-6">
<i data-feather="heart" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-xl font-semibold text-slate-800 mb-4">保守治疗</h3>
<ul class="space-y-3 text-slate-600">
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>渐进式力量训练</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>本体感觉训练</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>平衡和稳定性训练</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>功能性运动模式训练</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-green-500 mt-0.5 flex-shrink-0"></i>
<span>活动调整</span>
</li>
</ul>
<!-- 康复训练示意图 -->
<div class="mt-6 bg-gradient-to-r from-green-50 to-green-100 rounded-xl p-4">
<svg width="100%" height="60" viewBox="0 0 200 60">
<!-- 训练进程图 -->
<circle cx="30" cy="30" r="12" fill="#10b981" opacity="0.8"/>
<text x="30" y="35" text-anchor="middle" class="text-xs fill-white font-bold">1</text>
<line x1="42" y1="30" x2="70" y2="30" stroke="#10b981" stroke-width="2"/>
<circle cx="80" cy="30" r="12" fill="#34d399" opacity="0.8"/>
<text x="80" y="35" text-anchor="middle" class="text-xs fill-white font-bold">2</text>
<line x1="92" y1="30" x2="120" y2="30" stroke="#34d399" stroke-width="2"/>
<circle cx="130" cy="30" r="12" fill="#6ee7b7" opacity="0.8"/>
<text x="130" y="35" text-anchor="middle" class="text-xs fill-white font-bold">3</text>
<line x1="142" y1="30" x2="170" y2="30" stroke="#6ee7b7" stroke-width="2"/>
<circle cx="180" cy="30" r="12" fill="#a7f3d0" opacity="0.8"/>
<text x="180" y="35" text-anchor="middle" class="text-xs fill-green-600 font-bold"></text>
</svg>
</div>
</div>
<div class="bg-white rounded-3xl p-8 shadow-xl hover:shadow-2xl transition-all duration-300">
<div class="w-16 h-16 bg-gradient-to-br from-blue-500 to-blue-600 rounded-2xl flex items-center justify-center mb-6">
<i data-feather="shield" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-xl font-semibold text-slate-800 mb-4">支持措施</h3>
<ul class="space-y-3 text-slate-600">
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-blue-500 mt-0.5 flex-shrink-0"></i>
<span>外部踝关节支撑</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-blue-500 mt-0.5 flex-shrink-0"></i>
<span>活动时使用支具</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-blue-500 mt-0.5 flex-shrink-0"></i>
<span>贴扎技术</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-blue-500 mt-0.5 flex-shrink-0"></i>
<span>鞋类调整</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-blue-500 mt-0.5 flex-shrink-0"></i>
<span>疼痛管理策略</span>
</li>
</ul>
<!-- 支具类型展示 -->
<div class="mt-6 bg-gradient-to-r from-blue-50 to-blue-100 rounded-xl p-4">
<div class="grid grid-cols-2 gap-2">
<div class="bg-white rounded-lg p-2 text-center">
<svg width="30" height="30" viewBox="0 0 40 40" class="mx-auto mb-1">
<rect x="10" y="10" width="20" height="25" fill="#3b82f6" opacity="0.7" rx="3"/>
<circle cx="20" cy="15" r="3" fill="white"/>
</svg>
<div class="text-xs text-slate-600">软质支具</div>
</div>
<div class="bg-white rounded-lg p-2 text-center">
<svg width="30" height="30" viewBox="0 0 40 40" class="mx-auto mb-1">
<rect x="8" y="8" width="24" height="28" fill="#1d4ed8" opacity="0.8" rx="4"/>
<rect x="12" y="12" width="16" height="20" fill="#3b82f6" opacity="0.6" rx="2"/>
</svg>
<div class="text-xs text-slate-600">硬质支具</div>
</div>
</div>
</div>
</div>
<div class="bg-white rounded-3xl p-8 shadow-xl hover:shadow-2xl transition-all duration-300">
<div class="w-16 h-16 bg-gradient-to-br from-purple-500 to-purple-600 rounded-2xl flex items-center justify-center mb-6">
<i data-feather="scissors" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-xl font-semibold text-slate-800 mb-4">手术治疗</h3>
<ul class="space-y-3 text-slate-600">
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-purple-500 mt-0.5 flex-shrink-0"></i>
<span>原位韧带修复</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-purple-500 mt-0.5 flex-shrink-0"></i>
<span>增强修复技术</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-purple-500 mt-0.5 flex-shrink-0"></i>
<span>重建手术</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-purple-500 mt-0.5 flex-shrink-0"></i>
<span>关节镜手术</span>
</li>
<li class="flex items-start space-x-2">
<i data-feather="arrow-right" class="w-4 h-4 text-purple-500 mt-0.5 flex-shrink-0"></i>
<span>处理相关病变</span>
</li>
</ul>
<!-- 手术示意图 -->
<div class="mt-6 bg-gradient-to-r from-purple-50 to-purple-100 rounded-xl p-4">
<svg width="100%" height="60" viewBox="0 0 200 60">
<!-- 关节镜手术示意图 -->
<ellipse cx="40" cy="30" rx="15" ry="20" fill="#8b5cf6" opacity="0.3" stroke="#7c3aed" stroke-width="2"/>
<rect x="55" y="20" width="60" height="8" fill="#7c3aed" opacity="0.7" rx="4"/>
<rect x="120" y="25" width="8" height="15" fill="#a855f7" opacity="0.8" rx="2"/>
<circle cx="150" cy="30" r="8" fill="#ef4444" opacity="0.6"/>
<text x="100" y="55" text-anchor="middle" class="text-xs fill-slate-600">关节镜手术</text>
</svg>
</div>
</div>
</div>
<div class="bg-white rounded-3xl p-8 shadow-xl">
<h3 class="text-2xl font-semibold text-slate-800 mb-6 text-center">治疗效果</h3>
<div class="grid md:grid-cols-4 gap-6">
<div class="text-center">
<div class="w-16 h-16 bg-green-100 rounded-2xl flex items-center justify-center mx-auto mb-4">
<span class="text-2xl font-bold text-green-600">85%</span>
</div>
<h4 class="font-semibold text-slate-800 mb-2">成功率</h4>
<p class="text-sm text-slate-600">规范康复保守治疗成功率</p>
<!-- 成功病例示意图 -->
<div class="mt-2 bg-green-50 rounded-lg p-2">
<div class="text-xs text-green-600">✓ 症状明显改善</div>
</div>
</div>
<div class="text-center">
<div class="w-16 h-16 bg-blue-100 rounded-2xl flex items-center justify-center mx-auto mb-4">
<span class="text-2xl font-bold text-blue-600">12</span>
</div>
<h4 class="font-semibold text-slate-800 mb-2"></h4>
<p class="text-sm text-slate-600">重返运动平均康复时间</p>
<div class="mt-2 bg-blue-50 rounded-lg p-2">
<div class="text-xs text-blue-600">⚡ 快速恢复</div>
</div>
</div>
<div class="text-center">
<div class="w-16 h-16 bg-purple-100 rounded-2xl flex items-center justify-center mx-auto mb-4">
<span class="text-2xl font-bold text-purple-600">90%</span>
</div>
<h4 class="font-semibold text-slate-800 mb-2">满意度</h4>
<p class="text-sm text-slate-600">患者对手术治疗的满意度</p>
<div class="mt-2 bg-purple-50 rounded-lg p-2">
<div class="text-xs text-purple-600">😊 患者满意</div>
</div>
</div>
<div class="text-center">
<div class="w-16 h-16 bg-orange-100 rounded-2xl flex items-center justify-center mx-auto mb-4">
<span class="text-2xl font-bold text-orange-600">95%</span>
</div>
<h4 class="font-semibold text-slate-800 mb-2">重返率</h4>
<p class="text-sm text-slate-600">运动员重返伤前运动水平</p>
<div class="mt-2 bg-orange-50 rounded-lg p-2">
<div class="text-xs text-orange-600">🏃 运动表现恢复</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Research -->
<section id="research" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-slate-800 mb-4">最新研究与证据</h2>
<p class="text-xl text-slate-600 max-w-3xl mx-auto">
支持当前慢性踝关节不稳定理解的关键文献和系统评价。
</p>
</div>
<div class="grid lg:grid-cols-2 gap-8">
<div class="space-y-6">
<div class="bg-gradient-to-r from-slate-50 to-blue-50 p-6 rounded-2xl border border-slate-200 hover:shadow-lg transition-all duration-300">
<div class="flex items-start space-x-4">
<div class="w-12 h-12 bg-blue-500 rounded-xl flex items-center justify-center flex-shrink-0">
<i data-feather="book" class="w-6 h-6 text-white"></i>
</div>
<div class="flex-1">
<h3 class="font-semibold text-slate-800 mb-2">系统评价</h3>
<p class="text-sm text-slate-600 mb-3">
Delahunt, E., 等 (2010). 急性和慢性外侧踝关节不稳定评估和治疗的当前概念。《运动训练期刊》。
</p>
<div class="flex items-center space-x-4 text-xs text-slate-500">
<span>运动训练期刊</span>
<span></span>
<span>影响因子: 3.2</span>
</div>
<div class="mt-2 bg-blue-100 rounded-lg p-2">
<div class="text-xs text-blue-600">📊 基于47项研究</div>
</div>
</div>
</div>
</div>
<div class="bg-gradient-to-r from-slate-50 to-green-50 p-6 rounded-2xl border border-slate-200 hover:shadow-lg transition-all duration-300">
<div class="flex items-start space-x-4">
<div class="w-12 h-12 bg-green-500 rounded-xl flex items-center justify-center flex-shrink-0">
<i data-feather="book" class="w-6 h-6 text-white"></i>
</div>
<div class="flex-1">
<h3 class="font-semibold text-slate-800 mb-2">临床实践指南</h3>
<p class="text-sm text-slate-600 mb-3">
Kaminski, T. W., 等 (2013). 国家运动训练师协会立场声明:运动员踝关节扭伤的保守治疗和预防。《运动训练期刊》。
</p>
<div class="flex items-center space-x-4 text-xs text-slate-500">
<span>I级证据</span>
<span></span>
<span>A类推荐</span>
</div>
<div class="mt-2 bg-green-100 rounded-lg p-2">
<div class="text-xs text-green-600">🎯 基于专家共识</div>
</div>
</div>
</div>
</div>
<div class="bg-gradient-to-r from-slate-50 to-purple-50 p-6 rounded-2xl border border-slate-200 hover:shadow-lg transition-all duration-300">
<div class="flex items-start space-x-4">
<div class="w-12 h-12 bg-purple-500 rounded-xl flex items-center justify-center flex-shrink-0">
<i data-feather="book" class="w-6 h-6 text-white"></i>
</div>
<div class="flex-1">
<h3 class="font-semibold text-slate-800 mb-2">Meta分析</h3>
<p class="text-sm text-slate-600 mb-3">
Doherty, C., 等 (2016). 运动中踝关节扭伤的发生率和患病率:系统评价和Meta分析。《英国运动医学期刊》。
</p>
<div class="flex items-center space-x-4 text-xs text-slate-500">
<span>英国运动医学期刊</span>
<span></span>
<span>影响因子: 12.7</span>
</div>
<div class="mt-2 bg-purple-100 rounded-lg p-2">
<div class="text-xs text-purple-600">📈 涵盖18项队列研究</div>
</div>
</div>
</div>
</div>
</div>
<div class="space-y-6">
<div class="bg-gradient-to-r from-slate-50 to-red-50 p-6 rounded-2xl border border-slate-200 hover:shadow-lg transition-all duration-300">
<div class="flex items-start space-x-4">
<div class="w-12 h-12 bg-red-500 rounded-xl flex items-center justify-center flex-shrink-0">
<i data-feather="book" class="w-6 h-6 text-white"></i>
</div>
<div class="flex-1">
<h3 class="font-semibold text-slate-800 mb-2">纵向研究</h3>
<p class="text-sm text-slate-600 mb-3">
Gribble, P. A., 等 (2016). 慢性踝关节不稳定研究:系统评价和随机对照试验发现的系统评价和Meta分析。《骨科与运动物理治疗期刊》。
</p>
<div class="flex items-center space-x-4 text-xs text-slate-500">
<span>长期随访</span>
<span></span>
<span>2-5年结果</span>
</div>
<div class="mt-2 bg-red-100 rounded-lg p-2">
<div class="text-xs text-red-600">⏱️ 平均随访3.2年</div>
</div>
</div>
</div>
</div>
<div class="bg-gradient-to-r from-slate-50 to-indigo-50 p-6 rounded-2xl border border-slate-200 hover:shadow-lg transition-all duration-300">
<div class="flex items-start space-x-4">
<div class="w-12 h-12 bg-indigo-500 rounded-xl flex items-center justify-center flex-shrink-0">
<i data-feather="book" class="w-6 h-6 text-white"></i>
</div>
<div class="flex-1">
<h3 class="font-semibold text-slate-800 mb-2">国际共识</h3>
<p class="text-sm text-slate-600 mb-3">
Gribble, P. A., 等 (2017). 运动中的踝关节不稳定:国际踝关节联盟共识。《英国运动医学期刊》。
</p>
<div class="flex items-center space-x-4 text-xs text-slate-500">
<span>国际踝关节联盟</span>
<span></span>
<span>共识声明</span>
</div>
<div class="mt-2 bg-indigo-100 rounded-lg p-2">
<div class="text-xs text-indigo-600">🌍 23个国家专家参与</div>
</div>
</div>
</div>
</div>
<div class="bg-gradient-to-r from-slate-50 to-yellow-50 p-6 rounded-2xl border border-slate-200 hover:shadow-lg transition-all duration-300">
<div class="flex items-start space-x-4">
<div class="w-12 h-12 bg-yellow-500 rounded-xl flex items-center justify-center flex-shrink-0">
<i data-feather="book" class="w-6 h-6 text-white"></i>
</div>
<div class="flex-1">
<h3 class="font-semibold text-slate-800 mb-2">临床综述</h3>
<p class="text-sm text-slate-600 mb-3">
Thompson, C., 等 (2018). 慢性踝关节不稳定:当前概念综述。《足踝 clinics》。
</p>
<div class="flex items-center space-x-4 text-xs text-slate-500">
<span>足踝 clinics</span>
<span></span>
<span>综合综述</span>
</div>
<div class="mt-2 bg-yellow-100 rounded-lg p-2">
<div class="text-xs text-yellow-600">📚 最新治疗进展</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mt-12 text-center">
<button class="px-8 py-4 bg-gradient-to-r from-blue-600 to-blue-700 text-white rounded-2xl font-semibold hover:from-blue-700 hover:to-blue-800 transition-all duration-300 shadow-lg hover:shadow-xl">
<i data-feather="download" class="w-4 h-4 inline mr-2"></i>
下载完整参考文献列表
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-16 bg-slate-800 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8">
<div class="col-span-2">
<div class="flex items-center space-x-2 mb-4">
<div class="w-8 h-8 bg-gradient-to-br from-blue-500 to-blue-600 rounded-lg flex items-center justify-center">
<i data-feather="activity" class="w-4 h-4 text-white"></i>
</div>
<span class="text-xl font-semibold">AnkleCare</span>
</div>
<p class="text-slate-300 mb-6 max-w-md">
为医疗保健专业人员和患者提供关于慢性踝关节不稳定的循证信息。
仅供教育目的 - 不能替代专业医疗建议。
</p>
<div class="text-sm text-slate-400">
<p>最后更新:2024年12月</p>
<p>如遇医疗紧急情况,请立即联系您的医疗保健提供者。</p>
</div>
</div>
<div>
<h4 class="font-semibold mb-4">资源</h4>
<ul class="space-y-2 text-slate-300">
<li><a href="#" class="hover:text-blue-400 transition-colors">研究数据库</a></li>
<li><a href="#" class="hover:text-blue-400 transition-colors">临床指南</a></li>
<li><a href="#" class="hover:text-blue-400 transition-colors">患者教育</a></li>
<li><a href="#" class="hover:text-blue-400 transition-colors">专业培训</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">支持</h4>
<ul class="space-y-2 text-slate-300">
<li><a href="#" class="hover:text-blue-400 transition-colors">联系我们</a></li>
<li><a href="#" class="hover:text-blue-400 transition-colors">隐私政策</a></li>
<li><a href="#" class="hover:text-blue-400 transition-colors">使用条款</a></li>
<li><a href="#" class="hover:text-blue-400 transition-colors">免责声明</a></li>
</ul>
</div>
</div>
<div class="border-t border-slate-700 mt-12 pt-8 text-center text-slate-400">
<p>&copy; 2024 踝关节护理教育资源。基于同行评议文献的教育内容。</p>
</div>
</div>
</footer>
<script src="script.js"></script>
<script>feather.replace();</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>