.product-overview-page {
	background: #ffffff;
	margin-top: 180px;
	min-width: 0;
	color: #1c2a39;
	font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.product-page-container {
	width: min(88vw, 1320px);
	margin: 0 auto;
}

.product-hero {
	min-height: 620px;
	background:
		radial-gradient(circle at 82% 30%, rgba(78, 135, 232, 0.18), transparent 30%),
		linear-gradient(112deg, #e7f5ff 0%, #f8fbff 54%, #dce9ff 100%);
	overflow: hidden;
}

.product-hero-inner {
	display: grid;
	grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
	column-gap: clamp(72px, 6vw, 104px);
	align-items: center;
	min-height: 620px;
}

.product-hero-copy {
	grid-column: 1;
	width: 100%;
	max-width: 520px;
}

.product-hero-copy h1 {
	margin: 0 0 22px;
	font-size: 46px;
	line-height: 1.1;
	font-weight: 800;
	color: #07539d;
	letter-spacing: 0;
}

.product-hero-copy p {
	max-width: 520px;
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
	color: #38536e;
}

.product-hero-actions {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 34px;
}

.product-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 38px;
	border-radius: 4px;
	font-size: 15px;
	line-height: 38px;
	text-decoration: none;
	cursor: pointer;
}

.product-btn-outline {
	color: #0a65c6;
	background: #ffffff;
	border: 1px solid #0a65c6;
}

.product-btn-primary {
	color: #ffffff;
	background: linear-gradient(90deg, #35c9ff 0%, #0068d8 100%);
	border: 0;
}

.product-hero-media,
.feature-media {
	position: relative;
	box-sizing: border-box;
	border-radius: 8px;
	/*background: linear-gradient(135deg, #ffffff 0%, #e4f1ff 100%);*/
	/*box-shadow: 0 12px 28px rgba(31, 105, 179, 0.14);*/
	overflow: hidden;
}

.product-hero-media {
	grid-column: 2;
	justify-self: end;
	width: 100%;
	height: 330px;
	max-width: 620px;
}

.product-hero-media img,
.product-hero-media video,
.feature-media img,
.feature-media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.feature-media {
	grid-column: 1;
	justify-self: start;
	width: 100%;
	height: 292px;
	max-width: 560px;
	/*border: 1px solid rgba(43, 84, 130, 0.1);*/
}

.media-placeholder {
	position: absolute;
	left: 22px;
	right: 22px;
	top: 22px;
	bottom: 22px;
	border-radius: 6px;
	border: 1px solid rgba(80, 133, 196, 0.25);
	background:
		linear-gradient(#edf5ff 1px, transparent 1px),
		linear-gradient(90deg, #edf5ff 1px, transparent 1px),
		linear-gradient(135deg, #ffffff 0%, #eaf4ff 100%);
	background-size: 34px 34px, 34px 34px, 100% 100%;
}

.media-placeholder::before {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	top: 18px;
	height: 32px;
	border-radius: 4px;
	background:
		linear-gradient(90deg, rgba(255, 104, 104, 0.22) 0 12px, transparent 12px 22px),
		linear-gradient(90deg, rgba(40, 126, 224, 0.18), rgba(40, 126, 224, 0.04));
}

.media-placeholder::after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	top: 72px;
	bottom: 20px;
	border-radius: 4px;
	background:
		linear-gradient(90deg, rgba(23, 95, 176, 0.14) 18%, transparent 18%),
		linear-gradient(90deg, transparent 0 58%, rgba(18, 168, 255, 0.12) 58% 72%, transparent 72%),
		linear-gradient(#cfe1f7 1px, transparent 1px);
	background-size: 100% 100%, 100% 100%, 100% 28px;
}

.media-placeholder-hero {
	left: 28px;
	right: 28px;
	top: 28px;
	bottom: 28px;
}

.media-placeholder-video {
	background:
		linear-gradient(#edf5ff 1px, transparent 1px),
		linear-gradient(90deg, #edf5ff 1px, transparent 1px),
		linear-gradient(135deg, #f9fcff 0%, #dcecff 100%);
	background-size: 34px 34px, 34px 34px, 100% 100%;
}

.feature-media-video {
	cursor: pointer;
}

.video-play {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	width: 62px;
	height: 62px;
	margin: -31px 0 0 -31px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.42);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
	pointer-events: none;
}

.video-play::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 19px;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid #ffffff;
}

.product-feature-list {
	background: #ffffff;
}

.product-feature {
	display: grid;
	grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
	column-gap: clamp(72px, 6vw, 104px);
	align-items: center;
	min-height: 340px;
	padding: 48px 0;
	box-sizing: border-box;
}

.product-feature:nth-child(even) {
	background: #eef7ff;
	box-shadow: 780px 0 0 #eef7ff, -780px 0 0 #eef7ff;
}

.product-feature-reverse {
	direction: ltr;
}

.product-feature-reverse .feature-copy {
	grid-column: 1;
	grid-row: 1;
}

.product-feature-reverse .feature-media {
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
}

.feature-copy {
	position: relative;
	grid-column: 2;
	justify-self: end;
	width: 100%;
	max-width: 520px;
	min-height: 212px;
	padding-top: 20px;
	box-sizing: border-box;
}

.product-feature-reverse .feature-copy {
	justify-self: start;
}

.feature-number {
	position: absolute;
	left: -4px;
	top: -2px;
	font-size: 66px;
	line-height: 1;
	font-weight: 800;
	color: rgba(33, 144, 255, 0.09);
}

.feature-copy h2 {
	position: relative;
	margin: 48px 0 16px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 800;
	color: #111d2b;
	letter-spacing: 0;
}

.feature-copy h2 .product-title-link {
	color: inherit;
	text-decoration: none;
}

.feature-copy h2 .product-title-link:hover {
	color: #0a65c6;
	text-decoration: none;
}

.feature-copy h2 span,
.feature-copy h2 .detail-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 18px;
	padding: 0 8px;
	margin-left: 8px;
	border-radius: 9px;
	background: #ff2638;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	vertical-align: middle;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(255, 38, 56, 0.18);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.feature-copy h2 span:hover,
.feature-copy h2 .detail-link:hover {
	background: #ff4b5b;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(255, 38, 56, 0.28);
	transform: translateY(-1px);
}

.feature-copy h2 span:active,
.feature-copy h2 .detail-link:active {
	color: #ffffff;
	box-shadow: 0 3px 8px rgba(255, 38, 56, 0.18);
	transform: translateY(0);
}

.feature-copy p {
	max-width: 520px;
	margin: 0;
	font-size: 14px;
	line-height: 1.85;
	color: #3f5164;
}

.feature-tags {
	margin-top: 18px;
	font-size: 13px;
	line-height: 24px;
	color: #0a65c6;
}

.feature-tags span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 24px;
	margin-right: 10px;
	border-radius: 12px;
	background: linear-gradient(90deg, #35c9ff 0%, #0068d8 100%);
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 6px 12px rgba(255, 109, 26, 0.18);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.feature-tags span::after {
	content: "";
	width: 5px;
	height: 5px;
	margin-left: 5px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: rotate(45deg);
}

.feature-tags span:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 16px rgba(255, 109, 26, 0.24);
}

.feature-media-mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	background: #f9fcff;
}

.phone-placeholder {
	position: relative;
	width: 106px;
	height: 198px;
	border-radius: 16px;
	border: 6px solid #1e385c;
	background:
		linear-gradient(#eef6ff 1px, transparent 1px),
		linear-gradient(90deg, #eef6ff 1px, transparent 1px),
		#ffffff;
	background-size: 18px 18px;
	box-shadow: 0 8px 22px rgba(23, 82, 145, 0.18);
}

.phone-placeholder::before {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	top: 14px;
	height: 5px;
	border-radius: 3px;
	background: #1e385c;
}

.phone-placeholder::after {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	top: 44px;
	bottom: 18px;
	border-radius: 6px;
	background:
		linear-gradient(90deg, rgba(2, 122, 255, 0.16), transparent 42%),
		linear-gradient(#dce9f8 1px, transparent 1px);
	background-size: 100% 100%, 100% 22px;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 0 !important;
	}

	.product-overview-page {
		min-width: 0;
		margin-top: 0;
	}

	.product-page-container {
		width: auto;
		margin: 0 18px;
	}

	.product-hero-inner,
	.product-feature,
	.product-feature-reverse {
		display: block;
		min-height: 0;
	}

	.product-hero {
		min-height: 0;
		padding: 42px 0;
	}

	.product-hero-copy,
	.product-hero-copy p,
	.product-hero-media,
	.feature-media,
	.feature-copy,
	.feature-copy p {
		width: 100%;
	}

	.product-hero-copy h1 {
		font-size: 34px;
	}

	.product-hero-media {
		height: 210px;
		margin-top: 28px;
	}

	.product-feature {
		padding: 36px 0;
	}

	.feature-media {
		height: 190px;
	}

	.feature-copy {
		padding-top: 10px;
	}

	.feature-copy h2 {
		margin-top: 42px;
		font-size: 22px;
	}

	.phone-placeholder {
		width: 86px;
		height: 156px;
	}
}

#modalForm.modal-data {
	background:
		radial-gradient(circle at 44% 38%, rgba(53, 201, 255, 0.2), transparent 26%),
		rgba(9, 24, 44, 0.58);
	backdrop-filter: blur(4px);
}

#modalForm .modalform-from {
	width: 640px !important;
	min-height: 420px;
	height: auto !important;
	max-height: calc(100vh - 64px);
	left: 50% !important;
	top: 50% !important;
	margin-left: -320px !important;
	margin-top: 0 !important;
	transform: translateY(-50%);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(6, 42, 85, 0.32);
	overflow: hidden;
}

#modalForm .modalform-from .close {
	position: absolute;
	z-index: 3;
	right: 18px;
	top: 18px;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	font-size: 0;
	opacity: 1;
	cursor: pointer;
}

#modalForm .modalform-from .close::before,
#modalForm .modalform-from .close::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 14px;
	width: 12px;
	height: 2px;
	border-radius: 2px;
	background: #ffffff;
}

#modalForm .modalform-from .close::before {
	transform: rotate(45deg);
}

#modalForm .modalform-from .close::after {
	transform: rotate(-45deg);
}

#modalForm .modalform-from .modalform-from-header {
	width: 100%;
	height: 92px;
	padding: 26px 74px 0 34px;
	border-radius: 18px 18px 0 0;
	background:
		radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.28), transparent 22%),
		linear-gradient(100deg, #58d6ff 0%, #1598f5 52%, #0068d8 100%);
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	box-sizing: border-box;
}

#modalForm .modalform-from .modalform-from-header::after {
	content: "提交后，专属顾问将尽快与您联系";
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.88);
}

#modalForm .modalform-from .form {
	height: auto !important;
	max-height: calc(100vh - 236px);
	padding: 28px 42px 18px;
	overflow: auto;
	box-sizing: border-box;
}

#modalForm .modalform-from .form .input-item {
	display: flex;
	align-items: center;
	height: 46px;
	margin-bottom: 16px;
}

#modalForm .modalform-from .form .description-input {
	align-items: flex-start;
	height: 88px !important;
}

#modalForm .modalform-from .form .input-item .form-label {
	flex: 0 0 104px;
	width: 104px;
	padding-right: 16px;
	text-align: right;
	box-sizing: border-box;
}

#modalForm .modalform-from .form .input-item .form-label .label {
	font-size: 15px;
	color: #33445c;
}

#modalForm .modalform-from input,
#modalForm .modalform-from textarea {
	width: 430px;
	border: 1px solid #dce8f5;
	border-radius: 8px;
	background: #f8fbff;
	color: #24364d;
	font-size: 15px;
	box-sizing: border-box;
}

#modalForm .modalform-from input {
	height: 46px;
	line-height: 46px;
	padding: 0 14px;
}

#modalForm .modalform-from textarea {
	height: 88px;
	padding: 10px 14px;
	line-height: 22px;
	resize: none;
}

#modalForm .modalform-from input:focus,
#modalForm .modalform-from textarea:focus {
	border-color: #12a8ff;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(18, 168, 255, 0.12);
	outline: none;
}

#modalForm .modalform-from .input-item-piccode input {
	flex: 0 0 276px;
	width: 276px;
	float: none;
	border-radius: 8px 0 0 8px;
}

#modalForm .modalform-from .input-item-piccode .form-label {
	float: none;
}

#modalForm .modalform-from .input-item-piccode .piccode-img {
	flex: 0 0 154px;
	width: 154px;
	height: 46px;
	float: none;
	border: 1px solid #dce8f5;
	border-left: 0;
	border-radius: 0 8px 8px 0;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}

#modalForm .modalform-from .input-item-piccode .piccode-img img {
	width: 152px;
	height: 44px;
}

#modalForm .modalform-from .input-item-vertycode input {
	flex: 0 0 292px;
	width: 292px;
	border-radius: 8px 0 0 8px;
}

#modalForm .modalform-from .input-item-vertycode .signin-phone-code {
	flex: 0 0 138px;
	width: 138px;
	height: 46px;
	margin-left: 0;
	border: 0;
	border-radius: 0 8px 8px 0;
	background: linear-gradient(90deg, #edf8ff 0%, #eaf3ff 100%);
	color: #0068d8;
	font-size: 14px;
	font-weight: 600;
	line-height: 46px;
	box-sizing: border-box;
}

#modalForm .modalform-from .modalform-from-button {
	width: 430px;
	height: 48px;
	margin: 0 0 28px 146px;
	border-radius: 24px;
	background: linear-gradient(90deg, #35c9ff 0%, #1598f5 52%, #0068d8 100%);
	box-shadow: 0 12px 24px rgba(18, 168, 255, 0.26);
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	line-height: 48px;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

#modalForm .modalform-from .modalform-from-button:hover {
	background: linear-gradient(90deg, #35c9ff 0%, #1598f5 52%, #0068d8 100%);
	box-shadow: 0 14px 28px rgba(18, 168, 255, 0.34);
	transform: translateY(-1px);
}
