
	.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.search_data {
    position: absolute;
    clear: both;
    z-index: 111;
    width: 91%;
    background: #fff;
    text-align: left;
    float: left;
    /* height: 160px;
    overflow-y: scroll; */
}
.search_data span {
    cursor: pointer;
    font-size: 14px;
    margin-left: 0px;
    background-color: #ffff;
    color: #222;
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 5px 15px 5px;
    border-bottom: 1px solid #ddd;
}
.search_data span:first-child{
	padding-top: 6px;
}
.search_data span:hover{
	background-color: #faecc3;
}
.search_data hr{
	margin: 5px 0;
}






.search_data2 {
  margin-top: -48px;
  position: absolute;
  clear: both;
  z-index: 111;
  width: 85%;
  background: #fff;
  text-align: left;
  float: left;
  /* height: 160px;
  overflow-y: scroll; */
}
.search_data2 span {
  cursor: pointer;
  font-size: 14px;
  margin-left: 0px;
  background-color: #ffff;
  color: #222;
  display: block;
  width: 100%;
  font-weight: 400;
  padding: 5px 15px 5px;
  border-bottom: 1px solid #ddd;
}
.search_data2 span:first-child{
padding-top: 6px;
}
.search_data2 span:hover{
background-color: #faecc3;
}
.search_data2 hr{
margin: 5px 0;
}