@charset "utf-8";
.module-container {
	width: 100%;
}
.module-container .module-title {
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #444444;
	padding: .26rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.module-container .module-title .line {
	width: 0.74rem;
	height: .5px;
	background: #666;
	margin: 0 .2rem;
}
.purchase-service {
	
}
.purchase-service-content {
	width: 100%;
	padding: .2rem;
	box-sizing: border-box;
	background: #fff;
}
.purchase-service-content .service-item {
	border-bottom: .5px solid #EDEDED;
}
.purchase-service-content .service-item .service-title {
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #191919;
	padding: .26rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.purchase-service-content .service-item .service-title .icon-arr {
	width: .24rem;
	height: .24rem;
}
.purchase-service-content .service-item.active .service-title .icon-arr {
	transform: rotate(90deg);
}
.purchase-service-content .service-item .service-detail {
	font-size: 0.26rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 1.6;
	display: none;
}
.purchase-service-content .service-item .service-detail:last-of-type {
	padding-bottom: .2rem;
}