@charset "utf-8";
/*服务列表*/
.serviceListCard{
	background: #fff;
	width: 7.1rem;
	/*margin: 0 auto 0.2rem;*/
	box-sizing: border-box;
	padding: 0.2rem;
	border-bottom: 1px dashed #ddd;
}
.serviceListCard:last-child{
	border-bottom: 0;
}
.serviceListCard .listCardT{
	width:100%;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.serviceListCard .listCardT em{
	display: block;
	width: 5rem;
	height: 1.8rem;
	background: url(../img/brandLogo.png) no-repeat center;
	background-size: contain;
	margin: 0.2rem auto;
}
.serviceListCard .listCardT p{
	font: 0.26rem/0.46rem "微软雅黑";
	color: #363636;
	text-indent: 2em;
	text-align: left;
}
 .serviceScroll{
	overflow: hidden;
}
.serviceScroll ul li{
	font: 0.26rem/0.46rem "微软雅黑";
	color: #666666;
	width: 100%;
	margin: 0px auto;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.serviceScroll ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	color: #363636;
}
.serviceScroll ul li a span{
	/*display: block;*/
/*	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
.serviceScroll ul li a em{
	color: #999;
	margin-left: 0.2rem;
}
.serviceListCard{
	margin: 0 auto 0.25rem;
	border-bottom: 0;
}
.serviceListCard .purchaseList{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
