.mes-box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 25;
	
}
.mes-box .bg{
	width: 100%;
	height: 200%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	filter:alpha(opacity=50); 
	opacity: 0.5;
	
}
.mes-box .main{
	width: 260px;
	height: 200px;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	z-index: 2;
	background: #fff;
	text-align: center;
}
.mes-box .close{
	width: 40px;
	height: 40px;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	background: url(../img/close02.png) no-repeat;
}
.mes-box p{
	font-size: 22px;
	line-height: 40px;
	padding-top: 30px;
	color:#000;

}
.mes-box a{
	display: inline-block;
	width: 186px;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	background: #155aa6;
	margin-top:30px;
}