.drone-detail,
.drone-detail * {
	box-sizing: border-box;
}

.drone-detail {
	--drone-blue: #1e4cc5;
	--drone-text: #292929;
	--drone-muted: #777;
	--drone-panel: #f4f4f4;
	--drone-line: #d6d6d6;
	margin-top: 70px;
	padding: 22px 0 70px;
	background: #fff;
	color: var(--drone-text);
	font-family: Arial, "Microsoft YaHei", sans-serif;
}

.drone-detail__inner {
	width: calc(100% - 40px);
	max-width: 1180px;
	margin: 0 auto;
}

.drone-detail__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 28px;
	padding: 6px 10px;
	background: #f5f5f5;
	color: #888;
	font-size: 12px;
	line-height: 1.35;
	text-transform: uppercase;
}

.drone-detail__breadcrumb a,
.drone-detail__breadcrumb strong {
	color: #777;
	font-weight: 400;
}

.drone-detail__breadcrumb strong,
.drone-detail__breadcrumb a:hover {
	color: #1e4cc5;
}

.drone-detail__hero {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	padding: 48px 5px 28px;
}

.drone-gallery {
	flex: 0 0 340px;
	min-width: 0;
}

.drone-detail #products_example,
.drone-detail #products,
.drone-detail #products .slides_container,
.drone-detail #products .slides_container a {
	width: 340px;
}

.drone-detail #products_example {
	position: relative;
	margin: 0;
}

.drone-detail #products {
	position: relative;
}

.drone-detail #products .slides_container {
	height: 350px;
	overflow: hidden;
	display: none;
	border: 1px solid #e3e3e3;
	background: #fff;
}

.drone-detail #products .slides_container a {
	height: 348px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.drone-detail #products .slides_container img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.drone-detail #products .prev,
.drone-detail #products .next {
	display: none !important;
}

.drone-detail #products .pagination {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: 100%;
	margin: 8px 0 0;
	padding: 0;
	background: transparent;
}

.drone-detail #products .pagination li {
	float: none;
	margin: 0;
	list-style: none;
}

.drone-detail #products .pagination li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0;
	border: 1px solid #eee;
	background: #fff;
	overflow: hidden;
}

.drone-detail #products .pagination li.current a {
	border-color: #1e4cc5;
}

.drone-detail #products .pagination img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.drone-summary {
	flex: 1 1 auto;
	min-width: 0;
}

.drone-summary h2 {
	margin: 4px 0 8px;
	color: #1e4cc5;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.drone-summary h1 {
	margin: 0;
	padding: 0 0 20px;
	color: #222;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.drone-summary__actions {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 24px;
}

.drone-summary__actions > * {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.drone-summary__type {
	background: #1e4cc5;
	color: #fff;
}

.drone-summary__solution {
	background: #d92a1d;
	color: #fff;
}

.drone-summary__solution:hover {
	background: #b91f15;
	color: #fff;
}

.drone-summary__download {
	border: 1px solid #cfcfcf;
	background: #fff;
	color: #333;
}

.drone-summary__download:hover {
	border-color: #1e4cc5;
	color: #1e4cc5;
}

.drone-summary__intro {
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--drone-line);
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

.drone-source-lead {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.drone-summary__intro p {
	margin: 0 0 8px;
}

.drone-summary__cards,
.drone-source-specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
}

.drone-summary__cards a,
.drone-source-spec {
	display: flex;
	min-height: 96px;
	padding: 16px 15px;
	border-radius: 8px;
	background: var(--drone-panel);
	color: #333;
	flex-direction: column;
	justify-content: center;
}

.drone-source-spec {
	position: relative;
	min-height: 112px;
	padding-left: 66px;
}

.drone-source-spec__icon {
	position: absolute;
	top: 50%;
	left: 16px;
	display: block !important;
	width: 40px;
	height: 40px !important;
	margin: 0;
	object-fit: contain;
	transform: translateY(-50%);
}

.drone-summary__cards a:hover {
	background: #eaf0ff;
	color: #1e4cc5;
}

.drone-summary__cards span,
.drone-source-spec span {
	margin-bottom: 7px;
	color: var(--drone-muted);
	font-size: 14px;
	line-height: 1.3;
}

.drone-summary__cards strong,
.drone-source-spec strong {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
}

.drone-detail__divider {
	position: relative;
	height: 55px;
	margin: 0 0 18px;
	text-align: center;
}

.drone-detail__divider::before {
	content: "";
	position: absolute;
	top: 27px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #bbb;
}

.drone-detail__divider img {
	position: relative;
	z-index: 1;
	width: 56px;
	height: 56px;
	padding: 8px;
	background: #fff;
	object-fit: contain;
}

.drone-section {
	padding: 16px 0 14px;
	scroll-margin-top: 90px;
}

.drone-section h3,
.drone-related > h3 {
	min-height: 40px;
	margin: 0 0 18px;
	padding: 10px 18px;
	border-right: 5px solid #1e4cc5;
	background: #f1f1f1;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: capitalize;
}

.drone-section__content {
	width: 100%;
	color: #333;
	font-size: 16px;
	line-height: 1.65;
	overflow-x: auto;
}

.drone-section__content p,
.drone-section__content li,
.drone-section__content div,
.drone-section__content span {
	font-family: Arial, "Microsoft YaHei", sans-serif !important;
	font-size: 16px !important;
	line-height: 1.65 !important;
}

.drone-section__content p {
	margin: 0 0 14px !important;
}

.drone-section__content h1,
.drone-section__content h2,
.drone-section__content h3,
.drone-section__content h4 {
	margin: 26px 0 12px !important;
	color: #222 !important;
	font-family: Arial, "Microsoft YaHei", sans-serif !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}

.drone-section__content strong,
.drone-section__content b {
	font-family: Arial, "Microsoft YaHei", sans-serif !important;
	font-weight: 600;
}

.drone-section__content img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
}

.drone-section__content table {
	width: 100% !important;
	min-width: 720px;
	border-collapse: collapse;
	table-layout: fixed;
}

.drone-section__content table colgroup {
	display: none;
}

.drone-section__content table td,
.drone-section__content table th {
	height: 38px;
	padding: 7px 14px !important;
	border: 1px solid #c5c5c5 !important;
	color: #333 !important;
	font-family: Arial, "Microsoft YaHei", sans-serif !important;
	font-size: 15px !important;
	font-weight: 400;
	line-height: 1.4 !important;
	text-align: center;
	vertical-align: middle;
	word-break: normal;
	overflow-wrap: anywhere;
}

.drone-section__content table td *,
.drone-section__content table th * {
	font-family: Arial, "Microsoft YaHei", sans-serif !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

#drone-description .drone-section__content table td,
#drone-description .drone-section__content table th {
	text-align: left;
}

.drone-section__content table tr:first-child td,
.drone-section__content table tr:first-child th {
	background: #f4f4f4 !important;
	font-size: 14px !important;
	font-weight: 700;
}

.drone-section__content table tr:nth-child(even) td,
.drone-section__content table tr:nth-child(even) th {
	background: #ededed !important;
}

.drone-related {
	padding: 28px 0 12px;
}

.drone-related ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
}

.drone-related li {
	min-width: 0;
	border: 1px solid #eee;
	background: #fff;
	list-style: none;
}

.drone-related li a {
	display: block;
	color: #333;
}

.drone-related__image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.drone-related__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .3s ease;
}

.drone-related li:hover img {
	transform: scale(1.05);
}

.drone-related li strong {
	display: block;
	padding: 14px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	.drone-detail {
		margin-top: 70px;
		padding-top: 15px;
	}

	.drone-detail__hero {
		gap: 24px;
	}

	.drone-gallery {
		flex-basis: 320px;
	}

	.drone-detail #products_example,
	.drone-detail #products,
	.drone-detail #products .slides_container,
	.drone-detail #products .slides_container a {
		width: 320px;
	}

	.drone-detail #products .slides_container {
		height: 330px;
	}

	.drone-detail #products .slides_container a {
		height: 328px;
	}

	.drone-summary h1 {
		font-size: 27px;
	}

	.drone-summary__cards,
	.drone-source-specs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.drone-detail {
		margin-top: 70px;
		padding-bottom: 35px;
	}

	.drone-detail__inner {
		width: calc(100% - 28px);
	}

	.drone-detail__breadcrumb {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.drone-detail__hero {
		flex-direction: column;
		gap: 20px;
		padding: 24px 0 20px;
	}

	.drone-gallery,
	.drone-summary {
		width: 100%;
	}

	.drone-detail #products_example,
	.drone-detail #products,
	.drone-detail #products .slides_container,
	.drone-detail #products .slides_container a {
		width: 100%;
	}

	.drone-detail #products .slides_container {
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.drone-detail #products .slides_container a {
		height: 100%;
	}

	.drone-summary h1 {
		font-size: 25px;
	}

	.drone-summary__actions {
		gap: 8px;
	}

	.drone-summary__actions > * {
		min-height: 40px;
		padding: 0 12px;
		font-size: 11px;
	}

	.drone-summary__cards,
	.drone-source-specs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.drone-summary__cards a,
	.drone-source-spec {
		min-height: 88px;
		padding: 14px 12px;
	}

	.drone-source-spec {
		padding-left: 58px;
	}

	.drone-source-spec__icon {
		left: 12px;
		width: 34px;
		height: 34px !important;
	}

	.drone-section__content,
	.drone-section__content p,
	.drone-section__content li,
	.drone-section__content div,
	.drone-section__content span {
		font-size: 15px !important;
	}

	.drone-section {
		padding-top: 10px;
	}

	.drone-section__content table {
		min-width: 760px;
	}

	.drone-related ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
}

@media (max-width: 420px) {
	.drone-summary__cards,
	.drone-source-specs {
		grid-template-columns: 1fr;
	}

	.drone-related ul {
		grid-template-columns: 1fr;
	}
}
