.share-weixin-box{
	width: 224px;
	height: 254px;
	left: 50%;
	top: 50%;
	position: fixed;
	z-index: 999;
	margin-left: -110px;
  	margin-top: -100px;
  	background: #fff;
  	border: 2px solid #e8e8e8;
  	display:none;
}
.share-weixin-box .share-weixin-header{
  width:220px;
  height:29px;
  background:#f2f2f2;
  line-height:29px;
  border-bottom: 1px solid #e8e8e8;
}
.share-weixin-box .share-weixin-qrcode{
	width: 220px;
	height: 220px;
	background: #fff;
  	display: inline-block;
}
#weixin-qrcode {
  	width:178px;
  	height:178px;
  	margin:21px;
}
