/*#container {*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/
p{
    margin: 0;
    padding: 0;
    line-height: 25px;
}
.amap-marker .marker-route {
    position: absolute;
    width: 35px;
    height: 44px;
    color: #e90000;
    background: url(https://webapi.amap.com/theme/v1.3/images/newpc/poi-1.png) no-repeat;
    cursor: pointer;
}
.amap-marker .marker-marker-bus-from {
    background-position: 0 -170px;
}
.amap-marker .marker-marker-bus-from2 {
    background-position: -35px -170px;
}

.address{
    width: 300px;
    height: 60px;
    padding: 5px 10px 0 10px;
    /*background-color: white;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.7;
}
.address:hover{
    cursor: pointer;
}
.address:first-child{
    border-bottom:1px solid #ddd;
}

.onselect{
    background-color: white;
    opacity: 1;
}
.backlogo{
    width: 35px;
    height: 44px;
    background: url(https://webapi.amap.com/theme/v1.3/images/newpc/poi-1.png) no-repeat;
    margin-top: 10px;
    float:left;
}
.store-title{
    font-size: 16px;
    font-weight: 400;
}
.store-address{
    color: #999;
    font-size: 14px;
}
