
<!DOCTYPE html>
<!--[if lt IE 7]><html class="ie ie6 lt8 lt9 lt10"><![endif]-->
<!--[if IE 7]><html class="ie ie7 lt8 lt9 lt10"><![endif]-->
<!--[if IE 8]><html class="ie ie8 lt9 lt10"><![endif]-->
<!--[if IE 9]><html class="ie ie9 lt10"><![endif]-->
<!--[if (gt IE 9) | !(IE)]><!-->
<html>
<!--<![endif]-->
<head>
    <meta charset="utf-8">
    <!--xhrcms_start_author-->
    <meta name="author" content="xinhongru">
    <!--xhrcms_end_author-->
    <!--xhrcms_start_keywords-->
    <meta name="keywords" content="赛轮404">
    <!--xhrcms_end_keywords-->
    <!--xhrcms_start_description-->
    <meta name="description" content="赛轮404">
    <!--xhrcms_end_description-->
    <meta name="renderer" content="webkit" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1,user-scalable=no" name="viewport" />
    <title>赛轮404</title>
    <link rel="shortcut icon" href="/upload/static/images/favicon.ico" type="image/x-icon" />
    <link rel="Bookmark" href="/upload/static/images/favicon.ico" />
    <link rel="stylesheet" href="https://at.alicdn.com/t/c/font_4890751_pinjrsqbwb.css">
    <script>if (/*@cc_on!@*/false && document.documentMode === 10) document.documentElement.className += ' ie10';</script>
    <script>if (/*@cc_on!@*/false && document.documentMode === 11) document.documentElement.className += ' ie11';</script>
    <!-- 添加IE10+Class -->
    <style>
        *{padding: 0; margin: 0;}
        html,body{font-size: calc(100vw / 19.20); overflow: hidden;}
        .img_404{width: 62.5%; margin: 0 auto; position: relative; overflow: hidden;}
        .img_404 img{width: 100%;}
        .img_404::before{
            content: '\e609';
            font-family: 'iconfont';
            z-index: 10;
            position: absolute;
            left: -0.5rem;
            top:62%;
            color: #005bac;
            font-size:0.42rem; line-height: 1;
            animation: gongd 1.5s infinite;
            -webkit-animation: gongd 1.5s infinite; /* Safari 与 Chrome */}

        @media only screen and (max-width:767px) {
            .img_404{ width: 100%;}
            html,body{font-size: calc(100vw / 7.67); }
            .img_404::before{ top:58%;}
        }

        @keyframes gongd
        {
            from {left: 5%;}
            to {left:90%;transform: rotate(1230deg);}
        }

        @-webkit-keyframes gongd
        {
            from {left:5%;}
            to {left:90%;transform: rotate(1230deg);}
        }
    </style>
</head>
<body>
<div class="img_404">
    <img src="/static/images/404.jpg" alt="404">
</div>
</body>
</html>    

