html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	width: 100% !important;
}
.purchase-product-page-nav {
	width: 100%;
	height: 0.5885rem;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 0.125rem;
	padding-left: 0.2813rem;
	padding-right: 0.5729rem;
	padding-bottom: 0.125rem;
	z-index: 100;
	display: flex;
	transition: background-color 0.3s; /* 平滑背景变化 */
	background-color: transparent;
	box-sizing: border-box;
}

.purchase-product-page-nav-container {
	/* width: 9.1458rem; */
	flex: 1;
	height: 0.3125rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.purchase-product-page-nav-logo {
	width: 0.8698rem;
	height: 0.3125rem;
	background-image: url("/oss/images/img/官网切图/购买产品/logo.png");
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	box-sizing: border-box;
}

.purchase-product-page-nav-menu {
	height: 100%;
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
}

.purchase-product-page-nav-menu-item {
	height: 100%;
	opacity: 1;
	/** 文本1 */
	font-size: 0.1042rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.1508rem;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	cursor: pointer;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.purchase-product-page-nav-menu-item:hover {
	/* color: cornflowerblue; */
	background: -webkit-linear-gradient(
		215.42deg,
		rgba(121, 72, 234, 1) 0%,
		rgba(58, 114, 252, 1) 100%
	);
	transition: background 0.4s linear;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	box-sizing: border-box;
}
.purchase-product-page-nav-menu-item-line {
	width: 0.0052rem;
	height: 0.0677rem;
	opacity: 1;
	background: rgba(51, 51, 51, 1);
	margin: 0 0.0417rem;
	box-sizing: border-box;
}
.purchase-product-page-nav-menu-item-left {
	/* margin-left: 0.3125rem; */
	box-sizing: border-box;
}

.t-list-item:last-child::after {
	display: none;
}

.product-popup-line {
	margin: 0.0417rem 0;
}

.product-header-image {
	width: 0.2083rem;
	height: 0.2083rem;
	background: transparent;
}
.product-header-image .t-image__wrapper {
	background: transparent;
}
.purchase-product-page-nav-shadow {
	box-shadow: 0 2px 4px -4px rgba(31, 35, 41, 0.02),
		0 4px 8px rgba(31, 35, 41, 0.02), 0 4px 16px 4px rgba(31, 35, 41, 0.03);
}

@media only screen and (max-width: 512px) {
	body {
		margin: 0;
		padding: 0;
		font-size: 0.3732rem;
		display: none;
		position: relative;
	}

	.purchase-product-page-nav {
		width: 100%;
		height: 1.28rem;
		position: fixed;
		top: 0;
		left: 0;
		padding-top: 0;
		padding-left: 0.32rem;
		padding-right: 0.32rem;
		padding-bottom: 0;
		z-index: 100;
		display: flex;
		transition: background-color 0.3s; /* 平滑背景变化 */
		background-color: rgba(255, 255, 255, 0.5);
		box-sizing: border-box;
	}

	.purchase-product-page-nav-container {
		/* width: 9.1458rem; */
		flex: 1;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
	}

	.purchase-product-page-nav-logo {
		width: 4.1067rem;
		height: 0.9376rem;
		background-image: url("/oss/images/img/官网切图/购买产品/logo.png");
		position: relative;
		background-size: contain;
		background-repeat: no-repeat;
		box-sizing: border-box;
	}

	.purchase-product-page-nav-menu {
		flex: 1;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		box-sizing: border-box;
	}

	.purchase-product-page-nav-menu-item {
		opacity: 1;
		/** 文本1 */
		font-size: 0.64rem;
		line-height: 0.64rem;
		font-weight: 400;
		letter-spacing: 0rem;
		color: rgba(0, 0, 0, 1);
		text-align: left;
		vertical-align: top;
		cursor: pointer;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}

	.purchase-product-page-nav-menu-item:hover {
		/* color: cornflowerblue; */
		background: -webkit-linear-gradient(
			215.42deg,
			rgba(121, 72, 234, 1) 0%,
			rgba(58, 114, 252, 1) 100%
		);
		transition: background 0.4s linear;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		box-sizing: border-box;
	}
	.purchase-product-page-nav-menu-item-line {
		width: 0.0267rem;
		height: 0.32rem;
		opacity: 1;
		background: rgba(51, 51, 51, 1);
		margin: 0 0.1067rem;
		box-sizing: border-box;
	}
	.purchase-product-page-nav-menu-item-left {
		margin-left: 0.3125rem;
		box-sizing: border-box;
	}

	.product-header-image {
		width: 0.9376rem;
		height: 0.9376rem;
		background: transparent;
	}
	.product-header-image .t-image__wrapper {
		background: transparent;
	}

	.t-dialog {
		width: 8.8rem;
		padding: var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-l);
	}

	.t-message__list {
		top: 16px !important;
		left: 16px !important;
		right: 16px !important;
		transform: none !important;
	}
	.t-message {
		width: 100% !important;
	}
	.purchase-product-page-nav-phone-container {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 1.28rem;
		left: 0;
		padding-top: 0;
		padding-left: 0.32rem;
		padding-right: 0.32rem;
		padding-bottom: 0;
		z-index: 99;
		display: flex;
		transition: background-color 0.3s; /* 平滑背景变化 */
		background-color: rgba(255, 255, 255, 1);
		box-sizing: border-box;
		overflow: hidden;
	}
}
