/* cases-page.css — jq-juquankeji 聚全案例页（含原 cssnew/new_index 等样式） juquankeji.com */
.jq-page-cases {
	--jq-case-primary: #1890ff;
	--jq-case-primary-dark: #096dd9;
	--jq-case-primary-soft: #e6f4ff;
	--jq-case-text: #333;
	--jq-case-muted: #666;
	--jq-case-light: #999;
	--jq-case-border: #e4e8ed;
	--jq-case-panel: #fff;
	--jq-case-max: 1440px;
	--jq-case-pad-x: 28px;
}

.jq-page-cases .jq-case-head-spacer {
	height: 40px;
}

/* ===== 主内容区（对齐图二：无独立 Banner，直接进入筛选） ===== */
.jq-page-cases .jq-case-main {
	max-width: var(--jq-case-max);
	width: 100%;
	margin: 0 auto;
	padding: 32px var(--jq-case-pad-x) 56px;
	box-sizing: border-box;
}

.jq-page-cases .jq-case-filters-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* ===== 筛选面板（参考站白卡片） ===== */
.jq-page-cases .jq-case-panel {
	display: flex;
	align-items: flex-start;
	gap: 0;
	margin-bottom: 14px;
	background: var(--jq-case-panel);
	border: 1px solid var(--jq-case-border);
	border-radius: 6px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	overflow: visible;
}

.jq-page-cases .jq-case-panel-label {
	flex: 0 0 112px;
	padding: 16px 12px 16px 22px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--jq-case-text);
	box-sizing: border-box;
}

.jq-page-cases .jq-case-panel-body {
	flex: 1;
	min-width: 0;
	padding: 12px 24px 12px 0;
	box-sizing: border-box;
}

/* 案例类型 — 文字链（覆盖 style.css 的 sub_nav 固定宽度/绝对定位） */
.jq-page-cases .sub_nav.jq-case-type-nav {
	position: static !important;
	right: auto !important;
	bottom: auto !important;
	width: 100%;
}

.jq-page-cases .jq-case-type-nav {
	position: static;
}

.jq-page-cases .jq-case-type-nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 4px 0;
	list-style: none;
}

.jq-page-cases .jq-case-type-nav li {
	float: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
}

.jq-page-cases .jq-case-type-nav li a {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	min-height: 0;
	padding: 6px 16px;
	line-height: 1.6 !important;
	font-size: 15px;
	color: var(--jq-case-muted);
	background: none;
	border-radius: 0;
	border-right: 1px solid #eee;
	text-align: center;
	text-decoration: none;
	transition: color 0.2s;
}

.jq-page-cases .jq-case-type-nav li:last-child a {
	border-right: 0;
}

.jq-page-cases .jq-case-type-nav li.active a,
.jq-page-cases .jq-case-type-nav li a:hover {
	color: var(--jq-case-primary);
	background: none;
	font-weight: 600;
}

/* 搜索行 */
.jq-page-cases .jq-case-panel-search .jq-case-panel-body {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 14px 24px;
}

.jq-page-cases .jq-case-search-form {
	display: flex;
	align-items: center;
	gap: 0;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	border: 1px solid var(--jq-case-border);
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.jq-page-cases .jq-case-search-form .helplist_seach {
	flex: 1;
	width: auto !important;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0 14px;
	border: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	outline: none;
}

.jq-page-cases .jq-case-search-form .helplist_button_sea {
	flex: 0 0 auto;
	height: 38px;
	line-height: 38px;
	margin: 0 !important;
	padding: 0 20px;
	border: 0;
	border-radius: 0;
	background: var(--jq-case-primary);
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.jq-page-cases .jq-case-search-form .helplist_button_sea:hover {
	background: var(--jq-case-primary-dark);
}

/* ===== 行业分类 — 6 列 checkbox 风格 ===== */
.jq-page-cases .jq-case-industry-grid {
	width: 100%;
}

.jq-page-cases .jq-case-industry-grid .search_hy,
.jq-page-cases .jq-case-industry-grid .search_hy1 {
	display: block;
	height: auto !important;
	padding: 0;
	margin: 0;
	border: 0;
}

.jq-page-cases .jq-case-industry-grid .search_hy > span,
.jq-page-cases .jq-case-industry-grid .search_hy1 > span,
.jq-page-cases .jq-case-industry-all {
	display: none !important;
}

.jq-page-cases .jq-case-industry-grid .search_hy ul,
.jq-page-cases .jq-case-industry-grid .search_hy1 ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px 14px;
	margin: 0;
	padding: 6px 0;
	list-style: none;
}

.jq-page-cases .jq-case-industry-grid .search_hy ul li,
.jq-page-cases .jq-case-industry-grid .search_hy1 ul li {
	width: auto !important;
	padding: 0 !important;
	float: none !important;
}

.jq-page-cases .jq-case-industry-grid .search_hy ul li a,
.jq-page-cases .jq-case-industry-grid .search_hy1 ul li a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: 100% !important;
	padding: 0 !important;
	line-height: 1.45 !important;
	font-size: 14px;
	color: var(--jq-case-muted);
	background: none !important;
	border-radius: 0;
	text-decoration: none;
	transition: color 0.2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jq-page-cases .jq-case-industry-grid .search_hy ul li a::before,
.jq-page-cases .jq-case-industry-grid .search_hy1 ul li a::before {
	content: "";
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	background: #fff;
	box-sizing: border-box;
}

.jq-page-cases .jq-case-industry-grid .search_hy ul li a#search_icon,
.jq-page-cases .jq-case-industry-grid .search_hy1 ul li a#search_icon {
	color: var(--jq-case-primary);
	font-weight: 600;
}

.jq-page-cases .jq-case-industry-grid .search_hy ul li a#search_icon::before,
.jq-page-cases .jq-case-industry-grid .search_hy1 ul li a#search_icon::before {
	background: var(--jq-case-primary);
	border-color: var(--jq-case-primary);
	box-shadow: inset 0 0 0 2px #fff;
}

.jq-page-cases .jq-case-industry-grid .search_hy ul li a:hover,
.jq-page-cases .jq-case-industry-grid .search_hy1 ul li a:hover {
	color: var(--jq-case-primary);
	background: none !important;
}

.jq-page-cases .jq-case-industry-grid > p,
.jq-page-cases .jq-case-industry-grid ul > p {
	display: none;
}

.jq-page-cases .QuanZ_An_S_xz {
	width: 100% !important;
	padding: 0;
	overflow: visible;
}

/* ===== 色系 ===== */
.jq-page-cases .jq-case-panel-color .seach_color {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: auto !important;
	padding: 4px 0;
	border: 0;
}

.jq-page-cases .jq-case-color-all {
	display: none;
}

.jq-page-cases .seach_color .QuanZ_An_color {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.jq-page-cases .QuanZ_An_color li {
	position: relative;
	float: none;
	width: auto;
	height: auto;
	padding: 0;
}

.jq-page-cases .QuanZ_An_color li a {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: none;
	background: #ccc !important;
	transition: transform 0.15s, box-shadow 0.15s;
}

.jq-page-cases .QuanZ_An_color li a.S_red { background: #e53935 !important; }
.jq-page-cases .QuanZ_An_color li a.S_yellow { background: #f9a825 !important; }
.jq-page-cases .QuanZ_An_color li a.S_green { background: #43a047 !important; }
.jq-page-cases .QuanZ_An_color li a.S_blue { background: #1e88e5 !important; }
.jq-page-cases .QuanZ_An_color li a.S_purple { background: #8e24aa !important; }
.jq-page-cases .QuanZ_An_color li a.S_pink { background: #ec407a !important; }
.jq-page-cases .QuanZ_An_color li a.S_brown { background: #795548 !important; }
.jq-page-cases .QuanZ_An_color li a.S_black {
	background: linear-gradient(135deg, #212121 50%, #fafafa 50%) !important;
}
.jq-page-cases .QuanZ_An_color li a.S_all {
	background: linear-gradient(135deg, #e53935, #f9a825, #43a047, #1e88e5, #8e24aa) !important;
}

.jq-page-cases .QuanZ_An_color li a:hover,
.jq-page-cases .QuanZ_An_color li a[id^="search_color_"] {
	transform: scale(1.08);
	box-shadow: 0 0 0 2px var(--jq-case-primary);
}

.jq-page-cases .QuanZ_An_color li a i {
	display: block !important;
	position: absolute;
	left: 50%;
	bottom: calc(100% + 8px);
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 12px;
	font-style: normal;
	padding: 4px 8px;
	background: rgba(51, 51, 51, 0.9);
	color: #fff;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.15s, visibility 0.15s;
	z-index: 30;
}

.jq-page-cases .QuanZ_An_color li a:hover i,
.jq-page-cases .QuanZ_An_color li a:focus-visible i,
.jq-page-cases .QuanZ_An_color li a:active i,
.jq-page-cases .QuanZ_An_color li a.jq-color-tip-show i {
	opacity: 1;
	visibility: visible;
}

/* 价位 */
.jq-page-cases .jq-case-panel-price .search_tc {
	float: none !important;
	width: 100% !important;
}

.jq-page-cases .jq-case-panel-price .search_tc ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin: 0;
	padding: 4px 0;
	list-style: none;
}

.jq-page-cases .jq-case-panel-price .search_tc > span {
	font-size: 13px;
	color: var(--jq-case-muted);
	margin-right: 8px;
}

.jq-page-cases .jq-case-panel-price .search_tc ul li a {
	padding: 0 !important;
	background: none !important;
	font-size: 13px;
	color: var(--jq-case-muted);
	text-decoration: none;
}

.jq-page-cases .jq-case-panel-price .search_tc ul li a#search_icon {
	color: var(--jq-case-primary);
	font-weight: 600;
}

.jq-page-cases .jq-case-tags-hidden {
	display: none !important;
}

/* 收起按钮 */
@media (min-width: 769px) {
	.jq-page-cases .Q_toggle {
		display: none;
	}
}

.jq-page-cases .Q_toggle {
	margin: 0 0 12px;
	padding: 0;
	background: none;
	height: auto;
}

.jq-page-cases .Q_toggle .Q_bar {
	display: none;
}

.jq-page-cases .Q_toggle .quan_nav {
	width: auto;
	min-width: 140px;
	height: auto;
	margin: 0 auto;
	padding: 8px 16px;
	background: #fff;
	border: 1px solid var(--jq-case-border);
	border-radius: 4px;
	font-size: 13px;
	color: var(--jq-case-muted);
	text-align: center;
	cursor: pointer;
}

.jq-page-cases .Q_toggle .quan_nav::before {
	content: "展开筛选 ";
}

.jq-page-cases .Q_toggle .quan_nav.nav1::before {
	content: "收起筛选 ";
}

/* ===== 排序栏 + 案例列表（白卡片，与上方筛选区一致） ===== */
.jq-page-cases .jq-case-results {
	margin-top: 14px;
	overflow-x: hidden;
	max-width: 100%;
	box-sizing: border-box;
	background: var(--jq-case-panel);
	border: 1px solid var(--jq-case-border);
	border-radius: 6px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	padding: 18px 24px 24px;
}

.jq-page-cases .QuanZ_An_Pai {
	max-width: none;
	margin: 0 0 16px;
	padding: 0 0 12px;
	border-bottom: 1px solid var(--jq-case-border);
}

.jq-page-cases .QuanZ_An_Pai_t {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	min-height: 0;
	height: auto !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	line-height: normal !important;
	background: transparent;
}

.jq-page-cases .QuanZ_An_Pai_t > p,
.jq-page-cases .QuanZ_An_Pai_t > span,
.jq-page-cases .QuanZ_An_Pai_t .jq-case-count {
	float: none !important;
}

.jq-page-cases .QuanZ_An_Pai_t > p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2px;
	margin: 0;
	font-size: 14px;
	color: var(--jq-case-light);
}

.jq-page-cases .QuanZ_An_Pai_t p span {
	float: none !important;
	flex-shrink: 0;
}

.jq-page-cases .QuanZ_An_Pai_t p a {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 8px;
	line-height: 1.6 !important;
	background: none !important;
	border: 0 !important;
	border-radius: 0;
	font-size: 14px;
	color: var(--jq-case-muted);
	text-decoration: none;
	float: none !important;
}

.jq-page-cases .QuanZ_An_Pai_t p a:hover {
	color: var(--jq-case-primary);
	background: none !important;
}

.jq-page-cases .jq-case-soncat {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	flex: 1 1 100%;
	order: 3;
}

.jq-page-cases .jq-case-soncat a {
	display: inline-block;
	padding: 2px 10px;
	font-size: 12px;
	color: var(--jq-case-muted);
	background: #f5f5f5;
	border-radius: 2px;
	text-decoration: none;
}

.jq-page-cases .jq-case-soncat a:hover {
	color: var(--jq-case-primary);
	background: var(--jq-case-primary-soft);
}

.jq-page-cases .jq-case-count {
	margin-left: auto;
	font-size: 14px;
	color: var(--jq-case-light);
	white-space: nowrap;
	flex-shrink: 0;
}

.jq-page-cases .jq-case-count i {
	color: var(--jq-case-primary);
	font-style: normal;
	font-weight: 600;
}

/* ===== 案例网格 4 列（禁止横向滚动） ===== */
.jq-page-cases .QuanZ_An_List {
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden !important;
	overflow-x: hidden !important;
	padding-left: 0 !important;
	margin: 0;
	background: transparent;
	box-sizing: border-box;
}

.jq-page-cases .QuanZ_An_List_ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}

.jq-page-cases .QuanZ_An_List li {
	float: none !important;
	width: auto !important;
	max-width: 100%;
	height: auto;
	min-width: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}

.jq-page-cases .Index_Anli_zs_img {
	position: relative;
	overflow: visible;
	padding: 0 !important;
	background: transparent;
}

.jq-page-cases .QuanZ_An_List li div,
.jq-page-cases .QuanZ_An_List li .Index_Anli_zs_img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	box-sizing: border-box;
}

/* ===== 案例缩略图 + 图二悬浮效果（grid 叠层，文字绝对居中） ===== */
.jq-page-cases .QuanZ_An_List li .jq-case-cover {
	position: relative !important;
	display: grid !important;
	grid-template-areas: "cover-stack";
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	aspect-ratio: 360 / 206;
	overflow: hidden;
	background: #ececec;
	bottom: auto !important;
	left: auto !important;
	margin: 0 !important;
	margin-left: 0 !important;
	padding: 0 !important;
	line-height: normal !important;
	filter: none !important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	box-sizing: border-box;
}

.jq-page-cases .jq-case-cover-link {
	grid-area: cover-stack;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	line-height: 0;
	z-index: 1;
}

.jq-page-cases .jq-case-cover .jq-case-cover-img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	object-position: center center;
	border: 0;
	box-shadow: none;
	vertical-align: top;
	transition: transform 0.4s ease;
}

.jq-page-cases .QuanZ_An_List li:hover .jq-case-cover-img {
	transform: scale(1.04);
}

.jq-page-cases .QuanZ_An_List li .jq-case-cover .jq-case-hover-layer {
	grid-area: cover-stack;
	position: relative !important;
	inset: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	z-index: 2;
	width: 100% !important;
	height: 100% !important;
	min-height: 100%;
	margin: 0 !important;
	padding: 0 16px;
	display: flex !important;
	flex-direction: column;
	align-items: center !important;
	justify-content: center !important;
	background: rgba(0, 0, 0, 0.68) !important;
	filter: none !important;
	line-height: normal !important;
	text-align: center !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.28s ease, visibility 0.28s ease;
	box-sizing: border-box;
	align-self: stretch;
	justify-self: stretch;
}

.jq-page-cases .QuanZ_An_List li:hover .jq-case-cover .jq-case-hover-layer {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto;
}

.jq-page-cases .jq-case-cover .jq-case-hover-inner {
	display: flex !important;
	flex-direction: column;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	text-align: center !important;
	transform: none !important;
	opacity: 1 !important;
	position: static !important;
	bottom: auto !important;
	left: auto !important;
	height: auto !important;
	line-height: normal !important;
}

.jq-page-cases .QuanZ_An_List li:hover .jq-case-hover-inner {
	transform: none !important;
	opacity: 1 !important;
}

.jq-page-cases .jq-case-cover .jq-case-hover-name {
	display: block !important;
	margin: 0 0 18px;
	padding: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
	color: #fff !important;
	text-align: center !important;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jq-page-cases .jq-case-cover .jq-case-hover-links {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 24px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center !important;
}

.jq-page-cases .jq-case-cover .jq-case-hover-links a {
	display: inline-block !important;
	float: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0;
	border: 0 !important;
	background: none !important;
	color: #fff !important;
	font-size: 14px;
	line-height: 1.6;
	text-align: center !important;
	text-indent: 0 !important;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgba(255, 255, 255, 0.75);
	white-space: nowrap;
	transition: text-decoration-color 0.2s ease;
}

.jq-page-cases .jq-case-cover .jq-case-hover-links a:hover {
	color: #fff !important;
	text-decoration-color: #fff !important;
}

/* 旧版 MoBanBlue 在案例页禁用，避免 new_index.css 干扰 */
.jq-page-cases .MoBanBlue {
	display: none !important;
}

.jq-page-cases .QuanZ_An_List li .GoSM {
	margin-top: 12px;
	padding: 0 2px;
	font-size: 16px;
	font-weight: 600;
	color: var(--jq-case-text);
	border-bottom: 0;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jq-page-cases .QuanZ_An_List li .JzTc {
	padding: 6px 2px 0;
	font-size: 13px;
	color: var(--jq-case-light);
	border-bottom: 0;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ===== 分页 ===== */
.jq-page-cases .QuanZ_An_Next {
	width: 100% !important;
	max-width: 100% !important;
	margin: 20px 0 0;
	padding: 16px 0 0;
	border-top: 1px solid var(--jq-case-border);
	text-align: center;
	overflow-x: hidden;
	box-sizing: border-box;
}

.jq-page-cases .QuanZ_An_Next p {
	margin: 0;
	line-height: 1;
}

.jq-page-cases .QuanZ_An_Next p a {
	display: inline-block;
	min-width: 36px;
	margin: 3px 2px;
	padding: 8px 12px;
	border: 1px solid var(--jq-case-border);
	border-radius: 2px;
	font-size: 13px;
	color: var(--jq-case-text);
	text-decoration: none;
	background: #fff;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.jq-page-cases .QuanZ_An_Next p a:hover:not(.show) {
	background: #f5f5f5 !important;
	border-color: #ccc !important;
	color: var(--jq-case-text) !important;
}

.jq-page-cases .QuanZ_An_Next p a.show {
	background: #222 !important;
	border-color: #222 !important;
	color: #fff !important;
}

/* ===== 响应式 ===== */
@media (max-width: 1280px) {
	.jq-page-cases {
		--jq-case-max: 100%;
		--jq-case-pad-x: 20px;
	}

	.jq-page-cases .jq-case-industry-grid .search_hy ul,
	.jq-page-cases .jq-case-industry-grid .search_hy1 ul {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (max-width: 1100px) {
	.jq-page-cases .jq-case-industry-grid .search_hy ul,
	.jq-page-cases .jq-case-industry-grid .search_hy1 ul {
		grid-template-columns: repeat(5, 1fr);
	}

	.jq-page-cases .QuanZ_An_List_ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.jq-page-cases .QuanZ_An_List li {
		width: auto !important;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.jq-page-cases .jq-case-head-spacer {
		height: 0;
	}

	.jq-page-cases .jq-case-main {
		padding: 18px 10px 32px;
	}

	.jq-page-cases .jq-case-results {
		padding: 12px 12px 16px;
	}

	.jq-page-cases .jq-case-panel {
		flex-direction: column;
	}

	.jq-page-cases .jq-case-panel-label {
		flex: none;
		padding: 12px 14px 0;
	}

	.jq-page-cases .jq-case-panel-body {
		padding: 8px 14px 12px;
	}

	.jq-page-cases .jq-case-panel-search .jq-case-panel-body {
		justify-content: stretch;
	}

	.jq-page-cases .jq-case-search-form {
		max-width: none;
		margin: 0;
	}

	.jq-page-cases .jq-case-panel-type .jq-case-panel-body {
		overflow: visible;
	}

	.jq-page-cases .jq-case-type-nav ul {
		flex-wrap: wrap;
		overflow: visible;
		gap: 8px 6px;
		padding: 0;
	}

	.jq-page-cases .jq-case-type-nav li a {
		white-space: nowrap;
		font-size: 13px;
		padding: 7px 12px;
		border-right: 0 !important;
		border-radius: 4px;
		background: #f5f7fa;
	}

	.jq-page-cases .jq-case-type-nav li.active a,
	.jq-page-cases .jq-case-type-nav li a:hover {
		background: var(--jq-case-primary-soft) !important;
	}

	.jq-page-cases .jq-case-industry-grid .search_hy ul,
	.jq-page-cases .jq-case-industry-grid .search_hy1 ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.jq-page-cases .QuanZ_An_Pai_t {
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 6px;
	}

	.jq-page-cases .QuanZ_An_Pai_t > p {
		flex: 0 1 auto;
		flex-wrap: nowrap;
		gap: 0;
		min-width: 0;
		overflow: hidden;
	}

	.jq-page-cases .QuanZ_An_Pai_t p a {
		padding: 0 4px !important;
		font-size: 12px;
	}

	.jq-page-cases .QuanZ_An_Pai_t p span {
		font-size: 12px;
	}

	.jq-page-cases .jq-case-count {
		flex: 0 0 auto;
		width: auto;
		margin: 0 0 0 auto !important;
		padding: 0;
		font-size: 11px;
		text-align: right;
		white-space: nowrap;
	}

	.jq-page-cases .QuanZ_An_Next p {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 6px;
		line-height: 1.4;
	}

	.jq-page-cases .QuanZ_An_Next p a {
		margin: 0;
		min-width: 30px;
		padding: 6px 8px;
		font-size: 12px;
	}

	.jq-page-cases .QuanZ_An_List_ul {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 16px;
	}

	.jq-page-cases .QuanZ_An_List li {
		float: none !important;
		width: auto !important;
		max-width: 100%;
		margin: 0 !important;
		padding: 0;
	}
}

@media (max-width: 480px) {
	.jq-page-cases .QuanZ_An_List li {
		width: auto !important;
		max-width: 100%;
	}
}
