@import url(common.css);
body, html{position: relative;font-family:"微软雅黑";}
#map{width:100%;height:86%;}
#result {width:100%}
.BMap_cpyCtrl,.anchorBL{display: none;}

#icon{
    position: absolute;
    right: 3%;
    top: 1em;
}
#icon span{
position: absolute;
    border-radius: 5em;
    /* width: 2em; */
    font-size: 0.8em;
    padding: 0.2em 0.5em;
    left: -7em;
    background: #fff;
    border: solid 1px #88898a;
    
}
#icon span.get{
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}
#icon span.send{
	left: -4em;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#icon span.select{
    color: #fff;
    background: #39c17a;
}


#footer{
    position: absolute;
    bottom: 0;
    min-height: 14%;
    width: 100%;
    background: url(../img/border.png) no-repeat;
    padding-top: 4%;
    background-size: contain;
}
#footer ul{
    background-color: #fff;

}
li.list{
	    width: 90%;
    padding: 0.5em 5%;
    height: 1em;
}

.list em{
/*     background: url(../img/start.png);
width: 5.6%;
height: 1em;
float: left;
display: inline-block;
background-size: cover;
margin-right: 2%; */
background: url(../img/start.png) no-repeat;
    width: 8%;
    height: 148%;
    float: left;
    display: inline-block;
    background-size: cover;
    margin-right: 2%;
}
.list.send em{
    background: url(../img/end.png)  no-repeat;
    background-size: 100%;
}
.list span{
    /* font-size: 0.8em; */
    font-size: 1em;
    display: inline-block;
    width: 88%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    float: left;
    height: 148%;
    line-height: 148%;
}
