.priceCenterBox {
	width: 100%;
	padding: 60px 0 100px 0;
	background: #f8fbff;
}

.priceCenterBox .priceCenterBox_title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.priceCenterBox .priceCenterBox_title .priceCenterBox_title_btnbox {
	display: flex;
	justify-content: center;
	align-items: center;
}

.priceCenterBox .priceCenterBox_title .priceCenterBox_title_btnbox .priceCenterBox_title_text {
	font-size: 22px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 600;
	text-align: center;
	color: #111a34;
	line-height: 30px;
	cursor: pointer;
}

.priceCenterBox .priceCenterBox_title .priceCenterBox_title_btnbox .priceCenterBox_title_text:hover {
	color: #1676ff;
}

.topBtnMargin {
	margin-left: 126px;
}

.priceCenterBox .priceCenterBox_title .priceCenterBox_title_btnbox .active {
	color: #1676ff;
}

.priceCenterBox .priceCenterBox_title .priceCenterBox_line {
	width: 100%;
	height: 2px;
	background-color: #dde1ec;
	margin: 31px 0;
	opacity: 0.5;
}

.priceCenterBox_line_active {
	width: 104px;
	/* width: 110%; */
	height: 4px;
	background: #1676ff;
	position: relative;
	top: 31px;
	display: none;
	top: 33px;
	z-index: 9;
	height: 3.5px;
}

.priceCenterBox_line_active_show {
	display: block;
}


/* 横线下面 */
.priceCenterBox .priceCenterBox_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.priceCenterBox .priceCenterBox_center_top_intro {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #111a34;
	line-height: 22px;
}

.priceCenterBox .priceCenterBox_center_mobile {
	display: none;
}

.priceCenterBox .buy {
	margin-top: 10px;
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: center;
	color: #111a34;
	line-height: 22px;
}

.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox {
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;

	flex-wrap: wrap;

}

.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .cardTop {
	width: 280px;
	/* height: 55px; */
	padding: 15px 0;
	background: #1676ff;
	border-radius: 8px 8px 0px 0px;

	font-size: 18px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	line-height: 25px;

}

.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card {
	padding: 70px 0 46px 0;
	min-height: 427px;
	width: 280px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 6px 20px 0px #e2eaf7;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid transparent;
}

.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .card_with_top {
	border-radius: 0 0 8px 8px;
}

.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card:hover {
	border: 1px solid #1676ff;
}

.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .line {
	margin: 30px 0;

	width: 87px;
	height: 1px;
	background-color: #dfe3ef;
	/* border: 1px solid #dfe3ef; */
	opacity: 0.5;
}

.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .btn {
	border: 1px solid #1676ff;
	border-radius: 4px;
	padding: 11px 35px;

	background-color: transparent;

	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: center;
	color: #1676ff;
	line-height: 22px;

	margin-top: 65px;
}

.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .btn:hover {
	background: #1676ff;
	color: #FFFFFF;
	cursor: pointer;
}

.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .btnActive {
	background: #1676ff;
	color: #FFFFFF;
}

.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .title {
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: center;
	color: #111a34;
	line-height: 22px;
}

.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .number {
	font-size: 38px;
	font-family: DIN, DIN-Bold;
	font-weight: 700;
	text-align: center;
	color: #1676ff;
	line-height: 47px;
}

.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .numberUnit {
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: center;
	color: #111a34;
	line-height: 22px;
	letter-spacing: 1.14px;
	margin-left: 3px;
}

.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .botText {
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: center;
	color: #111a34;
	line-height: 20px;
	margin-bottom: 4px;
}

/* 两个卡片 */
.priceCenterBox .priceCenterBox_bot {
	width: 100%;
	display: flex;
}

.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox {
	width: 100%;
	margin-top: 26px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card {
	padding: 40px 0;
	width: 586px;
	min-height: 287px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 6px 20px 0px #e2eaf7;
	border: 1px solid transparent;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card:hover {
	border: 1px solid #1676ff;
}

.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card .title {
	font-size: 22px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: center;
	color: #111a34;
	line-height: 30px;
}

.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card p {
	max-width: 407px;

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

.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card .line {
	width: 87px;
	height: 1px;
	background-color: #dfe3ef;
	margin: 20px 0;
	opacity: 0.5;
}

.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card .btn {
	border: 1px solid #1676ff;
	border-radius: 4px;
	padding: 11px 35px;

	background-color: transparent;

	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: center;
	color: #1676ff;
	line-height: 22px;

	margin-top: 36px;
}

.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card .btn:hover {
	background: #1676ff;
	color: #FFFFFF;
	cursor: pointer;
}


@media only screen and (max-width: 900px) {


	.priceCenterBox {
		width: 100%;
		padding: 30px 0 50px 0;
		background: #f8fbff;
	}

	.priceCenterBox .priceCenterBox_title {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.priceCenterBox .priceCenterBox_title .priceCenterBox_title_btnbox {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.priceCenterBox .priceCenterBox_title .priceCenterBox_title_btnbox .priceCenterBox_title_text {
		font-size: 16px;
		font-family: PingFang SC, PingFang SC-Regular;
		text-align: center;
		color: #111a34;
		line-height: 18px;
		cursor: pointer;
	}

	.priceCenterBox .priceCenterBox_title .priceCenterBox_title_btnbox .priceCenterBox_title_text:hover {
		color: #1676ff;
	}

	.topBtnMargin {
		margin-left: 66px;
	}


	.priceCenterBox .priceCenterBox_title .priceCenterBox_title_btnbox .active {
		color: #1676ff;
	}

	.priceCenterBox .priceCenterBox_title .priceCenterBox_line {
		border: 1px solid #dde1ec;
		width: 80%;
		margin: 13px 0;
	}

	.priceCenterBox_line_active {
		width: 104px;
		/* width: 110%; */
		height: 4px;
		background: #1676ff;
		position: relative;
		top: 15.5px;
		display: none;
		width: 100%;
	}

	.priceCenterBox_line_active_show {
		display: block;
	}


	/* 横线下面 */
	.priceCenterBox .priceCenterBox_center {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0 26px;
		box-sizing: border-box;


	}

	.priceCenterBox .priceCenterBox_center_top_intro {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #111a34;
		line-height: 22px;
		font-size: 14px;
		line-height: 16px;
		padding: 10px 0px;
	}


	.priceCenterBox .priceCenterBox_center_pc {
		display: none;
	}

	.priceCenterBox .buy {
		margin-top: 10px;
		font-size: 16px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: center;
		color: #111a34;
		line-height: 22px;

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

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox {
		width: 100%;
		margin-top: 50px;


		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-top: 0px;
	}

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .cardTop {
		width: 280px;
		/* height: 55px; */
		padding: 15px 0;
		background: #1676ff;
		border-radius: 8px 8px 0px 0px;

		font-size: 18px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: center;
		color: #ffffff;
		line-height: 25px;

		width: 100%;
		padding: 12px 0;
		font-size: 16px;
		line-height: 18px;
	}

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card {
		padding: 70px 0 46px 0;
		min-height: 427px;
		width: 280px;

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



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

		padding: 22px 18px 23px 18px;
		min-height: 0px;
		width: 100%;
	}

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card_outer {
		width: calc(50% - 11px);
		margin-top: 22px;
	}

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .card_with_top {
		border-radius: 0 0 8px 8px;
	}

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card:hover {
		border: 1px solid #1676ff;
	}

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .line {
		margin: 30px 0;

		width: 87px;
		height: 1px;
		border: 1px solid #dfe3ef;

		width: 40%;
		margin: 22px 0;
	}

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .btn {
		border: 1px solid #1676ff;
		border-radius: 4px;
		padding: 11px 35px;

		background-color: transparent;

		font-size: 16px;
		font-family: PingFang SC, PingFang SC-Regular;
		font-weight: 400;
		text-align: center;
		color: #1676ff;
		line-height: 22px;

		margin-top: 65px;

		margin-top: 35px;
		padding: 5px 5px;
		font-size: 14px;
		line-height: 16px;

	}

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .btn:hover {
		background: #1676ff;
		color: #FFFFFF;
		cursor: pointer;
	}

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .btnActive {
		background: #1676ff;
		color: #FFFFFF;
	}

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .title {
		font-size: 16px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: center;
		color: #111a34;
		line-height: 22px;

		min-width: 100px;
		margin-bottom: 2px;
		min-height: 44px;
		/* white-space: nowrap; */

	}

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .number {
		font-size: 38px;
		font-family: DIN, DIN-Bold;
		font-weight: 700;
		text-align: center;
		color: #1676ff;
		line-height: 47px;

		font-size: 18px;
		line-height: 20px;
	}

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .numberUnit {
		font-size: 16px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: center;
		color: #111a34;
		line-height: 22px;
		letter-spacing: 1.14px;
		margin-left: 3px;
	}

	.priceCenterBox .priceCenterBox_center .priceCenterBox_center_cardBox .priceCenterBox_center_card .botText {
		font-size: 14px;
		font-family: PingFang SC, PingFang SC-Regular;
		font-weight: 400;
		text-align: center;
		color: #111a34;
		line-height: 20px;
		margin-bottom: 4px;
	}

	/* 两个卡片 */
	.priceCenterBox .priceCenterBox_bot {
		width: 100%;
		display: flex;
	}

	.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox {
		width: 100%;
		margin-top: 26px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;

		margin-top: 6px;

		padding: 0 26px;
	}

	.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card {
		padding: 40px 0;
		width: 586px;
		min-height: 287px;
		background: #ffffff;
		border-radius: 8px;
		box-shadow: 0px 6px 20px 0px #e2eaf7;

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

		width: 100%;
		margin-top: 22px;
		padding: 20px 12px;
		min-height: 0px;
	}

	.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card:hover {
		border: 1px solid #1676ff;
	}

	.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card .title {
		font-size: 22px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: center;
		color: #111a34;
		line-height: 30px;

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

	.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card p {
		max-width: 407px;

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

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

	.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card .line {
		width: 87px;
		height: 1px;
		border: 1px solid #dfe3ef;
		margin: 20px 0;
	}

	.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card .btn {
		border: 1px solid #1676ff;
		border-radius: 4px;
		padding: 11px 35px;

		background-color: transparent;

		font-size: 16px;
		font-family: PingFang SC, PingFang SC-Regular;
		font-weight: 400;
		text-align: center;
		color: #1676ff;
		line-height: 22px;

		margin-top: 36px;

		margin-top: 35px;
		padding: 5px 5px;
		font-size: 14px;
		line-height: 16px;
	}

	.priceCenterBox .priceCenterBox_bot .priceCenterBox_bot_cardBox .priceCenterBox_bot_card .btn:hover {
		background: #1676ff;
		color: #FFFFFF;
		cursor: pointer;
	}
}