@charset "utf-8";
/* CSS Document */

#page-top1{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -60px;
	right: 15px;
	width: 40px;
	height: 40px;
	font-size: 14px;
	padding: 9px 10px 10px;
	background-color: #84BEED;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	opacity: 0.6;
}
#page-top1:hover{
  background-color: #8DDAF6;
  color: #fff;
  opacity: 0.6;
  border-radius: 14px;
}
