@charset "utf-8";

/* =========================================================
   机器人AI医生页 — style_jqr.css
   前缀 jqr- 避免与通用样式冲突；仅本页样式
   ========================================================= */
   .fota .text {
	padding-top: 10%;
  }
  .fota .text .container img {
	width: auto;
	display: block;
	margin-bottom: 10px;
  }
.jqr-page,
.jqr-banner,
.jqr-cta {
	--jqr-blue: #0B5CE4;
	--jqr-blue-deep: #184892;
	--jqr-blue-soft: #E8F0FA;
	--jqr-blue-tag: #4B85F4;
	--jqr-teal: #2EC4B6;
	--jqr-bg: #F4F5F9;
	--jqr-title: #333333;
	--jqr-sub: #666666;
	--jqr-desc: #666666;
	--jqr-card: #ffffff;
	--jqr-radius: 8px;
	--jqr-shadow: 0 8px 28px rgba(32, 88, 175, 0.08);
	--jqr-shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.04);
	font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", sans-serif;
	color: var(--jqr-title);
	line-height: 1.6;
	box-sizing: border-box;
}

.jqr-page *,
.jqr-page *::before,
.jqr-page *::after,
.jqr-cta *,
.jqr-cta *::before,
.jqr-cta *::after {
	box-sizing: border-box;
}

.jqr-page .container,
.jqr-cta .container {
	width: 1200px;
	max-width: 94%;
	margin: 0 auto;
}

.jqr-page {
	background: #fff;
}

.jqr-sec {
	padding: 80px 0;
	background: #fff;
}

.jqr-sec--gray {
	background: var(--jqr-bg);
}

.jqr-title {
	margin: 0 0 35px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: var(--jqr-title);
	letter-spacing: 0.06em;
	line-height: 1.4;
}

.jqr-sub {
	margin: 0 auto 48px;
	max-width: 900px;
	text-align: center;
	font-size: 18px;
	color: var(--jqr-sub);
	line-height: 1.7;
}

.jqr-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.jqr-tags span {
	display: inline-block;
	padding: 4px 14px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--jqr-blue-tag);
	border: 1px solid rgba(74, 137, 255, 0.55);
	border-radius: 20px;
	background: transparent;
	white-space: nowrap;
}

.jqr-tags--fill span {
	border: none;
	background: var(--jqr-blue-soft);
	color: var(--jqr-blue);
}

/* =========================================================
   Banner（复用站点 banner_w，补按钮）
   ========================================================= */
.jqr-banner .d2 {
	margin-bottom: 28px;
}

.jqr-banner__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 28px;
	font-size: 16px;
	color: #fff !important;
	background: var(--jqr-blue, #2058AF);
	border-radius: 4px;
	text-decoration: none !important;
	transition: background 0.2s ease, transform 0.2s ease;
}

.jqr-banner__btn:hover {
	background: var(--jqr-blue-deep, #184892);
	transform: translateY(-1px);
}

.jqr-banner__btn i {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 2px;
}

/* =========================================================
   Slogan + Stats
   ========================================================= */
.jqr-slogan {
	padding: 72px 0 64px;
}

.jqr-slogan__title {
	margin: 0 0 48px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: var(--jqr-title);
}

.jqr-stats {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 26px;
	margin-bottom: 0;
}

.jqr-stats__item {
	padding: 28px 20px;
	background: var(--jqr-card);
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(15, 35, 80, 0.1);
}

.jqr-stats__num {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: var(--jqr-title);
	line-height: 1.2;
}

.jqr-stats__label {
	font-size: 16px;
	color: var(--jqr-sub);
	line-height: 1.5;
}

/* =========================================================
   产品全景
   ========================================================= */
.jqr-pano__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}

.jqr-pano__card {
	position: relative;
	grid-column: span 3;
	padding: 32px 28px 28px;
	background: var(--jqr-card);
	border-radius: var(--jqr-radius);
	box-shadow: var(--jqr-shadow);
	overflow: hidden;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}

.jqr-pano__card:nth-child(n + 3) {
	grid-column: span 2;
}

.jqr-pano__num {
	position: absolute;
	top: 8px;
	left: 22px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	background:  linear-gradient(180deg, #83c6fb 48%, #ffffff00 100%);;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	pointer-events: none;
}

.jqr-pano__card h3 {
	position: relative;
	z-index: 1;
	margin: 18px 0 12px;
	font-size: 18px;
	font-weight: 700;
	color: var(--jqr-title);
	line-height: 1.45;
}

.jqr-pano__card p {
	position: relative;
	z-index: 1;
	margin: 0 0 20px;
	font-size: 14px;
	color: var(--jqr-desc);
	line-height: 1.7;
	flex: 1;
}

.jqr-pano__card .jqr-tags {
	position: relative;
	z-index: 1;
}

/* =========================================================
   双引擎
   ========================================================= */
.jqr-engine .jqr-title {
	margin-bottom: 48px;
}

.jqr-engine__hd {
	margin: 0 0 24px;
	font-size: 22px;
	font-weight: 700;
	color: var(--jqr-title);
}

.jqr-engine__diag {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-bottom: 56px;
}

.jqr-engine__card {
	padding: 28px 22px 24px;
	background: var(--jqr-card);
	border-radius: var(--jqr-radius);
	box-shadow: var(--jqr-shadow);
	border: 1px solid #F0F3F8;
}

.jqr-engine__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	overflow: hidden;
	border-radius: 10px;
}

.jqr-engine__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.jqr-engine__card h4 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	color: var(--jqr-title);
}

.jqr-engine__card p {
	margin: 0;
	font-size: 14px;
	color: var(--jqr-desc);
	line-height: 1.7;
}

.jqr-engine__ota {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.jqr-ota-card {
	position: relative;
	padding: 28px 18px 22px;
	background: var(--jqr-card);
	border-radius: var(--jqr-radius);
	box-shadow: var(--jqr-shadow);
	border: 1px solid #F0F3F8;
	min-height: 220px;
	display: flex;
	flex-direction: column;
}

.jqr-ota-card__num {
	display: block;
	margin-bottom: 8px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	background: linear-gradient(180deg, #74B9FF 0%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.jqr-ota-card h4 {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 700;
	color: var(--jqr-title);
}

.jqr-ota-card p {
	margin: 0 0 18px;
	font-size: 13px;
	color: var(--jqr-desc);
	line-height: 1.7;
	flex: 1;
}

/* =========================================================
   双闭环
   ========================================================= */
.jqr-loop {
	padding: 80px 0;
}

.jqr-loop__box {
	display: grid;
	grid-template-columns: minmax(170px, 1fr) minmax(300px, 1.5fr) minmax(170px, 1fr);
	grid-template-rows: repeat(3, minmax(92px, 1fr));
	align-items: center;
	min-height: 300px;
}

.jqr-loop__core {
	grid-column: 2;
	grid-row: 1 / 4;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
	z-index: 1;
}

.jqr-loop__item {
	display: flex;
	align-items: center;
	width: 100%;
	z-index: 2;
}

.jqr-loop__item--left {
	grid-column: 1;
	justify-content: flex-end;
}

.jqr-loop__item--right {
	grid-column: 3;
	justify-content: flex-start;
}

.jqr-loop__item--t {
	grid-row: 1;
}

.jqr-loop__item--m {
	grid-row: 2;
}

.jqr-loop__item--b {
	grid-row: 3;
}

.jqr-loop__copy {
	flex: 0 1 auto;
	max-width: 220px;
}

.jqr-loop__item--left .jqr-loop__copy {
	text-align: right;
}

.jqr-loop__item--right .jqr-loop__copy {
	text-align: left;
}

.jqr-loop__copy h4 {
	margin: 0 0 6px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.jqr-loop__item--left .jqr-loop__copy h4 {
	color: #4A89FF;
}

.jqr-loop__item--right .jqr-loop__copy h4 {
	color: #2EC4B6;
}

.jqr-loop__copy ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: jqrloop;
}

.jqr-loop__copy li {
	font-size: 14px;
	color: #555;
	line-height: 1.75;
	counter-increment: jqrloop;
}

.jqr-loop__copy li::before {
	content: counter(jqrloop) ". ";
}

.jqr-loop__line {
	position: relative;
	flex: 1 1 28px;
	min-width: 24px;
	max-width: 180px;
	height: 1px;
	align-self: center;
}

.jqr-loop__item--left .jqr-loop__line {
	margin-left: 12px;
	background: linear-gradient(90deg, rgba(74, 137, 255, 0.12), #4A89FF);
}

.jqr-loop__item--right .jqr-loop__line {
	margin-right: 12px;
	background: linear-gradient(90deg, #2EC4B6, rgba(46, 196, 182, 0.12));
}

.jqr-loop__line::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.jqr-loop__item--left .jqr-loop__line::after {
	right: -1px;
	background: #4A89FF;
	box-shadow: 0 0 0 3px rgba(74, 137, 255, 0.18);
}

.jqr-loop__item--right .jqr-loop__line::after {
	left: -1px;
	background: #2EC4B6;
	box-shadow: 0 0 0 3px rgba(46, 196, 182, 0.18);
}

.jqr-loop__svg {
	width: 100%;
	max-width: 520px;
	height: auto;
	display: block;
}

.jqr-loop__label {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-weight: 700;
	pointer-events: none;
	white-space: nowrap;
	letter-spacing: 1px;
}

.jqr-loop__label--biz {
	left: 33%;
	color: #2B6DE5;
}

.jqr-loop__label--data {
	left: 67%;
	color: #1FA89C;
}

/* =========================================================
   AI-XOTA：色块图标占位
   ========================================================= */
.jqr-aiota__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px 22px;
	padding-top: 14px;
}

.jqr-aiota__card {
	position: relative;
	min-height: 184px;
	padding: 24px 22px 24px;
	background: linear-gradient(160deg, #F8FBFF 0%, #EAF2FF 100%);
	border: 1px solid #D6E6FF;
	border-radius: 14px;
	overflow: visible;
}

.jqr-aiota__num {
	position: absolute;
	top: 6px;
	left: 16px;
	font-size: 54px;
	font-weight: 700;
	line-height: 1;
	background: linear-gradient(180deg, #A8C8FF 0%, rgba(255, 255, 255, 0.15) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	pointer-events: none;
	z-index: 0;
}

.jqr-aiota__icon {
	position: absolute;
	top: -18px;
	right: 14px;
	width: 108px;
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 1;
}

.jqr-aiota__icon::before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 72px;
	height: 14px;
	transform: translateX(-50%);
	border-radius: 4px;
	background: linear-gradient(90deg, #5B8FFF, #2B6DE5);
	box-shadow: 0 6px 14px rgba(43, 109, 229, 0.28);
}

.jqr-aiota__icon i {
	position: absolute;
	display: block;
}

/* 01 立方体色块 */
.jqr-aiota__icon--01 i:nth-child(1) {
	width: 38px;
	height: 38px;
	top: 22px;
	left: 28px;
	background: linear-gradient(145deg, #E8F0FF, #7AA8FF);
	border-radius: 6px;
	box-shadow: 8px 8px 0 #2B6DE5, 16px 16px 0 #5AD6A8;
	transform: rotate(12deg);
}

.jqr-aiota__icon--01 i:nth-child(2),
.jqr-aiota__icon--01 i:nth-child(3) {
	display: none;
}

/* 02 AI 圆台 */
.jqr-aiota__icon--02 i {
	width: 54px;
	height: 54px;
	top: 18px;
	left: 27px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #fff 0%, #8EB8FF 45%, #2B6DE5 100%);
	box-shadow: 0 0 0 8px rgba(74, 137, 255, 0.18), inset 0 -6px 12px rgba(26, 86, 200, 0.35);
}

.jqr-aiota__icon--02 i::after {
	content: "AI";
	position: absolute;
	inset: 0;
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	font-weight: 800;
	font-style: normal;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 0 2px 4px rgba(26, 86, 200, 0.45);
}

/* 03 上升箭头色块 */
.jqr-aiota__icon--03 i {
	width: 36px;
	height: 58px;
	top: 12px;
	left: 36px;
	background: linear-gradient(180deg, #6BA3FF 0%, #1A56C8 100%);
	clip-path: polygon(50% 0, 100% 42%, 68% 42%, 68% 100%, 32% 100%, 32% 42%, 0 42%);
	box-shadow: none;
	filter: drop-shadow(0 8px 10px rgba(43, 109, 229, 0.35));
}

/* 04 文档色块 */
.jqr-aiota__icon--04 i {
	width: 42px;
	height: 54px;
	top: 16px;
	left: 34px;
	background: linear-gradient(160deg, #fff 0%, #D7E7FF 100%);
	border-radius: 6px;
	box-shadow: 0 8px 18px rgba(43, 109, 229, 0.22);
}

.jqr-aiota__icon--04 i::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 8px;
	right: 8px;
	height: 4px;
	border-radius: 2px;
	background: #6BA3FF;
	box-shadow: 0 8px 0 #A8C8FF, 0 16px 0 #C9DBFF;
}

.jqr-aiota__icon--04 i::after {
	content: "";
	position: absolute;
	right: -10px;
	bottom: 8px;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background: #2B6DE5;
	transform: rotate(35deg);
	box-shadow: 0 4px 8px rgba(43, 109, 229, 0.3);
}

/* 05 放大镜色块 */
.jqr-aiota__icon--05 i {
	width: 46px;
	height: 46px;
	top: 18px;
	left: 24px;
	border: 8px solid #3D7EFF;
	border-radius: 50%;
	background: rgba(232, 241, 255, 0.8);
	box-shadow: 0 8px 16px rgba(43, 109, 229, 0.25);
	box-sizing: border-box;
}

.jqr-aiota__icon--05 i::after {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -10px;
	width: 26px;
	height: 10px;
	border-radius: 5px;
	background: #1A56C8;
	transform: rotate(42deg);
}

/* 06 柱状图色块 */
.jqr-aiota__icon--06 {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 6px;
	padding: 0 0 28px;
}

.jqr-aiota__icon--06 i {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: 14px;
	border-radius: 3px 3px 0 0;
}

.jqr-aiota__icon--06 i:nth-child(1) {
	height: 28px;
	background: #9BC2FF;
}

.jqr-aiota__icon--06 i:nth-child(2) {
	height: 44px;
	background: #4A89FF;
}

.jqr-aiota__icon--06 i:nth-child(3) {
	height: 34px;
	background: #2B6DE5;
}

.jqr-aiota__body {
	position: relative;
	z-index: 2;
	max-width: 64%;
	padding-top: 46px;
}

.jqr-aiota__body h4 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	color: var(--jqr-title);
	line-height: 1.35;
}

.jqr-aiota__body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jqr-aiota__body li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 6px;
	font-size: 14px;
	color: var(--jqr-desc);
	line-height: 1.6;
}

.jqr-aiota__body li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #555;
}

/* =========================================================
   OTA六大核心
   ========================================================= */
.jqr-modules {
	position: relative;
	padding: 80px 0 72px;
	overflow: visible;
}

.jqr-modules .container {
	position: relative;
}

.jqr-modules__box {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 170px 1fr;
	gap: 24px;
	align-items: center;
	min-height: 440px;
}

.jqr-modules__col {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.jqr-modules__hub {
	width: 148px;
	height: 148px;
	margin: 0 auto;
	border-radius: 50%;
	background: linear-gradient(160deg, #4A89FF 0%, #1A56C8 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
	box-shadow:
		0 0 0 16px rgba(43, 109, 229, 0.08),
		0 12px 32px rgba(43, 109, 229, 0.28);
	position: relative;
	z-index: 2;
}

.jqr-modules__hub::before {
	content: "";
	position: absolute;
	inset: -36px;
	border: 1.5px dashed rgba(74, 137, 255, 0.5);
	border-radius: 50%;
	pointer-events: none;
}

.jqr-modules__hub::after {
	content: "";
	position: absolute;
	inset: -36px;
	border-radius: 50%;
	pointer-events: none;
	background:
		radial-gradient(circle at 18% 28%, #4A89FF 0 5px, transparent 6px),
		radial-gradient(circle at 82% 28%, #4A89FF 0 5px, transparent 6px),
		radial-gradient(circle at 18% 72%, #4A89FF 0 5px, transparent 6px),
		radial-gradient(circle at 82% 72%, #4A89FF 0 5px, transparent 6px),
		radial-gradient(circle at 0% 50%, #4A89FF 0 5px, transparent 6px),
		radial-gradient(circle at 100% 50%, #4A89FF 0 5px, transparent 6px);
}

.jqr-modules__card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 20px;
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 10px 28px rgba(43, 109, 229, 0.12);
	position: relative;
	min-height: 96px;
}

.jqr-modules__card--left::after,
.jqr-modules__card--right::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border: 11px solid transparent;
	transform: translateY(-50%);
}

.jqr-modules__card--left::after {
	right: -18px;
	border-left-color: #fff;
	filter: drop-shadow(3px 0 2px rgba(43, 109, 229, 0.08));
}

.jqr-modules__card--right::before {
	left: -18px;
	border-right-color: #fff;
	filter: drop-shadow(-3px 0 2px rgba(43, 109, 229, 0.08));
}

.jqr-modules__icon {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(160deg, #5B97FF, #1F5FD4);
	box-shadow: 0 6px 14px rgba(43, 109, 229, 0.28);
	position: relative;
}

/* 色块图标：不同形状 */
.jqr-modules__icon::before,
.jqr-modules__icon::after {
	content: "";
	position: absolute;
	background: #fff;
}

.jqr-modules__col--left .jqr-modules__card:nth-child(1) .jqr-modules__icon::before {
	inset: 14px 16px 14px 16px;
	border-radius: 2px;
	background: transparent;
	border: 2px solid #fff;
}

.jqr-modules__col--left .jqr-modules__card:nth-child(1) .jqr-modules__icon::after {
	width: 14px;
	height: 14px;
	right: 10px;
	bottom: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
}

.jqr-modules__col--left .jqr-modules__card:nth-child(2) .jqr-modules__icon::before {
	inset: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-top-color: transparent;
	background: transparent;
}

.jqr-modules__col--left .jqr-modules__card:nth-child(2) .jqr-modules__icon::after {
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	border-radius: 2px;
}

.jqr-modules__col--left .jqr-modules__card:nth-child(3) .jqr-modules__icon::before {
	width: 22px;
	height: 14px;
	top: 14px;
	left: 15px;
	border-radius: 11px 11px 0 0;
	background: transparent;
	border: 2px solid #fff;
	border-bottom: 0;
}

.jqr-modules__col--left .jqr-modules__card:nth-child(3) .jqr-modules__icon::after {
	width: 2px;
	height: 12px;
	top: 26px;
	left: 25px;
	box-shadow: 0 8px 0 #fff;
}

.jqr-modules__col--right .jqr-modules__card:nth-child(1) .jqr-modules__icon::before {
	width: 12px;
	height: 10px;
	top: 14px;
	left: 20px;
	border-radius: 2px;
	box-shadow: -8px 12px 0 #fff, 8px 12px 0 #fff;
}

.jqr-modules__col--right .jqr-modules__card:nth-child(1) .jqr-modules__icon::after {
	display: none;
}

.jqr-modules__col--right .jqr-modules__card:nth-child(2) .jqr-modules__icon::before {
	inset: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
}

.jqr-modules__col--right .jqr-modules__card:nth-child(2) .jqr-modules__icon::after {
	width: 22px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -11px;
	transform: rotate(-45deg);
}

.jqr-modules__col--right .jqr-modules__card:nth-child(3) .jqr-modules__icon::before {
	inset: 15px;
	border: 2px solid #fff;
	border-radius: 4px;
	background: transparent;
}

.jqr-modules__col--right .jqr-modules__card:nth-child(3) .jqr-modules__icon::after {
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	background: transparent;
	transform: rotate(45deg);
}

.jqr-modules__text {
	flex: 1;
	min-width: 0;
}

.jqr-modules__text h4 {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
	color: var(--jqr-blue);
}

.jqr-modules__text h4 em {
	font-style: normal;
	margin-right: 4px;
}

.jqr-modules__text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jqr-modules__text li {
	position: relative;
	padding-left: 12px;
	font-size: 13px;
	color: #666;
	line-height: 1.7;
}

.jqr-modules__text li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #999;
}

/* =========================================================
   CTA：纯 CSS 色块（不依赖切图）
   ========================================================= */
.jqr-cta {
	position: relative;
	padding: 120px 0;
	overflow: hidden;
	background: linear-gradient(180deg, #F4F5F9 0%, #EAF4FC 18%, #E3F1FB 55%, #DCEAF8 100%);
}

.jqr-cta__grid {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	opacity: 0.45;
	background:
		linear-gradient(115deg, transparent 0 46%, rgba(120, 168, 220, 0.22) 46.5%, transparent 47%),
		linear-gradient(65deg, transparent 0 52%, rgba(120, 168, 220, 0.16) 52.5%, transparent 53%),
		linear-gradient(115deg, transparent 0 62%, rgba(120, 168, 220, 0.14) 62.5%, transparent 63%),
		linear-gradient(65deg, transparent 0 38%, rgba(120, 168, 220, 0.12) 38.5%, transparent 39%),
		repeating-linear-gradient(
			90deg,
			transparent 0,
			transparent 48px,
			rgba(140, 180, 220, 0.08) 48px,
			rgba(140, 180, 220, 0.08) 49px
		);
	transform: perspective(600px) rotateX(52deg) scale(1.35);
	transform-origin: center 70%;
}

.jqr-cta__ball {
	position: absolute;
	left: 3%;
	bottom: 8%;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
	background:
		radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.85) 0%, rgba(170, 210, 255, 0.55) 28%, rgba(90, 150, 230, 0.35) 58%, rgba(60, 120, 200, 0.12) 78%, transparent 86%);
	box-shadow: inset -12px -16px 28px rgba(40, 100, 180, 0.12);
}

.jqr-cta__blocks {
	position: absolute;
	right: 4%;
	bottom: 6%;
	width: 190px;
	height: 120px;
	pointer-events: none;
	z-index: 1;
}

.jqr-cta__blocks::before,
.jqr-cta__blocks::after {
	content: "";
	position: absolute;
	bottom: 18px;
	border-radius: 3px;
	transform: skewX(-14deg);
	box-shadow: 6px 10px 20px rgba(43, 109, 229, 0.1);
}

.jqr-cta__blocks::before {
	left: 28px;
	width: 34px;
	height: 64px;
	background: linear-gradient(160deg, rgba(160, 205, 255, 0.7), rgba(70, 135, 220, 0.28));
}

.jqr-cta__blocks::after {
	left: 72px;
	width: 40px;
	height: 92px;
	background: linear-gradient(160deg, rgba(175, 215, 255, 0.82), rgba(75, 140, 230, 0.38));
	/* 第三根柱 */
	box-shadow:
		52px 8px 0 -4px rgba(130, 185, 245, 0.55),
		58px 18px 22px rgba(43, 109, 229, 0.1);
}

.jqr-cta .container {
	position: relative;
	z-index: 2;
}

.jqr-cta__text {
	margin: 0;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	color: #1A3A66;
}

/* =========================================================
   Reveal animation
   ========================================================= */
.jqr-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.jqr-reveal.is-in {
	opacity: 1;
	transform: none;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1200px) {
	.jqr-stats {
		grid-template-columns: repeat(3, 1fr);
	}

	.jqr-engine__diag {
		grid-template-columns: repeat(2, 1fr);
	}

	.jqr-engine__ota {
		grid-template-columns: repeat(3, 1fr);
	}

	.jqr-cta__text {
		font-size: 28px;
	}

	.jqr-modules__box {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.jqr-modules__hub {
		order: -1;
	}
}

@media (max-width: 900px) {
	.jqr-sec {
		padding: 56px 0;
	}

	.jqr-title {
		font-size: 24px;
	}

	.jqr-sub {
		font-size: 14px;
		margin-bottom: 32px;
	}

	.jqr-banner__btn {
		padding: 10px 20px;
		font-size: 14px;
	}

	.jqr-pano__grid {
		grid-template-columns: 1fr;
	}

	.jqr-pano__card,
	.jqr-pano__card:nth-child(n + 3) {
		grid-column: span 1;
	}

	.jqr-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.jqr-engine__diag,
	.jqr-engine__ota,
	.jqr-aiota__grid {
		grid-template-columns: 1fr;
	}

	.jqr-loop__box {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 0;
		min-height: 0;
	}

	.jqr-loop__core {
		grid-column: 1;
		grid-row: auto;
		min-height: 240px;
		margin-bottom: 24px;
	}

	.jqr-loop__item--left,
	.jqr-loop__item--right {
		grid-column: 1;
		grid-row: auto;
		justify-content: flex-start;
		margin-bottom: 18px;
	}

	.jqr-loop__item--left .jqr-loop__copy,
	.jqr-loop__item--right .jqr-loop__copy {
		text-align: left;
		max-width: none;
	}

	.jqr-loop__line {
		display: none;
	}

	.jqr-aiota__body {
		max-width: 70%;
	}

	.jqr-cta {
		padding: 64px 0 72px;
	}

	.jqr-cta__text {
		font-size: 22px;
		letter-spacing: 0.04em;
	}

	.jqr-cta__ball {
		width: 72px;
		height: 72px;
	}

	.jqr-cta__blocks {
		width: 100px;
		height: 72px;
	}
}

@media (max-width: 560px) {
	.jqr-stats {
		grid-template-columns: 1fr;
	}

	.jqr-stats__num {
		font-size: 26px;
	}

	.jqr-banner .d2 br {
		display: none;
	}

	.jqr-banner__btn {
		padding: 8px 16px;
		font-size: 13px;
	}

	.jqr-aiota__icon {
		width: 84px;
		height: 84px;
		top: -6px;
		right: 8px;
		transform: scale(0.85);
		transform-origin: top right;
	}

	.jqr-modules__card {
		border-radius: 22px;
	}

	.jqr-modules__card--left::after,
	.jqr-modules__card--right::before {
		display: none;
	}
}
