.title{
	width: 100%;
	height: 3.25rem;
	overflow: hidden;
	background: #fff;
}
.title div{
	width: 33.3%;
	height: 1.3333rem;
	border-right: 1px solid #ebebeb;
	text-align: center;
	
}
.title div:nth-last-child(1){
	border-bottom: 0 none;
}
.title div span{
	font-size: 1.0833rem;
	color: #000000;
}
.title div img{
	display: block;
	width: 0.75rem;
	height: 0.3333rem;
	margin-left: 0.3rem;
}
.payment_time_mask{
	display: none;
}
.payment_time_mask{
	z-index: 999;
	width: 90%;
	min-height: 272px;
	position: absolute;
	left: 5%;
	top: 115px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}
.payment_time_mask li{
	height: 38px;
	line-height: 38px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
#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;
}

/*加载更多动画*/
.pullUp {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	color: #b3b3b3;
}
.pullUp .pullUpIcon {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin: 12px 9px 0 0;
	background: url(http://img.learn.16q.cn/home/2/new/refresh.png) no-repeat;
	background-size: contain;
	-webkit-transform: rotate(0deg) translateZ(0);
	-webkit-transition-duration: 0ms;
	-webkit-animation-name: loading;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
