/**
 * 公共样式（二维码显示）
 */

.s_weixin {
	  width: 145px;
	  height: auto;
	  border: #dedede 1px solid;
	  padding-bottom: 10px;
	  background: #e9e9e9;
	  text-align: center;
	  position: fixed;
	  right: 20px;
	  bottom: 20px;
	  z-index: 9999;
}