﻿<!DOCTYPE html>
<!--[if lt IE 7]><html class="ie ie6" lang="zh"> <![endif]-->
<!--[if IE 7]><html class="ie ie7" lang="zh"> <![endif]-->
<!--[if IE 8]><html class="ie ie8" lang="zh"> <![endif]-->
<!--[if IE 9]><html class="ie ie9" lang="zh"> <![endif]-->
<!--[if IE]><html class="ie" lang="zh"><![endif]-->
<html lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>404报错</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="http://y2.ifengimg.com/package/t_20130307__13451/css/404.css" />
<script type="text/javascript" src="http://y1.ifengimg.com/package/t_20120416__9425/js/jquery-1.7.2.min.js"></script>

</head>
<body>
<style type="text/css">
.h_infoNav{width:100%;margin:0 auto;background:url(http://y2.ifengimg.com/82359503d37bb3dd/2013/0307/n_10.gif) repeat-x bottom;height:32px;position:relative;z-index:800; font-size:12px; font-family: simsun}
.h_masthead{height:32px;width:990px;margin:0 auto;padding:0 0 0 10px; position:relative;}
.h_masthead p{float:left;padding-top:10px;line-height:normal}
.h_infoNav .h_s01{background:url(http://y2.ifengimg.com/82359503d37bb3dd/2013/0307/n_12.gif) no-repeat left center;padding:0 15px;_padding:2px 15px 0}
.h_infoNav .h_s02{background:url(http://y2.ifengimg.com/82359503d37bb3dd/2013/0307/n_13.gif) no-repeat left center;padding:0 15px 0 12px;_padding:2px 23px 0 12px}
.h_infoNav .h_s03{background:url(http://y2.ifengimg.com/82359503d37bb3dd/2013/0307/icon_c.gif) no-repeat left center;padding:0 15px 0 12px;_padding:2px 23px 0 12px;}/*130106a*/
.h_infoNav .h_set{float:right; padding:10px 10px 0 0;}
.h_set .cGray a{ padding-left:3px;}
.h_set .cRed{color:#666; padding-left:10px;}
.cGray2,.cGray2 a:link,.cGray2 a:visited,.cGray2 a:hover,.cGray2 a:active{color:#666;}
</style>
  <!--顶部导航-->
  <div class="h_infoNav">
    <div class="h_masthead">
      <p><span class="h_s01 cRed"><a href="http://www.ifeng.com/" target="_blank">凤凰网首页</a></span>
         <span class="h_s02 cRed"><a href="http://3g.ifeng.com" target="_blank">手机凤凰网</a></span> 
         <span class="h_s03 cRed"><a href="http://i.ifeng.com/newsapp" target="_blank">新闻客户端</a></span>
      <span class="cGray2" id="h_getDay"> </span></p>
      <div class="h_set">
        <span class="cGray2"><a href="javascript:setHomepage('http://games.ifeng.com/')" id="h_sethomea">设为首页</a> <a href="javascript:AddFavorite('http://games.ifeng.com/','凤凰网游戏');">收藏本站</a> <div id="h_login" style="display:inline;"><a style="cursor:pointer;" onclick="showregbox();">注册</a> <a style="cursor:pointer;" onclick="showloginbox();">登录</a></div></span><div id="h_welcome" style="display:inline;"></div>
       </div>        
        <div class="h_indexLogin" id="h_loginbox" style="display:none;">
          <div class="h_close cGray2"><a onclick="closeloginbox();" style="cursor:pointer;">关闭</a></div>
          <div class="clear"></div>
            <form action="http://my.ifeng.com/?_c=index&_a=login" method="post" id="h_form1" name="l_f">
              <ul>
              <li><label>账号 </label><input name="uname" type="text" class="h_text" id="h_uname" onfocus="javascript:if (value=='') {this.className='h_text'};" onblur="javascript:if (value=='text') {this.className='h_text'};" /></li>
              <li><label>密码 </label><input name="pass" type="password" class="h_text" id="h_pass" onfocus="javascript:if (value=='') {this.className='h_text'};" onblur="javascript:if (value=='text') {this.className='h_text'};" /></li>
              <li>
              <input name="Submit" type="button" class="h_btn04" value="" onclick="javascript:CheckInfo();"/>
              </li>
              </ul>
              <div class="h_indexReg">没有账号？<br />
              <a href="http://my.ifeng.com/?_c=register&_a=new-account" target="_blank">立即注册</a></div>
              <input type="hidden" name="backurl" id="h_backurl" value="" />
            </form>
        </div>
    </div>
  <script src="http://h0.ifengimg.com/js/cn_date.js"></script>
  <script type="text/javascript">
  document.getElementById("h_getDay").innerHTML=getCnDateTimeStr();
  var bkurl=window.location.href
  document.getElementById("h_backurl").value=bkurl;
  function AddFavorite(sURL, sTitle){
    try{
      window.external.addFavorite(sURL, sTitle);
    }catch (e){
      try{
        window.sidebar.addPanel(sTitle, sURL, "");
      }catch (e){
        alert("加入收藏失败，请使用Ctrl+D进行添加");
      }
    }
  }
  function setHomepage(pageURL) {
    if (document.all) {
      document.body.style.behavior='url(#default#homepage)';
      document.body.setHomePage(pageURL);
    }else {
      try { //IE
        netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
      } catch (e) {
        try{ //Firefox
          var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components. interfaces.nsIPrefBranch);
        prefs.setCharPref('browser.startup.homepage',pageURL);         
        } catch(e) {
          alert( "您的浏览器不支持该操作，请使用浏览器菜单手动设置." );
        }
      }
    }
  }
  function closeloginbox(){
    document.getElementById('h_loginbox').style.display='none';
  }
  function hideloginbox() {
    (document.getElementById("h_loginbox").style.display=="none")?(document.getElementById("h_loginbox").style.display=""):(document.getElementById("h_loginbox").style.display="none");
  }
  function CheckInfo(){
    var cookieEnabled=(navigator.cookieEnabled)?true:false;
    if(!cookieEnabled){ alert('请开启浏览器COOKIE功能！'); return false; }
    if(document.getElementById('h_uname').value==''||document.getElementById('h_uname').value==null){alert('请输入用户名'); document.getElementById('h_uname').focus(); return false;}
    if(document.getElementById('h_pass').value==''||document.getElementById('h_pass').value==null){ alert('请输入密码');document.getElementById('h_pass').focus();return false;  }
    document.getElementById('h_form1').submit();
    return false;
  }
  function cb_userdetail() {
    var msg='<span class="cRed"><a href="http://my.ifeng.com/?_c=index&_a=my" target="_blank">'+sso_username+'</a> 欢迎你</span><span class="cGray"><a href="http://my.ifeng.com/?_c=index&_a=logout&backurl='+escape(bkurl)+'" id="btnlogout">退出</a></span>';
    document.getElementById("h_welcome").innerHTML=msg;
    document.getElementById("h_login").style.display="none";
    document.getElementById("h_welcome").style.display="inline";
  }
  function getCookie_comment(name){
    var arr = document.cookie.match(new RegExp('(^| )'+name+'=([^;]*)(;|$)'));
    if(arr!=null) return arr[2];
    return null;
  }
  var sid = getCookie_comment("sid");

  if(sid&&sid.length>32) {
    sso_username=decodeURIComponent(sid.substr(32));
    cb_userdetail();
  }
  </script>
  </div>
  <!--end-->

  <div class="page">
    <!--此部分为游戏内容-->
    <script type="text/javascript" src="http://games.ifeng.com/webgame/bcs/games-404.shtml"></script>
    <!--end-->

    <div class="copyright">
      <a href="http://www.ifeng.com/corp/about/intro/" target="_blank">凤凰新媒体介绍</a>|<a href="http://ir.ifeng.com/" target="_blank">投资者关系 Investor Relations</a>|<a href="http://www.ifeng.com/corp/ad/" target="_blank">广告服务</a>|<a href="http://career.ifeng.com/" target="_blank">诚征英才</a>|<a href="http://www.ifeng.com/corp/privacy/" target="_blank">保护隐私权</a>|<a href="http://www.ifeng.com/corp/exemption/" target="_blank">免责条款</a>|<a href="http://www.ifeng.com/corp/counselor/" target="_blank">法律顾问</a>|<a href="http://www.ifeng.com/corp/feedback/" target="_blank">意见反馈</a>|<a href="http://phtv.ifeng.com/intro/" target="_blank">凤凰卫视介绍</a>
      <p>北京天盈九州网络技术有限公司 凤凰新媒体 版权所有<br>
          Copyright <font style="font-family:Arial">&copy;</font> 2011 Phoenix New Media Limited All Rights Reserved.</p>
    </div>
  </div>
<link rel="stylesheet" href="http://h1.ifengimg.com/326d83b8d50a6146/2013/0306/loginreg_v2.css" />
<script type="text/javascript" src="http://play.ifeng.com/resource_new/js/loginreg.js"></script>
</body>
</html>
