<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>页面不存在</title><script src="http://static.hztywl.cn/errorpage/index.global.js"></script><link href="http://static.hztywl.cn/errorpage/all.min.css" rel="stylesheet"><style>@keyframes fadeIn{from{opacity:0;transform:translateY(-20px);}to{opacity:1;transform:translateY(0);}}body{background-color:#f3f4f6;font-family:"Inter",sans-serif;}.main-container{animation:fadeIn 0.6s ease-out;}</style></head><body class="flex flex-col min-h-screen justify-center items-center bg-gray-100"><div class="main-container bg-white p-12 rounded-lg shadow-xl max-w-md w-full text-center space-y-6"><i class="fa-solid fa-search text-6xl text-red-500"></i><h1 class="text-4xl font-bold text-gray-800">页面不存在</h1><p class="text-lg text-gray-600">您请求的页面不存在或已被删除，请检查网址是否正确或返回首页浏览。</p></body></html>