@charset "utf-8"; 
.eyeswt {
	width: 600px;
	height: 320px;
	z-index: 99999;
	position: fixed;
	display: none;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -180px;
	border-radius: 10px;
	background: #43a0ef;
}

.swt-center{
	/* width: 600px;
	height: 290px; */
	width: 650px;
	height: 300px;
	z-index: 99999;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -325px;
	margin-top: -145px;
	background: url(../images/swt-center.jpg) center no-repeat;
	display: none;
	/*opacity: 0;
	filter: opacity(0);*/
}

.close-swt{
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #ff0000;
	z-index: 100000;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 16pt;
	text-decoration: none;
	background: transparent;
}
.swt-btn{
	text-align: center;
	display: block;
	width: 100%;
	height: 29px;
	position: absolute;
	bottom: 14px;
	
}
.swt-btn a{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	line-height: 29px;
	font-size: 0;
	width: 86px;
	height: 29px;
	margin-left: 20px;
	margin-right: 20px;
}