.tipshadow{
	background: #000;
	opacity: 0.4;
	height: 100%;
	width: 100%;
	z-index: 9998;
	position: fixed;
	top: 0;
	display: none;
}
.tipdata{
	background: #53A5CC;
	color: #fff;
	width: 60%;
	margin-left: 15%;
	padding: 13px 5%;
	z-index: 9998;
	position: fixed;
	top: 40%;
	text-align: center;
	border-radius: 10px;
	display: none;
}
.tipdata p{
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 10px;
}
.tipdata button{
	background: #fff;
	color: #53A5CC;
	padding: 3px 13px;
	font-size: 14px;
	border: 0;
}