.float-right {
	position: fixed;
	right: 0px;
	bottom: 15%;
	margin-right: 0;
	z-index: 100;
}

.float-right ul li {
	list-style: none;
}

.float-right li {
	padding: 10px;
	background: #fff;
	border: solid 1px #d1d1d1;
	text-align: center;
	width: 50px;
	height: 50px;
}

.float-right li img {
	width: 30px;
	cursor: pointer;
	line-height: 30px;
}

.slider2,
.slider,
.slider3 {
	position: fixed;
	bottom: 15%;
	right: -300px;
	width: 300px;
	height: 150px;
	background: #fff;
	border: solid 2px #d1d1d1;
	z-index: 80;
	overflow-x: hidden; 
	transition: all 0.5s ease-in-out;
}

.open {
	right: 50px;
	overflow-x: hidden;
}