

.wrap {
	width: 100%;
	min-width: 300px;
	max-width: 750px;
	margin: 0px auto;
}



.fudong {
   margin: 0;
   padding:0;
}


#popLayer {
	display: none;
	background-color: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	opacity: 0.6;
	width: 100%;
	height: 100%;
}

.content {

	text-align: center;
	margin: 0 auto;

}


#popBox {
	display: none;
	background-color: #FFFFFF;
	z-index: 11;
	width:350px;
	height: 440px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 10px;
}

.duihao {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-top: 20px;
}




#popBox .close {
	text-align: right;
	margin-right: 10px;
}

#popBox .close a {
	text-decoration: none;
	color: #2D2C3B;
	margin-top: 10px;
	position: absolute;
	right: 10px;
	top: 5px;
}

.title {
	font-weight: bold;
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top: 10px;
}

.wechat-number,
.desc2 {
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	margin: 5px 0;
}
.guanbi img{
	width: 25px;
	height: 25px;
}

.zhidaole {
	background-color: #1aad19;
	font-size: 18px;
	color: #fff;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
}