
.map{
    width: 800px;
    height: 600px;
    border:1px solid #efb973;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}
.inquire{
    text-align: center;
    /*height: 76px;*/
    background: #efb973;
    border-radius: 10px 10px 0  0;
    padding:14px 0 ;
    font-size: 18px;
}
.inquire input{
     height: 42px;
     border: none;
    margin-right: 10px;
    padding:0 10px;
    outline: none;
    border-radius: 5px;
    font-size: 18px;
    color: #666666;

}
.inquire label{
    display: inline-block;
    margin: 0 10px;
}
.inquire button{
    border: none;
    border-radius: 5px;
    height: 42px;
    padding: 0 30px;
    font-size: 18px;
color: #ffffff;
    background: #c46533;
    outline: none;
    cursor: pointer;
}

.remind{
    width: 800px;
    margin: 0 auto;
    text-align: justify;
}
.remind dl{
   margin-top: 50px;
    color:#666666;
}
.remind_bus{
    padding-left: 120px ;
    background:url("../images/bus.png" ) no-repeat;
    font-size: 16px;
    line-height: 1.5;
}
.remind_bus dt{
    color: #2fd8d1;
    font-size: 20px;
    line-height: 2;
}

.remind_car{
    padding-left: 120px ;
    background:url("../images/car.png" ) no-repeat;
    font-size: 16px;
    line-height: 1.5;
}
.remind_car dt{
    color: #fc9778;
    font-size: 20px;
    line-height: 2;
}
#allmap{
    width: 100%;
    height: 530px;
    margin: 0 auto;

}
.result{
    width: 800px;
    margin: 0 auto;
}
.result> p{
    font-size: 18px;
    padding:20px 0 10px 0;
    color: #7a7a7a;
}
#r-result {
    color: #7a7a7a;

}
#r-result,#r-result table{width:100%; clear:both;}
#routePanel p{float:left;}
.mark_box{
    width: 800px;
    height: 100px;
    line-height: 80px;
    background:url("../images/point_bg.png") #faf8f9 no-repeat 40px center;
    border-radius: 8px;
    margin: 20px auto 0;

}

.address_txt{
    margin-left: 130px;
    font-size: 20px;
    color: #c46533;
    line-height: 100px;
    padding: 0;
}
.c666{
    font-size: 16px;
    color: #666;
}