





@media screen and (min-width: 801px) {

#page-top{
	width:72px;
	height:72px;
	display:none;
	position:fixed;
	right:12px;
	bottom:34px;
	z-index: 2000;
}
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
}
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
	z-index: 2000;
}

}



@media only screen and (min-width: 601px) and (max-width: 800px) {

#page-top{
	width:60px;
	height:60px;
	display:none;
	position:fixed;
	right:12px;
	bottom:37px;
	z-index: 2000;
}
#page-top img {
	width:60px;
	height:60px;
}
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
}
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
	z-index: 2000;
}
}



@media screen and (max-width: 600px) {

#page-top {
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:12px;
	bottom:37px;
	z-index: 2000;
}
#page-top img {
	width:50px;
	height:50px;
}
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
}
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
	z-index: 2000;
}

}

