
.top-btn {
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: #009891;
	text-align: center;
	padding-top: 16px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	z-index:999;/*設定Top標籤在最上層*/
	background: rgba(0%,0%,0%,0.4);

}