.search {
	margin-top: 10px;
}
.search #keyword,
.search #start,
.search #end,
.search span {
	display: inline-block;
}
.search .el-date-editor.el-input{
	width: 140px;
}
.search #keyword {	
	width: 165px;
	margin-right: 20px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #bfcbd9;
    box-sizing: border-box;
    color: #1f2d3d;
    font-size: inherit;
    height: 36px;
    line-height: 1;
    outline: 0;
    padding: 3px 10px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.search button {
	height: 36px;
	border-radius: 2px;
	background-color: rgba(60, 141, 188, 1);
	color: #fff;
	cursor: pointer;
}
.search .screen {
	width: 55px;
	margin-left: 10px;
}
.search .payment,
.search .export {
	width: 95px;
}
.search_result {
	margin-top: 10px;
	margin-bottom: 40px;
}
.search_result table {
	width: 100%;
}
.search_result thead {
	background-color: #f5f5f5;
	height: 50px;
	line-height: 50px;
	
}
.search_result thead th {
	font-size: 14px;
	text-align: center;
	border: 0;
}
.search_result thead th input,
.search_result tbody td input {
	width: 15px;
	height: 15px;
}
.search_result tbody td {
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.search_result tbody td span {
	color: #000;
	font-size: 14px;
}
.weifukuang{
	color: red !important;
}
.handle a {
    display: inline-block;
	width: 50px;
	height: 28px;
	line-height: 28px;
	border-radius: 2px;
	color: #666;
	border: 1px solid rgba(204, 204, 204, 1);
	float: left;
	margin-left: 10px;
}
.handle1{
	float: left;
}

.page .pagination>li>a, .page .pagination>li>span {
    padding: 6px 15px;
    margin: 0 5px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.page {
	width: 500px;
	margin: 0 auto;
}
.pagination>li {
	float: left;
}
.pagination .first a, .pagination .prev a, .pagination .next a, .pagination .last a {
    color: #fff;
    background-color: #00a8ff;
    border-color: #00a8ff;
}
.first{
	display: none !important;
}
.last{
	display: none !important;
}
.my_model{
    position: fixed;
    display: none;
    top:50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -200px;
    z-index: 9999;
    width: 360px;
    height: 145px;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    padding: 20px;
    background: #fff;
}
.ma-show{
	display: block;
}
.my_model .title{
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 20px;
}
.my_model .title .closeModel{
    float: right;
    cursor: pointer;
}
.my_model p{
    line-height:16px;
}
.my_model .opBtn{
    margin-top: 20px;
}
.my_model .opBtn a{
    width: 58px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
}
.my_model .dialog-sure{
    background: #52a0e5;
    color: #fff;
    border: 1px solid #52a0e5;
}

.my_model .dialog-close{
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #3c3c3c;
}