#shell {
	position: fixed;
	right: -40px;
	bottom: 100px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	z-index: 9999999
}

#shell>a {
	color: inherit;
	text-decoration: none;
	position: relative;
}

#shell>a>li {
	width: 60px;
	height: 60px;
	background: rgba(152, 251,152, .8);
	list-style: none;
	margin-bottom: 20px;
	transition: 1s;
	/*box-shadow: 10px 0px 5px #888;*/
	position: relative;
	border-radius: 8px
}

#shell>a:hover li {
	background: rgba(152, 251,152, 1);
	transform: translate(-50px, 0px);
	/*box-shadow: 15px 15px 10px #888*/
}
#shell>a:hover h4{
	display: block;
}
#shell>a>li>h4{
	margin: 0;
	padding: 0;
	width: 240px;
	line-height: 50px;
	font-size: 32px;
	font-weight: 700;
	background: #666;
	position: absolute !important;
	left: -245px !important;
	top: 5px;
	border-radius: 10px;
	display: none;
}

#shell>a>li>img {
	position: absolute;
	top: 4px;
	left: 15px;
	width: 30px;
	height: 30px
}

#shell>a>li>p {
	font-size: 12px;
	padding: 0;
	margin: 0;
	width: 64px;
	position: absolute;
	bottom: 4px;
	left: -2px;
	color: #1296db
}
