.lydhbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
	.map_show{
		width: 350px;
		height: 100px;
		overflow: hidden;
	}
	.map_show .imgbox{
		position: relative;
		float: right;
		width: 120px;
		height: 97%;
		margin-top: 3%;
		background: #000;
	}
	.map_show h4{
		position: relative;
		float: left;
		width: calc(100% - 130px);
		height: 26px;
		line-height: 26px;
		font-size: 15px;
		color: #27C8A3;
		font-weight: bold;
	}
	.map_show h5{
		position: relative;
		float: left;
		width: calc(100% - 130px);
		height: 22px;
		line-height: 22px;
		font-size: 14px;
		color: #999;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    font-weight: normal;
	}
	.map_show h5 p{
		position: absolute;
		width:100%;
		height: 100%;
		line-height: 22px;
		font-size: 14px;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    font-weight: normal;
	}
	.map_show .mapbtn{
		position: relative;
		float: left;
		width: 100px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		color: #fff;
		background: #27C8A3;
		border-radius: 2px;
		text-align: center;
		margin-top: 5px;
		margin-right: 5px;
	}
	.map_show .mapbtn i{
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 20px;
		color: #fff;
		margin-right: 5px;
		vertical-align: sub;
	}
	
	
	
	.wap-map_show{
		width: 280px;
		height: 85px;
		overflow: hidden;
	}
	.wap-map_show .imgbox{
		position: relative;
	    float: left;
	    width: 100px;
	    height: 100%;
	    margin-top: 0;
	}
	.wap-map_show h4{
		position: relative;
	    float: right;
	    width: calc(100% - 110px);
	    height: 22px;
	    line-height: 22px;
	    font-size: 15px;
	    color: #27C8A3;
	    font-weight: normal;
	}
	.wap-map_show h5{
		position: relative;
	    float: right;
	    width: calc(100% - 110px);
	    height: 18px;
	    line-height: 18px;
	    font-size: 12px;
	    color: #999;
	    font-weight: normal;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.wap-map_show h5 p{
		position: absolute;
		width:100%;
		height: 100%;
		line-height: 22px;
		font-size: 14px;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    font-weight: normal;
	}
	.wap-map_show .mapbtn{
		position: relative;
	    float: left;
	    width: 75px;
	    height: 22px;
	    line-height: 22px;
	    font-size: 14px;
	    color: #fff;
	    background: #27C8A3;
	    border-radius: 2px;
	    text-align: center;
	    margin-top: 5px;
	    margin-left: 10px;
	}
	.wap-map_show .mapbtn i{
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 20px;
		color: #fff;
		margin-right: 5px;
		vertical-align: sub;
	}
	
	
	
	
	
	.lydh-btnbox{
		position: fixed;
		width: 100%;
		height: 60px;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,.5);
		z-index: 10;
		text-align: center;
	}
	.lydh-btnbox li{
		position: relative;
		display: inline-block;
		width: auto;
		height: 100%;
		border-left: 1px solid rgba(255,255,255,.2);
		padding: 0 30px;
		transition: all 0.3s;
		margin: 0 -2px;
	}
	.lydh-btnbox li:last-child{
		border-right: 1px solid rgba(255,255,255,.2);
	}
	.lydh-btnbox li:hover,
	.lydh-btnbox li.active{
		background: rgba(0,0,0,.6);
	}
	.lydh-btnbox li i{
		position: relative;
		float: left;
		width: 40px;
		height: 100%;
		font-size: 30px;
		line-height: 60px;
		text-align: center;
		color: rgba(255,255,255,.7);
		transition: all 0.3s;
	}
	.lydh-btnbox li p{
		position: relative;
		float: left;
		width: auto;
		height: 100%;
		font-size: 16px;
		line-height: 60px;
		color: rgba(255,255,255,.7);
	}
	.lydh-btnbox li:hover i,
	.lydh-btnbox li:hover p,
	.lydh-btnbox li.active i,
	.lydh-btnbox li.active p{
		color: #fff;
	}

    .waplydh{
    	position: fixed;
    	width: 100%;
    	height: 55px;
    	bottom: 0;
    	left: 0;
    	background: #27C8A3;
    	text-align: center;
    	z-index: 10;
    }
    .waplydh li{
    	position: relative;
    	display: inline-block;
    	width: 20%;
    	height: 100%;
    	text-align: center;
    	margin: 0 -2px;
    }
    .waplydh li .ico {
	    position: relative;
	    width: 100%;
	    height: 24px;
	    margin-top: 6px;
	    text-align: center;
	}
	.waplydh li .ico  i {
	    line-height: 24px;
	    font-size: 24px;
	    color: rgba(255,255,255,.7);
	}
	.waplydh li p {
	    position: relative;
	    width: 100%;
	    height: 20px;
	    font-size: 15px;
	    line-height: 18px;
	    text-align: center;
	    color: rgba(255,255,255,.7);
	    margin-top: 0px;
	}
	.waplydh li.active .ico  i,
	.waplydh li.active p {
	    color: #fff;
	}
	
	#myadd {
	    position: fixed;
	    width: 80px;
	    height: 25px;
	    background: #27C8A3;
	    border-radius: 20px;
	    top: 70px;
	    right: -20px;
	    z-index: 200;
	    line-height: 25px;
	    color: #fff;
	    font-size: 14px;
	    padding-left: 7px;
	}
	#myadd i {
	    line-height: 25px;
	    font-size: 18px;
	    vertical-align: top;
	    margin-right: 3px;
	}
	#myadd a {
	    color: #fff;
	}
