.jr-search {
	width: 1500px;
	height: 242px;
	background: #FFFFFF;
}

.jr-search form {
	margin: 32px 0 0;
}

.jr-search .jr-cpmc {
	display: inline-block;
	width: 169px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
}

.jr-search .jr-btn {
	padding: 0 24px;
	margin: 0 9px;
	line-height: 36px;
	height: 36px;
	background: #D1AB66;
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;

}
.layui-table-view {
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
}

.jr-search .layui-btn-primary {
	line-height: 36px;
	height: 36px;
	color: #D1AB66;
	background: #FFFFFF;
	border: 1px solid #D1AB66;
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}

.jr-search .layui-form-label {
	width: auto;
	padding: 0 20px 0 27px;
	line-height: 26px;
}

.jr-search .layui-form-item:nth-child(1) .layui-form-label {
	line-height: 36px;
}

.jr-search .layui-input-block {
	margin-left: 0;
}

.jr-search .layui-form-item {
	margin-bottom: 20px;
}

.jr-search .jr-a-btn {
	display: inline-block;
	margin-right: 8px;
	background-color: #FFFFFF;
	border: none;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding: 0 12px;

	height: 26px;
	line-height: 26px;

}

.jr-search .layui-input-block label {
	margin: 0 20px;
}

.jr-search .jr-a-btn.jr-search-active {
	display: inline-block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	background: #D1AB66;
	border-radius: 4px;
	padding: 0 12px;
}

.jr-search .layui-input-block {
	min-height: 26px;
}

.jr-table th {
	padding: 6px 0 !important;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px;

	background: #F8F8F8;
}

.jr-table td {
	padding: 0 !important;
	color: #333333;
}

.jr-table td h4 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
}

	.jr-table td .jr-bank {
		width: 140px;
		height: 56px;
		border: 1px solid #ECECEC;
		display: flex;
		position: relative;
	}

		.jr-table td .jr-bank .jr-bank-img {
			max-height: 100%;
			max-width: 100%;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%,-50%);
		}

.jr-table td .do-txt {
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 28px;
}

.jr-table td .layui-table-cell {
	white-space: normal !important;
	min-height: 102px;
	border-bottom: 1px solid #ECECEC;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	line-height: 18px;
	margin: 0;
}

.jr-table td:nth-child(1) .layui-table-cell {
	padding-left: 26px;

}

.jr-table td:nth-last-child .layui-table-cell {
	border: 0;
}

.jr-table td a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 22px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	background: #D1AB66;
}

.jr-table .layui-table-page {
	width: 1500px;
	height: 100px;
	background: #FFFFFF;
	padding: 0;
}

.jr-table .layui-table-page div {
	height: 100px;
	line-height: 100px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 20px;
}

.jr-table .layui-laypage-limits,
.jr-table .layui-laypage-skip,
.jr-table .layui-laypage-count {
	display: none;
}

.jr-table .layui-table-page a,
.jr-table .layui-laypage .layui-laypage-curr,
.jr-table .layui-laypage .layui-laypage-spr{
	border: 1px solid #jrjrjr;
	background-color: #FFFFFF;
	color: #333;
	height: 30px;
	line-height: 30px;
	margin: 0 4px;
}

.jr-table .layui-laypage .layui-laypage-curr {
	border: 1px solid #D1AB66;
}

.jr-table .layui-laypage .layui-laypage-curr em {
	color: #D1AB66;
	background-color: white;

}
