<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>404抱歉，找不到该网址！-亮点集团</title>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width" />
<meta name="author" content="EasyMobile" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,800,600,700,300|Raleway:300" type="text/css">
<style type="text/css">
* {
	margin: 0;
	padding: 0
}
body, html {
	height: 100%;
}
body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color:#5c5e63;
	overflow: hidden
}
h1 {
	font: 700 8em 'Open Sans';
	margin: 0px;
	color: #fff;
	opacity: 0.6;
	-o-opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
}
h2 {
	font: 400 1.8em 'Open Sans';
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	opacity: 0.7;
	-o-opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}
h1, h2 {
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
h1:hover, h2:hover {
	opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}
	h1 img{display:block;margin:0 auto;}
.image-background {
	width: 100%;
	height: 100%;
/*	background-image: url(404.jpg);*/
	background-size: 100% 100%;
	position: relative
}
.page-text {
	width: 80%;
	height: 320px;
	margin: auto;
	padding: 1px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -360px;
	left: 10%;
}
.page-text p {
	font: 300 1.2em 'Raleway';
	color: #fff;
	opacity: 0.8;
	-o-opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
.page-links {
	width: 80%;
	height: 100%;
	margin: auto;
	padding: 40px;
	text-align: center;
	height: -webkit-calc(100% - 80px);  /* para Chrome */
	height: -moz-calc(100% - 80px);     /* para Firefox */
	height: calc(100% - 80px);          /* para suporte nativo */
	font: 300 1.2em 'Raleway';
}
/** FORM STYLE **/

.page-links input[type=text] {
	width: 80%;
	height: 30px;
	border: solid 1px #F0F0F0;
	font: 300 0.9em 'Raleway';
	padding: 10px;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.page-links input[type=text]:focus {
	outline: 0;
	border: 1px solid #0099FF;
}
.page-links input[type=submit] {
	padding: 15px;
	font: 300 0.9em 'Open Sans';
	margin-left: -10px;
	background-color: #6699FF;
	color: #fff;
	border: 0px;
}
.page-links input {
	z-index: 999999;
}
/** SOCIAL LINKS **/

.page-links p {
	margin-top: 40px;
}
.page-links img {
	width: 42px;
	height: 42px;
	padding: 2px;
	opacity: 0.7;
	-o-opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.page-links img:hover {
	opacity: 1;
	-o-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}
/** BUTTON BACK HOME **/

.back-home {
	text-decoration: none;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	margin: 40px auto 0;
	opacity: 0.7;
	-o-opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	width: 150px;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: block;
	border: solid 1px #E0E0E0;
}
.back-home:hover {
	background-color: #E0E0E0;
	color: #F8F8F8;
}

/** RESPONSIVE AREA **/

@media (max-width: 800px) {
h1 {
	font: 700 7em 'Open Sans';
}
.page-text {
	width: 90%;
	padding: 1px;
	left: 5%;
	margin-top:-280px;
}
.page-links p {
	padding-bottom: 25px;
}
}

@media (max-width: 660px) {
h1 {
	font: 700 6.5em 'Open Sans';
}
.image-background {
	height: 100%;
/*	background-image: url(404.jpg);*/
}
}

@media (max-width: 480px) {
h1 {
	font: 700 5.5em 'Open Sans';
}
h2 {
	font: 400 1.5em 'Open Sans';
}
	h1 img{width:55%}
.image-background {
	height: 100%;
/*	background-image: url(404.jpg);*/
}
.page-text {
	width: 90%;
	left: 5%
}
}

@media (max-width: 320px) {
h1 {
	font: 700 4.5em 'Open Sans';
}
h2 {
	font: 400 1.3em 'Open Sans';
}
.image-background {
	height: 100%;
}
.page-text {
	width: 100%;
}
.page-links input[type=text] {
	width: 50%;
	height: 25px;
	padding: 10px;
}
.page-links input[type=submit] {
	padding: 13px;
	font: 300 0.9em 'Open Sans';
	margin-left: -10px;
	background-color: #6699FF;
	color: #fff;
	border: 0px;
}
}
</style>
</head>
<body>
<section class="image-background">
  <article class="page-text">
    <h1><img src="/404.png">404</h1>
    <h2>NOT FOUND</h2>
    <p>抱歉，亮点集团提醒您，您所浏览的页面不存在!</p>
    <p><a href="http://www./" class="back-home">返回首页</a></p>
  </article>
</section>
</body>
</html>
