/*payment_time*/
.payment_time{
	width: 100%;	
}
.payment_time_title{
	width: 100%;	
	overflow: hidden;
	font-size: 20px;
}
.payment_time_title label{
	margin-left: 15px;
}
.payment_time_title span{
	float: right;
	margin-right: 15px;
	
}
.payment_time_mask{
	display: none;
}
.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: left;
	line-height: 35px;
	
	font-size: 14px;
}
.payment_time_list span a img{
	width: 100%;
	height: 100%;
}
.payment_time_mask{
	z-index: 999999;
	width: 360px;	
/*	max-width: 360px;*/
/*	这里是计算总高度*/
	height: 168px;
	position: absolute;
	left: calc(50% - 180px);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	text-align: left;
	
}
.payment_time_mask li{
	/*	这里是计算单个的高度*/
	height: 56px;
	line-height: 56px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;	
/*
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
*/
}
#bg{
	background-color:#000;
	position:fixed;
	z-index:99999;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	opacity:0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.modalAN {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
}