body 
{ 
	background: #060e1b; 
	font-family: 'Arial','Microsoft Yahei'; 
	overflow: hidden;
	padding:0;
	margin:0;
}
p { margin: 0; color: #fff; line-height: 30px; text-align: center; font-size: 30px; }
.lose-en { font-size: 20px; margin:12px;}
.lose-main { background-size: 100%; min-height: 540px; }
.lose-box { width: 360px; height: 360px; position: absolute; left: 50%; top: 50%; margin: -280px 0 0 -180px; }
.lose-box a { width: 218px; height: 50px; display: block; margin: 50px auto 0 auto; border: solid 1px #fff; border-radius: 3px; text-align: center; line-height: 50px; color: #fff; text-decoration: none; transition: all ease-out .4s; }
.lose-box a:hover { background: #fff; color: #004f67; border-color: transparent; }