.query_box {
	padding:20px 0;
	margin: 0 10px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
.waybill_number{
	width: 300px;
	height: 30px;
	border: 1px solid #707070;
	border-radius: 4px;
	outline: none;
	margin-right: 20px;
	padding: 0 10px;
}
.query_now {
	width: 60px;
	height: 30px;
	background: #BA2523;
	color: #fff;
	border: none;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	font-size:16px;
}
.query_now:active {
	background: #CB4646;
}

.status_box {
	padding: 10px;
}
.status_box .per_item {
	padding:5px;
	padding-left:240px;
	position: relative;
	font-size: 15px;
	min-height: 30px;
}
.per_item .item_time {
	width: 230px;
	position: absolute;
	top:5px;
	left:20px;
}
.per_item .item_info {
	width:100%;
}
.status_box .per_item::before {
	content: "";
	display: block;
	height: 100%;
	border-right: 1px solid #ddd;
	position: absolute;
	left: 5px;
	top: 0;
}
.status_box .per_item::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ccc;
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
}