

/***************************** 充值首页 *******************************/
/* 步骤 */
#bIndex #bd .newEvent{
	position:relative;
	width:920px;
	margin:0 15px;
	background:url(../images/bg1.png) 0 1px repeat-x;
}
#bIndex #bd .newEvent-wrap{
	border-top:1px solid #DADADA;
	background:url(../images/bg4.gif) 0 0 no-repeat;
}

#bIndex #bd .newEvent .hd{
	position:relative;
	margin:10px 10px;
}

#bIndex #bd .newEvent h2{
	height:132px;
	width:900px;
	line-height:132px;
	background:url(../images/storedValue-steps.gif) 0 0 no-repeat;
	text-indent:-99999px;
}

#bIndex #bd .newEvent .events{
	margin:0 0 0 10px;
	width:910px;
	height:480px;
	overflow:hidden;
}

/* 充值方式 */
/* 免费充值 */
#bIndex #bd .newEvent .events .cardbox,.voicebox,.freebox{
	float:left;
	width:315px;
	height:100px;
	padding-top:50px;
	padding-left:130px;
	margin-right:10px;
	margin-bottom:10px;
}
/* 免费充值结束 */

#bIndex #bd .newEvent .events .bankbox,.shenzxbox{
	float:left;
	width:315px;
	height:100px;
	padding-top:50px;
	padding-left:130px;
	margin-right:10px;
	margin-bottom:10px;
}

#bIndex #bd .newEvent .events li{
	width:275px;
	line-height:20px;
	margin-bottom:10px;
}

#bIndex #bd .newEvent .events .cardbox{
	background:url(../images/storedValue-card.png) no-repeat;
}

#bIndex #bd .newEvent .events .shenzxbox{
	background:url(../images/storedValue-shenzx.png) no-repeat;
}

#bIndex #bd .newEvent .events .voicebox{
	background:url(../images/storedValue-voice.png) no-repeat;
}

#bIndex #bd .newEvent .events .bankbox{
	background:url(../images/storedValue-bank.png) no-repeat;
}


/* 免费充值 */
#bIndex #bd .newEvent .events .freebox{
	background:url(../images/storedValue-free.png) no-repeat;
}
/* 免费充值结束 */


/***************************** 结束 *******************************/