﻿@charset "UTF-8" ;



.content
 {

	min-height: 5000px ;

}



.page-top 
{
	display: none ;
	margin: 0; 
	padding: 0;

}



.page-top p 
{
	margin: 0 ;
	padding: 5 0 0 0;


	position: fixed;

	right: 80px;

	bottom: 80px;

	font-size:40px;
}



.move-page-top 
{

	display: block;
	border-radius: 50px; 

	background: #a9a9a9;

	width: 70px;

	height: 70px;

	cursor: pointer;


	color: #fff;

	line-height: 60px;

	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;

}
}

