.consultCenterBox {
	width: 100%;
	background: #f8fbff;
	padding: 60px 0 72px 0;

}

.consultCenterBox .card_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.consultCenterBox .card_box .card {
	padding: 40px 0;
	flex: 1;

	background: #ffffff;
	box-shadow: 0px 6px 20px 0px #e2eaf7;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}



.consultCenterBox .card_box .card .center_img {
	width: 253px;
	height: 138px;
}

.consultCenterBox .card_box .card .title {
	margin-top: 22px;
	font-size: 22px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: center;
	color: #111a34;
	line-height: 30px;
}

.consultCenterBox .card_box .card .line {
	width: 87px;
	height: 1px;
	border: 1px solid #dfe3ef;
	margin: 20px 0;
}

.consultCenterBox .card_box .card .consult_no {
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: center;
	color: #111a34;
	line-height: 28px;
}

@media only screen and (max-width: 900px) {
	.consultCenterBox {
		width: 100%;
		background: #f8fbff;
		padding: 60px 0 72px 0;

		padding: 30px 0 36px 0;
	}

	.consultCenterBox .card_box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;

		padding: 0 16px;
	}

	.consultCenterBox .card_box .card {
		padding: 20px 0;
		flex: 1;

		background: #ffffff;
		box-shadow: 0px 6px 20px 0px #e2eaf7;

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

		width: calc(50% - 8px);
	}



	.consultCenterBox .card_box .card .center_img {
		width: 253px;
		height: 138px;


		/* width: 100%;
		height: 100%; */

		width: 113px;
		height: 58px;
	}

	.consultCenterBox .card_box .card .title {
		margin-top: 22px;
		font-size: 22px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: center;
		color: #111a34;
		line-height: 30px;

		font-size: 14px;
		line-height: 16px;
	}

	.consultCenterBox .card_box .card .line {
		width: 87px;
		height: 1px;
		border: 1px solid #dfe3ef;
		margin: 20px 0;

		width: 50%;
		margin: 10px 0;
	}

	.consultCenterBox .card_box .card .consult_no {
		font-size: 16px;
		font-family: PingFang SC, PingFang SC-Regular;
		font-weight: 400;
		text-align: center;
		color: #111a34;
		line-height: 28px;

		font-size: 11px;
		line-height: 13px;
	}
}