
	.cs_link{
		float:left;width:100%;line-height:55px;color:#454545;text-align: center;
	}
	.menulink{
		width:120px;
		position:absolute;
		bottom:55px;
		display:none;
		background: #fff;
		border: 2px solid #8ec31f;
		padding: 5px 0;
		text-align: center;
		font-size: 14px;
	}


/*背景层*/
#popLayer {
	display: none;
	background-color: #B3B3B3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);/* 只支持IE6、7、8、9 */
}

/*弹出层*/
#popBox {
	display: none;
	background-color: #FFFFFF;
	z-index: 11;
	position:fixed;
	width:80%;
	top:20%;
	right:0;
	left:0;

	margin:auto;
}

#popBox .close{
	text-align: right;
	margin-right: 5px;
	background-color: #F8F8F8;
}

/*关闭按钮*/
#popBox .close a {
	text-decoration: none;
	color: #2D2C3B;
	font-size:15px;
}

