@charset "UTF-8" ;


.content
{
	min-height: 500px ;
}

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
	z-index: 1000;
}
 
.move-page-top
{
	display: block ;
	background:#C99;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;
	border-radius:30px;

	color: #FFF ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}


@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}

