/*payment_time*/
.payment_time{
	width: 100%;
	background: rgb(225, 240, 251) none repeat scroll 0% 0%;
}
.payment_time_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
}
.payment_time_title label{
	margin-left: 15px;
}
.payment_time_title span{
	float: right;
	margin-right: 15px;
	color: #999;
}
.payment_time_mask{
	display: none;
	font-weight:bold;
}
.payment_time_list{
	width: 94%;
	margin: 0 auto;
}
.payment_time_list li{
	width: 44%;
	height: 140px;
	float: left;
	margin: 10px 3%;
}
.payment_time_list span{
	height: 105px;
	display: block;
}
.payment_time_list em{
	height: 35px;
	display: block;
	text-align: center;
	line-height: 35px;
	overflow: hidden;
	font-size: 14px;
}
.payment_time_list span a img{
	width: 100%;
	height: 100%;
}
.payment_time_mask{
	z-index: 999;
	width: 90%;
	position: absolute;
	left: 5%;
	top: 115px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}
.payment_time_mask li{
display:block;
	height: 38px;
	line-height: 38px;
	background: #6dc5dd;
	border-bottom: 1px solid #ccc;
	border-radius;
}
.payment_time_mask li a{
display:block;
color:#FFFFFF;
}
.payment_time_mask li a:hover{
background: #f77462 !important;
}
#bg{
	background-color:#000;
	position:fixed;
	z-index:99;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	opacity:0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
}