.js-search .public-search-list dd > a.active {
	color: #108ee9 !important;
	border: 1px solid #108ee9;
	background-color: #e7eefd;
	border-radius: 8px;
}
.js-search .public-search-list dd > a:hover {
    color: #108ee9 !important;
}
.hybox > a {
	/*border: none !important;*/
}
.public-search-list dd > a,
.back,
.qwsj {
	padding: 2px 10px;
	margin-right: 10px;
	background-color: #fafafa;
	border-radius: 8px;
    color:#666;
}
.cg-backold .backold-link {
	font-size: 15px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	position: absolute;
	top: 40px;
	color: #666;
	transition: 0.3s all linear;
}
.cg-backold .backold-link:hover {
	color: #108ee9;
	text-decoration: underline;
	background-color: #e7eefd;
}
.cg-backold .back {
	left: 367px;
}
.cg-backold .qwsj {
	left: 459px;
}
.public-slcot .all {
	/*font-weight: bold;*/
}
.public-slcot .one {
	color: #666 !important;
}
.public-slcot .aniu,
.public-slcot .srkbox {
	position: relative;
	top: 3px;
}

/* ----------------------------------------- */

.public-search-main {
	overflow: visible !important;
	height: auto !important;
}
/* 筛选行容器：Flex布局，垂直居中 */
.filter-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap; /* 小屏幕允许换行 */
	gap: 10px; /* 元素间距 */
}
.filter-row dt {
	font-weight: bold;
	color: #333;
	margin-right: 5px;
	white-space: nowrap;
}
.filter-row dd {
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px; /* 下拉框之间的间距 */
}

/* 下拉组件样式 */
.filter-dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-trigger {
	height: 32px;
	padding: 0 12px;
	cursor: pointer;
	background: #fff;
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 80px;
	transition: all 0.3s;
}
.dropdown-trigger:after {
	content: "▼";
	font-size: 10px;
	margin-left: 8px;
	color: #999;
}
/* 选中状态（高亮） */
/*.dropdown-trigger.highlight { color: #cc0700; border-color: #cc0700; background: #fffbfb; }*/

/* 下拉菜单 */
.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	min-width: 120px;
	max-height: 350px;
	overflow-y: auto;
	border-radius: 4px;
	margin-top: 5px;
	padding: 5px 0;
}
.dropdown-menu.show {
	display: block;
}
.dropdown-menu a {
	display: block;
	padding: 8px 15px;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	font-size: 13px;
}
.dropdown-menu a:hover {
	/*background-color: #f5f5f5;*/
	color: #108ee9;
}
.dropdown-menu a.active {
	color: #108ee9;
}

/* 地区下拉特殊样式 */
.area-dropdown-menu {
	width: 600px;
	white-space: normal;
	padding: 10px;
}
.area-dropdown-menu .bidding-area-span-style {
	display: inline-block;
	margin: 5px 12px 5px 0;
	position: relative;
}
.area-dropdown-menu .mc-dqfwck {
	cursor: pointer;
	padding: 2px 5px;
	border-radius: 2px;
}
.area-dropdown-menu .mc-dqfwck:hover {
	color: #108ee9;
}
.area-dropdown-menu .mc-dqfwck.active {
	color: #fff;
	background: #108ee9;
}
/* 修复地区原有浮动框位置 */
.area-dropdown-menu .hyfloat-box {
	top: 30px;
	left: 0;
	border: 1px solid #108ee9;
}

/* 自定义时间区域：强制同行显示 */
.custom-time-area {
	display: none; /* 默认隐藏 */
	align-items: center;
	background: #f9f9f9;
	padding: 0 5px;
	border-radius: 4px;
	height: 32px;
}
.custom-time-area.show {
	display: inline-flex !important;
} /* 激活时显示为inline-flex */
.custom-time-area .srkbox {
	position: relative;
	margin: 0 3px;
	display: flex;
	align-items: center;
}
.custom-time-area .srk {
	width: 110px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 6px;
}
.custom-time-area .aniu {
	width: 40px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #999;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 6px;
	background: #fff;
	margin-left: 10px;
	cursor: pointer;
}
.custom-time-area .hx {
	color: #999;
	padding: 0 3px;
}

.selected-condition-row {
	display: flex;
	align-items: flex-start; /* 对齐顶部，防止标签换行时布局乱 */
	padding: 15px 0;
	border-top: 1px dashed #e5e5e5; /* 分割线 */
	font-size: 14px;
	min-height: 50px; /* 预留高度 */
}

.selected-condition-row .label {
	width: 80px;
	color: #999;
	font-weight: normal;
	padding-top: 4px; /* 微调对齐 */
}

.selected-condition-row .tags-box {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 6px 8px;
}

/* 标签样式 */
.tag-item {
	display: inline-flex;
	align-items: center;
	background: #f7f7f7;
	color: #3a6df0;
	padding: 2px 8px;
	font-size: 12px;
	border-radius: 12px;
}

.tag-item .tag-key {
	margin-right: 4px;
}
.tag-item .tag-close {
	margin-left: 8px;
	cursor: pointer;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	background: #165dff;
	border-radius: 50%;
	opacity: 0.7;
	width: 16px;
	height: 16px;
	text-align: center;
}

.tag-item .tag-close:hover {
	opacity: 1;
}

/* 清空按钮 */
.clear-all-btn {
	color: #999;
	cursor: pointer;
	margin-left: 15px;
	font-size: 13px;
	display: flex;
	align-items: center;
}
.clear-all-btn > img {
	width: 18px;
	height: 18px;
	margin-right: 4px;
}
.clear-all-btn:hover {
	color: #108ee9;
}
/* ----------------------------------------- */
/* === 地区双列选择器样式 === */
.area-dropdown-menu {
	width: 420px !important; /* 固定宽度容纳双列 */
	padding: 0 !important;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.area-selector-box {
	display: flex;
	flex-direction: column;
	height: 320px; /* 下拉框总高度 */
	background: #fff;
}

/* 头部标题 (可选，模仿图中"省份 城市") */
.area-header {
	display: flex;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #eee;
	background: #f9f9f9;
	color: #666;
	font-weight: bold;
	font-size: 13px;
}
.area-header span {
	flex: 1;
	text-align: center;
}

/* 主体内容区 */
.area-main {
	flex: 1;
	display: flex;
	overflow: hidden;
	position: relative;
}

/* 左侧省份列表 */
.province-list {
	width: 40%;
	overflow-y: auto;
	border-right: 1px solid #f0f0f0;
	background: #fff;
}
.province-list ul,
.city-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.province-list li {
	padding: 8px 10px 8px 15px;
	cursor: pointer;
	color: #333;
	font-size: 13px;
	display: flex;
	align-items: center;
	transition: background 0.2s;
}

.province-list li:hover {
	background-color: #f5f7fa;
}
/* 省份选中状态：背景变灰，文字变红，模拟单选 */
.province-list li.curr {
	background-color: #f0f0f0;
	color: #108ee9;
	font-weight: bold;
}

/* 右侧城市列表 */
.city-list {
	width: 60%;
	overflow-y: auto;
	background: #fff;
}

.city-group {
	display: none;
} /* 默认隐藏所有城市组 */
.city-group.show {
	display: block;
}

.city-list li {
	padding: 8px 10px 8px 20px;
	cursor: pointer;
	color: #666;
	font-size: 13px;
	display: flex;
	align-items: center;
}
.city-list li:hover {
	color: #108ee9;
}

/* 模拟复选框图标 */
.check-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	margin-right: 8px;
	position: relative;
	background: #fff;
	flex-shrink: 0;
}

/* 城市选中状态 */
.city-list li.active {
	color: #108ee9;
}
.city-list li.active .check-icon,
.province-list li.curr .check-icon {
	background-color: #108ee9;
	border-color: #108ee9;
}
/* 勾号 */
.city-list li.active .check-icon::after,
.province-list li.curr .check-icon::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 1px;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* 底部按钮区 */
.area-footer {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 15px;
	border-top: 1px solid #eee;
	background: #fff;
}

.btn-reset {
	padding: 5px 15px;
	border: 1px solid #ddd;
	background: #fff;
	color: #666;
	border-radius: 3px;
	margin-right: 10px;
	cursor: pointer;
	font-size: 12px;
}
.btn-reset:hover {
	border-color: #999;
}

.btn-confirm {
	padding: 5px 20px;
	background: #165dff; /* 蓝色按钮 */
	color: #fff;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
}
.btn-confirm:hover {
	background: #0e4cdd;
}
