<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!doctype html&gt;
&lt;html lang="zh-CN"&gt;
&lt;head&gt;
    &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;
    &lt;meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"&gt;
    &lt;title&gt;你所访问的页面不存在 (404)&lt;/title&gt;
    &lt;!--[if lt IE 9]&gt;
    &lt;script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
    &lt;![endif]--&gt;
    &lt;style&gt;
        html {
            height: 100%;
        }

        /* always display scrollbars */
        body {
            height: 100%;
            font-size: 62.5%;
            line-height: 1;
            font-family: Arial, Tahoma, Verdana, sans-serif;
        }

    
        /* IE 6/7 */
        .clear {
            zoom: 1
        }

        body {
            font-family: Helvetica, Arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            overflow: hidden;
        }

        #wrapper {
            height: 100%;
            background:#fff;
        }

body {
    overflow-x: hidden
}

.page-warp .page-content {
    flex-grow: 1
}

.page-warp {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.error-wrap {
    display: flex;
    height: 100vh;
}


@media(min-width: 1000px) {
    .error-wrap .error-container {
        margin:auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1000px
    }

    .error-wrap .error-img {
        width: 600px;
        padding-right: 100px
    }

    .error-wrap .error-text {
        width: 400px
    }
}

.error-wrap .error-img {
    text-align: center
}

.error-wrap .error-img img {
    max-width: 100%
}

.error-wrap .error-text .links a {
    display: inline-block;
    font-size: 14px;
    padding: 12px 35px;
    border-radius: 21px;
    cursor: pointer;
    color:#fff;
    text-decoration: none;
}

.error-wrap .error-text .links a {
    border: 1px solid #a0c6fd;
    color: #333c5e
}

.error-wrap .error-text .links a:hover {
    background: #a0c6fd;
    color: #fff
}

.error-wrap .error-code {
    font-family: Arial;
    color: #ffc14e;
    font-size: 136px;
    margin-bottom: 20px
}

.error-wrap .error-msg {
    font-size: 22px;
    color: #333c5e;
    margin-bottom: 52px
}

@media(max-width: 1000px) {
    .error-wrap .error-container {
        width:100%
    }

    .error-wrap .error-img {
        margin-bottom: 20px;
        padding: 0 20px
    }

    .error-wrap .error-text {
        text-align: center
    }

    .error-wrap .error-text .links a {
        padding: 6px 20px;
        border-radius: 12px
    }

    .error-wrap .error-code {
        font-size: 60px;
        margin-bottom: 10px
    }

    .error-wrap .error-msg {
        font-size: 16px;
        margin-bottom: 15px
    }
}
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id="wrapper"&gt;
    &lt;div id="__layout"&gt;
        &lt;div class="page-warp"&gt;
            &lt;div class="error-wrap"&gt;
                &lt;div class="error-container"&gt;
                    &lt;div class="error-img"&gt;
                    &lt;img src="https://gcdn.myxypt.com/images/404.png" alt=""&gt;
                    &lt;/div&gt;
                    &lt;div class="error-text"&gt;
                        &lt;div class="error-code"&gt;404&lt;/div&gt;
                        &lt;div class="error-msg"&gt;你所访问的页面不存在 (404)&lt;/div&gt;
                        
                        &lt;div class="links"&gt;
                            &lt;a href="https://www.kingbrighter.com/"&gt;返回首页&lt;/a&gt;
                        &lt;/div&gt; 
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;




&lt;script type="text/javascript"&gt;
function isIFrameSelf(){try{if(window.top ==window){return false;}else{return true;}}catch(e){return true;}}
function toHome(){ if(!isIFrameSelf()){ window.locations.href="https://www.kingbrighter.com/";}}
window.setTimeout("toHome()",10000);
&lt;/script&gt;


&lt;/html&gt;</pre></body></html>