<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
    <title>对不起，你要找的页面已经丢失</title>
    <meta name="apple-mobile-web-app-capable" content="yes"/>
    <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
    <meta name="applicable-device" content="pc,mobile">
    <meta content="telephone=no" name="format-detection"/>
    <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
    <meta name="renderer" content="webkit">
    <meta name="robots" content="noindex" />
    <link rel="stylesheet" type="text/css" href="/Public/Home/default/css/main.css">
    <link rel="stylesheet" type="text/css" href="/Public/Home/default/css/wap-main.css">
    <style type="text/css">
        html, body {
            cursor: inherit !important;
        }

        .error_page_wrap {
            width: 100vw;
            height: 100vh;
            position: relative;
            z-index: 1;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

        .error_page_box {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
        }

        .error_page_max {
            font-size: 200px;
            text-align: center;
            color: #cccccc;
        }

        .error_page_min {
            font-size: 20px;
            line-height: 36px;
            color: #000000;
            text-align: center;
        }

        .error_page_content {
            position: relative;
            z-index: 2;
        }

        .error_read_btn {
            width: 180px;
            margin: 45px auto 0;
            overflow: hidden;
        }

        .error_read_btn .error_lnk {
            display:-webkit-box;
            display:-webkit-flex;
            display:flex;
            text-align:center;
            width: 100%;
            line-height: 56px;
            -webkit-border-radius: 28px;
            border-radius: 28px;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        .error_read_btn .error_before {
            display:block;
            position: absolute;
            left: 0;
            top: 0;
            width: 0%;
            height: 100%;
            z-index: -1;
            -webkit-transition: all .6s ease;
            transition: all .6s ease;
            /*background: #27b2f4;*/
            background: #00cbcb;
        }
        .error_read_btn:hover .error_before{
            width:100%;
        }
        .error_read_btn .error_after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
            -webkit-transition: all .6s ease;
            transition: all .6s ease;
            /*background-image: linear-gradient(to left, #001c79, #27b2f4);*/
            background-image: linear-gradient(to left, #0066ff, #00cbcb);
        }
        .error_btn_text {
            font-size: 16px;
            color: #fff;
        }


        @media screen and (max-width: 1200px) {

            .error_page_max {
                font-size: 100px;
            }

            .error_page_min {
                font-size: 16px;
                line-height: 28px;
            }

            .error_read_btn {
                width: 150px;
                margin: 15px auto 0;
            }

            .error_read_btn .error_lnk {
                width: 100%;
                line-height: 48px;
            }

            .error_btn_text {
                font-size: 14px;
            }

        }

        @media screen and (min-width: 1200px) and (max-width: 1400px) {

            .error_page_max {
                font-size: 140px;
            }

            .error_page_min {
                font-size: 16px;
                line-height: 28px;
            }

            .error_read_btn {
                width: 130px;
                margin: 20px auto 0;
            }

            .error_read_btn .error_lnk {
                line-height: 42px;
            }

            .error_btn_text {
                font-size: 12px;
            }
        }

        @media screen and (min-width: 1400px) and (max-width: 1900px) {

            .error_page_max {
                font-size: 170px;
            }

            .error_page_min {
                font-size: 18px;
                line-height: 38px;
            }

            .error_read_btn {
                width: 160px;
                margin: 30px auto 0;
            }

            .error_read_btn .error_lnk {
                line-height: 48px;
            }

            .error_btn_text {
                font-size: 14px;
            }


        }

        </style>
</head>
<body>
<div class="error_page_wrap flex">
    <div class="error_page_box cover">
        <img src="/Public/Home/default/images/img_404.jpg"/>
    </div>
    <div class="error_page_content">
        <div class="error_page_max Manrope-Regular">404</div>
        <div class="error_page_min">
            <p>对不起，你要找的页面已经丢失</p>
            <p>你还可以</p>
        </div>
        <div class="error_read_btn flex">
            <a class="error_lnk flex" href="/">
                <span class="error_before"></span>
                <span class="error_after"></span>
                <div class="error_btn_text">
                    返回首页
                </div>
            </a>
        </div>
    </div>
</div>
</body>
</html>