﻿<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 页面不存在 - 万车网</title>
<meta name="Keywords" content="404,页面不存在"/>
<meta name="Description" content="您访问的页面不存在或已被删除，万车网为您提供最新汽车资讯、汽车百科、汽车报价、试驾体验等内容，帮助您快速找到需要的信息，返回首页继续浏览。"/>
<style>
    /* 渐变背景动画 */
    body {
        font-family: "Microsoft YaHei", Arial, sans-serif;
        margin:0; padding:0;
        background: linear-gradient(-45deg, #f6f8fb, #e9eff5, #d0e1f9, #f6f8fb);
        background-size: 400% 400%;
        animation: gradientBG 15s ease infinite;
        color:#333;
        overflow-x:hidden;
        position:relative;
    }
    @keyframes gradientBG {
        0% {background-position:0% 50%;}
        50% {background-position:100% 50%;}
        100% {background-position:0% 50%;}
    }

    a {text-decoration:none; color:#333;}
    a:hover {color:#0073e6;}
    .nav {
        background:#fff; border-bottom:1px solid #ddd; padding:12px 0; text-align:center; position:sticky; top:0; z-index:1000;
    }
    .nav a {margin:0 12px; font-size:14px; transition:0.3s;}
    .nav a:hover {color:#ff416c;}
    .container {max-width:960px; margin:80px auto 50px; text-align:center; padding:0 20px;}
    .notfound {
        background:rgba(255,255,255,0.9); padding:60px 40px; border-radius:12px;
        box-shadow:0 10px 25px rgba(0,0,0,0.1); display:inline-block;
        text-align:center;
        animation: fadeIn 1s ease-in-out;
    }
    .notfound h1 {
        font-size:120px; color:#ff416c; margin-bottom:20px;
        font-weight:bold;
        animation: jump 1.5s infinite;
    }
    .notfound h2 {
        font-size:28px; color:#333; margin-bottom:20px;
    }
    .notfound p {
        font-size:16px; color:#555; margin-bottom:30px;
    }
    .notfound a.btn {
        display:inline-block; padding:14px 40px;
        background: linear-gradient(135deg,#ff4b2b,#ff416c);
        color:#fff; font-size:18px; border-radius:8px;
        transition: all 0.3s;
    }
    .notfound a.btn:hover {
        background: linear-gradient(135deg,#ff416c,#ff4b2b);
        transform: translateY(-5px) scale(1.05);
        box-shadow:0 8px 20px rgba(255,65,108,0.4);
    }
    .footer {
        margin-top:50px; font-size:14px; color:#666; line-height:1.8; text-align:center;
    }
    @keyframes jump {
        0%,100% {transform: translateY(0);}
        50% {transform: translateY(-15px);}
    }
    @keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}
    }
    @media(max-width:768px){
        .nav a {display:block; margin:5px 0;}
        .notfound {padding:40px 20px;}
        .notfound h1 {font-size:80px;}
        .notfound h2 {font-size:22px;}
        .notfound p {font-size:14px;}
        .notfound a.btn {width:80%; padding:12px; font-size:16px;}
    }
</style>
</head>
<body>
    <!-- 顶部导航 -->
    <div class="nav">
        <a href="/">首页</a>
        <a href="/news">车市资讯</a>
        <a href="/carfilter">车型库</a>
        <a href="/gallery">图库/实拍</a>
        <a href="/dealerlist">经销商</a>
        <a href="/column/67">直播</a>
        <a href="/media">自媒体</a>
        <a href="/rank">排行榜</a>
        <a href="/tuangou">团车</a>
        <a href="/column/57">车知道</a>
        <a href="/chebaike.html">百科</a>
        <a href="/cb">文化</a>
    </div>

    <!-- 404 提示区 -->
    <div class="container">
        <div class="notfound">
            <h1>404</h1>
            <h2>您访问的页面不存在（404）</h2>
            <p>抱歉，您访问的页面可能已被删除或输入的链接有误。您可以返回首页继续浏览或使用导航快速找到内容。</p>
            <a class="btn" href="/">返回首页</a>
        </div>
    </div>

    <!-- 页脚信息 -->
    <div class="footer">
        <p>客服热线：周一至周五（9:00-18:00）</p>
        <p>合作洽谈：15901506700 | 投稿邮箱：272402654@qq.com</p>
        <p>Copyright 2012-2025 尚车悠扬（北京）文化传播有限公司 Inc. All Rights Reserved.</p>
        <p>备案号: <a rel="nofollow" href="https://beian.miit.gov.cn/" target="_blank">京ICP备15050641号</a></p>
    </div>
</body>
</html>
