/* top_top */
#topbtn{
	width:50px;
	height:50px;
	line-height:48px;
	font-size:21px;
	border-radius:50%;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:99;
	right:20px;
	bottom:-150px;
	text-align: center;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
@media screen and (max-width:768px){
	#topbtn{
		width:40px;
		height:40px;
		line-height:38px;
		font-size:18px;
		right:15px;
	}
}
