body {
	background: #dceed6;
	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;
}
.navi .icon02{
	display: none;
}
/* map */
.map{
	width: 100%;
	height: 100vh;
	opacity: 0;
	transition: opacity 0.5s ease-out;
	pointer-events: none;
}
.logo{
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 20px;
	color: #6e6e6e;
	transition: all .5s ease-out; 
}
.logo-loading{
	position: absolute;
	top: calc(50vh - 300px);
	left: 280px;
}
.logo-progress{
	position: absolute;
	top:350px;
	left: 0px;
	width: 214px;
	height: 50px;
	border: 1px solid #6e6e6e;
	border-radius: 30px;
}
.languge{
	position: absolute;
	top: 20px;
	right: 15px;
}
/* sub */
.sub{
	position: absolute;
	bottom: -583px;
	left: 0px;
	width: 750px;
	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: 50px;
	transform: rotate(180deg);
	transition: transform .5s ease-out;
}
.sub-arrow-r{
	transform: rotate(0deg);
}
.sub-menucon{
	width: 100%;
	height: 112px;
	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;
}
.km{
	margin-left: 25px;
}
.km-name{
	font-size: 25px;
	color: #fff;
}
.km-arrow{
	padding-left: 5px;
	width: 16px;
	height: 10px;
}
.km-num{
	font-size: 22px;
	color: #8aceeb;
}
.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-list{
	margin-top: 20px;
	width: 100%;
	padding: 0px 26px 100px 26px;
	box-sizing: border-box;
	height: calc(100vh - 750px);
	overflow-y: auto;
}
.sub-item{
	position: relative;
	width: 100%;
	height: 210px;
	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;
	padding-bottom: 17px;
}
.sub-item-tel{
	font-size: 23px;
	color: #1e8cd8;
}
.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-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: 25px;
	padding: 0px 15px;
	box-sizing: border-box;
}
.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;
}
.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;
}
.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;
}