/**
 * 条件
 */
.map-item > li {
	background: transparent;
	border: none;
	margin-bottom: 0;
}
.map-item.am-list > li:hover {
	background: transparent;
}
.map-item .map-left {
	width: 10rem;
	font-weight: bold;
	line-height: 5rem;
}
.map-item > li > a,
.map-item .map-left {
	line-height: 4.5rem;
}
.map-brand-container,
.map-brand-container .map-left {
	line-height: 5.6rem !important;
}
.map-item .map-right {
	width: calc(100% - 10rem);
	background: #fff;
}
.map-item .map-right .text-tips {
	color: #888;
	text-align: center;
}
.map-item .map-right a {
	text-decoration: none;
	height: 100%;
}
.map-remove-submit {
	color: #999999 !important;
	text-decoration: none !important;
	background-color: transparent !important;
	line-height: 5rem !important;
	margin-right: 5.2rem;
}
.map-text-items {
	height: 4.5rem;
}
.map-images-text-items {
	height: 5.5rem;
}
.map-images-text-items,
.map-text-items {
	padding: 1rem 10rem 0 1rem;
	overflow-y: hidden;
}
.map-images-text-items ul > li {
	float: left;
	vertical-align: middle;
	text-align: center;
	line-height: 3.6rem;
	height: 3.6rem;
	width: 12.4rem;
	margin: 0 1rem 1rem 0;
}
.map-images-text-items ul > li > a,
.map-text-items ul > li > a {
	display: block;
	border-radius: 0.2rem;
	cursor: pointer;
}
.map-images-text-items ul > li > a img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 2.4rem;
}
.map-text-items ul > li {
	float: left;
	margin: 0 1rem 1rem 0;
	line-height: 2rem;
}
.map-images-text-items ul > li > a,
.map-text-items ul > li > a {
	border: 0.1rem solid transparent;
}
.map-text-items ul > li > a {
	padding: 0.2rem 1rem !important;
}
.map-images-text-items ul > li.active > a,
.map-text-items ul > li.active a {
	border: 0.1rem solid var(--color-main);
}
.map-images-text-items ul > li.active > a,
.map-text-items ul li.active a {
	color: var(--color-main) !important;
	font-weight: bold;
}
.map-item > li:first-child {
	line-height: 1rem;
	border-bottom: 0.1rem solid #F5F5F5;
	margin-bottom: 1rem;
}
.map-item > li:first-child p {
	margin-left: 3.4rem;
	padding: 2rem 0;
}
.map-item .map-more-submit {
	position: absolute;
	top: 1.5rem;
	right: 1rem;
	height: 2rem;
	line-height: 2rem;
	color: #999999;
	cursor: pointer;
}
#search-map .am-offcanvas-bar {
	background: #FFFFFF;
}
#search-map .am-offcanvas-bar:after {
	background: transparent;
}
#search-map .am-offcanvas-content,
#search-map .am-offcanvas-content a {
	padding: 0;
	color: #333333;
}
.map-item .map-more-submit {
	position: absolute;
	top: 1.3rem;
	right: 4rem;
	height: 2rem;
	line-height: 2rem;
	color: #999999;
	cursor: pointer;
}
@media only screen and (min-width: 641px) {
	.map-images-text-items ul > li > a:hover,
	.map-text-items ul > li > a:hover,
	.map-remove-submit:hover {
		color: var(--color-main) !important;
		font-weight: bold;
	}
	.map-item .map-more-submit:hover {
		color: var(--color-main);
	}
	#search-map {
		display: block;
		position: relative;
		background: transparent;
		z-index: 0;
	}
	#search-map .am-offcanvas-bar {
		position: relative;
		overflow-y: hidden;
		transition: none;
		transform: none;
		width: auto;
	}
}
@media only screen and (max-width: 1024px) {
	#search-map {
		margin: 0 0.6rem;
	}
}
@media only screen and (max-width: 640px) {
	#search-map .am-offcanvas-bar {
		width: 85%;
	}
	#search-map .am-offcanvas-content {
		padding: 0;
	}
	.map-item {
		margin-top: 0;
	}
	.map-item > li > a {
		border: 0;
		background: #f0f0f0;
	}
	.map-item .map-left,
	.map-item .map-right {
		float: none;
		width: 100%;
	}
	.map-item .map-right {
		background: #FFFFFF;
	}
	.map-item .map-left {
		line-height: 3.6rem !important;
	}
	.map-item > li > a:first-child {
		border-bottom: 0.2rem solid #e1e1e1;
	}
	.map-item .map-more-submit {
		top: 0.7rem;
	}
	.map-item > li:first-child p {
		padding: 1.5rem 0 1.5rem 0;
		margin-left: 1.8rem;
	}
	.map-remove-submit {
		line-height: 4rem !important;
		margin-right: 2rem;
	}
	.map-images-text-items,
	.map-text-items {
		padding-right: 1rem;
	}
	.map-item .map-more-submit {
		right: 2rem;
	}
	.map-item > li {
		margin-bottom: 1rem;
	}
}
/**
 * 条件指定品牌信息
 */
.brand-info .map-images-text-items {
	padding: 1.5rem 1.5rem 0 1.5rem;
	height: 8.4rem;
}
.brand-info .info-logo,
.brand-info .info-logo-empty {
	width: 15rem;
	height: 5.4rem;
	border: 0.1rem solid #eee;
}
.brand-info .info-logo-empty {
	line-height: 4.6rem;
}
.brand-info .info-right {
	width: calc(100% - 16.5rem);
}
.brand-info .info-name,
.brand-info .info-desc {
	line-height: 1.6rem;
}
.brand-info .info-desc {
	color: #999;
}
@media only screen and (min-width: 641px) {
	.brand-info .map-left {
		line-height: 8.4rem !important;
	}
}
/**
 * 条件基础信息
 */
.map-base-tips {
	background: #fafafa;
	border-bottom: 0.1rem solid #eee;
}
.map-base-tips .map-offcanvas-submit {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	bottom: 0;
	height: 3rem;
	color: #666 !important;
	background-color: transparent;
	border-color: #eee;
}
/**
 * 导航
 */
.search-nav {
	position: relative;
	margin-top: 1rem;
}
.search-nav .am-sticky-placeholder .am-sticky {
	border-width: 0 0.1rem 0.1rem 0.1rem;
	background: #FFFFFF;
	border-bottom: 0.1rem solid #F5F5F5;
}
@media only screen and (min-width: 641px) {
	.search-nav .am-sticky-placeholder {
		margin: 0 0.5rem !important;
	}
}
@media only screen and (min-width: 1025px) {
	.search-nav .am-sticky-placeholder {
		margin: 0 !important;
	}
}
@media only screen and (max-width: 640px) {
	.search-nav {
		margin-top: 0.5rem;
	}
	.search-nav .sort-nav {
		border-width: 0.1rem 0;
	}
	.search-nav .am-sticky-placeholder .am-sticky {
		border-width: 0 0.1rem 0.1rem 0;
	}
}
/**
 * 排序
 */
.sort-nav {
	padding: 0px;
	width: 100%;
	overflow: hidden;
	height: 4rem;
	background: var(--body-bg-color);
}
.sort-nav li {
	float: left;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	cursor: pointer;
	display: inline;
	width: auto;
}
.sort-nav li:first-of-type a {
	padding-left: 1rem;
}
.sort-nav li a {
	font-size: 1.4rem;
	text-decoration: none;
	padding: 0.6rem 2rem;
}
.sort-nav li.active a {
	color: var(--color-main);
}
.sort-nav li:last-of-type {
	float: right;
}
.layout-styles i {
	padding: 1.2rem 1rem;
	font-size: 1.6rem;
}
@media only screen and (min-width: 641px) {
	.sort-nav a:hover,
	.sort-nav a:focus {
		color: var(--color-main);
	}
}
@media only screen and (max-width: 640px) {
	.sort-nav li a {
		padding: 0.6rem 0.8rem;
	}
}

/**
 * 排序导航里面价格滑条
 */
.sort-nav-map-price-content {
	width: 22rem;
}
.sort-nav-map-price-range-slider-input,
.sort-nav-map-price-bottom-operate {
	display: none;
}
.sort-nav-map-price-content .sort-nav-map-price-input input {
	width: 8rem;
}
.sort-nav-map-price:hover .sort-nav-map-price-content {
	position: absolute;
	z-index: 3;
    background: #fff;
    border: 0.1rem solid #ededed;
    box-shadow: var(--box-shadow);
    top: -0.5rem;
    padding: 0.5rem 1rem 1rem 1rem;
}
.sort-nav-map-price:hover .sort-nav-map-price-range-slider-input,
.sort-nav-map-price:hover .sort-nav-map-price-bottom-operate {
	display: block;
}
@media only screen and (max-width: 1024px) {
	.sort-nav-map-price {
		display: none !important;
	}
}

/**
 * 分页
 */
@media only screen and (max-width: 1024px) {
	.search-pages-submit {
		margin: 0 auto;
		width: calc(100% - 1rem);
	}
}
.pagination-margin-top {
	margin-top: 6rem;
}
.pagination-margin-top li a {
	border: 0.1rem solid #d9d9d9;
	background: #FFFFFF;
}

/* 清新简约风 - 搜索页覆盖 */
.search-filter { border-radius: var(--border-radius-lg) !important; box-shadow: var(--box-shadow-sm) !important; border: none !important; background: #fff !important; padding: 1.5rem 2rem !important; margin-bottom: 2rem !important; }
.search-filter .filter-item { padding: 0.8rem 1.5rem !important; border-radius: var(--border-radius) !important; color: #636e72 !important; transition: all 0.2s ease; }
.search-filter .filter-item:hover, .search-filter .filter-item.active { background: var(--color-main-light) !important; color: var(--color-main) !important; }
.search-sort { border-radius: var(--border-radius-lg) !important; box-shadow: var(--box-shadow-sm) !important; border: none !important; background: #fff !important; padding: 1.2rem 2rem !important; margin-bottom: 2rem !important; }
.search-sort .sort-item { padding: 0.5rem 1.2rem !important; border-radius: var(--border-radius) !important; color: #636e72 !important; transition: all 0.2s ease; }
.search-sort .sort-item.active { background: var(--color-main) !important; color: #fff !important; }

/* ============ 天蓝清新风 - 搜索结果页覆盖 ============ */

/* 筛选面板容器 - 玻璃拟态卡片 */
#search-map .am-offcanvas-bar {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-radius: 1.6rem !important;
    box-shadow: 0 0.8rem 3rem rgba(0, 191, 255, 0.1) !important;
    border: 0.1rem solid rgba(255, 255, 255, 0.5) !important;
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

#search-map .am-offcanvas-content,
#search-map .am-offcanvas-content a {
    color: #636e72 !important;
}

/* 筛选项行 */
.map-item > li {
    border-bottom: 0.1rem solid rgba(0, 191, 255, 0.06) !important;
    padding-bottom: 0.5rem !important;
}

.map-item > li:first-child {
    border-bottom: 0.1rem solid rgba(0, 191, 255, 0.08) !important;
}

.map-item > li:first-child p {
    color: #2d3436 !important;
    font-weight: 700 !important;
    font-size: 1.6rem !important;
}

/* 筛选标签 */
.map-item .map-left {
    color: #2d3436 !important;
    font-weight: 600 !important;
}

.map-item .map-right {
    background: transparent !important;
}

/* 文字筛选项 - 胶囊形状 + 渐变激活态 */
.map-text-items ul > li > a {
    border-radius: 50px !important;
    border: 0.1rem solid rgba(0, 191, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    color: #636e72 !important;
    padding: 0.3rem 1.2rem !important;
    transition: all 0.25s ease !important;
}

.map-text-items ul > li > a:hover {
    border-color: #00BFFF !important;
    color: #00BFFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 0.3rem 1rem rgba(0, 191, 255, 0.12) !important;
}

.map-text-items ul > li.active a {
    background: linear-gradient(135deg, #00BFFF 0%, #0EA5E9 100%) !important;
    color: #fff !important;
    border: 0.1rem solid transparent !important;
    font-weight: 600 !important;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 191, 255, 0.3) !important;
}

/* 图片+文字筛选项 */
.map-images-text-items ul > li > a {
    border-radius: 1rem !important;
    border: 0.1rem solid rgba(0, 191, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    transition: all 0.25s ease !important;
}

.map-images-text-items ul > li > a:hover {
    border-color: #00BFFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 0.3rem 1rem rgba(0, 191, 255, 0.12) !important;
}

.map-images-text-items ul > li.active > a {
    background: linear-gradient(135deg, rgba(0, 191, 255, 0.08) 0%, rgba(14, 165, 233, 0.08) 100%) !important;
    border: 0.1rem solid #00BFFF !important;
    color: #00BFFF !important;
    font-weight: 600 !important;
    box-shadow: 0 0.3rem 1rem rgba(0, 191, 255, 0.2) !important;
}

/* 移除筛选按钮 */
.map-remove-submit {
    color: #999 !important;
    transition: all 0.2s ease !important;
    border-radius: 50px !important;
}

.map-remove-submit:hover {
    color: #0EA5E9 !important;
}

/* 更多按钮 */
.map-more-submit {
    color: #00BFFF !important;
    transition: all 0.2s ease !important;
}

.map-more-submit:hover {
    color: #0EA5E9 !important;
}

/* 品牌信息区 */
.brand-info .info-logo,
.brand-info .info-logo-empty {
    border: 0.1rem solid rgba(0, 191, 255, 0.15) !important;
    border-radius: 1.2rem !important;
    box-shadow: 0 0.3rem 1rem rgba(0, 191, 255, 0.06) !important;
}

.brand-info .info-name {
    color: #2d3436 !important;
    font-weight: 600 !important;
}

/* 筛选基础提示栏 */
.map-base-tips {
    background: linear-gradient(135deg, #f0f9ff 0%, #eaf5ff 45%, #e0f2ff 100%) !important;
    border-bottom: 0.1rem solid rgba(0, 191, 255, 0.08) !important;
    border-radius: 1.4rem 1.4rem 0 0 !important;
}

.map-base-tips .map-offcanvas-submit {
    color: #00BFFF !important;
    border-color: rgba(0, 191, 255, 0.2) !important;
    border-radius: 50px !important;
    transition: all 0.2s ease !important;
}

.map-base-tips .map-offcanvas-submit:hover {
    background: linear-gradient(135deg, #00BFFF 0%, #0EA5E9 100%) !important;
    color: #fff !important;
    border-color: transparent !important;
}

/* 搜索导航条 - 玻璃拟态 */
.search-nav .am-sticky-placeholder .am-sticky {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-radius: 1.4rem !important;
    border: 0.1rem solid rgba(255, 255, 255, 0.5) !important;
    border-bottom: none !important;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 191, 255, 0.08) !important;
}

/* 排序导航栏 - 渐变激活态 */
.sort-nav {
    background: transparent !important;
    border-radius: 1.2rem !important;
    height: auto !important;
    padding: 0.5rem 0 !important;
}

.sort-nav li a {
    border-radius: 50px !important;
    color: #636e72 !important;
    font-weight: 500 !important;
    transition: all 0.25s ease !important;
    padding: 0.5rem 1.5rem !important;
}

.sort-nav li a:hover,
.sort-nav li a:focus {
    color: #00BFFF !important;
    background: rgba(0, 191, 255, 0.05) !important;
}

.sort-nav li.active a {
    color: #fff !important;
    background: linear-gradient(135deg, #00BFFF 0%, #0EA5E9 100%) !important;
    font-weight: 600 !important;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 191, 255, 0.25) !important;
}

/* 网格/列表切换按钮 - 胶囊形状 */
.layout-styles i {
    border-radius: 50px !important;
    color: #636e72 !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}

.layout-styles i:hover {
    color: #00BFFF !important;
    background: rgba(0, 191, 255, 0.05) !important;
}

.layout-styles i.am-active {
    color: #fff !important;
    background: linear-gradient(135deg, #00BFFF 0%, #0EA5E9 100%) !important;
    box-shadow: 0 0.3rem 0.8rem rgba(0, 191, 255, 0.25) !important;
}

/* 价格区间筛选 */
.sort-nav-map-price:hover .sort-nav-map-price-content {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 0.1rem solid rgba(0, 191, 255, 0.15) !important;
    border-radius: 1.2rem !important;
    box-shadow: 0 0.8rem 2.5rem rgba(14, 165, 233, 0.15) !important;
}

.sort-nav-map-price-content .sort-nav-map-price-input input {
    border-radius: 0.8rem !important;
    border: 0.1rem solid rgba(0, 191, 255, 0.15) !important;
    transition: all 0.2s ease !important;
}

.sort-nav-map-price-content .sort-nav-map-price-input input:focus {
    border-color: #00BFFF !important;
    box-shadow: 0 0 0.4rem rgba(0, 191, 255, 0.2) !important;
}

/* 搜索结果容器 - 圆角卡片 */
.zero-search-right,
.search-content-wrapper {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-radius: 1.6rem !important;
    box-shadow: 0 0.8rem 3rem rgba(0, 191, 255, 0.1) !important;
    border: 0.1rem solid rgba(255, 255, 255, 0.5) !important;
    padding: 1.5rem !important;
}

/* 搜索结果商品项 - 圆角卡片 + 悬停提升 */
.zero-search-right .module-goods-list-base .item,
.search-result-item {
    border-radius: 1.4rem !important;
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 0.3rem 1rem rgba(0, 191, 255, 0.06) !important;
    border: 0.1rem solid rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
}

.zero-search-right .module-goods-list-base .item:hover,
.search-result-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 0.8rem 2.5rem rgba(14, 165, 233, 0.15) !important;
    border-color: rgba(14, 165, 233, 0.2) !important;
}

/* 搜索结果商品图片 */
.zero-search-right .module-goods-list-base .item .goods-info,
.search-result-item .goods-info {
    border-radius: 1.2rem !important;
    overflow: hidden !important;
}

/* 搜索结果价格 - 紫色 */
.zero-search-right .module-goods-list-base .item .price-content,
.search-result-item .price {
    color: #0099CC !important;
    font-weight: 700 !important;
}

/* 搜索关键词高亮显示 */
.search-keyword,
.search-keyword-highlight {
    color: #00BFFF !important;
    font-weight: 700 !important;
}

/* 无搜索结果状态 */
.no-data-tips,
.table-no,
.search-no-result {
    border-radius: 1.6rem !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: 0 0.5rem 2rem rgba(0, 191, 255, 0.08) !important;
    border: 0.1rem solid rgba(255, 255, 255, 0.5) !important;
    padding: 3rem !important;
    text-align: center !important;
}

.no-data-tips p,
.table-no p,
.search-no-result p {
    color: #999 !important;
    font-size: 1.4rem !important;
}

/* 分页 */
.pagination-margin-top {
    margin-top: 4rem !important;
}

.pagination-margin-top li a {
    border: 0.1rem solid rgba(0, 191, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    border-radius: 0.8rem !important;
    color: #636e72 !important;
    transition: all 0.25s ease !important;
    margin: 0 0.3rem !important;
}

.pagination-margin-top li a:hover {
    background: linear-gradient(135deg, #00BFFF 0%, #0EA5E9 100%) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 0.3rem 1rem rgba(0, 191, 255, 0.2) !important;
    transform: translateY(-2px) !important;
}

.pagination-margin-top li.am-active a {
    background: linear-gradient(135deg, #00BFFF 0%, #0EA5E9 100%) !important;
    color: #fff !important;
    border-color: transparent !important;
    font-weight: 600 !important;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 191, 255, 0.25) !important;
}

/* 搜索页提交按钮 */
.search-pages-submit {
    border-radius: 50px !important;
}

/* 手机端筛选面板 */
@media only screen and (max-width: 640px) {
    #search-map .am-offcanvas-bar {
        border-radius: 1.2rem !important;
        box-shadow: 0 0.4rem 1.5rem rgba(0, 191, 255, 0.1) !important;
    }

    .sort-nav li a {
        padding: 0.5rem 0.8rem !important;
    }

    .zero-search-right .module-goods-list-base .item {
        border-radius: 1.2rem !important;
    }
}

/* ============ 天蓝清新风 - 搜索结果页覆盖 END ============ */
