.head .positioning_select,.head .customer_select,.head_blur_mask {
	z-index: 101;
}
.head,.head .head_item{
	z-index: 103;
}
.head .head_item{
	padding: 0;
}
.head .head_item.head_item_show{
	padding: 0.4rem 1.2rem;
}
.content-map {
	position: relative;
	height: calc(100vh - .6rem);
	width: 100%;
}

#map-container {
	width: 100%;
	height: 100%;
}

/* 弹窗样式 */
.map-popup {
	width: 4rem;
	opacity: 1;
	padding: 0.4rem 0.24rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.12rem 0rem #00000029;
	border-radius: 0.12rem;
	transform: translateY(-.16rem);
}

.map-popup-title {
	font-family: MiSans;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.2rem;
	leading-trim: NONE;
	line-height: 0.28rem;
	letter-spacing: 0%;
}

.map-popup-imgList {
	margin-top: 0.16rem;
	height: 0.9rem;
	overflow-x: scroll;
	width: 100%;
	display: flex;
	gap: 0.08rem;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.map-popup-imgList::-webkit-scrollbar {
	display: none;
}

.map-popup-imgList .map-popup-img {
	width: 1.6rem;
	height: 0.9rem;
	display: block;
	overflow: hidden;
	border-radius: 0.12rem;
	flex-shrink: 0;
	cursor: pointer;
}

.map-popup-imgList .map-popup-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.map-popup-address {
	font-family: MiSans;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.16rem;
	leading-trim: NONE;
	line-height: 0.28rem;
	letter-spacing: 0%;
	margin-top: 0.16rem;
	color: #00000099;
}

.map-popup-infoList {
	margin-top: 0.16rem;
}

.map-popup-infoList .map-popup-info {
	margin-top: 0.04rem;
	font-family: MiSans;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.16rem;
	leading-trim: NONE;
	line-height: 0.28rem;
	letter-spacing: 0%;
	color: #00000099;
}

.map-popup-infoList .map-popup-info:first-child {
	margin-top: 0;
}

/* Marker样式：仅launched状态hover放大（点击放大通过API切换Icon） */
/* 非launched状态：无hover效果，光标默认 */
.amap-marker.marker-wait .amap-marker-content,
.amap-marker.marker-will .amap-marker-content {
	cursor: default;
}

/* launched状态：hover放大（36px） */
.amap-marker.marker-launched:hover .amap-marker-content {
	transform: scale(1.636);
	/* 22px → 36px 精确比例 */
	transition: transform 0.3s ease;
	z-index: 200;
}

/* -------------------------- 自定义缩放控件样式（含滑块） -------------------------- */
.custom-zoom-control {
	position: absolute;
	right: 0.4rem;
	top: 0.4rem;
	z-index: 100;
	background: white;
	border-radius: 0.08rem;
	width: 0.48rem;
	height: 1.48rem;
	angle: 0 deg;
	opacity: 1;
	box-shadow: 0rem 0rem 0.12rem 0rem #00000029;
	padding: 0.12rem;
	display: flex;
	flex-direction: column;
	gap: 0.04rem;
}

.zoom-btn {
	width: 0.24rem;
	height: 0.24rem;
	cursor: pointer;
}

.zoom-btn#zoomOutBtn {
	/* margin-top: 8px; */
}

.zoom-slider-container {
	width: 0.02rem;
	height: 0.89rem;
	background-color: #CCCCCC;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}

.zoom-slider {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0.16rem;
	height: 0.16rem;
	background-color: none;
	transition: all 0.2s ease;
}

.zoom-slider:hover {
	transform: translateX(-50%) scale(1.2);
}

/* 搜索框样式 */
.search-container {
	position: absolute;
	top: 0.6rem;
	left: 1.2rem;
	width: 4rem;
	z-index: 1;
}

.search-box {
	width: 100%;
	height: 0.6rem;
	background-color: white;
	border-radius: 0.3rem;
	box-shadow: 0rem 0rem 0.12rem 0rem rgba(0, 0, 0, 0.16);
	display: flex;
	align-items: center;
	padding: 0 0.16rem;
}

.search-icon {
	width: 0.28rem;
	margin-right: 0.1rem;
}

.search-input {
	flex: 1;
	height: 100%;
	font-size: 0.18rem;
	border: none;
	outline: none;
	background-color: transparent;
	color: #000000E5;
}

.search-input::placeholder {
	color: #00000033;
	font-size: 0.18rem;
}

.search-input:focus+.search-icon {
	color: var(--color-cursor);
}

.search-empty-box {
	width: 4rem;
	min-height: 3.76rem;
	angle: 0 deg;
	opacity: 1;
	top: 1.96rem;
	left: 1.2rem;
	border-width: 0.01rem;
	box-shadow: 0rem 0rem 0.12rem 0rem #00000029;
	padding: 0.24rem;
	margin-top: 0.16rem;
	background-color: #fff;
	border-radius: 0.12rem;
}

.search-empty-head {
	font-family: MiSans;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.24rem;
	leading-trim: NONE;
	line-height: 0.32rem;
	letter-spacing: 0%;
	margin-bottom: 0.06rem;
}

.search-empty-textarea {
	font-family: MiSans;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.14rem;
	leading-trim: NONE;
	line-height: 0.26rem;
	letter-spacing: 0%;
	color: #00000099;
	margin-bottom: 0.32rem;
}

.search-empty-textGroup {
	display: flex;
	flex-wrap: wrap;
}

.sETG-item {
	width: 50%;
	padding-right: 0.08rem;
	flex-direction: column;
	margin-bottom: 0.24rem;
}

.sETG-item:last-child {
	margin-bottom: 0;
}

.sETG-num {
	font-family: MiSans;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.32rem;
	leading-trim: NONE;
	line-height: 0.4rem;
	height: 0.4rem;
	letter-spacing: 0%;
	color: #000000E5;
	margin-bottom: 0.04rem;
}

.sETG-status {
	display: flex;
	font-family: MiSans;
	align-items: center;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.12rem;
	leading-trim: NONE;
	line-height: 0.2rem;
	letter-spacing: 0%;
	color: #00000066;
}

.sETG-icon {
	margin-right: 0.04rem;
	width: 0.12rem;
	height: 0.12rem;
	angle: 0 deg;
	opacity: 1;
	top: 3.92rem;
	left: 1.44rem;
	border-width: 0.01rem;
	background: #643BEB;
	border: 0.01rem solid #FFFFFF;
	border-radius: 50%;
}

.sETG-icon-2 {
	background: #FFCB1F;
}

.sETG-icon-3 {
	background: #999999;
}

.search-empty-time {
	font-family: MiSans;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.12rem;
	leading-trim: NONE;
	line-height: 0.2rem;
	letter-spacing: 0%;
	margin-top: 0.32rem;
	color: #00000033;
}

.input_tips{
  margin-top: .12rem;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  max-height: 6.04rem;
  overflow-y: auto;
  padding: .12rem;
  border-radius: .1rem;
  z-index: 1;
  bottom: -6.12rem;
  left: 0;
  background: #fff;
  display: none;
}

.input_tips .input_tips_item{
  width: 100%;
  padding: 0 .2rem;
  height: .58rem;
  display: flex;
  align-items: center;
  font-size: .18rem;
  line-height: .26rem;
  color: rgba(0, 0, 0, 0.9);
}

.input_tips .input_tips_item:hover{
  background: rgba(246, 240, 255, 1);
  border-radius: .1rem;
  cursor: pointer;
}
.input_tips .input_tips_item span:not(:first-child)::before{
  content:"-"
}
.input_tips .input_tips_item .equality{
  color: #643BEB;
}