.historyList{
	padding: 25px 30px;
}
.historyList table{
	width: 100%;
	border:1px solid #ddd;
}
.historyList .td-head{
	font-weight: bold;
}
.historyList table td{
	height: 50px;
	/* line-height: 50px; */
	font-size: 16px;
	color: #000;
	border-bottom:1px solid #ddd;
}
.historyList table tbody >tr:nth-child(2n){
	background: #f5f5f5;
}
.history-modify,.history-cancel{
	padding: 0 20px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
}
.history-modify{
	background: #55b657;
}
.history-cancel{
	background: #556db6;
	margin-right: 10px;
}
.history-btn{
	width: 105px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	margin-right: 50px;
	cursor: pointer;
	background: -webkit-linear-gradient(top, #fdcc16 , #e49002);
    background: -o-linear-gradient(bottom, #fdcc16, #e49002);
    background: -moz-linear-gradient(bottom, #fdcc16, #e49002);
    background: linear-gradient(to bottom, #fdcc16 , #e49002);
}
.title{
	margin-right: 234px;
}
.ui-paging-container ul{
	text-align: center;
}
.ui-paging-container li{
	color: #5f5f5f;
	padding: 7px 12px;
	box-sizing: border-box;
	border:1px solid #d9d9d9;
	border-radius: 4px !important;
}
.ui-select-pagesize{
	display: none;
}
.ui-paging-container li.ui-paging-toolbar{
	border:none;
}
.ui-paging-container li.ui-paging-toolbar input{
	height: 32px;
	line-height: 32px;
	width: 50px;
    vertical-align: unset;
    border-radius: 4px;
}
.ui-paging-container li.ui-paging-toolbar a{
	height: 32px;
	line-height: 32px;
	border:none;
}
.ui-paging-toolbar span{
	margin-left: 10px;
}
.ui-paging-container li.ui-pager:hover, .ui-paging-container li.focus{
    background-color: #1890ff;
    border: 1px solid #1890ff;
}
#businessToolbar{
	margin-top: 20px;
}
.history-express{
	padding: 0 20px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	margin-right: 10px;
	font-family: Microsoft YaHei;
	border-radius: 5px;
}
.search-history .search-img {
    display: block;
}
.search-wrap{
	position: absolute !important;
	right: 0;
	top: 2px;
}
