.right_fix {
	position: fixed;
	right: 0px;
	top:200px;
	padding: 10px 0;
	width: 48px;
	line-height: 24px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background:#42E8DF;
	z-index: 1001;
	cursor: pointer;
	transition: .2s;
}
.zixun_show{
	z-index:1001;
	display: none;
	position: fixed;
	right: 52px;
	top:200px;
	padding: 12px 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 15px;
	line-height: 30px;
}
.foot5 {
	line-height: 24px;
	padding: 15px 0;
	font-size: 12px;
	color: #adadb9;
	border-top: 1px solid rgba(255,255,255,0.08);
}