.mes-box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 25;
	
}
.mes-box .bg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	filter:alpha(opacity=50); 
	opacity: 0.5;
	
}
.mes-box .main{
	width: 260px;
	height: 160px;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	z-index: 2;
	background:rgba(255,255,255,.8);
	text-align: center;
    border-radius:5px;
}
.mes-box .close{
	width: 30px;
	height: 30px;
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
	background: url(../images/close02.png) no-repeat;
}
.mes-box p{
	font-size: 16px;
	line-height: 30px;
	padding-top: 30px;
	color:#000;

}
.mes-box a{
	display: inline-block;
	width: 80px;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	background: #155aa6;
	margin-top:20px;
    border-radius:5px;
}