@charset "UTF-8";
/* CSS Document */

.page-top {
	margin: 0;
	padding: 0;
}
.page-top p {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 12px;
	bottom: 62px;
}

.move-page-top {
	cursor: pointer;
	display: block;
	background: rgba(75,75,75,0.5);
	width: 50px;
	height: 50px;
	border-radius: 50px;
	box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.8);
	color: #ffffff;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.move-page-top:hover {
	background: rgba(255,255,255,1);
	color:#1b1b1b;
}