#main-popup {
	width: 710px;
	height: 580px;
	display: none;
	background: url(/resources/popup/bg_p2.png) no-repeat;
	position: relative;
}

#main-popup .box1 {
	width: 321px;
	height: 173px;
	background: url(/resources/popup/box2_1.png) no-repeat;
	position: absolute;
	bottom: 76px;
	left: 40px;
	padding: 13px 17px;
}

#main-popup .box2 {
	background: url(/resources/popup/box2_1.png) no-repeat;
	width: 312px;
	height: 173px;
	position: absolute;
	bottom: 76px;
	right: 5px;
	padding: 13px 17px;
}

#main-popup .box1 li,#main-popup .box2 li {
	margin-bottom: 2px;
	position: relative;
}

#main-popup .over {
	z-index: 9999;
	background: url(/resources/popup/box_over.png) no-repeat;
	padding: 20px;
	width: 501px;
	height: 191px;
	margin: 0 auto;
	position: absolute;
	top: -210px;
	left: -50px;
}

#main-popup .box2 .over {
	background: url(/resources/popup/box_over2.png) no-repeat;
	left: -290px;
}

#main-popup .over .over-cont h4 {
	padding: 12px 0;
	color: #2e99ca;
	font-weight: bold;
	font-size: 16px;
}

#main-popup .over .over-cont .over-close {
	display: inline-block;
	float: right;
	width: 27px;
	height: 27px;
	background: url(/resources/popup/over_close.png) no-repeat;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	position: relative;
	top: -6px;
	cursor: pointer;
}

#main-popup .over .over-cont  table th,#main-popup .over .over-cont  table td
	{
	border: none;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	font-size: 11px;
}

#main-popup .over .over-cont  table td.a3 {
	
}

#main-popup .over .over-cont  table th {
	background: #2e99ca;
	color: #fff;
}

#main-popup .popup_today{
	position: absolute;
	right:30px;
	bottom:15px;
	text-align: right;
	color:#333;
	font-weight:bold;
}