@charset "UTF-8";
/* ���� */
.tf-xuanfu {
	position: fixed;
	z-index: 1001;
	width: 50px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 0px solid #bfbfbf;
}
.tf-xuanfu .item {
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-top: 0px solid #bfbfbf;
	position: relative;
}
.tf-xuanfu .item:first-child {
	border: none;
	
}
.tf-xuanfu .item:hover .qr {
	display: block;
}
.tf-xuanfu .item .qr {
	display: none;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	left: -151px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.tf-xuanfu .item .qr img {
	display: block;
	width: 150px;
	height: 150px;
}
.tf-xuanfu .item.mailbox {
	background: url("/images/mailbox0.png") no-repeat center center;
}
.tf-xuanfu .item.sswd {
	background: url("/images/sswd0.png") no-repeat center center;
}
.tf-xuanfu .item.weixin {
	background: url("/images/wechat0.png") no-repeat center center;
}
.tf-xuanfu .item.zuowei {
	background: url("/images/zuowei0.png") no-repeat center center;
}