.xday-after{
	display:  none;
	position: fixed; 
	width: 100%; 
	height: 100%; 
	background-color:rgba(0,0,0,0.8); 
	z-index: 1}

.xday-after div{
	margin-left: -250px;
	margin-top: -100px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 200;
	background: #fff;
	display:  block;
	width: 500px;
	height: 200px;
	padding: 10px;
	box-sizing: border-box；
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 0px 0px 6px #000000;
	box-shadow: 0px 0px 6px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.xday-after div img{  display:  block;
	margin: 10px auto;
}

.xday-after p{ 	margin: 20px;
    line-height: 1;
}


@media only screen and (max-width:680px){

.xday-after div{
	margin-left: -40%;
	margin-top: -100px;
	top: 50%;
	left: 50%;
	z-index: 200;
	width: 80%;
	height: 250px;


}
.xday-after div a{ width: 100%;
		display:  block;	
	}

.xday-after div img{  width:100% !important;}
}