 .wechat {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    color: #666;
    display: none;
    left: 10%;
    padding: 30px 0;
    position: fixed;
    right: 10%;
    text-align: center;
    top: 20%;
    width: 80%;
    z-index: 5000;
}
.wechatBox { display: none;  height: 100%; position: fixed;  top: 0; width: 100%; z-index: 5;}
.wxid {
    background-color: #f62796;
    color: #fff;
    font-size: 40px;
    margin: 30px 0;
    padding: 10px;
}
	
	
.bottom-bar {
	position:fixed;
	bottom:0;
	width:100%;
	height:60px;
	border:1px #eee solid;
	background-color:#fcfcfc;
}
.bottom-bar img {
	float:left;
	margin-top:10px;
	margin-left:10px;
	width:40px;
	height:40px;
}
.bottom-bar h5 { margin:5px 0 0 60px;}
.bottom-bar  h5 strong {
	padding:3px 5px 0 5px;
	color:#FFF;
	background-color:#F00;
}
