﻿/*分页*/
.render {
	text-align: center;
    margin-top: 20px;
}

/*搜索栏*/
.search_column {
	margin-bottom: 10px;
}

/*时间选择范围*/
.time_select_range {
	width: 200px;
}

/*快递弹窗*/
.express_popup_title {
	font-size: 20px;
}
.express_popup_body {
	font-size: 14px;
	padding: 15px 30px;
}
.express_popup_name {
	border: 1px solid #a9a9a9;
	font-size: 14px;
	padding: 5px;
}
.express_popup_number_box {
	padding-top: 10px;
}
.express_popup_number {
	border: 1px solid #a9a9a9;
	font-size: 14px;
	padding: 5px;
}
.express_popup_btn {
	color: white;
	background-color: #444444;
	margin-left: 100px;
}