.bds_weixin {
	padding-left: 36px;
	font-size: 14px;
	color: #666;
	margin-right: 25px;
	height: 26px;
	display: inline-block;
	line-height: 26px;
}

.qrcode_wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #333;
	font-size: 10px;
	padding: 10px;
	width: 250px;
	height: 280px;
	border: 1px solid #bebebe;
	background-color: #fff;
	overflow: hidden;
	z-index: 9999;

}

.qrcode_wrap .qrcode_header_tips {
	height: 15px;
	line-height: 15px;
}

.qrcode_wrap .qrcode_header_tips .qrcode_header_right {
	display: inline-block;
	width: 15px;
	height: 15px;
	float: right;
}

.qrcode_wrap .qrcode {
	width: 185px;
	height: 185px;
	margin: 10px auto;
}

.qrcode_wrap .qrcode_footer_tips {
	line-height: 20px;
}

@media screen and (max-width:767px) {
	.share{
		display: none;
	}
}