@charset "utf-8";

#page-top {
	font-family: 'Font Awesome 5 Free';
	width: 80px;
	height: 80px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #999;
	opacity: 0.5;
	transition-duration: 0.2s;
	cursor: pointer;
}

#page-top:hover {
	background-color: var(--mainColor, #ff8c00);
}

#page-top a {
	line-height: 70px;
}

i {
	vertical-align: middle;
	text-align: center;
}


/*  */
