.sidebar {
	position: fixed;
	z-index: 999;
	top: 10%;
	right: 0;
	width: 156px;
}

.sidebar-box {
	position: relative;
	top: -4px;
	background: #fff;
	right: -18px;
	width: 125px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.sidebar-kf a {
	line-height: 36px;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	text-align: center;
	padding-right: 12px;
}

.sidebar-kf a>img {
	width: 35px;
	height: 35px;
	padding: 5px;
}

.cle {
	clear: both;
}

.backTop {
	text-align: center;
}

.backTop a {
	padding: 5px 0;
	display: block;
}

.wx_show {
	line-height: normal;
	box-sizing: border-box;
	position: absolute;
	display: none;
	width: 125px;
	z-index: 1000;
	right: 125px;
	bottom: 0;
	padding-right: 2px;
}

.wx_show_right {
	background-color: #FFFFFF;
	padding: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	text-align: center;
}

.wx_show img {
	padding: 10px;
}
