/*------二维码样式------*/
.erwm{
	height: 230px;
	background-color: #fff;
	border: 5px solid #C7000B;
	display:none;
	position:absolute;
	z-index:10000000;
	top:240px;
	right:235px;
}
.erwm_txt{
	width:100%;
	height:40px;
	line-height:40px;
	background-color: #C7000B;
	text-align:center;
	color:#fff;
	font-size:16px;
	position:relative;
}
.erwm_txt span img{
	margin:8px 10px 0px 0px;
	padding:0px;
	cursor:pointer;
	float:right;
	height:20px;
	width:20px;
	display:block;
}
.erwm_img{
	padding:20px;
}
.erwm_img img{
	width: 150px;
	height:150px;
}
 .close_img{
	float:right;
	margin-right:10px; 
} 
.close_img img {
	width: 12px;
	margin-top: -2px;
}
