.wx{
	display: block;
	display: inline-block;
	padding: 10px;
	background: #ff4181;
	color:#fff;
	border-radius: 10px;
	position: fixed;
	right:3px;
	bottom:30px;

}
.zhezhao{
	display: none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left: 0;
	z-index: 1000;
	background: rgba(0,0,0,.8)
}
.wx_alert{
	width:90%;
	height:auto;
	margin:0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 20px 0;
	position: relative;
	top: 30%;
	z-index: 1001;
	border-top:5px solid #0da384;
	border-right:5px solid #0da384;
}
.off{
	display: block;
	width: 30px;
	height:30px;
	background: #0da384;
	color:#fff;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top:-15px;
	right:-15px;
	cursor: pointer;
}
.wx_nr{
	width:100%;
	text-align: center
}
.wx_nr h3{
  font-size: 2em;
}
.wx_nr p{
	font-size: 1.2em;
	color:#999;
        margin-top:20px;
}
.wx_nr p b{
	display: inline-block;
	padding:10px 30px;
	background: #0da384;
	border-radius: 10px;
	color:#fff;
	box-shadow: 5px 5px 5px #7da381;
}
.wx_nr p a{
	display: inline-block;
	padding:10px 30px;
	background: #666;
	border-radius: 10px;
	color:#fff;
	text-decoration: none;
	box-shadow: 5px 5px 5px #000;
}