* {
	margin: 0;
	padding: 0;
}

.w1150 {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.w1150.default .video-wrapper{
	width: 100%;
	height: 498px;
	margin:0 auto;
}
.w1150.default .map-top{
	width: 300px;
}
.w1150.default .location-section .city-container{
width: 100%;
}
.w1150.default .location-section .catchTrack.ng-hide{
	width: 100%;
}
.w1150.default .location-shop-con{
	width: 300px;
	height: 380px;
	padding: 14px 10px;
}
.w1150.default .location-list li{
	width: 100%;
	margin-right: 0;
}
.w1150.default .location-list{
	height: 300px;
}
.w1150.default .location-list .location-addr h3{
	max-width: 158px;
}
.w1150.default .location_type .type_item{
	flex-wrap: wrap;
}
.w1150.default .location_type .type_item p{
	min-width: 66px;
}
.w1150.default .location_type{
	height: 340px;
}
.w1150.default .location-section{
	height: 380px;
}
.video-wrapper {
	margin: 50px auto 100px;
	width: 1480px;
	height: 530px;
	position: relative;
	overflow: hidden;
}
.BMap_noprint{
	/* background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2025040208104850120/cms/image/3f966bf0-81ba-4b8f-b644-1cf0dfff604a.png) !important;
  	background-repeat: no-repeat !important;
  	color: white !important;
   */
   /* background: none !important; */
}

	.t1{
		width: 100%;
		height: 260px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.t1_bj{
		position: absolute;
		font-size: 200px;
		font-weight: 700;
		color: #F2F6FB;
	}
	.t1_txt{
		font-size: 70px;
		position: absolute;
		z-index: 2;
		color: #0347B2;
		font-weight: 700;
	}
	.t1_txt span{
		display: inline-block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
	}
	.t1_txt span:nth-child(1){
		background-color: #0347B2;
		position: absolute;
		top: 65px;
		left: -27px;
	}
	.t1_txt span:nth-child(2){
		background-color: #29CF77;
		position: absolute;
		top: 65px;
    	left: -18px;
	}
	.t1 > hr{
		width: 90px;
    height: 2px;
    background-color: #29CF77;
    position: absolute;
    top: 171px;
	}
	.t1_txt_2{
		font-size: 27px;
    position: absolute;
    top: 205px;
	}
	

	
.map-top {
	padding: 10px 18px;
	box-sizing: border-box;
	position: absolute;
	z-index: 9;
	width: 470px;
	/* height: 63px; */
	background: #FFFFFF;
	top: 25px;
	left: 25px;
	overflow: visible;
	z-index: 999;
}



.location-cur-pos {
	position: relative;
	float: left;
	font-size: 16px;
	color: #212121;
	padding-top: 6px;
	padding-left: 21px;
	background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2025040208104850120/cms/image/e5a0aa82-c04d-4457-93ce-2afa8c210e16.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
}

.location-cur-pos .location-col-red {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}

.location-cur-pos .type_city {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.location-cur-pos .type_city i {
	width: 12px;
	height: 6px;
	display: block;
	margin-left: 5px;
	  background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2025040208104850120/cms/image/e289faf4-0b99-41e9-af04-94221ea4d6ab.png);
  background-repeat: no-repeat;
  
	background-size: contain;
}




.location-section {
	position: absolute;
	background: #fff;
	width: 100%;
	height: 410px;
	left: 0;
	top: 100%;
	display: none;
}

.location-section .select-action {
	display: flex;
	box-sizing: border-box;
	gap: 36px;
	padding-left: 14px;
	box-sizing: border-box;
	width: 470px;
}

.location-section .select-action div {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	padding: 10px 12px;
	cursor: pointer;
}

.location-section .city-container {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: left;
	align-items: center;
	width: 470px;
}

.city-action-selected {
	border-bottom: 3px solid #1c69d4;
}

.location-section .catchTrack .ng-binding {
	width: 110px;
	height: 41px;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
}

.location-section .catchTrack {
	display: none;
}

.location-section .catchTrack.ng-hide {
	display: flex;
	width: 470px;
	flex-wrap: wrap;
}

.location-section .catchTrack .city-selected {
	color: #0347B2;
}






.location-main {
	background: #f7f7f7;
	margin-bottom: 30px;
	border: solid 1px #e9e9e9;
	width: 100%;
	height: 100%;
	position: relative;
}

.search-box {
	position: relative;
	text-align: left;
	background: none;
	border-bottom: 1px solid #E3E3E3;
	
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-box .search-input {
	width: 90%;
	background: none;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	border: 0;
	padding-bottom: 6px;
}

.search-box .search-input::placeholder {
	color: #BCBCBC;
}

.search-icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	  background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2025040208104850120/cms/image/bdd6b656-36a5-4d5a-9f3a-c15bdad8e51f.png);
  	background-repeat: no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	height: 14px;
	width: 14px;
	cursor: pointer;
}

.location-shop-detail .location_num {
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	margin-top: 8px;
	margin-bottom: 10px;
}

.location-shop-detail .location_num span {
	color: #333;
}

.location-list {
	width: 100%;
	height: 320px;
	overflow-y: auto;
}

.location-list::-webkit-scrollbar {
	width: 2px;
	/*height: 4px;*/
}

.location-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #0347B2;
	background: #0347B2;
}

.location-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #F1F1F1;
	border-radius: 0;
	background: #F1F1F1;
}

.location-list li {
	position: relative;
	height: auto;
	width: 434px;
	cursor: pointer;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 15px 0;
	border-bottom: 1px solid #E3E3E3;
	margin-right: 11px;
}


.location-list .location-num {
	width: 30px;
	height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	 background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025040208104850120/cms/image/a545d89b-a9ff-44aa-91af-605c075d0634.png);
  	background-repeat: no-repeat;
    background-size: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	min-width: 30px;
}

.location-list .location-addr {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	flex-direction: column;
}
.location-list .location-addr .xubin-mc{
	display: flex;
}
.location-list .location-addr .xubin-lxr{
	display: flex;
}
.location-list .location-addr h3 {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.addr-info,
.addr-phone {
	width: 100%;
	display: flex;
}

/*.addr-info b,
.addr-phone b {
	width: 70px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}*/

.addr-info p,
.addr-phone p {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	width: calc(100% - 70px);
}



.addr-distance{
	position: absolute;
	right: 0;
}
.addr-distance b{
	display: none;
}
.addr-distance p{
	font-size: 14px;
}












.location-map {
	height: 100%;
	width: 100%;
	position: relative;
}

li.addMove span.location-num {
	background: url("https://omo-oss-image.thefastimg.com/portal-saas/pg2025040208104850120/cms/image/a545d89b-a9ff-44aa-91af-605c075d0634.png") center no-repeat;
}

#store-list li:hover {
	background: #F2F6FB;
	border-bottom: 1px solid #F2F6FB;
}

#store-list li:hover span {
	  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025040208104850120/cms/image/a545d89b-a9ff-44aa-91af-605c075d0634.png);
  background-repeat: no-repeat;
  
}

.location-shop-con {
	position: absolute;
	width: 470px;
	height: 410px;
	background: #FFFFFF;
	top: 105px;
	left: 25px;
	z-index: 9;
	padding: 14px 5px 14px 18px;
	box-sizing: border-box;
}

.location_top {
	position: relative;
}

.location_icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.location_icon .location_title {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.location_icon .location_title i {
	display: block;
	width: 15px;
	height: 15px;
	  background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2025040208104850120/cms/image/97ddf7b0-e603-42b0-a3b8-9cf5caed0b3d.png);
  background-repeat: no-repeat;

	background-size: contain;
	margin-right: 6px;
}

.location_icon .location_more {
	width: 12px;
	height: 6px;
	  background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2025040208104850120/cms/image/e289faf4-0b99-41e9-af04-94221ea4d6ab.png);
  background-repeat: no-repeat;
  
	background-size: contain;
	margin-right: 13px;
	cursor: pointer;
}

.location_top.act .location_more {
	
  background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2025040208104850120/cms/image/8602d9ff-39e2-4867-ab70-804c7071409b.png);
  background-repeat: no-repeat;
  
}

.location_type {
	width: 100%;
	top: 100%;
	left: 0;
	position: absolute;
	height: 360px;
	background: #fff;
	z-index: 1;
	padding-top: 20px;
	box-sizing: border-box;
	display: none;
}

.location_top.act .location_type {
	display: block;
}

.location_type .type_list {
	display: flex;
	flex-wrap: wrap;
}

.location_type .type_item {
	width: 33%;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	cursor: pointer;
	padding-right: 10px;
	box-sizing: border-box;
}

.location_type .type_item span {
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border: 1px solid #E3E3E3;
	overflow: hidden;
}

.location_type .type_item p {
	min-width: 100px;
	/* height: 28px; */
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	padding: 5px;
}

.location_type .type_item.act span {
	background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2025040208104850120/cms/image/2715d96b-a66e-4e02-a404-c66df2cbfb2a.png);
  	background-repeat: no-repeat;
	background-size: cover;
}

.location_type .type_item.act p {
	background: #F2F6FB;
	color: #0347B2;
}

.location_type .geng {
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
.filter-handle{
	width: 97%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.filter-handle div{
	width: 48%;
	cursor: pointer;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}
.filter-handle .item_btn_reset{
	background: #4d4d4d;
}
.filter-handle .item_btn{
	background: #1c60d4;
}









.select-city {
	display: none;
}


.BMap_bubble_content .shop_flex{
	display: flex;
	gap: 10px;
}

.BMap_bubble_content .shop_left{
	width: 140px;
	height: 100px;
}
.BMap_bubble_content .shop_left>img{
	width: 140px;
	height: 100%;
	object-fit: cover;
}
.BMap_bubble_content .shop_right{
	/* flex:0 0 170px; */
	padding-right: 10px;
}

.BMap_bubble_content .shop_title {
	font-weight: bold;
	font-size: 16px;
	color: #0347B2;
	width: 100%;
	margin-bottom: 20px;
}

.BMap_bubble_content .shop_txt {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}

.BMap_bubble_content .shop_txt b {
	width: 50px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	margin-right: 4px;
	white-space: nowrap;
}

.BMap_bubble_content .shop_txt p {
	width: calc(100% - 54px);
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	/* line-height: 20px; */
}
.BMap_bubble_content .shop_txt.add p{
	width: 100%;
}
.BMap_bubble_content .shop_more {
	width: 100%;
	height: 43px;
	background: #0347B2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	/* position: absolute;
	bottom: 10px; */
	cursor: pointer;
	margin-bottom: 10px;
}

.BMap_bubble_content .shop_more i {
	width: 20px;
	height: 20px;
	display: block;
	background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025040208104850120/cms/image/2f0b7da4-3b34-463e-b99f-68496fa6bfb9.png) center no-repeat;
	background-size: contain;
	margin-right: 12px;
}



.BMap_pop{
    /* background: url(../img/map_bg.png) center no-repeat; */
    width: 360px !important;
    height: 240px !important;
    background-size: 338px 228px;
	margin-left: -26px;
}
.anchorTR,
.BMap_pop>div>img,
.BMap_shadow img{
	display: none;
}
.BMap_pop>div>div,
.BMap_pop .BMap_bottom,
.BMap_pop .BMap_top,
.BMap_pop .BMap_center{
	border: none !important;
}
.BMap_bubble_content span{
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.BMap_bubble_content div:nth-child(2) div:nth-child(2) div{
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}



.BMap_stdMpType0{
	right: 0 !important;
    left: auto !important;
    bottom: 0 !important;
    top: auto !important;
}

.tangram-suggestion-main{
	z-index: 999;
}

.tangram-suggestion .route-icon{
	padding-left: 0;
	background:none;
}

.tangram-suggestion table tr td{
	font-size: 14px;
}

@media only screen and (max-width: 1024px) {
	.t1_txt{
		font-size: 42px;
	}
	.t1_txt span{
		top: 45px !important;
	}
	.t1_bj{
		font-size: 70px;
	}
	.t1_txt_2{
		font-size: 18px;
	}
	.video-wrapper {
		width: 100%;
		height: 740px;
		margin-bottom: 70px;
		margin-top: 10px;
	}
	#c_static_001-17466042599500 .video-wrapper{
		margin-bottom: 100px;
		margin-top: 50px;
	}
	#c_grid-1745400737804 .location-main{
		border: none;
	}
	.map-top {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		box-sizing: border-box;
	}
	.location-section {
		height: auto;
		box-shadow: 0 15px 14px 0px rgb(0 0 0 / 10%);
		padding-bottom: 30px;
		box-sizing: border-box;
	}

	.location-section .select-action {
		width: 100%;
	}
	.location-section .city-container {
		width: 100%;
		padding: 0.4rem 0;
		box-sizing: border-box;
	}

	.location-section .catchTrack.ng-hide {
		width: 100%;
	}

	.location-section .catchTrack .ng-binding {
		width: 33.33%;
		height: auto;
	}
	.location_icon .location_title i {
		width: 15px;
		height: 15px;
		margin-right: 6px;
	}
	.location-shop-con {
		width: 100%;
		left: 0;
		top: 300px;
		height: 100%;
		padding: 15px;
	}
	.location_type .geng{
		font-size: 0.28rem;
    	margin-top: 0.2rem;
	}
	.location_top.act .location_type {
		width: calc(100% + 30px);
		height: auto;
		padding: 20px;
		box-sizing: border-box;
		left: -15px;
		box-shadow: 0px 10px 10px 0 rgba(0,0,0,0.1);
	}

	.location_type .type_item {
		width: 50%;
		margin-bottom: 0;
	}
	.location-list {
		width: 100%;
		height: 300px;
	}

	.location-list::-webkit-scrollbar {
		width: 2px;
		/*height: 4px;*/
	}

	.location-list::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: rgba(0, 0, 0, 0.2);
	}

	.location-list::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: rgba(0, 0, 0, 0.1);
	}

	.location-list li {
		width: calc(100% - 11px);
		box-sizing: border-box;
	}
	.location-map {
		width: 100%;
		height: 300px;
	}
	.location-list .location-addr h3{
		max-width: 160px;
	}
}
