#allmap {width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";font-size: 12px !important;}
.clear {clear:both}
.map-search-box{
    position: absolute;
    top:50px;
    left:50px;
    z-index: 11;
}
.map-search-box button {
    width:55px;
    border:0;
    height:35px;
    vertical-align: middle;
    cursor: pointer;box-shadow: 1px 2px 1px rgba(0,0,0,.15);
    background:url(images/searchbox_1.png) no-repeat 0 -76px #3385ff;
    float:right;
}
.search-input input{
    line-height: 35px;
    border:0;
    width:387px !important;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 50px !important;
    outline: 0;
}


#r-result {
    width:368px;
    height: 350px;
    position: absolute;
    top:50px;
    z-index: 11;
    background: #fff;
    display: none;
    padding:10px;
    overflow: auto
}
#r-result dt {
    line-height: 30px;
}
#r-result dd p {
    background: url(images/start_1.png) no-repeat 5px center;
    padding: 10px 0 10px 20px ;
    margin:0 !important;
    border-left:solid 1px #eee;
    border-right:solid 1px #eee;
}
#r-result table {
    border:solid 1px #eee;
}
#r-result table tr td {
    padding-left:5px;
}
#r-result table tr td a {
     line-height: 30px;
}
#l-result{
    width:368px;
    max-height: 350px;
    position: absolute;
    top:120px;
    z-index: 11;
    background: #fff;
    display: none;
    padding:10px;
    overflow: auto
}

.input-clear { 
    cursor: pointer;
    position: absolute;
    width: 36px;
    height: 25px;
    top: 5px;
    left:348px;
    border-left: solid 1px #eee;
    background: url(images/searchbox_1.png) no-repeat 0 -45px #fff;
}
.route-btn {
    height: 25px;
    width: 39px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left:348px;
   /* border-left: solid 1px #eee;
    background: url(images/searchbox_1.png) no-repeat 0 -6px;*/
}
.route-btn1 {
    cursor: pointer;
    position: absolute;
    width: 36px;
    height: 25px;
    top: 5px;
    left:348px;
    display: none;
    border-left: solid 1px #eee;
    background: url(images/searchbox_1.png) no-repeat 0 -45px #fff;
}
.route-search-box {
    display: none;
    float:left;
    background:#fff;
    width:387px;
}
.route-header {
    width:350px;
    height: 35px;
    font-size: 12px;
    border-bottom: 1px solid #A3C7FF;
}
.tab-item {
    float: left;
    width:24%;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}
.tab-item i { 
    position: relative;
    top: 2px;
    background-image: url(images/route-icon_1.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
}
.bus-tab i { 
    width: 13px;
    height: 15px;
    background-position: 0 -34px;
}
.drive-tab i {
    width: 15px;
    height: 14px;
    background-position: 0 -68px;
}
.walk-tab i {
    width: 15px;
    height: 17px;
    background-position: 0 -100px;
    top: 3px;
}
.bike-tab i {
    width: 18px;
    height: 15px;
    background-position: 0 -138px;
    top: 3px;
}
.switch-btn {
    width: 39px;
    height: 71px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.switch-btn-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 14px;
    display: block;
    margin-left: -9px;
    margin-top: -7px;
    background: url(images/revert_1.png) no-repeat 0 0;
}
.routebox-inputs {
    margin-left: 39px;
    position: relative;
}
.routebox-input { 
    width: 289px;
    position: relative;
}
.routebox-input input {
    line-height: 33px;
    width: 233px;
    font-size: 14px;
    border:0;
    border-left: 20px solid transparent;
    outline: 0;
    border-bottom: 1px solid #eaebed;
}
.route-star-icon {
    width: 11px;
    height: 10px;
    background: url(images/start_1.png) no-repeat 0 0;
    position: absolute;
    display: block;
    top: 15px;
    left: 3px;
}
.route-end-icon {
    width: 11px;
    height: 10px;
    background: url(images/end_1.png) no-repeat 0 0;
    position: absolute;
    display: block;
    top: 15px;
    left: 3px;
}
