﻿<!DOCTYPE html>
<html class="no-js" lang="zxx">
<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>404 Not Found Page</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
    <link rel="apple-touch-icon" href="/img/icon.png">
    <link rel="stylesheet" href="/iconfont/iconfont.css">
    <link rel="stylesheet" href="/css/bootstrap.min.css">
    <link rel="stylesheet" href="/css/style.css">
    <style>
        html,
        body {
            height: 100%;
        }

        .wrapper {
            height: 100%;
        }

        .error-icon {
            width: 100%;
            height: 60%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .error-icon img {
            width: 35rem;
            /* animation: myfirst 2s infinite; */
            /* color: #383838; */
        }

        .error-text {
            color: #666;
            font-size: 1rem;
            text-align: center;
        }

        .link-a {
            display: block;
            text-align: center;
            margin-top: 2rem;
        }

        @keyframes myfirst {
            0% {
                transform: translate(0px, 0px);
            }

            50% {
                transform: translate(0px, -20px);
            }

            100% {
                transform: translate(0px, 0px);
            }
        }
    </style>
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade
    your browser</a> to improve your experience and security.</p>
<![endif]-->
<div id="wrapper" class="wrapper">
    <!--#include file="/public/html/header.html"-->

    <div class="error-icon">
        <!-- <i class="iconfont icon-yepian"></i> -->
        <img src="/img/404.png" alt="">
    </div>
    <p class="error-text">The Page you requested could not be found. We 're working on it</p>
    <a class="link-a" href="https://www.creality3dofficial.com/contact">
        <button type="button" class="btn btn-outline-dark">CONTACT US</button>
    </a>
</div>
</body>
</html>