*, *::before, *::after {
	box-sizing: border-box;
}

body {
	font-family: "Inter", "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
	font-size: 16px;
	background-color: #f8fafc;
	color: #0f172a;
	line-height: 1.5;
	scroll-behavior: smooth;
}
.app-container {
    min-width: 1200px;
}
.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
}

.gradient-text {
	background: linear-gradient(135deg, #0f2b3d, #598eb9);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.section {
	padding: 70px 0;
}

.section-tight {
	padding-top: 0;
}

.section-title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-align: center;
	margin-bottom: 16px;
}

.section-sub {
	text-align: center;
	color: #475569;
	max-width: 700px;
	margin: 0 auto 48px auto;
	font-size: 1.1rem;
}

.navbar {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(8px);
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 0px 20px 0px #00000017;
}

.nav-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.logo-area {
	display: flex;
	align-items: center;
	gap: 14px;
}

.logo-img {
	width: 44px;
	height: 44px;
	background: transparent;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 12px -8px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.logo-img img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.logo-text h1 {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	background: linear-gradient(135deg, #0f2b3d, #2d5e85);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	letter-spacing: -0.3px;
}

.logo-text span {
	font-size: 0.75rem;
	font-weight: 400;
	color: #4b5563;
	display: block;
}

.badge-tag {
	background: #eef2ff;
	padding: 6px 14px;
	border-radius: 40px;
	font-size: 0.8rem;
	font-weight: 500;
	color: #1e4a6b;
}

.hero {
	background: linear-gradient(120deg, #ffffff 0%, #f1f5f9 100%);
	border-radius: 2rem;
	margin-top: 32px;
	padding: 48px 40px;
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.05);
}

.hero-main-title {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 1px;
	
}

.hero-text p {
	font-size: 1.05rem;
	color: #1e293b;
	margin-bottom: 1rem;
}

.legal-note {
	background: #eef9ff;
	border-left: 4px solid #2c6e9e;
	padding: 16px 20px;
	border-radius: 20px;
	font-size: 0.9rem;
	color: #1e4a6b;
	margin: 24px 0 0 0;
}

.legal-icon {
	margin-right: 8px;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin: 48px 0 24px;
}

.feature-card {
	background: white;
	border-radius: 28px;
	padding: 28px 20px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02);
	transition: all 0.25s ease;
	border: 1px solid #e9edf2;
	text-align: center;
}

.feature-card:hover {
	transform: translateY(-4px);
	border-color: #cbd5e1;
	box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.08);
}

.feature-icon {
	font-size: 2.2rem;
	color: #2c6e9e;
	margin-bottom: 18px;
}

.feature-card h4 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.feature-card p {
	color: #475569;
	font-size: 0.9rem;
}

.alternate-showcase {
	margin-top: 30px;
}

.showcase-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	align-items: center;
	background: #ffffff;
	border-radius: 2.5rem;
	padding: 2rem;
	margin-bottom: 3rem;
	box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s;
	border: 1px solid #edf2f7;
}

.showcase-block:hover {
	transform: translateY(-3px);
}

.showcase-block.reverse .showcase-media {
	order: 2;
}

.showcase-block.reverse .showcase-content {
	order: 1;
}

.showcase-media {
	background: #f9fcff;
	border-radius: 2rem;
	display: flex;
	justify-content: center;
	padding: 8px;
}

.phone-mock {
	width: 100%;
	max-width: 320px;
	height: 680px;
	margin: 0 auto;
	border-radius: 38px;
	overflow: hidden;
	transition: all 0.2s;
}
.phone-bg-1 {
	background: url("../img/banner/2026/1.png") no-repeat center center;
	background-size: cover;
}

.phone-bg-2 {
	background: url("../img/banner/2026/2.png") no-repeat center center;
	background-size: cover;
}
.phone-bg-3 {
	background: url("../img/banner/2026/3.png") no-repeat center center;
	background-size: cover;
}
.phone-bg-4 {
	background: url("../img/banner/2026/4.png") no-repeat center center;
	background-size: cover;
}
.phone-bg-5 {
	background: url("../img/banner/2026/5.png") no-repeat center center;
	background-size: cover;
}
.phone-bg-6 {
	background: url("../img/banner/2026/6.png") no-repeat center center;
	background-size: cover;
}

.mock-header {
	background: #111827;
	padding: 12px 20px 8px 20px;
	border-radius: 38px 38px 0 0;
	display: flex;
	justify-content: space-between;
	color: #e2e8f0;
	font-size: 0.75rem;
	font-weight: 500;
}

.mock-screen {
	padding: 20px 18px;
	background: #ffffff;
	min-height: 480px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.device-status, .account-item, .ble-item, .track-item, .alert-item {
	background: #f8fafc;
	border-radius: 20px;
	padding: 12px 14px;
	border: 1px solid #eef2f6;
}

.row-space {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	flex-wrap: wrap;
	gap: 8px;
}

.badge {
	background: #e2e8f0;
	padding: 4px 10px;
	border-radius: 30px;
	font-size: 0.7rem;
	font-weight: 600;
	white-space: nowrap;
}

.badge-warning {
	background: #fee2e2;
	color: #b91c1c;
}

.btn-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.mock-btn {
	background: #f1f5f9;
	border: none;
	padding: 6px 12px;
	border-radius: 40px;
	font-size: 0.7rem;
	font-weight: 500;
	color: #1e293b;
	white-space: nowrap;
}

.mock-switch {
	background: #2c6e9e;
	width: 36px;
	height: 20px;
	border-radius: 40px;
	display: inline-block;
}

.mock-switch-off {
	background: #9ca3af;
}

.mock-car-type {
	margin: 8px 0;
}

.mock-more {
	text-align: center;
	margin-top: 8px;
}

.mock-search {
	background: #f1f5f9;
	border-radius: 30px;
	padding: 6px 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.stat-row {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.float-right {
	float: right;
}

.muted-xs {
	font-size: 0.75rem;
	color: #64748b;
}

.muted-xxs {
	font-size: 0.7rem;
	color: #64748b;
	margin: 6px 0 0 0;
}

.mock-hr {
	margin: 8px 0;
	border: 0;
	border-top: 1px solid #e5e7eb;
}

.track-sim {
	background: #eef2ff;
	border-radius: 16px;
	padding: 8px;
	margin: 8px 0;
	text-align: center;
}

.track-bar {
	height: 60px;
	background: linear-gradient(90deg, #cbd5e1 30%, #94a3b8 70%);
	border-radius: 20px;
	margin-top: 6px;
}

.fence-card {
	background: #f1f5f9;
	border-radius: 20px;
	padding: 12px;
	margin-bottom: 10px;
}

.fence-card-primary {
	background: #eef2ff;
}

.fence-dot {
	color: #2c6e9e;
}

.alert-icon-danger {
	color: #e11d48;
}

.showcase-content h3 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1rem;
	background: linear-gradient(135deg, #0f2b3d, #1e4a6b);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.showcase-content p {
	color: #334155;
	margin-bottom: 1rem;
	font-size: 1rem;
}

.feature-list {
	list-style: none;
	margin-top: 1rem;
}

.feature-list li {
	margin-bottom: 0.6rem;
	display: flex;
	align-items: center;
	gap: 8px;
}

.feature-list i {
	color: #2c6e9e;
	width: 22px;
}

.footer {
	background: #0f172a;
	color: #cbd5e1;
	padding: 48px 0 32px;
	margin-top: 40px;
	border-top: 1px solid #1e293b;
}

.footer-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
}

.footer-logo {
	font-size: 1.4rem;
	font-weight: 700;
	color: white;
}

.footer a {
	color: #94a3b8;
	text-decoration: none;
}

.footer a:hover {
	color: #cbd5e1;
	text-decoration: none;
}

.icp {
	font-size: 0.75rem;
	letter-spacing: 0.5px;
}

.footer-links {
	display: flex;
	gap: 24px;
	justify-content: center;
	font-size: 0.8rem;
	flex-wrap: wrap;
}

.footer-note {
	font-size: 0.7rem;
}

@media (max-width: 880px) {
	.features-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.showcase-block {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 1.8rem;
	}

	.showcase-block.reverse .showcase-media {
		order: 1;
	}

	.showcase-block.reverse .showcase-content {
		order: 2;
	}

	.hero-main-title {
		font-size: 1.5rem;
	}
}

@media (max-width: 640px) {
	.features-grid {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 40px 0;
	}

	.hero {
		padding: 28px 20px;
	}
}

.app-container {
    min-width: 1200px;
}

.flexslider {
	position: relative;
	height: 700px;
	overflow: hidden;
}

.slides {
	position: relative;
	z-index: 1;
    box-sizing: border-box;
}

.slides li {
	height: 700px;
}

.slides li a {
	height: 700px;
	width: 100%;
	display: flex;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex-control-nav {
	position: absolute;
	bottom: 35px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 120px;
	height: 3px;
	margin: 0 5px;
	display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 120px;
	height: 3px;
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f000000', endColorstr='#3f000000');
	background-color: rgba(255, 255, 255, 0.35);
	cursor: pointer;
}

.flex-control-nav .flex-active {
	background: #fff;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.c_theMainProducts {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 650px;
}

.c_theMainProducts h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 137px;
	margin-top: -80px;
	font-family: MicrosoftYaHei;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 5.1px;
	color: #333333;
}

.c_theMainProducts ul li {
	margin-bottom: 10px;
}


.c_theMainProducts ul li img:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}



.mlmr10 {
	margin-left: 10px;
	margin-right: 10px;
}

.c_solution_bg {
	background: url(../img/2019/1223/banner002.png) center center no-repeat;
	height: 599px;
	position: relative;
}

.c_solution_bg h2 {
	font-family: MicrosoftYaHei;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 5.1px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 199px;
}

.c_solution_fff {
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	width: 1468px;
	margin-left: -734px;
	display: flex;
	justify-content: center;
	padding-top: 80px;
}

.c_solution_height {
	width: 1200px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	height: 631px;
}

.section1 {
	margin: 0 auto
}

.section1 ul li {
	float: left;
	display: inline;
	width: 382px;
	height: 551px;
	overflow: hidden;
	position: relative;
	margin-right: 27px;
	margin-bottom: 27px;
}

.section1 ul li .photo1 {
	width: 382px;
	height: 551px;
	overflow: hidden;
	position: relative;
}

.section1 .rsp1 {
	width: 382px;
	height: 551px;
	overflow: hidden;
	position: absolute;
	background: #15b4ec;
	top: 0px;
	left: 0px;
}

.section1 .text1 {
	position: absolute;
	width: 382px;
	height: 551px;
	left: -382px;
	top: 0px;
	overflow: hidden;
}

.section1 .text1 h3 {
	width: 300px;
	margin-top: 250px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #FFFFFF;
	background: #000000;
	font-family: "microsoft yahei";
	font-size: 26px;
}

.section1 .text1 a {
	text-decoration: none;
}

.photo1 p,
.photo2 p {
	position: absolute;
	bottom: 10px;
	left: 10px;
	border-left: 3px #FFFFFF solid;
	padding-left: 10px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1.8px;
	color: #ffffff;
}

.section2 {
	margin: 0 auto
}

.section2 ul li {
	float: left;
	display: inline;
	width: 382px;
	height: 262px;
	overflow: hidden;
	position: relative;
	margin-right: 27px;
	margin-bottom: 27px;
}

.section2 ul li .photo2 {
	width: 382px;
	height: 262px;
	overflow: hidden;
}

.section2 .rsp2 {
	width: 382px;
	height: 262px;
	overflow: hidden;
	position: absolute;
	background: #15b4ec;
	top: 0px;
	left: 0px;
}

.section2 .text2 {
	position: absolute;
	width: 382px;
	height: 262px;
	left: -382px;
	top: 0px;
	overflow: hidden;
}

.section2 .text2 h3 {
	width: 300px;
	margin-top: 100px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #FFFFFF;
	background: #000000;
	font-family: "microsoft yahei";
	font-size: 26px;
}

.section2 .text2 a {
	text-decoration: none;
}


.c_Advantage {
	height: 709px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.c_Advantage h2 {
	font-family: MicrosoftYaHei;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 5.1px;
	color: #333333;
	margin-top: 300px;
}

.c_advantageDl {
	display: flex;
	align-items: center;
	width: 1200px;
	margin-top: 50px;
}

.c_advantageDl span {
	border-radius: 50%;
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: rgba(233, 234, 239, 1);
}

.c_advantageDl a {
	text-decoration: none;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	min-height: 300px;
}

.c_advantageDl a:hover {
	-moz-box-shadow: 0px 0px 16px #cccccc;
	-webkit-box-shadow: 0px 0px 16px #cccccc;
	box-shadow: 0px 0px 16px #cccccc;
}

.c_advantageDl dl {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	min-height: 300px;
}

.c_advantageDl dl dt {
	margin-top: 50px;
}

.c_advantageDl dl dd {
	margin-top: 50px;
}

.c_p1 {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1.8px;
	color: #333333;
	text-align: center;
}

.c_p2 {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1.8px;
	color: #15b4ec;
	text-align: center;
}
