@charset "UTF-8" ;

/*.content
{
	min-height: 5000px ;
}*/

.page-top{
	display: none ;
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	z-index: 9999;
	right: 10px ;
	bottom: 10px ;
}
.page-top:hover{
	opacity: 1;
}
.move-page-top{
	display: block ;
	cursor: pointer ;
	text-align: center ;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
opacity: 0.8;
margin: 15px 15px 25px;
color: #000;
z-index: 100;
width: 40px;
height: 40px;
text-indent: -9999px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background: url(/images/back_top.png) no-repeat left top #555;
text-decoration: none;
outline: none;
box-shadow: 0px 0px 4px #fff;
}
.move-page-top:hover{
	text-decoration: none ;
	opacity: 1;
}