

#page-top{
   width:101px;
   height:181px;
   display:none;
   position:fixed;
   right:5px;
   bottom:100px;
}
 
#page-top p{
   margin:0;
   padding:0;
   text-align:center;
   
   -webkit-transition:all 0.3s;
   -moz-transition:all 0.3s;
  
}
 
#page-top p:hover{
	 opacity: 0.5;
  
}
 
#move-page-top{
   color:#fff;
   line-height:50px;
   text-decoration:none;
   display:block;
   cursor:pointer;
}