#header-main {
	position: fixed;
	z-index: 999;
	width: 100%;
	margin-top: -15px;
	margin-left: -8px;
	margin-right: -8px;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: var(--jianbian-color);
	overflow: hidden;
	text-overflow: ellipsis;
}

#map-box-main * {
	text-decoration: none !important;
}

#header-title {
	margin-top: 18px;
	z-index: 1000;
}

.header-link:link {
	text-decoration: none !important;
	color: black !important;
}

.header-link:hover {
	text-decoration: underline !important;
	color: black !important;
}

.header-link:visited {
	color: black !important;
	text-decoration: none !important;
}

.header-special {
	margin-left: 10px;
}

@media (prefers-color-scheme: dark) {

	#header-main {
		color: white;
		-webkit-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px);
	}

	.header-link:link {
		text-decoration: none !important;
		color: white !important;
	}

	.header-link:hover {
		text-decoration: underline !important;
		color: white !important;
	}

	.header-link:visited {
		color: white !important;
		text-decoration: none !important;
	}

	.icon {
		fill: #ffffff;
	}

	.changecolor {
		filter: invert(100%);
	}
}

@media(max-width:700px) {
	.height {
		height: 58px;
	}

	#header-main {

		transition: all 0.25s;
		-moz-transition: all 0.25s;
		/* Firefox 4 */
		-webkit-transition: all 0.25s;
		/* Safari 和 Chrome */
		-o-transition: all 0.25s;
		/* Opera */
	}

	.header-main-opened {
		backdrop-filter: none !important;
		webkit-backdrop-filter: none !important;
		background: none !important;
	}

	#header-title img {
		height: 40px;
		margin-bottom: -10px;
		margin-right: 5px;
	}

	.header-main-opened #header-title {
		color: white !important;
	}

	#header-title {
		transition: all 0.25s;
		-moz-transition: all 0.25s;
		/* Firefox 4 */
		-webkit-transition: all 0.25s;
		/* Safari 和 Chrome */
		-o-transition: all 0.25s;
		/* Opera */
	}

	.header-main-opened svg {
		fill: white !important;
	}

	.header-main-opened .changecolor {
		filter: invert(100%) !important;
	}

	#header-main svg {
		transition: all 0.25s;
		-moz-transition: all 0.25s;
		/* Firefox 4 */
		-webkit-transition: all 0.25s;
		/* Safari 和 Chrome */
		-o-transition: all 0.25s;
		/* Opera */
	}

	#header-title {
		text-align: center;
		font-size: 24px;
		margin: 10px 43px;
	}

	#header-title img {
		height: 40px;
	}

	.header-special {
		position: absolute;
		right: 14px;
	}

	#mobile-menu {
		position: fixed;
		z-index: 999;
		left: 0px;
		top: -3px;
		padding: 15px 47px 0px 10px;
	}

	.header-map {
		width: calc(100% - 70px);
		font-size: 18px;
		margin: 0px -8px;
		padding: 10px 0px 10px 70px;
		color: white !important;
		transition: all 0.75s;
		-moz-transition: all 0.75s;
		/* Firefox 4 */
		-webkit-transition: all 0.75s;
		/* Safari 和 Chrome */
		-o-transition: all 0.75s;
		/* Opera */
		transform: scale(0);
		/* height: 0; */
	}

	#header-account {
		color: white;
		position: absolute;
		bottom: 50px;
		left: 54px;
		right: 54px;
		opacity: 0;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		/* Firefox 4 */
		-webkit-transition: all 0.5s;
		/* Safari 和 Chrome */
		-o-transition: all 0.5s;
		/* Opera */
	}

	.cover-opened #header-account {
		color: white;
		position: absolute;
		bottom: 20px;
		opacity: 1;
		transition-delay: 0.5s;
		-moz-transition-delay: 0.5s;
		/* Firefox 4 */
		-webkit-transition-delay: 0.5s;
		/* Safari 和 Chrome */
		-o-transition-delay: 0.5s;
		/* Opera */

	}

	#cover {
		width: 100%;
		height: 0;
		margin: -80px -8px -8px -8px;
		position: fixed;
		z-index: 50;
		background-color: black;
		opacity: 0.2;
		visibility: hidden;
		transition: all 0.75s;
		-moz-transition: all 0.75s;
		/* Firefox 4 */
		-webkit-transition: all 0.75s;
		/* Safari 和 Chrome */
		-o-transition: all 0.75s;
		/* Opera */
	}

	#map-box-main {
		position: absolute;
		top: 60px;
		/* bottom: calc(100% - 55px); */
		left: 0px;
		padding: 10px 0 20px 0;
		width: calc(100% + 16px);
		overflow-y: auto;
		max-height: calc(100% - 155px);
		margin: 0 -8px;
		z-index: 60;
		visibility: hidden;
		background-color: none !important;
		transition: all 0.75s;
		-moz-transition: all 0.75s;
		/* Firefox 4 */
		-webkit-transition: all 0.75s;
		/* Safari 和 Chrome */
		-o-transition: all 0.75s;
		/* Opera */
	}

	.map-box-opened {

		visibility: visible !important;
		height: auto !important;
		/* top: 55px!important; */
		/* bottom: 0!important; */
	}

	.map-box-opened .header-map {

		transform: scale(1) !important;
		height: auto !important;
	}

	.cover-opened {

		opacity: 0.9 !important;
		visibility: visible !important;
		height: calc(100% + 16px) !important;
		backdrop-filter: var(--jianbian) !important;
		-webkit-backdrop-filter: var(--jianbian) !important;



	}

	.map-link:hover,
	.map-link:hover div,
	.map-link:active,
	.map-link:active div {
		text-decoration: none !important;
		color: #BDBDBD !important;
	}

	@media (prefers-color-scheme: dark) {
		#mobile-menu {

			fill: white;

		}
	}

}



@media(min-width:701px) {
	.height {
		height: 70px;
	}

	#header-main p,
	#header-main h1 {
		display: inline-block;
		margin-top: 10px;
	}

	#header-title {
		margin-left: 25px;
	}

	#header-title img {
		height: 50px;
		margin-bottom: -10px;
		margin-right: 5px;
	}

	.header-map {
		display: inline-block;
		font-size: 20px;
		margin: 5px 0px 0px 3px;
		height: 30px;
		padding: 15px 12px 12px 12px;
	}

	#map-box {
		position: fixed;
		right: 15px;
		top: 0px;
		max-width: calc(100% - 380px);
		text-align: right;
		z-index: 1000;
		height: 68px;
		text-overflow: hidden;
		overflow: hidden;
	}

	#map-box-main {
		/* white-space: nowrap; */
		/* overflow-x: scroll; */
		/* scrollbar-width: 2px; /* Firefox */
		/* text-overflow: hidden; */
		/* width: calc(100% + 200px); */
		/* float: right; */
	}

	#header-account {
		float: right;
		position: relative;
		right: 0px;
		top: 13px;
		margin-left: 8px;
		max-width: 190px;
		/* margin-bottom:-60px; */

	}

	#header-account:hover {}

	#mobile-menu {
		display: none;
	}

	#clicker {
		position: fixed;
	}


	.map-link div:link {
		text-decoration: none;
		background-color: grey;
		color: white;
	}

	.map-link div:hover {
		text-decoration: none;
		background-color: grey;
		color: white;
	}

	.map-link div:visited {
		background-color: grey;
		text-decoration: none;
		color: black;
	}

	.map-link div {
		background-color: none !important;
		text-decoration: none;
		color: black;
		backdrop-filter: none !important;
	}

	@media (prefers-color-scheme: dark) {

		.map-link div:link {
			text-decoration: none;
			background-color: white;
			color: black;
		}

		.map-link div:hover {
			text-decoration: none;
			background-color: white;
			color: black;
		}

		.map-link div:visited {
			background-color: black;
			text-decoration: none;
			color: white;
		}

		.map-link div {
			background-color: none !important;
			text-decoration: none;
			color: white;
			backdrop-filter: none !important;
		}
	}
}

/* 右侧按钮 */

#rightCWRobot {
	position: fixed;
	left: auto;
	right: 20px;
	top: auto;
	bottom: 20px;
	z-index: 9999999;
	width: 50px;
	height: 50px;
	border-radius: 43px;
	background-image: url(/src/img/product.svg);
	background-position: 10px, 0;
	background-size: 30px;
	background-repeat: no-repeat;
	transition: all 0.3s cubic-bezier(0.58, 0.59, 0.38, 1);
}

#rightCWRobot #rightCWMain {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 0.2s 0.1s;
}

#rightCWRobot[open=true] {
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	transform: scale(1) !important;
	-ms-transform: rotate(1) !important;
	-moz-transform: rotate(1) !important;
	-webkit-transform: rotate(1) !important;
	-o-transform: rotate(1) !important;
	backdrop-filter: var(--jianbian) !important;
	-webkit-backdrop-filter: var(--jianbian) !important;
	background-color: var(--jianbian-color) !important;
	background-image: none;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
	transition: all 0.4s cubic-bezier(0.58, 0.59, 0.38, 1);
}

#rightCWRobot[open=true] #rightCWMain {
	opacity: 1;
	visibility: visible;
}

#rightCWRobot .spinner {
	position: absolute;
	top: 49%;
	z-index: -1;
}

#rightCWClose {
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	padding: 12px;
	cursor: pointer;
	z-index: 2;
}

#rightCWBlank {
	opacity: 1;
	position: absolute;
	left: 40px;
	top: 0;
	width: 24px;
	height: 24px;
	padding: 12px;
	cursor: pointer;
	z-index: 2;
	transform: scale(0.71);
}

#rightCWRefresh {
	opacity: 1;
	position: absolute;
	right: 40px;
	top: 0;
	width: 24px;
	height: 24px;
	padding: 12px;
	cursor: pointer;
	z-index: 2;
	transform: scale(0.81);
}

@media (min-width: 700px) {
	#rightCWRobot[open=true] {
		right: 20px;
		bottom: 20px;
		width: 40%;
		height: 60%;
		border-radius: 6px;
	}

	#rightCWIframe {
		border-radius: 6px;
	}
}

#rightButtonTip {
	position: fixed;
	bottom: 30px;
	right: 72px;
	border-radius: 5px;
	font-size: 13px;
	padding: 5px 7px;
	display: none;
	animation: button-highlight 3s infinite;
	z-index: 9999999;
}

@keyframes button-highlight {
	0% {
		transform: rotate(0deg);
	}

	10% {
		transform: rotate(7deg);
	}

	20% {
		transform: rotate(-7deg);
	}

	30% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(0deg);
	}
}