<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>Domain has expired</title>
    <style type="text/css">
        body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
            margin: 0;
            padding: 0
        }

        body {
            font: 14px/1.5 'Microsoft YaHei', '微软雅黑', Helvetica, Sans-serif;
            min-width: 1200px;
            background: #f0f1f3;
        }

        :focus {
            outline: 0
        }

        h1, h2, h3, h4, h5, h6, strong {
            font-weight: 700
        }

        a {
            color: #428bca;
            text-decoration: none
        }

        a:hover {
            text-decoration: underline
        }

        .error-page {
            background: #f0f1f3;
            padding: 80px 0 180px
        }

        .error-page-km-container {
            position: relative;
            z-index: 1
        }

        .error-page-km-main {
            position: relative;
            background: #f9f9f9;
            margin: 0 auto;
            width: 800px;
            -ms-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .error-page-km-main h3 {
            font-size: 24px;
            font-weight: 400;
            background: linear-gradient(289deg, rgb(20, 37, 141) 0%, rgb(5, 16, 68) 85%, rgb(4, 15, 65) 100%) !important;
            color: #fff;
            padding: 5px 50px 0px;
        }

        .error-page-km-main h3 strong {
            font-size: 50px;
            font-weight: 400;
            margin-right: 20px
        }

        .error-page-km-main h4 {
            font-size: 20px;
            font-weight: 400;
            color: #333
        }

        .error-page-km-actions {
            font-size: 0;
            z-index: 100
        }

        .error-page-km-actions div {
            font-size: 14px;
            padding: 30px 50px 50px 50px;
            -width: 50%;
            -ms-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            color: #838383
        }

        .error-page-km-actions ol {
            list-style: inside;
            padding-left: 20px
        }

        .error-page-km-actions li {
            line-height: 2.5em
        }

        .error-page-km-actions:before {
            content: '';
            display: block;
            position: absolute;
            z-index: -1;
            bottom: 17px;
            left: 50px;
            width: 200px;
            height: 10px;
            -moz-box-shadow: 4px 5px 31px 11px #999;
            -webkit-box-shadow: 4px 5px 31px 11px #999;
            box-shadow: 4px 5px 31px 11px #999;
            -moz-transform: rotate(-4deg);
            -webkit-transform: rotate(-4deg);
            -ms-transform: rotate(-4deg);
            -o-transform: rotate(-4deg);
            transform: rotate(-4deg)
        }

        .error-page-km-actions:after {
            content: '';
            display: block;
            position: absolute;
            z-index: -1;
            bottom: 17px;
            right: 50px;
            width: 200px;
            height: 10px;
            -moz-box-shadow: 4px 5px 31px 11px #999;
            -webkit-box-shadow: 4px 5px 31px 11px #999;
            box-shadow: 4px 5px 31px 11px #999;
            -moz-transform: rotate(4deg);
            -webkit-transform: rotate(4deg);
            -ms-transform: rotate(4deg);
            -o-transform: rotate(4deg);
            transform: rotate(4deg)
        }

    </style>
</head>
<body>
<div class="error-page">
    <div class="error-page-km-container">
        <div class="error-page-km-main">
            <h3><strong id="domain">404</strong><span>此域名已经过期！</span></h3>
            <div class="error-page-km-actions">
                <div>
                    <h4>原因：</h4>
                    <ol>
                        <li>您的域名服务已经到期，请联系域名注册商进行续费。</li>
                        <li>The domain name you visited has expired, please contact the domain registrar for renewal!</li>
                    </ol>
                </div>
            </div>
        </div>
    </div>
</div>
<script type="text/javascript">
    document.getElementById("domain").innerHTML = document.domain;
</script>
</body>
</html>