html body {
	background: #e2f4fd;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
/* navi */
.navi{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 168px;
	background-color: #fff;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	z-index: 10000;
	padding: 15px 70px;
	box-sizing: border-box;
	border-top: 1px solid #f5f5f5;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.navi .icon02{
	display: none;
}
/* map */
.map{
	width: 100%;
	height: 100vh;
	opacity: 0;
	transition: opacity 0.5s ease-out;
	/* pointer-events: none; */
	transform: translateZ(0); /* 启用硬件加速 */
}
.logo{
	position: absolute;
	/* top: 30px;
	right: 20px; */
	top: calc(50vh - 300px);
	right: calc(50vw - 140px);
	font-size: 20px;
	color: #6e6e6e;
	transition: all .5s ease-out; 
	opacity: 0;
}
.logo-loading{
	position: absolute;
	top: calc(50vh - 300px);
	right: calc(50vw - 140px);
	opacity: 1;
}
.logo-progress{
	position: absolute;
	top:200px;
	left: 0px;
	width: 264px;
	height: 50px;
	border: 1px solid #6e6e6e;
	border-radius: 30px;
}
.languge{
	position: absolute;
	top: 20px;
	left: 15px;
}
/* sub */
.sub{
	position: absolute;
	bottom: -350px;
	left: 0px;
	width: 100%;
	height: 862px;
	background-image: url("../img/sub-bg.png");
	background-repeat: no-repeat;
	z-index: 9998;
	transition: bottom .5s ease-out;
}
.sub-zhan{
	bottom:150px;
}
.sub-arrow{
	position: absolute;
	top: -5px;
	left: 325px;
	width:100px;
	height: 45px;
	transform: rotate(180deg);
	transform-origin: center;
	transition: transform .5s ease-out;
}
.sub-arrow-r{
	transform: rotate(0deg);
}
.sub-menucon{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.sub-menu-flex{
	margin-top: 30px;
	width: 100%;
	overflow-x: auto;
}
.sub-menu{
	position: relative;
	width: 155px;
}
.sub-menu-img{
	position: absolute;
	top: 0px;
	left: 0px;
}
.sub-menu-img-default{
	display: none;
}
.km{
	margin-left: 25px;
}
.km-name{
	font-size: 25px;
	color: #717373;
}
.km-arrow{
	padding-left: 5px;
	width: 16px;
	height: 10px;
}
.km-num{
	font-size: 22px;
	color: #35a1c9;
}
.km-dis{
	position: relative;
}
.jiedao{
	position: relative;
	padding-left: 30px;
}
#jiedao-select-list{
	width: 180px;
	height: 50px;
	opacity: 0;
}
#km-select-list{
	width: 180px;
	height: 50px;
	opacity: 0;
}
.jiedao-select{
	position: absolute;
	top: -10px;
	left: 30px;
}
.km-select{
	position: absolute;
	top: -10px;
	left: 30px;
}
.sub-meishi{
	display: none;
	margin: 20px 0px;
}
.sub-list-margin{
	margin-top: 20px;
	height: calc(100vh - 800px) !important;
}
.sub-list{
	width: 100%;
	padding: 0px 26px 100px 26px;
	box-sizing: border-box;
	height: calc(100vh - 1000px);
	overflow-y: auto;
	overflow-x: hidden;
}
.sub-list-no{
	margin-top: 50px;
	font-size: 23px;
	color: #666666;
}
.sub-item{
	position: relative;
	width: 100%;
	height: 230px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 15px;
}
.sub-item-txt{
	padding-left: 20px;
	width: 420px;
}
.sub-item-name{
	font-size: 30px;
	margin-bottom: 17px;
}
.ellipsis {
	display: inline-block;
	max-width: 300px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-item-name-txt{
	max-width: 320px;
}
.sub-item-tag{
	display: inline-block;
	font-size: 20px;
	color: #1596dc;
	margin-left: 10px;
	padding: 5px 10px;
	border: 1px solid #1596dc;
	border-radius: 20px;
	width: 65px;
}
.sub-item-tel{
	font-size: 23px;
	color: #51aed0;
}
.sub-item-address{
	padding-top: 8px;
	font-size: 23px;
	color: #97999d;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.sub-item-km{
	position: absolute;
	top: 190px;
	left: 20px;
	font-size: 22px;
	color: #51aed0;
}
.sub-item-room{
	padding-top: 8px;
	font-size: 23px;
	color: #3da794;
}
.sub-item-btn{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.sub-item-img{
	width: 224px;
	height: 146px;
	border-radius: 12px;
	overflow: hidden;
}
/* explore */
.explore{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
}
.explore-search{
	margin-top: 66px;
	padding: 0px 25px;
	box-sizing: border-box;
}
.explore-search-input{
	width: 100%;
	height: 68px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	border-radius: 32px;
	padding: 0px 40px;
	box-sizing: border-box;
}
.explore-search-input input{
	width: 100%;
	border: none;
	font-size: 28px;
	padding: 0px 15px;
	box-sizing: border-box;
	color: #43a8cd;
}
.explore-search-input-s{
	border: 1px solid #43a8cd;
}
.explore-history{
	margin-top: 66px;
	padding: 0px 25px;
	box-sizing: border-box;
}
.explore-history-title{
	font-size: 25px;
	color: #8a8a8a;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}
.explore-history-list{
	margin-top: 40px;
	width: 100%;
}
.explore-history-item{
	margin-left: 10px;
	margin-bottom: 20px;
}
.explore-history-item span{
	display: inline-block;
	padding-left: 10px;
	font-size: 22px;
	color: #d3d3d3;
}
.explore-list{
	width: 100%;
	padding: 0px 25px 150px 25px;
	box-sizing: border-box;
	margin-top: 30px;
	height: calc(100vh - 300px);
	overflow-y: auto;
}
.explore-list-H{
	margin-top: 0px;
	height: calc(100vh - 500px);
}
/* my */
.my{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
}
.my-content{
	margin-top: 90px;
	width: 100%;
}
.my-content-txt{
	margin-top: 20px;
	font-size: 25px;
	color: #666666;
	font-weight: bold;
}
.btn_shoucang{
	margin-top: 40px;
}
/* myfav */
.myfav{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
	overflow: hidden;
}
.myfav-list{
	padding: 20px 25px 180px 25px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow-y: auto;
}
.myfav-item-tile{
	margin-bottom: 20px;
	font-size: 23px;
	color: #42a997;
}
.arrow2{
	padding-left: 10px;
	width: 10px;
	height: 9px;
}
/* detail */
.detail{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
	overflow: hidden;
	z-index: 9999;
}
.detail-content{
	width: 100%;
	height: 100%;
	margin-top: 60px;
	border-top-right-radius: 24px;
	border-top-left-radius: 24px;
	background-color: #fff;
	padding: 25px;
	box-sizing: border-box;
}
.detail-banner{
	width: 100%;
	height: 338px;
	border-radius: 25px;
	overflow: hidden;
}
.detail-title{
	margin-top: 30px;
	font-size: 30px;
}
.detail-desc{
	margin-top: 25px;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #f6f6f6;
	border-radius: 10px;
}
.detail-desc2{
	margin-top: 25px;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	border:2px solid #f6f6f6;
	border-radius: 10px;
}
.detail-date{
	margin-top: 25px;
	width: 300px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #f6f6f6;
	border-radius: 10px;
	margin-right: 20px;
}
.detail-desc-name{
	font-size: 25px;
}
.detail-address{
	padding-top: 15px;
	font-size: 22px;
	line-height: 35px;
}
.detail-desc-km{
	font-size: 25px;
	color: #1596dc;
}
.detail-desc-txt{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	font-size: 22px;
	color: #6e6e6e;
	line-height: 40px;
	max-height: calc(100% - 900px);
	overflow: auto;
}
.detail-tel {
	width: 150px;
}
.detail-fav{
	margin-top: 40px;
}
.detail-room{
	margin-top: 20px;
	font-size: 22px;
	color: #57ac9a;
}
.detail-close{
	position: absolute;
	top: 10px;
	left: 10px;
}
.skip_swiper {
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet{
	background:transparent !important;
	border: 1px solid #fff;
}
.swiper-pagination-bullet-active{
	background: #fff !important;
}
.marker-info{
	font-size: 18px;
	color: #000;
	padding: 8px 10px;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #1596dc;
}
.marker-info2{
	font-size: 18px;
	color: #000;
	padding: 8px 10px;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #1596dc;
	opacity: 0;
}
.amap-marker-label {
    border: none;
    background: none;
}
.amap-geolocation{
	background-size: 36px !important;
	width: 45px !important;
	height: 45px !important;
}
.amap-geolocation img{
	height: 36px !important;
	width: 36px !important;
	margin: 5px !important;
}
.amap-labels{
  display: none !important;
}
/* 快捷导航入口 */
.quick-navi{
	position: absolute;
	bottom: 480px;
	right: 0px;
	background-image: url("../img/tuzhu/bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 308px;
	height: 350px;
	z-index: 997;
	padding-left: 50px;
	padding-top: 35px;
	box-sizing: border-box;
	transition: opacity .5s ease-out 1s;
	transform: scale(0.7);
	transform-origin: right bottom;
	opacity: 0;
}
.quick-navi-item,.quick-navi-item2{
	width: 100%;
	height: 65px;
}
.quick-navi-slot{
	padding-right: 20px;
}
.my-position{
	position: absolute;
	bottom: 480px;
	left: 0px;
	z-index: 996;
	opacity: 0;
	transition: opacity .5s ease-out 1s;
}
.quick-navi-jingdian{
	padding-left: 15px;
}
/* 美食推荐 */
.topMeishi{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width:750px;
	height: 100vh;
	overflow: hidden;
	z-index: 10001;
}
.topMeishi-con{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.topMeishi-list{
	width:750px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.topMeishi-item{
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
.topMeishi-tel{
	position: absolute;
	top: 755px;
	left: 50px;
	width: 140px;
	height: 60px;
	/* background-color: #42a997; */
}
.topMeishi-pos{
	position: absolute;
	top: 755px;
	left: 195px;
	width: 140px;
	height: 60px;
	/* background-color: #1596dc; */
}
.topMeishi-close{
	position: absolute;
	top: 20px;
	right: 20px;
}
.topMeishi-pop{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.topMeishi-pop-con{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.topMeishi-pop-close{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.topMeishi-pop-flex{
	position: relative;
	width: 600px;
	height: 400px;
	border-radius: 30px;
	background-color: #fff;
	font-size: 25px;
	
}
.topMeishi-pop-line{
	width: 500px;
	border-bottom: dashed #666666 2px;
	margin: 20px 0px;
}
.topMeishi-pop-daohang,.topMeishi-pop-tel{
	margin-top: 20px;
	display: none;
}
.topMeishi-pop-close2{
	position: absolute;
	top: 0px;
	right: 0px;
}