﻿.scrollup {	width: 50px;	height: 50px;	position: fixed;	bottom: 34px;	right: 20px;	display: none;	background-color: #ee8d10;	padding: 5px;	box-shadow: 0 0 4px rgba(0, 0, 0, 0.376);	opacity:0.5;    }.scrollup:hover {	opacity:1;    }.scrollup i {	color: #fff;	display: block;	line-height: 38px;	text-align: center;	border: 1px solid #FFF;}
