.marker {
    background: #fff url('marker.png') 2px no-repeat;
    background-size: 20px;
    margin-left: -8px;
    margin-top: -8px;
    border: 1px solid #999;
    cursor: pointer;
    display: inline-block;
    border-radius: 50px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    white-space:nowrap;
    max-width:0;
    padding: 1px 10px 2px 14px;
    overflow:hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}
.marker>span{
  margin-left:15px;
}
.marker_point:hover{
  z-index:900;
}
.marker:hover{
  text-decoration:none;  
  /*max-width:500px;*/
}

.mar-left{
  margin-left:15px;
}
.popdata {
  color:white;
  font-size: 14px;
}