<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>未找到页面-东莞市共博电子科技有限公司</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
        h1 {
            font-size: 7.5em;
            margin: 15px 0px;
            font-weight: bold;
        }
        h2 {
            font-weight: bold;
        }
        .btn {
        	font-family: "Nunito Sans";
            z-index: 1;
            overflow: hidden;
            position: relative;
            padding: 8px 50px;
            border-radius: 30px;
            cursor: pointer;
            background-color: #1484D5;
            font-size: 1em;
            color: #FFF;
            letter-spacing: 2px;
            -webkit-transition: 0.2s ease;
            transition: 0.2s ease;
            font-weight: bold;
            margin: 5px 0;
            border: none;
        }
    </style>
</head>
<body>
<div style="text-align: center;margin-top:15%;">
	<div style="width:370px;display: inline-block;">
		<img src="/404/404.png">
	</div>
    <div style="display: inline-block;text-align: left;">
        <h1>404</h1>
        <h2>您访问的页面不存在</h2>
        <p>请您及时向我司售后人员反馈。（我们会尽快，修复问题~）</p>
        <button class="btn" onclick="history.go(-1);">返回首页</button>
    </div>
</div>
</body>
</html>