@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html, body {
  height: 100vh;
  width: 100vw;
  background-color: #effff4;
}
 
#footer {
  height: 55px;
  line-height: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #202020;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 1px;
}
#icp{
	color:#202020; 
}

a:link { text-decoration: none;color: blue} 
a:active { text-decoration:blink} 
a:hover { text-decoration:underline;color: red} 
a:visited { text-decoration: none;color: green}  


body{  
  padding: 0;  
  margin: 0;  
}  
.error{
  width: 1125px;
  height: 685px;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('/img/error404.png') center no-repeat;
  background-size: 100% 100%;
}
.error .text{
  width: 362px;
  height: 400px;
  position: absolute;
  right: 248px;
  top: 105px;
}
.error .text span{
  font-size:28px;
  font-weight:600;
  color:rgba(80,84,99,1);
  line-height:28px;
  display: block;
}
.error .text h3{
  font-size:34px;
  font-weight:600;
  color:rgba(250,250,200);
  line-height:34px;
  letter-spacing:5px;
  margin: 68px 0 0 50px;
}
.error .text .con{
  width: 288px;
  margin: 35px 0 10px 32px;

}
.error .text .con p{
	font-size:16px;
	color:rgba(108,108,108,1);
	line-height:22px;
	margin: 0;
}
.error .text .con  .right{
  text-align: right;
}
.error .text a{
  display: block;
  color: #FFC000;
  font-size: 20px;
  text-decoration: none;
  padding-left: 130px;
  line-height: 49px;
}