.servicePageBanner {
	height: 460px;
	background: url('../img/banner/banner-service.webp') no-repeat top center;
	background-size: cover;
}

.servicePageList {
	margin-bottom: 80px;
}

.servicePageList .baseTitBox .boxTit h2 {
	color: #333;
	font-size: 30px;
	font-weight: 400;
}

.servicePageList .servicePageAfterSales {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 48px;
}

.servicePageList .servicePageAfterSales .servicePageAfterSalesItem {
	width: calc(25% - 15px);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 36px 24px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 6px;
}

.servicePageList .servicePageAfterSales i {
	font-size: 48px;
	color: #e50012;
}

.servicePageList .servicePageAfterSales h3 {
	font-size: 24px;
	margin: 16px 0;
	font-weight: 400;
}

.servicePageList .servicePageAfterSales p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

.servicePageList .servicePageAfterSales span {
	font-size: 36px;
	font-weight: bold;
	color: #e50012;
	border: 2px solid #e50012;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 12px;
}

.getProductPrice .baseTitBox .boxTit h2 {
	color: #333;
	font-size: 30px;
	font-weight: 400;
}