.fix-price>.f-body>.title {
	padding: 68px 0;
	background-color: #edf4fa;
	text-align: center;
}

.fix-price>.f-body>.title>h1 {
	font-size: 32px;
}

.fix-price>.f-body>.title>p {
	margin-top: 10px;
	font-size: 20px;
	color: #3d3d3d;
}

.fix-price>.f-body>.list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 26px;
	margin: 60px auto;
	width: 1200px;

}

.fix-price .list {}

.fix-price .list>.item {}

.fix-price .list>.item.card {
	width: 280px;
	height: 380px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(6, 60, 126, .13);
	padding: 32px 26px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}

.fix-price .list>.item.card:hover {
	box-shadow: 0 0 10px rgba(6, 60, 126, .2);
}

.fix-price .list>.item>.p1 {
	height: 32px;
	font-size: 24px;
	color: #000;
	display: flex;
	align-items: center;
	gap: 4px;
	justify-content: center;
}

.fix-price .list>.item>.p1>.quan {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: solid 1px #000;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.fix-price .list>.item>.line {
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
	margin: 36px 0 46px;
}

.fix-price .list>.item>.p2 {
	color: #2378ff;
	line-height: 36px;
	height: 36px;
	text-align: center;
	font-size: 18px;
}

.fix-price .list>.item>.p2 b {font-weight: bold;}

.fix-price .list>.item>.p3 {
	line-height: 26px;
	color: #adadb9;
	text-align: center
}

.fix-price .list>.item>.more {
	margin-top: auto;
	margin-bottom: 30px;
	padding: 10px 60px;
}

.fix-price .list>.item>.more:hover {
	opacity: .8;
}

/* 定制服务 */
.fix-price .customized-service {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 80px;
}

.fix-price .customized-service>.left {}

.fix-price .customized-service>.right {
	max-width: 500px;
}

.fix-price .customized-service>.right h4 {
	font-size: 26px;
}

.fix-price .customized-service>.right p {
	line-height: 35px;
	font-size: 18px;
	margin: 10px 0 18px;
}

.fix-price .customized-service>.right a {
	width: 120px;
	height: 42px;
	border-radius: 5px;
	border: 1px solid #1380ec;
	color: #0881f7;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	cursor: pointer;
}

.fix-price .customized-service>.right a:hover {
	background-color: #1380ec;
	color: white;
}

/* 权益对比 */
.fix-price .equity-comparison {
	background-color: #f6faff;
	width: 1200px;
	margin: 60px auto;
	text-align: center;
}

.fix-price .equity-comparison>.title {
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0;
}

.equity-comparison table {}

.equity-comparison table .title {
	background-color: #ffffff;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
}

.equity-comparison table .bg {
	background-color: #f3f7fc;
}

.equity-comparison table img {
	width: 20px;
	height: 20px;
}

.equity-comparison table thead tr {
	background-color: #2378ff;
	color: #ffffff;
}

.equity-comparison table thead th {
	text-align: center;
	font-size: 18px;
}

.equity-comparison table tbody td {
	font-weight: bold;
	padding: 16px 0;
}

@media (max-width: 768px) {
	.equity-comparison table thead th:first-child{
		width: 75px;
	}
	.fix-price>.f-body>.list {
		width: auto;
	}

	.fix-price .list>.item.card {
		width: 90%;
	}

	.fix-price .customized-service {
		width: auto;
		gap: 20px;
	}

	.fix-price .customized-service>.right {
		padding: 0 20px;
		text-align: center;
	}

	.fix-price .equity-comparison {
		width: auto;
	}
}