.header-component nav{
	background-color: #000000;
}
/* map */
.map-container {
	flex-grow: 1;
	width: 100%;
	height: 100vh;
	position: relative;
}

.map-container .map {
	width: 100%;
	height: 100%;
}

/* logo */
.amap-copyright {
	bottom: 1px !important;
	height: 20px !important;
	line-height: 20px !important;
	display: block !important;
	visibility: visible !important;
	user-select: none;
}

.map-container .map-zoom {
	bottom: 80px;
	right: 80px;
	position: absolute;
	display: flex;
	flex-direction: column;
	z-index: 50;
	box-shadow: 0vw 0vw 0vw 0vw rgba(0, 0, 0, 0.16);
}

.map-container .map-zoom .map-zoom__control {
	border-radius: 2px;
	width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 33.5px;
	text-align: center;
	color: rgba(245,245,247,.3);
	background-color: #1E1E1E;
	user-select: none;
	cursor: pointer;
}

.map-container .map-zoom .map-zoom__in {
	margin-bottom: 2px;
}
.map-container .map-zoom .map-zoom__in:hover{
	color:rgba(255, 255, 255, 1)
}
.map-container .map-zoom .map-zoom__out:hover{
	color:rgba(255, 255, 255, 1)
}
.map-container .markerImg {
	width: 42px;
	height: 47px;
	transform-origin: center center;
}

.map-container .markerZoom {
	transform: scale(1.5);
}

@media (max-width: 1200px) {
	.map-container .map-zoom {
		right: 40px;
		bottom: 40px;
	}
}
@media (max-width: 767px) {
	.map-container .map-zoom {
		display: none;
	}
}

html,
body {
	height: 100%;
	overflow: hidden;
}
body > .content {
	height: 100%;
	padding-top: 64px;
}
.content > .html-text {
	height: 100%;
}
#globalfooter {
	display: none;
}
.store-map input::-ms-clear,
.store-map input::-ms-reveal {
	display: none;
}
.col-line{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 27.2%;
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 32%;
}
.store-map {
	width: 100%;
	height: 100%;
	display: flex;
}

.store-container {
	background-color: transparent;
	color: #FFFFFF;
	flex: 0 0 450px;
	position: absolute;
	top: 128px;
	bottom: 40px;
	left: 40px;
	width: 464px;
	z-index: 300;
	overflow: hidden;
}
.store-container .store-placeholder {
	display: none;
}
.store-container input {
	padding: 0;
	border: 0;
	outline: none;
	border-radius: 0;
}
.store-container .store-content__header {
	position: relative;
	width: 100%;
	padding-bottom: 24px;
	padding-bottom: 12px;
	z-index: 10;
}

.store-container .city-select__container {
	position: relative;
	z-index: 2;
	width: 220px;
	width: 464px;
}
.store-container .icon-arrow {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
	pointer-events: none;
	transition: transform 0.3s ease-out;
}
.store-container .city-select__container.active .icon-arrow {
	transform: translateY(-50%) rotate(180deg);
}
.store-container .type-select_container.active .icon-arrow {
	transform: translateY(-50%) rotate(180deg);
}
.store-container .city-select__input {
	background-color: #1D1D1D;
	border: 1px #292929 solid;
	border-radius: 6px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.375;
	width: 100%;
	padding: 13px 8px 13px 16px;
	overflow: hidden;
}
.store-container .city-list__container {
	position: absolute;
	top: 100%;
	width: 370px;
	background-color: #414141;
	border-radius: 6px;
	display: none;
	overflow: hidden;
}
.store-container .city-select__container.active .city-list__container {
	display: block;
}

.store-container .city-list__title-container {
	display: none;
}

.store-container .search-input__wrap {
	position: relative;
	border-bottom: 1px solid rgba(229, 229, 229, 0.1);
}
.store-container .search-input {
	cursor: pointer;
	background-color: #414141;
	color:#F5F5F7;
	font-size: 16px;
	line-height: 1.375;
	width: 100%;
	padding: 24px 50px 24px 66px;
}
.store-container .input-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.store-container .icon-search {
	width: 17.51px;
	height: 17.96px;
	left: 24px;
	pointer-events: none;
}

.store-container .icon-close {
	right: 24px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
}
.store-container .icon-close svg {
	width: 15.56px;
	height: 15.56px;
}

.store-container .icon-close .icon-close-text {
	display: none;
}
.store-container .icon-close.active {
	opacity: 1;
	pointer-events: all;
}
.store-container .select-list__container {
	height: 100%;
	display: none;
	position: relative;
}
.store-container .select-list__container.active {
	display: block;
}
.store-container .select-tab__wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 48px);
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 16px;
	border-bottom: solid 1px rgba(229, 229, 229, 0.1);
	line-height: 1.3;
}
.store-container .select-tab {
	position: relative;
	cursor: pointer;
}
.store-container .select-tab.active:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -16px;
	background-color: #FFFFFF;
}
.store-container .select-tab-city {
	margin-left: 65px;
	display: none;
}
.store-container .select-tab-province {
	color: #969699;
}
.store-container .select-tab-province:hover{
	color: #FFFFFF
}
.store-container .select-tab-province.active {
	color: #F5F5F7;
}
.store-container .select-tab-city.active {
	display: block;
}
.store-container .select-city__list-wrap {
	padding: 8px 0;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 350px;
	position: relative;
}
.select-city__list{
	position: relative;
}
_:-ms-input-placeholder,
:root .store-container .select-city__list-wrap {
	height: 350px;
}
.select-list-label-index{
	display: none;
	font-size: 14px;
    position: absolute;
	top: 90px;
    right: 24px;
	width: 24px;
    padding-left: 8px;
    z-index: 10;
}
.select-list-label-index-item{
	color: #969699;
	cursor: pointer;
}
.select-list-label-index-item.active{
	color: #5252F2;
	font-weight: bold;
}
.store-container .select-city__item,
.store-container .search-list__item {
	color: #969699;
	padding: 8px 24px;
	cursor: pointer;
	position: relative;
	font-size: 16px;
}
.select-city__item-label{
	display: inline-block;
	width: .75em;
    margin-right: 1em;
	pointer-events: none;
}
.select-city__item span,.search-list__item span{
	pointer-events: none;
}
.store-container .search-list__title {
	padding: 24px 24px 16px;
	font-size: 16px;
	line-height: 1.375;
	color: #5A5A5E;
}
.store-container .search-list__province {
	position: relative;
}
.store-container .search-list__province::after {
	content: "";
	width: calc(100% - 48px);
	height: 1px;
	background-color: #ffffff;
	opacity: 0.1;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.store-container .search-list__wrap {
	max-height: 412px;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}
.store-container .search-list__wrap.active {
	display: block;
}
_:-ms-input-placeholder,
:root .store-container .search-list__wrap {
	height: 412px;
}

.store-container .search-list__province,
.store-container .search-list__city {
	display: none;
	padding-bottom: 16px;
}

.store-container .select-city__item:hover,
.store-container .select-city__item.active,
.store-container .search-list__item:hover,
.store-container .search-list__item.active {
	background-color: #414141;
	color: #FFFFFF;
}

.store-container .select-city__item.active::after,
.store-container .search-list__item.active::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 6px;
	height: 12px;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0 2px 2px 0;
	transform: translateY(-50%) rotate(45deg);
}
.store-container .search-list__province.active,
.store-container .search-list__city.active,
.store-container .search-list__none.active {
	display: block;
}
.store-container .search-list__none {
	display: none;
	text-align: center;
	padding-top: 120px;
	height: 412px;
	font-size: 16px;
	line-height: 1.375;
	color: #969699;
}
.store-filter__wrap {
	margin-top: 24px;
	font-size: 0;
}
.store-container .store-filter__btn-wrap {
	display: inline-block;
	position: relative;
}
.store-container .store-filter__experience-wrap {
	margin-left: 16px;
	margin-right: 16px;
}
.store-container .store-filter__btn {
	width: 112px;
	height: 44px;
	padding: 0;
	text-align: center;
	opacity: 0.5;
	color: #000;
	box-shadow: inset 0 0 0 1px #000;
}
.store-container .store-filter__btn.active {
	box-shadow: inset 0 0 0 2px #000;
	opacity: 1;
}
.store-container .store-filter__text {
	font-size: 14px;
	vertical-align: middle;
	font-weight: 400;
}

.store-container .store-filter__icon {
	margin-right: 8px;
	vertical-align: middle;
	transition: all 0.3s ease-out;
	pointer-events: none;
}
/* .store-container .button-outline:hover .store-filter__icon {
	fill: #fff;
} */
.store-container .icon-car {
	width: 18.18px;
	height: 12.94px;
}
.store-container .icon-user {
	width: 14px;
	height: 14px;
}
.store-container .store-tab__user .icon-car{
	width: 14px;
	height: 14px;
}
.store-container .store-filter__tips {
	position: absolute;
	padding: 15px 16px;
	color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
	font-size: 14px;
	white-space: nowrap;
	left: 50%;
	top: calc(100% + 10px);
	transform: translateX(-43%);
	background-color: #fff;
	display: none;
}

.store-container .store-filter__btn-wrap:hover .store-filter__tips {
	display: block;
}
.store-container .store-filter__tips:after {
	position: absolute;
	display: inline-block;
	top: -3px;
	left: 43%;
	width: 0;
	height: 0px;
	content: "";
	border-style: solid;
	border-width: 6px;
	border-color: #fff #fff transparent transparent;
	transform: translateX(-50%) rotate(-45deg);
}
.store-container .store-list__wrap {
	border-radius: 6px;
	max-height: calc(100% - 74px);
	max-height: calc(100% - 120px);
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #1E1E1E;
}
_:-ms-input-placeholder,
:root .store-container .store-list__wrap {
	height: calc(100% - 74px);
	max-height: calc(100% - 120px);
}
.store-container .store-item {
	position: relative;
	padding: 32px 40px;
	min-height: 168px;
	background-color: #1E1E1E;
	cursor: pointer;
}
.store-container .store-item:nth-child(2){
	padding-top:38px
}

@media  (min-width:768px){
	.store-container .store-item:hover {
		background-color: rgba(255, 255, 255, 0.05);
	}
}
.store-container .store-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 80px);
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}
.store-container .store-item:first-of-type::before {
	content: none;
}

.store-container .store-item__title {
	font-size: 16px;
	line-height: 1.3125;
	font-weight: bold;
	margin-bottom: 9px;
	color: #FFFFFF;
}
.store-container .store-item__address {
	font-size: 12px;
	line-height: 1.5;
	color: rgba(255,255, 255, 0.5);
}
.store-item__store-user,.store-item__store-experience{
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 2px 6px;
	overflow: hidden;
}
.store-item__store-user{
	background-color: #5252F2;
}
.store-item__store-experience{
	background-color: #1E334D;
}
.store-container .store-item__handle-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 28px;

}
.store-container .store-item__gps {
	font-size: 14px;
	line-height: 2;
	position: relative;
	padding: 0;
	padding-bottom: 3px;
}
.store-container .store-item__gps::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	left: 0;
	bottom: 0;
}
.store-container .store-info__wrap {
	border-radius: 6px;
	position: absolute;
	top: 74px;
	top: 122px;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #1E1E1E;
	/* z-index: 9; */
	z-index: -1;
	transition: opacity 0.3s ease-out;
	/* transform: translateX(-100%); */
	overflow-y: auto;
	overflow-x: hidden;
	opacity:0
}
.store-container .store-info__wrap.active {
	/* transform: translateX(0); */
	opacity:1
}
.store-container .store-info__return {
	text-align: center;
	font-size: 0;
	margin: 24px 0 24px 40px;
	cursor: pointer;
	/* display: flex; */
	display: inline-flex;
	align-items: center;
}
.store-container .store-info__return svg {
	margin-right: 16px;
	vertical-align: middle;
	pointer-events: none;
}
.store-info__return-text{
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}
.store-info_line{
	display: block;
	margin-right: 40px;
	margin-left: 40px;
	height: 1px;
	background-color: #FFFFFF;
	opacity: .1;
}
.store-container .store-info__img {
	width: 100%;
}
.store-container .store-info__content {
	padding: 38px 40px 56px;
}
.store-container .store-info__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}
.store-info__address-line{
	display: flex;
}
.store-info__address-title{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	width:18.5%
}
.store-business__title{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.store-container .store-info__address {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 14px;
	/* font-weight: bold; */
	width: 81.5%;
}

.store-container .store-info__phoneNumber {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 14px;
	font-weight: bold;
}
.store-container .store-info__phoneNumber a{
	font-weight: 500;
}
.store-container .store-info__handle-wrap {
	width: 220px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* 0408 */
.store-container .store-tab__wrap {
	padding: 24px 0 24px 46px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background-color: #fff;
	z-index: 2;
	display: none;
}
.store-container .store-tab__wrap::before{
	content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    height: 1px;
    background-color: #ededed;
}
.store-container .store-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.store-container .store-item + .store-tab__wrap {
	margin-top: 10px;
}
.store-container .store-tab__wrap .store-tab__icon {
	opacity: 0.5;
	margin-right: 8px;
}
.store-container .store-tab__wrap .icon-user {
	width: 15px;
	height: 15px;
}
.store-container .store-tab__title {
	font-size: 16px;
	line-height: 1.3125;
	opacity: 0.5;
}
.store-container .store-info-experience__tag {
	background: #1E334D;
}
.store-container .store-info-user__tag {
	background: #5252F2;
}
.store-container .store-item__hotline {
	display: none;
}
.store-container .store-info__businessHours {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	display: flex;
}
.store-container .store-item__businessHours{
	display: none;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}
.store-container .store-business__title {
	flex-shrink: 0;
}
.store-container .store-item__hours{
	color: rgba(255, 255, 255, 0.5);
	margin-right: 16px;
}
.store-container .store-item__hours:nth-last-of-type(1){
	margin-right: 0;

}
.store-container .store-info__handle-wrap {
	margin-top: 55px;
}
/* 0420 */
.store-container .store-tab__title{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	opacity: 1;
}
.store-container .store-tab-title__wrap{
	opacity: 0.5;
}
.store-container .store-tab-tips__wrap{
	height: 16px;
	position: relative;
	margin-left: 8px;
}
.store-container .store-tab__title .store-tab__info{
	width: 16px;
	height: 16px;
	display: inline-block;
	opacity: 0.5;
	cursor: pointer;
}
.store-container .store-tab__title .store-tab__info:hover{
	opacity: 1;
}
.store-container .store-tab__title .store-tab__info:hover + .store-filter__tips{
	display: block;
}
.store-container .store-info__tag {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	padding: 4px 8px;
	display: inline-block;
	margin-bottom: 30px;
	border-radius: 4px
}
.store-container .store-tab__user .store-filter__tips{
	width: 368px;
	transform: translateX(-31%);
	white-space: normal;
}
.store-container .store-tab__user .store-filter__tips::after{
	left: 31%;
}
.store-container .store-info__phoneNumber .store-alink{
	color: rgba(255, 255, 255, 0.5);
	pointer-events: none;
}
.select-city__list-wrap::-webkit-scrollbar-thumb{
	width: 6px;
	background: rgba(255,255,255,.5);
	border-radius: 3px;
}
.select-city__list-wrap::-webkit-scrollbar{
	width: 6px;
    background: rgba(255,255,255,.1);
}
.store-container .store-list__wrap::-webkit-scrollbar{
	width: 6px;
    background: rgba(255,255,255,.1);
}
.store-container .store-list__wrap::-webkit-scrollbar-thumb{
	width: 6px;
	background: rgba(255,255,255,.5);
	border-radius: 3px;
}
@media (max-width:1199px) and (min-width:768px){
	.store-container{
		left:32px;
	}
}
/* mob + pad竖版 */
@media (max-width: 1440px) and (min-width: 992px) {
	.store-container .search-list__wrap {
		max-height: 320px;
	}
	_:-ms-input-placeholder,
	:root .store-container .search-list__wrap {
		height: 320px;
	}
	.store-container .select-city__list-wrap {
		max-height: 258px;
	}
	_:-ms-input-placeholder,
	:root .store-container .select-city__list-wrap {
		height: 258px;
	}
	.store-container .search-list__none {
		height: 320px;
	}
}
/* mob */
@media (max-width: 767px) {
	.col-line{
		top: 53%;
		left: 57px;
	}
	.store-container .store-info__handle-wrap {
		width: auto;
	}

	.store-map {
		display: block;
		position: relative;
	}
	.store-map.open-select {
		z-index: 1000;
	}
	.store-map .store-placeholder {
		flex: 0 0 32%;
		width: 100%;
		height: 32%;
	}
	.store-container {

	}
	.store-container.active {
		top: 20px;
	}

	.store-container.draw {
		transition: none;
	}

	.draw-block {
		width: 100%;
		height: 20px;
		position: absolute;
		left: 0;
		top: -20px;
		transition: opacity 0.3s ease-out;
	}
	.draw-block.disable {
		pointer-events: none;
		opacity: 0;
	}
	.draw-block::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 24px;
		height: 3px;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.store-container .city-select__input {
		width: 100%;
		padding: 12px 48px 12px 24px;
	}

	.store-container .city-list__container {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.8);
		border: 0;
		box-shadow: none;
		z-index: 1000;
	}

	.store-container .city-list__wrap {
		background-color: #1E1E1E;
		width: 100%;
		height: calc(100% - 40px);
		position: absolute;
		top: 40px;
		left: 0;
		padding-top: 26px;
		border-radius: 10px 10px 0 0;
	}
	.store-container .city-list__title-container {
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 24px 24px;
		position: relative;
	}
	.store-container .city-list__title {
		font-size: 20px;
		font-weight: bold;
	}
	.store-container .close-select {
		width: 17px;
		height: 17px;
	}
	.store-container .search-input__wrap {
		padding: 0 24px;
		border-bottom: 0;
		margin-bottom: 12px;
	}
	.store-container .search-input {
		background-color: #414141;
		color:#F5F5F7;
		padding: 12px 70px 12px 58px;
		border-radius: 6px;
	}
	.store-container .icon-search {
		left: 48px;
	}
	.store-container .icon-close svg {
		display: none;
	}
	.store-container .icon-close .icon-close-text {
		display: inline-block;
		font-size: 16px;
		padding: 12px 16px;
		line-height: 1.375;
		color: #5252F2;
	}
	.store-container .icon-close .icon-close-text::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #e5e5e5;
		opacity: 0.1;
	}
	.store-container .select-city__list-wrap {
		padding: 20px 0;
		max-height: calc(100% - 164px);
	}
	.store-container .select-city__item,
	.store-container .search-list__item {
		padding: 12px 24px;
	}
	.store-container .select-city__item:hover,
	.store-container .search-list__item:hover {
		background-color: inherit;
	}
	.store-container .button-outline:hover:not(:disabled):after {
		height: 0;
	}
	.store-container .button-solid:hover:not(:disabled)::after {
		height: 100%;
	}
	.store-container .button-outline:hover:not(:disabled) {
		color: #000;
	}
	.store-container .button-solid:hover:not(:disabled) {
		color: #fff;
	}
	.store-container .search-list__wrap {
		max-height: calc(100% - 114px);
	}
	.store-container .search-list__title {
		padding: 12px 24px 12px;
	}
	.store-container .search-list__province {
		margin-bottom: 12px;
	}
	.store-container .search-list__province,
	.store-container .search-list__city {
		padding-bottom: 20px;
	}
	.store-container .search-list__none {
		height: auto;
		padding-top: 60px;
	}

	.store-container .store-filter__wrap {
		margin-top: 16px;
	}
	.store-container .store-filter__btn {
		width: 93px;
	}
	.store-container .store-filter__icon {
		display: none;
	}
	.store-container .store-filter__btn-wrap:hover .store-filter__tips {
		display: none;
	}
	.store-container .store-list__wrap {
		min-height: calc(100vh - 338px);
		max-height: none;
		background-color: transparent;
		border-radius: 0;
	}
	.store-container .store-item:nth-child(2){
		padding-top:24px
	}
	.store-container .store-item {
		padding: 24px;
		margin-bottom:16px
	}

	.store-container .store-item:last-child{
		margin-bottom:80px
	}
	.store-container .icon-arrow{
		transform: translateY(-50%) rotate(270deg);
	}
	/* .store-container .store-item:hover {
		background-color: inherit;
	} */

	.store-container .store-item::before {
		/* width: calc(100% - 48px); */
		display: none;
	}
	.store-container .store-item__title{
		margin-bottom: 24px;
	}
	.store-container .store-item__address{
		margin-bottom: 6.5px;
	}
	.store-container .store-info__wrap {
		padding: 0;
		overflow: unset;
		top: calc(32% + 6.4px);
		height: auto;
		min-height: calc(32% + 6.4px);
		transform: translate(100%,-100%);
	}
	.store-container .store-info__wrap.active{
		transform: translate(0,-100%);
	}
	.store-container .store-info__return {
		position: absolute;
		top: -53px;
		right: 24px;
		width: auto;
		height: auto;
		padding: 13px;
		line-height: 1;
		background-color: #fff;
		margin: 0;
		box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.16);
	}
	.store-container .store-info__img {
		display: none;
	}
	.store-container .store-info__content {
		padding: 32px 24px 24px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.store-container .store-info__title {
		font-size: 16px;
	}
	.store-container .store-info__address {
		font-size: 12px;
		margin-bottom: 8px;
		line-height: 18px;
	}
	.store-container .store-info__businessHours,
	.store-container .store-item__businessHours{
		font-size: 12px;
	}
	.store-container .store-item__businessHours{
		display: flex;
	}
	.store-container .store-info__handle-wrap .button {
		flex: 0 0 calc(50% - 8px);
		font-weight: 400;
	}
	/* 0408 */
	.store-container .store-tab__wrap {
		padding: 24px 0 24px 24px;
	}
	.store-container .store-tab__wrap .store-tab__icon {
		display: block;
	}

	.store-container .store-item__handle-wrap {
		margin-top: 24px;
		width: 204px;
	}
	.store-container .store-item__hotline {
		display: block;
		position: relative;
	}
	.store-container .store-item__tel {
		font-size: 14px;
		line-height: 2;
		position: relative;
		padding: 0;
		margin-right: 40px;
	}
	.store-container .store-item__tel::before {
		content: "";
		position: static;
		padding-right: 26px;
		width: 19.38px;
		height: 19.33px;
		background: url(../img/icon-tel.svg) no-repeat;
		background-position: left;
		background-size: 19.38px 100%;
	}

	.store-container .store-hotline__wrap {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.store-container .store-hotline__content {
		position: absolute;
		padding: 15px 16px;
		color: rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 8px rgb(0 0 0 / 16%);
		font-size: 14px;
		white-space: nowrap;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: calc(100% + 10px);
		background-color: #fff;
		display: none;
	}
	.store-container .store-hotline__content:after {
		position: absolute;
		display: inline-block;
		bottom: -3px;
		left: 50%;
		width: 0;
		height: 0px;
		content: "";
		border-style: solid;
		border-width: 6px;
		border-color: #fff #fff transparent transparent;
		transform: translateX(-50%) rotate(135deg);
	}
	.store-container .store-item__hotline:hover .store-hotline__content {
		display: block;
		transform: translate(-50%, -26px);
	}
	.store-container .store-info__handle-wrap {
		justify-content: unset;
		margin-top: 32px;
	}
	.store-container .store-info__handle-wrap .store-info__gps {
		border-width: 1px;
		font-size: 14px;
		line-height: 2;
		position: relative;
		padding: 0;
		padding-bottom: 3px;
		box-shadow: none;
		width: auto;
		display: inline-block;
		flex: none;
	}
	.store-container .store-info__handle-wrap .store-info__appointment {
		width: 148px;
		flex: inherit;
		margin-left: auto;
		font-size: 12px;
		padding: 13.75px 0;
	}
	.store-container .store-hidd {
		display: none;
	}
	.store-container .store-info__tag{
		margin-bottom: 16px;
	}
	.store-container .store-tab__wrap::before{
		width: calc(100% - 48px);
	}
	/* 0420 */
	.store-container .store-tab-tips__wrap{
		margin-left: 4px;
	}
	.store-container .store-filter__tips{
		transform: translateX(-40%);
	}
	.store-container .store-filter__tips:after{
		left: 40%;
	}
	.store-container .store-info__phoneNumber{
		font-size: 12px;
	}
	.store-container .store-info__phoneNumber .store-alink{
		pointer-events: auto;
		color: #4879D9;
	}
	.store-container .store-tab__user .store-filter__tips{
		width: 311px;
		transform: translateX(-32%);
	}
	.store-container .store-tab__user .store-filter__tips::after{
		left: 32%;
	}
	.store-container .select-city__item.active{
		background: none;
	}
}
@media (max-width: 359px) {
	.store-container .store-filter__user-wrap {
		margin-top: 16px;
	}
}

.select-main-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.type-select_container{
    position: relative;
	width: 220px;
	margin-top: 12px;
}
.type-list__container{
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #414141;
	border-radius: 6px;
    display: none;
    z-index: 10;
}

.type-select_container.active .type-list__container{
    display: block;
}
.store-container .type-select-tab__wrap{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px rgba(229, 229, 229, 0.1);
    line-height: 1.3;
}
.select-type__list{
    display: none;
}
.select-type__list.active{
    display: block;
}
.store-container .select-type__list-wrap {
    padding: 8px 0;
}
.store-container .type-select-tab-series {
    color: #969699;
}
.store-container .type-select-tab-series:hover {
    color: #ffffff;
}
.store-container .type-select-tab-series.active {
    color: #F5F5F7;
}
.store-container .type-select-tab-store {
    margin-left: 32px;
    display: none;
}
.store-container .type-select-tab-store.active {
    display: block;
}
.store-container .select-type__item, .store-container .select-type__item {
    color: #969699;
    padding: 8px 24px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
	list-style: none;
}
.store-container .select-type__item:hover, .store-container .select-type__item.active{
    background-color: #414141;
    color: #FFFFFF;
}
.store-container .select-type__item.active::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 6px;
    height: 12px;
    border-color: #FFF;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
}
.BMap_stdMpZoom{
	background: transparent !important;
}
.BMap_stdMpZoom .BMap_button_new:first-child{
	border-bottom: 0 !important;
	margin-bottom: 2px;
}
.map-container .BMap_stdMpZoom .BMap_button_new{
	background-color: #1E1E1E;
	width: 40px;
    height: 40px;
}
.map-container .BMap_stdMpZoom .BMap_button_new .in{
	width: 17px;
    height: 17px;
	top:12px;
	left:12px;
}
.map-container .BMap_stdMpZoom .BMap_button_new:hover .in {
    background-position: 0 0;
}
.map-container .BMap_stdMpZoom .BMap_button_new:hover .out {
	background-position: -10px 0;
}
.type-list__title-container{
	display: none;
}
@media (max-width:767px) {
	html,
	body {
		height: auto;
		overflow: initial;
	}
	.map-container{
		display: none;
	}
	.store-container {
		background-color: #000000;
		position: relative;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		padding-top: 85px;
		width: 100%;
	}
	.store-container .store-content__header{
		/* padding: 0 calc(5.897vw - 5.23px) 15px; */
		padding: 0 16px 16px;
	}
	.store-container .city-select__container{
		width: 47.8%;
	}
	.type-select_container{
		width: 47.8%;
		margin-left: 8px;
		/* min-width: 180px; */
	}
	.store-container .city-select__input{
		padding: 16px 13px 14px;
	}
	.store-container .city-select__input{
		padding: 16px 13px 14px;
	}

	.type-list__container{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.8);
		border: 0;
		box-shadow: none;
		z-index: 1000;
	}
	.type-list__wrap{
		background-color: #1E1E1E;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		padding-top: 26px;
		border-radius: 10px 10px 0 0;
	}
	.store-container .type-list__title-container {
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 24px 24px;
		position: relative;
	}
	.store-container .type-list__title {
		font-size: 20px;
		font-weight: bold;
	}
	.store-container .select-type__list-wrap{
		padding: 20px 0;
		max-height: calc(100% - 164px);
	}
	.store-container .select-type__item, .store-container .select-type__item{
		padding: 12px 24px;
	}
	.store-item__store-user, .store-item__store-experience{
		display: inline-block;
	}
	.store-item__flex{
		display: flex;
	}
	.store-item__flex .item-title{
		flex-shrink: 0;
	}
	.store-item__phoneNumber{
		font-size: 12px;
		line-height: 1.5;
		color: rgba(255,255, 255, 0.5);
		margin-bottom: 6.5px;
	}
	.store-item__phoneNumber .store-alink{
		color: #3377FF;
		font-weight: bold;
	}
	.store-item__hours{
		font-size: 12px;
		margin-bottom: 6.5px;
	}
	.hima-global-footer{
		z-index: 0;
	}
	.store-container .select-city__item.active::after, .store-container .search-list__item.active::after{
		right: 54px;
	}
	.select-list-label-index{
		display: block;
	}
}
.store-container .server-select_container{
    position: relative;
    width: 220px;
    margin-top: 12px;
}
.store-container .server-select__input {
    background-color: #1D1D1D;
    border: 1px #292929 solid;
    border-radius: 6px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.375;
    width: 100%;
    padding: 13px 8px 13px 16px;
    overflow: hidden;
}
.server-list__container {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #414141;
    border-radius: 6px;
    display: none;
    z-index: 10;
}
.server-select_container.active .server-list__container {
    display: block;
}
.store-container .server-list__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    /* width: calc(100% - 48px); */
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
	padding: 0;
    border-bottom: solid 1px rgba(229, 229, 229, 0.1);
    line-height: 1.3;
}
.store-container .server-list__title-container{
display: none;
}
.store-container .server-select-tab__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px rgba(229, 229, 229, 0.1);
    line-height: 1.3;
}

.store-container .select-server__list {
	display: block;
	padding: 8px 0;
}
.server-select-list__container{
	width: 100%;
}
.server-select_container .select-server__item{
	color: #969699;
    padding: 8px 24px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    list-style: none;
}
.server-select_container .select-server__item:hover, .server-select_container .select-server__item.active{
    background-color: #414141;
    color: #FFFFFF;
}
.server-select_container .select-server__item.active::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 6px;
    height: 12px;
    border-color: #FFF;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
}
.store-container .server-select_container.active .icon-arrow {
	transform: translateY(-50%) rotate(180deg);
}
.store-container .store-item__handle-wrap2{
	justify-content: normal;
}
.store-container .store-info__wrap{
	max-height: calc(100% - 74px);
}
.store-container .store-info__wrap::-webkit-scrollbar-thumb{
	width: 6px;
	background: rgba(255,255,255,.5);
	border-radius: 3px;
}
.store-container .store-info__wrap::-webkit-scrollbar{
	width: 6px;
    background: rgba(255,255,255,.1);
}
.store-container .store-list__wrap::-webkit-scrollbar{
	width: 6px;
    background: rgba(255,255,255,.1);
}
.store-container .store-list__wrap::-webkit-scrollbar-thumb{
	width: 6px;
	background: rgba(255,255,255,.5);
	border-radius: 3px;
}

@media (max-width: 767px) {
    .store-container .city-select__container {
        width: 100%;
    }
	.store-container .type-select_container, .store-container .server-select_container{
		margin-top: 12px;
	}
	.type-select_container {
        width: 47.8%;
        margin-left: 8px;
		margin-left: 0;
        /* min-width: 180px; */
    }
	.store-container .server-select_container{
		width: 47.8%;
	}
	.store-container .server-select__input{
		padding: 16px 13px 14px;
	}
	.server-list__container {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        border: 0;
        box-shadow: none;
        z-index: 1000;
    }
	.server-list__wrap{
		background-color: #1E1E1E;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding-top: 26px;
        border-radius: 10px 10px 0 0;
	}
	.store-container .server-list__title-container{
		box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 24px 24px;
        position: relative;
	}
	.store-container .server-list__wrap{
		background-color: #1E1E1E;
        width: 100%;
        position: absolute;
		display: block;
        bottom: 0;
        left: 0;
        padding-top: 26px;
        border-radius: 10px 10px 0 0;
	}
	.store-container .server-list__title{
		font-size: 20px;
        font-weight: bold;
	}
	.store-container .server-select-tab__wrap{
		display: none;
	}
	.store-container .select-server__list{
		padding: 20px 0;
        max-height: calc(100% - 164px);
	}
	.server-select_container .select-server__item{
		padding: 12px 24px;
	}
}
@media (max-width: 767px){
	.store-container .server-select_container{
		width: 41.8%;
		
	}
	.store-container .type-select_container, .store-container .server-select_container{
		width: calc((100% - 12px) / 2);
	}
}
@media (max-width: 360px){
	.store-container .type-select_container{
		width: 47.8%;
		min-width: 180px;
	}
	.store-container .server-select_container{
		width: 41.8%;
		
	}
}