﻿.clear:after{
	content:'';
	display:block;
	clear:both;
}
.deliveryplan_map{
    width:100%;
    height:9rem;
}
.map_title{
   width:100%;
   height:1.9rem;
   overflow:hidden;
   background:#fff;
}
.map_plan_title{
	width:50%;
	height:100%;
	float:left;
}
.map_plan_title span{
	text-align:center;
	line-height:1.9rem;
	font-size:11px;
	margin-left:2.8rem;
}
.active{
	color:#88abd9;
}
.map_rout{
	width:100%;
	height:7.2rem;
}
.map_plan_rout{
	width:100%;
	height:100%;
	display:none;
}
#container{
    width:100%;
    height:100%;
}
/*状态颜色*/
/*配送中*/
.status_indelivery{
    color:#333;
}
/*已送达*/
.status_served{
    color:#51c04e;
}
/*已签收*/
.status_signed{
    color:#53a6ff;
}