body {
  font-family: "Segoe UI", Arial, "Microsoft Yahei", sans-serif;
  font-size:14px;
  background:#fff;
  margin:0;
}
.top {
	margin:20px auto 0;
	text-align:center;
}
.tip {
	margin:0 auto;
	text-align:center;
	font-size: 22px;
    color: #000000;
    margin-bottom: 0;
}
.link {
	margin:18px auto 0;
	text-align:center;
	padding:0;
}
.link a {
	font-size: 14px;
    color: #00a0f0;
    cursor: pointer;
    text-decoration: none;
    margin:0 10px;
}
.link span {
	opacity: 0.2;
    color: #000000;
}

.bg {	  
	  background-image: url("/static/404/img/lock.jpg");	
	  height: 100%; 
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	}