*{padding: 0;margin: 0;}
html{
	background: #FFFFFF;
}
.clearfix{
	height:48px;
	display: flex;
	align-items: center;
	padding: 0 .6rem;
	background: #fafafa;
	border-bottom: 1px solid #e6e6e6;
}

.dd{
	display: flex;
	justify-content: flex-start;
	padding: .5rem .6rem;
	background: #FFFFFF;
	border-bottom: 1px solid #e6e6e6;
}
.img{
	width:2.5rem;
	height:2.5rem;
}
.numtime{
	color: #AAAAAA;
}
.kjandtime{
	margin-left: .5rem;
	
	
}
.number{
	display: flex;
	justify-content: inherit;
	margin-top: .3rem;
}
.sx,.wx{
	display: flex;
	justify-content: inherit;
}
.sx i,.wx i{
	float: left;
    width: 1.2rem;
    height: 1rem;
    line-height: 1.2rem;
    margin: 0 .16rem 0 0;
	text-align: center;
    font-size: .7rem ;
}
.number i{
	width: 1.3rem;
	height:1.3rem;
	border-radius:50% ;
	display: flex;
	line-height: 1.3rem;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	margin-right: .2rem;
}
.qs{
	color:#588ced;
}
.page-title{
	height:45px;
	display: flex;
	align-items: center;
	padding: 0 .6rem;
	background: #FFFFFF;
	border-bottom: 1px solid #e6e6e6;;
}


