@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap');
body { 
    margin: 0; 
    padding: 0;

  
	font-family: 'Montserrat', sans-serif;
	
	font-weight:400;
	font-size:16px;
	
	color: #555;	
	line-height:20px;		
	overflow: hidden;
	background-color: #fafafa;
	
	  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
}

.ant{
	position: absolute;
	top: -5px;
	left: -5px;
	
	width: 1px;
	height: 10px;
	z-index: 10;

}

.ant > div{
	position: absolute;
	width: 10px;
	height: 10px;
	
	left: -4px;	
	top: 3px;
	background: url('../ant.png') no-repeat;
	cursor: pointer;
}

#hi{
	position: relative;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.7);

	z-index: 5;
	cursor: default;
}
#hi h1{
	position: relative;
	font-weight: 600;
	font-size: 49px;
	line-height: 53px;
	margin: 0;
	top: 50px;
	opacity: 0;
}
#hi b{
	position: relative;
	font-weight: 400;
	color: #999;
	top: 50px;
	opacity: 0;
}
#hi i{
	position: relative;
	font-weight: 400;	
	font-style: normal;
	top: 50px;
	opacity: 0;
}

.corpse{
	position: absolute;
	width: 1px;
	height: 1px;
}
.corpse > img{
	position: absolute;
	left: -12px;
	top: -10px;
}
