.gotop{
	position:fixed;
	z-index:9;
	left:calc(100% - 70px);
	bottom:0;
	font-size:20px;
	padding:9px 11px;
	border-radius:14px 14px 0 0;
	cursor:pointer;
	background:#bbb;
	color:#111a22;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

.gotop:active{bottom:3px;}