
/*window*/

.theme-popover {
	z-index:9999;
	position:fixed;
	top:50%;
	left:50%;
	width:660px;
	height:360px;
	margin:-180px 0 0 -330px;
	border-radius:5px;
	border:solid 1px #30b66b;
	background-color:#f4fbf7;
	display:none;
	box-shadow: 0 0 5px #30b66b;
}
.theme-poptit {
	border-bottom:1px solid #ddd;
	padding:12px;
	position: relative;
}
.theme-poptit strong{ font-size:20px; color:#0ca650; font-weight:normal; font-style: normal;}


.theme-poptit .close {
	float:right;
	color:#999;
	padding:5px;
	margin:-2px -5px -5px;
	font:bold 14px/14px simsun;
	text-shadow:0 1px 0 #ddd
}
.theme-poptit .close:hover {
	color:#444;
}


.jieguo span{ display:block; text-align:center; margin:30px auto; font-size:12px; color:#777;}
.jieguo strong{ color:#0ca650; margin-right:10px; font-size:14px;}
.canshu{ margin-bottom:20px;}
.canshu table{ border-collapse:collapse; margin:0 auto;}
.canshu table td{ border:#84c09e solid 1px; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; color:#666; font-size:12px; padding:5px;}

.canshu p{ text-align:center; font-size:16px; color:#096; font-weight:600; margin-top:30px;}

/* 代码整理：懒人之家 www.lanrenzhijia.com */