﻿@charset "utf-8";

.ScTop{
	/*display: none;*/
	width: 50px;
	height: 50px;
	position: fixed;
	right: 30px;
	bottom: 10px;
	
	background-color: #8b008b;
	opacity: 0.6;
	border-radius: 25px;
	z-index:2;
	}
.ScTop:hover{ opacity: 1; }
/*z-index:2;#ScrollTop{ color: #fff; }*/