@charset "UTF-8";

#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:14px;
	bottom:14px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#1eb31e;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	border:1px solid #FFF;
}
 
#page-top p:hover{
	background:#BFD858;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
