/*container*/
.aos-item{
	width: 1300px;
	margin: 20px auto 0;
}
.waybill_wrap{
	border: 1px solid #ececec;
	background: #fff;
}
.page_waybill{
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}
.way_tit{
	text-align: center;
	font-size: 30px;
	color: #333333;
	margin-top: 17px;
}
.way_tit span{
	font-size: 30px;
	color: #dc151a;
	font-weight: bold;
}
.pageway_form{
	margin: 12px 0 20px 19px;
	height: 26px;
	padding: 12px 0;
	float: left;
	border:2px solid #dc151a;
}
.pageway_form div{
	float: left;
}
.move_addr{
	width: 250px;
	height: 29px;
	line-height: 29px;
	border-right: 1px solid #cdcdcd;
}
.pageway_form div span{
	display: inline-block;
	margin-left: 10px;
	color: #666666;
	line-height: 25px;
}
.move_addr input[type="text"]{
	padding-left: 10px;
	width: 230px;
	border:0;
}
.move_emil{
	width: 279px;
	line-height: 29px;
	border-right: 1px solid #d6d6d6;
}
.move_emil input[type="text"]{
	width: 250px;
	border:0;
	padding-left: 10px;
}
.move_data{
	width: 272px;
	line-height: 29px;
	border-right: 1px solid #d6d6d6;
}
.move_data input[type="text"]{
	width: 255px;
	border:0;
	padding-left: 10px;
}
.move_data select{
	margin-left:10px;
	color:#666;
	height:30px; 
	border:0px; 
	line-height:30px; 
	width:255px;
	padding-left: 10px;
	border:none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	background: url(input_arrow.png) no-repeat 238px transparent;
    padding-right: 14px;
}
.search_btn{
	float: right;
}
.search_btn input[type="submit"]{
	width: 200px;
	height: 54px;
	background: #dc151a;
	border:0;
	margin: 12px 20px 0 0;
	font-size: 24px;
	color: #fff;
	cursor:pointer;
}