.all-fixed2{
	width: 35px;
	height: 209px;
	background: #8f9090;
	position: fixed;
	top: 75%;
	margin-top: -140px;
	right: -0px;
	z-index: 99999;
	box-sizing: border-box;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-top: 28px;
}
.all-fixed2 a{
	display: block;
	width: 100%;
	height: 35px;
	position: relative;
	margin-bottom: 20px;
}
.all-fixed2 a:before{
	content: '';
	width: 35px;
	height: 1px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	bottom: -2px;
	left: 53%;
	margin-left: -17.5px;
}
.all-fixed2 a .icon{
	display: block;
	text-align: center;
	height: 100%;
	line-height: 49px;
	position: relative;
	z-index: 2;
}
.all-fixed2 a span img{
	width: 60%;
	height: auto;
}
.all-fixed2 a .bg{
	height: 100%;
	background: #526df8;
	width: 123px;
	box-sizing: border-box;
	padding-left: 18px;
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: -123px;
	top: -4px;
	transition: .5s;
	line-height: 36px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.all-fixed2 a.tell .bg{
	width: 170px;
	right: -170px;
}
.all-fixed2 a.tell{
	cursor: text;
}
.all-fixed2 a:hover .bg{
	right: 0;
}
.all-fixed2 a.wxgzh{
	cursor: default;
}
/* .all-fixed2 a.wxgzh:hover .icon{
	background: #93B935;
} */
.all-fixed2 a.wxgzh .img{
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	box-shadow: 0 3px 20px rgba(0,0,0,0.2);
	box-sizing: border-box;
	position: absolute;
	left: -100px;
	top: -20px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.all-fixed2 a.wxgzh:hover .img{
	top: -25px;
	opacity: 1;
	visibility: visible;
}
.all-fixed2 a.wxgzh .img img{
	width: 100%;
	height: auto;
}