html,body,#map {
    margin: 0;
    padding: 0;
    width: 100%;  
	height: 100%;
}
ul{
	margin:0;
	padding:0;
}
body{
	font-size:14px;
}
div,h1,h2,h3,ul,li{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.clear{
	clear:both;
}
.topnotic{
	position:fixed;
	z-index:99992;
	width:.7rem;
	height:.7rem;
	background:#ffffff;
	top:20px;
	left:10px;	
	text-align:center;
	border-radius:.35rem;
	padding:.1rem;
}
.topnotic img{
	width:100%;
}
.tnmdy{
	box-shadow: 0 0 6px rgba(34,196,179,.5);
}
.gnmdy{
	box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.reddot{
	position:absolute;
	top:6px;
	right:8px;
	width:.14rem;
	height:.14rem;
	border-radius:.08rem;
	background:#ff0000;
	display:none;
}
.scnmapback{
	position:absolute;
	left:20px;
	top:20px;
	padding:10px;
	border-radius:4px;
	background:rgba(255,255,255,.8);
	font-size:0.26rem;
	z-index:9999;
	cursor:pointer;
	display:none;
}
.notic{
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-4rem;
	margin-left:-2.5rem;
	width:5rem;
	height:8rem;
	background:rgba(255,255,255,.9);
	border-radius:4px;
	z-index:99999;
	box-shadow:0 0 5px rgba(0,0,0,.3);
}
.notic a{
	color:#004770;
	text-decoration: none;
}
.ntoppng{
	width:100%;
	text-align:center;
	padding-top:20px;
}
.ntoppng img{
	width:2.4rem;
}
.ntoptitle{
	padding:10px .3rem;
	color:#414141;
	font-size:.26rem;
}
.noticcont{
	padding:10px .3rem 30px .3rem;
	color:#414141;
	font-size:.26rem;
	height:5.3rem;
	overflow: auto;
}
.noticbtn{
	border-top:1px solid #c9c9c9;
	text-align:center;
	color:#1f8300;
	padding:15px 0;
	font-size:.26rem;
	cursor:pointer;
}
.mlmenu{
	position:fixed;
	top:20px;
	right:10px;
	padding:4px;
	background:rgba(255,255,255,.9);
	z-index:9990;
	border-radius:6px;
}
.emul li{
	list-style:none;
	width:.5rem;
	padding:6px;
	border-bottom:1px solid #e8e8e8;
	text-align:center;
	cursor:pointer;
}
.emul li.more{
	border-bottom:none;
	padding:4px 6px;
	position:relative;
}
.emul li img{
	width:100%;
}
.smlmenu{
	position:absolute;
	background:rgba(255,255,255,.9);
	top:-3px;
	right:-4px;
	padding:5px 10px;
	width:4rem;
	border-radius:6px;
	display:none;
}
.smlmenu li{
	float:left;
	width:1.2rem;
	border:none;
	padding:.1rem;
	font-size:.22rem;
	text-align:center;
	color:#676767;
}
.smlmenu li img{
	width:90%;
}
.floatmenu{
	position:fixed;
	top:10px;
	right:10px;
	padding-top:0.11rem;
	width:0.6rem;
	height:0.6rem;
	background:rgba(255,255,255,.7);
	z-index:9990;
	border-radius:6px;
	text-align:center;
}
.floatmenu img{
	width:0.38rem;
	cursor:pointer;
}
#choiceDiv,#sccont{
	display:none;
	padding:10px;
}
.choiceDivcont{
	padding:5px 0;
}
.choiceDivcont ul{
	width:100%;
	padding:0;
}
.choiceDivcont li{
	float:left;
	list-style:none;
	width:33%;
	font-size:.26rem;
	margin-top:30px;
}
.choiceDivcont li:nth-child(1),.choiceDivcont li:nth-child(2),.choiceDivcont li:nth-child(3){
	margin-top:0;
}
.choiceDivcont li:nth-child(3n+2){
	text-align:center;
}
.choiceDivcont li:nth-child(3n+3){
	text-align:right;
}
.choiceDivcont li input[type="checkbox"]{
	
}
.choiceDivcont h3{
	color:#676767;
	font-weight:normal;
}
.cd-line{
	padding:8px;
}
.cd-line:after,.sc-div:after,.choiceDivcont ul:after{
      content: '';
      display: block;
      clear: both;
    }
.cd-close,.sc-close,.ctlist-close{
	font-size:.48rem;
	font-weight:bold;
	margin-top:-10px;
	color:#676767;
	cursor:pointer;
}
.ctlist-close{
	margin-top:3px;
}
.cd-txt{
	float:left;
	color:#676767;
}
.cd-switch{
	float:right;
}
.sc-title{
	float:left;
	color:#049a16;
}
.sc-title img{
	width:.4rem;
	vertical-align: bottom;
	margin-right:15px;
}
.sc-div{
	padding:8px;
}
.scscroll{
	max-height: 5.8rem;
	overflow:auto;
	padding:10px 15px;
}
.scgo,.ctshare{
	margin-right:10px;
}
.greencbox,.scicon,.sctitle{
	float:left;
}
.greencbox input[type=checkbox],#scselectall{
	width:.24rem;
	height:.24rem;
	margin:0;
	margin-top:4px;
	background:#fff;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	position: relative;
	outline: none;
	border:none;
	-webkit-appearance: none;
}
.greencbox input[type="checkbox"]::before,#scselectall::before{
	content: "";
	position: absolute;
	top: 0;left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #049a16;
	border-radius:2px;
	}
.greencbox input[type="checkbox"]:checked::before,#scselectall:checked::before{
	content: "\2713";
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	border: 1px solid #049a16;
	color:#049a16;
	font-size: .2rem;
	font-weight: bold;
	}
.scicon{
	margin-left:15px;
	margin-top:4px;
}
.scicon img{
	width:.3rem;
}
.sctitle{
	margin-left:10px;
	color:#787878;
	font-size:.24rem;
	cursor:pointer;
}
.delsc{
	float:right;
	margin-top:4px;
	cursor:pointer;
}
.delsc img{
	width:.3rem;
}
.scbtndiv{
	text-align:center;
	padding:30px 0 10px 0;
}
.scbtndiv button{
	border-radius:4px;
	border:none;
	background-color:#71c67a;
	color:#fff;
	font-size:.26rem;
	padding:6px 10px;
}
.scbtndiv button img{
	width:.28rem;
	margin-right:6px;
	vertical-align: sub;
}
.lxscroll{
	width:100%;
	padding:10px .25rem;
}
.ltitle{
	font-size:0.3rem;
	color:#049a16;
	padding:10px 0;
}
.ltitle img{
	width:0.36rem;
	vertical-align:top;
	margin-right:10px;
}
.tjlxlist{
	width:100%;
	border-bottom:1px solid #ebeceb;
	padding:6px 0;
	cursor:pointer;
}
.tjlxlist:first-child{
	padding-top:0;
}
.lxleftimg{
	float:left;
	width:1.4rem;
}
.lxleftimg img{
	width:100%;
}
.lxtxt{
	float:left;
	margin-left:.15rem;
}
.lxtxt h2{
	font-size:.24rem;
	color:#563743;
	padding:0;
	margin:0;
}
.lxtxt h4{
	width:3.75rem;
	font-size:.22rem;
	color:#563743;
	font-weight:normal;
	margin:0;
	padding:2px 0 0 0;
}
.lxcont{
	position:fixed;
	top:20px;
	left:.2rem;
	right:.2rem;
	bottom:20px;
	background:#ffffff;
	z-index:3333333333;
	padding:20px .3rem;
	border-radius:6px;
	overflow:hidden;
}
.lxtop{
	position:relative;
	width:100%;
}
.lxtopimg{
	position:absolute;
	left:10px;
	top:-0.25rem;
	width:1.2rem;
	height:1.2rem;
	border-radius:0.8rem;
	border:4px solid #ffffff;
	overflow:hidden;
}
.lxtopimg img{
	height:100%;
}
.lxtoptxt{
	margin-left:1.6rem;
}
.lxtoptxt h2{
	margin:0;
	font-weight:normal;
	font-size:.28rem;
	color:#4e4e4e;
	padding-top:.14rem;
}
.lxtoptxt h4{
	margin:0;
	padding:.2rem 0 .14rem 0;
	font-weight:normal;
	font-size:.22rem;
	color:#3f3f3f;
}
.lxtoptxt h4 span{
	color:#ff0000;
}
.lxtoptxt img{
	width:.42rem;
	margin-right:.2rem;
	vertical-align: middle;
}
.lxmarkerclose{
	position:absolute;
	top:-10px;
	right:0;
	font-size:0.5rem;
	cursor:pointer;
	font-weight: bold;
	color:#666;
}
.lxlong{
	width:100%;
	height:100%;
	padding-bottom:50px;
	overflow:scroll;
}
.lxday{
	width:100%;
	border-radius:4px;
	margin-top:15px;
	padding:10px 5px 60px 15px;
}
.lxday h3{
	font-weight:normal;
	color:#3f3f3f;
	margin:0;
	margin-left:-5px;
	margin-right:-5px;
	padding:20px 5px 10px 5px;
	border-bottom:1px solid #f6f6f6;
	font-size:.28rem;
}
.lxday h3:first-child{
	padding-top:0px;
}
.lxli{
	margin-top:10px;
}
.lxpos{
	float:left;
}
.lxpos img,.djpos img{
	height:.4rem;
}
.lxtype{
	float:left;
	margin-left:.7rem;
}
.lxtype img{
	height:.42rem;
}
.lxsname{
	float:left;
	margin-left:.4rem;
	color:#787878;
	margin-top:.02rem;
	font-size:.26rem;
	cursor:pointer;
}
.djpos{
	float:right;
	margin-right:.1rem;
}
.vline{
	width:100%;
	margin:6px 0 0 .18rem;
	width:100%;
	height:.4rem;
	border-left:2px solid #1296db;
}
.lxfix{
	position:fixed;
	width:100%;
	bottom:0;
	padding:15px 0;
	background:#ffffff;
	margin-left:-10px;
	border-top:1px solid #e8e8e8;
	text-align:center;
	z-index:99999994;
}
.lxbtn{
	border-radius:4px;
	border:none;
	background-color:#71c67a;
	color:#fff;
	font-size:.26rem;
	padding:6px 15px;
}
.lxback{
	border-radius:4px;
	border:none;
	background-color:#71c67a;
	color:#fff;
	font-size:.26rem;
	padding:6px 15px;
}
/*******switch*******/
.chk_1{
	display:none;
}
.chk_1 + label{
	width:90%;
	text-align:center;
	padding:.1rem 0;
	border:1px solid #676767;
	color:#676767;
	border-radius:4px;
	display:inline-block;
}
.chk_1:checked + label{
	border-color:#009944;
	background:#009944;
	color:#ffffff;
}
.chk_3{
	display:none;
}
.chk_3 + label {
	background-color: #fafbfa;
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	width: 30px;
	height: 5px;
}

.chk_3  + label:after {
	content: ' ';
	position: absolute;
	top: 0;
	-webkit-transition: box-shadow 0.1s ease-in;
	transition: box-shadow 0.1s ease-in;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	box-shadow: inset 0 0 0 0 #eee, 0 0 1px rgba(0,0,0,0.4);
}

.chk_3  + label:before {
	content: ' ';
	position: absolute;
	background: white;
	top: 1px;
	left: 1px;
	z-index: 999999;
	width: 21px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	height: 21px;
	border-radius: 100px;
	box-shadow: 0 3px 1px rgba(0,0,0,0.05), 0 0px 1px rgba(0,0,0,0.3);
}

.chk_3:active + label:after {
	box-shadow: inset 0 0 0 20px #eee, 0 0 1px #eee;
}

.chk_3:active + label:before {
	width: 37px;
}

.chk_3:checked:active + label:before {
	width: 27px;
	left: 10px;
}

.chk_3  + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.chk_3:checked + label:before {
	content: ' ';
	position: absolute;
	left: 26px;
	border-radius: 100px;
}

.chk_3:checked + label:after {
	content: ' ';
	font-size: 1.5em;
	position: absolute;
	background: #4cda60;
	box-shadow: 0 0 1px #4cda60;
}
.topmenu{
	position:fixed;
	top:0;
	left:0;
	display:flex;
	width:100%;
	background:rgba(255,255,255,.6);
	z-index:9996;
	padding:5px 0;
	color:#707070;
}
.topmenu:before{
	position:absolute;
	content:'';
	width:.3rem;
	height:1px;
	background:#82c4b5;
	left:50%;
	bottom:3px;
	margin-left:-.5rem;
}
.activemenu:before{
	position:absolute;
	content:'';
	width:40%;
	height:2px;
	background:#82c4b5;
	bottom:5px;
	left:30%;
}
.swiper-nav{
	position: relative;
    overflow: hidden;
    z-index: 1;
	width:100%;
	height:100%;
}
.swiper-slide-nav {

    }
.swiper-slide-nav:nth-child(2n) {
        width: 40%;
    }
.swiper-slide-nav:nth-child(3n) {
        width: 20%;
}

.leftmenu{
	position:fixed;
	bottom:0.3rem;
	left:0.2rem;	
	z-index:9995;
}
.leftmenu_list{
	background:#ffffff;
	box-shadow:0 0 5px rgba(0,0,0,.5);
	border-radius:6px;
	padding:0 0.1rem;
}
.leftmenu_list div{
	width:0.48rem;
	cursor:pointer;
	color:#707070;
	text-align:center;
	font-size:0.2rem;
	border-bottom:1px solid #e5e5e5;
	padding:0.1rem 0;
}
.fzgy{
	width:0.68rem;
	background:#ffffff;
	color:#707070;
	text-align:center;
	font-size:0.2rem;
	box-shadow:0 0 5px rgba(0,0,0,.5);
	border-radius:6px;
	margin-bottom:0.15rem;
	padding:0.06rem 0.1rem;
}
.fzgy a{
	color:#707070;
	text-decoration:none;
}
.leftmenu div img{width:100%;display:block;}
.my-icon-div{
	padding:5px 8px;
	border-radius:6px;
	border:1px solid #ffffff;
	font-size:0.22rem;
	padding-left:0.45rem;
	color:#ffffff;
	width:auto;
	white-space:nowrap;
}
.my-icon-div:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border:4px solid;
  border-color: #ffffff #ffffff transparent transparent;
  color:transparent;
  transform: rotate(135deg);
  bottom:-4px;
  left:10%;
  margin-left:-1px;
  z-index:5;
 }
.my-icon-div img{
	float:left;
	width:0.3rem;
}
.my-icon-food{
	background:url('/images/food.png') #f08d00 no-repeat;	
}
.my-icon-shoping{
	background:url('/images/ttcp.png') #82529d no-repeat;
}
.my-icon-spot{
	background:url('/images/spot.png') #00bbf1 no-repeat;
}
.my-icon-tolet{
	background:url('/images/tolet.png') #4a75ab no-repeat;
}
.my-icon-red{
	background:url('/images/red.png') #cb514e no-repeat;
}
.my-icon-tsms{
	background:url('/images/tsms.png') #a0469b no-repeat;
}
.my-icon-history{
	background:url('/images/history.png') #de8a30 no-repeat;
}
.my-icon-other{
	background:url('/images/other.png') #54b9d1 no-repeat;
}
.my-icon-ttcq{
	background:url('/images/ttcp.png') #9e614e no-repeat;
}
.my-icon-zmjq{
	background:url('/images/zmjq.png') #357c00 no-repeat;
}
.my-icon-tsxc{
	background:url('/images/tsxc.png') #63a563 no-repeat;
}
.my-icon-cyyq{
	background:url('/images/cyyq.png') #63a3a5 no-repeat;
}
.my-icon-cyyq{
	background:url('/images/lygnq.png') #4e749e no-repeat;
}
.my-icon-ycyl{
	background:url('/images/ycyl.png') #9c1ad3 no-repeat;
}
.my-icon-ggss{
	background:url('/images/ggss.png') #54b9d1 no-repeat;
}
.my-icon-lygnq{
	background:url('/images/lygnq.png') #4e749e no-repeat;
}
.my-icon-style{
	background-size:0.3rem;
	background-position: 0.08rem center;
}
.my-icon-zmjq{
	background-size:0.4rem;
	background-position: 0.06rem center;
}
.my-icon-zan{
	background-image:url('/images/z.png');
}
.mycluster {
    width: 66px;
    height: 64px;
    text-align: center;
    font-size: 23px;
    background:url("./images/num.png")
}
.icontext{
    padding-left: 0px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-top: 6px;
}
.leaflet-popup-content-wrapper{
	background:rgba(255,255,255,.8);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 14px;
}
.leaflet-container .leaflet-popup-content {
    position: relative;
    width: 5.7rem;
    height: 3.1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.02rem 0.05rem 0px;
    padding: 0px;
    margin: 0px;
    border-radius: 0.1rem;
}
.view-name{
	padding-right: 0.5rem;
    text-indent: 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(91, 91, 91);
    box-sizing: border-box;
    margin: 0px;
    font: 0.28rem/0.7rem PingFangSC-Regular;
    border-bottom: 1px solid rgb(232, 232, 232);
    border-radius: 0.1rem 0.1rem 0px 0px;
    overflow: hidden;
}
.viwe-photo{
	display: block;
    float: left;
    width: 1.92rem;
    height: 1.92rem;
    margin: 0.2rem;
    border-radius: 0.08rem;
}
.introduction{
	float: left;
    width: 3.2rem;
    height: 1.02rem;
    color: rgb(32, 32, 32);
    margin: 0.2rem 0px;
    font: 0.24rem/0.32rem PingFangSC-Light;
    overflow: hidden;
}
.introductiontotle{
	float:left;
	width:100%;
	 height: 1rem;
	 margin: 0.2rem ;
	 font: 0.24rem/0.32rem PingFangSC-Light;
	 overflow: hidden;
}
.leaflet-container a.leaflet-popup-close-button{
	position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: .7rem;
    height: .7rem;
    font: 0.32rem/0.6rem "\5B8B\4F53";
    text-align: center;
    color: #727272;
}
.show-details,.show-sincerit,.navbut,.show-hotel{
	float:right;
	margin-left:.09rem;
	display:block;
	width: 1rem;
    height: .5rem;
	line-height:.5rem;
	color:#ffffff;
	padding-left:.45rem;
	border-radius:.08rem;
	font-size:.2rem;
}
.show-details{
	background:#54b9d1 url('/images/xqicon.png') .1rem center no-repeat;
	background-size:.24rem;

}
.show-sincerit{
	background:#a5a5a5 url('/images/pficon.png') .1rem center no-repeat;
	background-size:.24rem;
}
.show-hotel{
	background:#ae4de0 url('/images/hotelicon.png') .1rem center no-repeat;
	background-size:.24rem;
	margin-left:0;
}
.navbut{
	background:#ecd300 url('/images/dhicon.png') .1rem center no-repeat;
	background-size:.24rem;
	margin-right:.2rem;
}
.ctswiper,.scctswiper{
	position: fixed;
	padding: 0;
	width:100%;
	overflow:hidden;
	top:1rem;
	bottom:0.1rem;
	left:0;
	z-index:3333333334;
	text-align:center;
}
.scctswiper{	
	z-index:99999991;
}
.scctswiper .swiper-wrapper{
	justify-content:center;
}
.sub{
	width:100%;
	height: calc(100% - 1.8rem);
	overflow:hidden;
}
.chatb{
	position:relative;
	display:inline-block;
	padding:5px 20px;
	background:#ffffff;
	border-radius:6px;
	color:#404040;
	box-shadow:0 0 8px #666666;
	margin-bottom:10px;
}
.chatb:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border:8px solid;
  border-color: #ffffff #ffffff transparent transparent;
  color:transparent;
  transform: rotate(135deg);
  bottom:-8px;
  left:50%;
  margin-left:-4px;
  z-index:5;
 }
 .chatb:after{
   position: absolute;
   content: "";
   width: 0;
   height: 0;
   border:8px solid;
   border-color: #999 #999 transparent transparent;
   color:transparent;
   transform: rotate(135deg);
   bottom:-9px;
   left:50%;
   margin-left:-3px;
   z-index:4;
  }
.swiper-wrapper .swiper-slide {
	width:4.9rem;
	margin-right:.1rem;
	margin-left:.1rem;	
}
.sscont{
	position:relative;
	border-radius:.08rem;
	height: calc(100% - 0.1rem);
	box-shadow:0 0 .08rem #666666;
	background:#ffffff;
	overflow:hidden;
}
.swiperclose,.scswiperclose{
	position:absolute;
	font-size:.48rem;
	font-weight:bold;
	top:0px;
	right:0px;
	cursor:pointer;
	color:#ffffff;
	padding:0 8px;
}

.horn{
	position:absolute;
	width:1.18rem;
	height:1.18rem;
	left:50%;
	margin-left:-.59rem;
	background:url('/images/horn.png') no-repeat;
	background-size:100%;
	bottom:-.59rem;
	z-index:99999999;
	cursor:pointer;
}
.nohorn{
	position:absolute;
	width:1.18rem;
	height:1.18rem;
	left:50%;
	margin-left:-.59rem;
	background:url('/images/horn-no.png') no-repeat;
	background-size:100%;
	bottom:-.59rem;
	z-index:99999992;
}
.hornpause{
	position:absolute;
	width:1.18rem;
	height:1.18rem;
	left:50%;
	margin-left:-.59rem;
	background:url('/images/horn-pause.png') no-repeat;
	background-size:100%;
	bottom:-.59rem;
	z-index:99999999;
	cursor:pointer;
}
.ctpic{
	position:relative;
	width:100%;
	max-height:2.4rem;
}
.fixpic{
	width:100%;
	max-height:2.4rem;
	overflow:hidden;
}
.ctpic img{
	width:100%;
}
.ctcont{
	position:relative;
	padding:0 .4rem;
	margin:.7rem 0 .2rem 0;
	text-align:left;
	height: calc(100% - 4rem);
	font-size:.24rem;
	overflow:auto;
}
.playtip{
	float:right;
	position:relative;
	display:inline-block;
	padding:.05rem 10px;
	background:#ffffff;
	border-radius:4px;
	color:#707070;
	box-shadow:0 0 5px #666666;
	margin-bottom:10px;
	margin-right:20px;
	margin-top:.32rem;
	font-size:.22rem;
	display:none;
}
.playtip:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border:8px solid;
  color:transparent;
  border-left-color:#ffffff;
  right:-16px;
  top:50%;
  margin-top:-8px;
  z-index:5;
 }
 .playtip:after{
   position: absolute;
   content: "";
   width: 0;
   height: 0;
   border:8px solid;
   color:transparent;
   border-left-color:#999;
   right:-17px;
   top:50%;
   margin-top:-7px;
   z-index:4;
  }
.playcontrl{
	float:right;
	margin-right:10px;
	width:.94rem;
	height:.94rem;
	background:#ffffff;
	border-radius:6px;
	box-shadow:0 0 4px #666666;
	cursor:pointer;
}
.playon{
	background:#ffffff url('/images/play.png') no-repeat center;
	background-size:.61rem;
}
.pauseon{
	background:#ffffff url('/images/pause.png') no-repeat center;
	background-size:.61rem;
}
.searchbox{
	background:url('/images/search.png') no-repeat .1rem center;
	background-size:.32rem;
	margin-left:.3rem;
	margin-right:.3rem;
	padding:6px 0 6px .9rem;
	overflow:hidden;
	border-bottom:1px solid #d7cfd2;
}
.sinput{
	width:100%;
	border:none;
	outline:none;
	font-size:.24rem;
	background:transparent;
}
.tabul{
	margin:0;padding:0;
	list-style:none;
}
#sspotul{
	min-height:1rem;
}
#sspotul li{
	padding:0 .3rem;
	margin-left:.3rem;
	margin-right:.3rem;
	cursor:pointer;
}
.tabul li{
	padding:0 10px;
	margin-top:10px;
	border-bottom:1px solid #d7cfd2;
}
.tabul li:last-child{
	border-bottom:none;
}
.tabul li h3{
	font-size:.26rem;
	padding:0;
	margin:0;
}
.tabul li h4{
	font-size:.22rem;
	color:#5a5a5a;
	margin:0;
	padding:6px 0 10px 0;
}
#lxul{
	margin-top:-8px;
}
.lxh2{
	position:relative;
	padding:5px 0 5px 35px;
	margin:0;
	margin-left:-10px;
	margin-right:-10px;
	background-color:#e5f5ec;
	font-size:.26rem;
}
.lxh2:before{
	position:absolute;
	content:'\25BC';
	left:10px;
}
.laybutdiv{
	display:flex;
	width:5.6rem;
	padding:10px;
}
.fbut{
	flex:1;
	padding:5px;
}
.lanbut{
	width:100%;
	background:#f6f6f6;
	border:1px solid #e8e8e8;
	border-radius:4px;
	font-size:.24rem;
	padding:6px 0;
}
.lanbut img{
	width:.5rem;
	vertical-align: middle;
	margin-right:10px;
	border-radius:2px;
}
.tl{
	text-align:right;
	padding-right:.4rem;
	color:#419830;
	font-size:14px;
}
.tl img{
	width:0.4rem;
	margin-right:6px;
	vertical-align: middle;
}
.ctsearchcont{
		min-height: 1rem;
}
.checkbltBtn{
	position:absolute;
	z-index:99999991;
	width:.9rem;
	height:.9rem;
	right:.2rem;
	bottom:.3rem;
	padding:.15rem;
	background:#ffffff;
	border-radius:6px;
	box-shadow:0 0 6px rgba(0,0,0,.3);
}
.checkbltBtn img{
	width:100%;
}
.bltTxt{
	position:absolute;
	z-index:99999992;
	right:1.35rem;
	bottom:.33rem;
	padding:.1rem .15rem;
	background:#ffffff;
	border-radius: 4px;
	font-size:.22rem;
	color:#666666;
	box-shadow:1px 1px 2px rgba(0,0,0,.2);
	display:none;
	cursor:pointer;
}
.bltTxt:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 100%;
	top: 50%;
	border-top: .1rem solid transparent;
	border-left: .18rem solid #ffffff;
	border-bottom: .1rem solid transparent;
	margin-top:-.1rem;
}
@keyframes fpulse{
	from {box-shadow: 0 0 6px #22c4b3}
	50% { box-shadow: 0 0 20px #22c4b3}
	to { box-shadow: 0 0 6px #22c4b3}
}
.faguang{
	animation-name: fpulse;animation-duration: 1.5s;animation-iteration-count: infinite;
}
/*
.ctcont:before{
  position:fixed;
  content:"";
  width:4.2rem;
  left:.08rem;
  top:3rem;
  height:.8rem;
  background:linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,.1));
}
.ctcont:after{
  position:fixed;
  content:"";
  width:4.2rem;
  left:.08rem;
  top:7rem;
  height:.8rem;
  background:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.9));
}
*/