.pagebg {
	margin: 30px auto;
	color: #666;
	display: block;
	text-align: center;
}

.pagebg li {
	display: inline-block;
	min-width: 30px;
	height: 28px;
	cursor: pointer;
	color: #666;
	font-size: 13px;
	line-height: 28px;
	background-color: #f9f9f9;
	border: 1px solid #dce0e0;
	text-align: center;
	margin: 0 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.xl-nextPage,
.xl-prevPage {
	width: 60px;
	color: #0073A9;
	height: 28px;
}

.pagebg li.xl-disabled {
	opacity: .5;
	cursor: no-drop;
}

.pagebg li.xl-disabled:hover {
	background-color: #f9f9f9 !important;
	border: 1px solid #dce0e0 !important;
	color: #666 !important;
}

.pagebg li.xl-active {
	background-color: #0073A9;
	border-color: #0073A9;
	color: #FFF
}

.pagebg li:hover {
	background-color: #0073A9 !important;
	border-color: #0073A9;
	color: #FFF
}

.pagebg li.xl-jumpText {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	opacity: 1;
}

.pagebg li.xl-jumpText:hover {
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgba(0, 0, 0, 0) !important;
}

.pagebg li.xl-jumpButton {
	padding: 0 5px;
}

#xlJumpNum {
	width: 35px;
	margin: 0 3px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.websitecheck {
	display: none !important;
}

.banjian_num,
.zixun_num,
.tousu_num {
	display: none;
}

.count {
	margin-bottom: 14px;
	color: red;
}

.search {
	position: relative;
	background: #FFFFFF;
	padding-bottom: 25px;
	padding-left: 21px;
	padding-top: 16px;
}

#autocomplete-list {
	width: 419px;
	position: absolute;
	left: 115px;
	line-height: 50px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid rgba(64, 120, 190, 0.18);
	border-top: none;
	padding: 0 20px;
	display: none;
	z-index: 2;
	/*top: 63px;*/
}

#autocomplete-list li {
	cursor: pointer;
}

#history-listbox {
	width: 419px;
	position: absolute;
	left: 115px;
	line-height: 50px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid rgba(64, 120, 190, 0.18);
	border-top: none;
	padding: 0 20px;
	display: none;
	z-index: 20;
	/*top: 63px;*/
}

#history-list {
	max-height: 250px;
	overflow: hidden;
}

#history-list li {
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #eee;
}

#history-list li i {
	font-style: normal;
}

#history-list li:last-child {
	border-bottom: 0;
}

#history-listbox p:first-child {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#history-listbox p:last-child {
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

#history-listbox img {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: text-top;
	margin-left: 8px;
}

@media screen and (max-width: 1200px) {
	/*#history-list {
		display: none !important;
	}
	#history-listbox {
		display: none !important;
	}
	#autocomplete-list {
		display: none !important;
	}
	.wjmcbox span {
		display: none;
	}
	.wjmc {
		padding-right: 1.3rem!important;
	}
	.reci {
		display: none !important;
	}
	.jgpx {
		display: none !important;
	}
	.sswz {
		display: none !important;
	}
	.level {
		display: none !important;
	}
	.zc_list li .list_title {
		padding-left: 0 !important;
	}
	.zc_list li .list_con {
		padding-left: 0 !important;
	}
	.wjmcbox {
		display: block!important;
	}*/
}

.jgpx {
	height: 36px;
	line-height: 36px;
	/* margin: 20px 0; */
	font-weight: 700;
	display: inline-block;
	font-size: 18px;
}

.jgpx a {
	margin-left: 4px;
	padding: 0px 24px;
	display: inline-block;
	font-weight: lighter;
}

.jgpx a.on {
	background: #e6f2ff;
	border-radius: 18px;
	color: #245399;
	/* font-weight: bold; */
}

.sswz {
	height: 36px;
	line-height: 36px;
	/* margin: 20px 0; */
	font-weight: 700;
	display: inline-block;
	font-size: 18px;
}

.sswz a {
	margin-left: 20px;
	padding: 0 20px;
	display: inline-block;
	font-weight: lighter;
}

.sswz a.on {
	background: #e6f2ff;
	border-radius: 18px;
	color: #245399;
	/* font-weight: bold; */
}

.mobblock {
	display: none;
}

.autocomplete-suggestions {
	border: 1px solid #BBBBBB;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-moz-box-shadow: 0 2px 10px #BBBBBB;
	-webkit-box-shadow: 0 2px 10px #BBBBBB;
	box-shadow: 0 2px 10px #BBBBBB;
}

.autocomplete-suggestion {
	color: #000;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 25px;
	border-bottom: 1px dashed #E9E9E9;
	cursor: pointer;
}

.autocomplete-no-suggestion {
	padding: 2px 5px;
}

.autocomplete-selected {
	background: #F1F1F1;
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399FF;
}

#clear-history {
	float: right;
	color: #999;
	font-weight: normal;
	font-size: 16px;
	cursor: pointer;
}

.wjmc {
	padding-right: 100px;
}

.wjmc:focus {
	border: 1px solid rgb(24 144 255 / 20%);
	box-shadow: -1px 0px 4px 4px rgb(24 144 255 / 20%);
	outline: 0px !important;
}

.wjmc:focus-visible {
	border: 1px solid rgb(24 144 255 / 20%);
	box-shadow: -1px 0px 4px 4px rgb(24 144 255 / 20%);
	outline: 0px !important;
}


.wjmcbox {
	display: inline-block;
	position: relative;
}

.wjmcbox span {
	font-weight: normal;
	position: absolute;
	right: 30px;
	top: 0;
	color: #999;
	font-size: 16px;
}

.wjmcbox span input {
	margin-right: 6px;
	vertical-align: middle;
}

.zc_list li .list_title .level {
	background: rgb(255, 255, 255);
	color: rgb(64, 120, 190);
	border: 1px solid rgb(64, 120, 190);
	border-radius: 6px;
	font-family: "Microsoft YaHei";
	height: 24px;
	padding: 0 6px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin-left: 20px;
	display: none;
}

.zc_zs {
	margin: 41px 0 20px;
	font-size: 18px;
	display: inline-block;
}

.zc_zs span {
	color: #e20000;
}

.shaixuan {
	margin-top: 0;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 59px;
	padding-bottom: 20px;
	background: #fff;
}

.xl-nextPage,
.xl-prevPage {
	width: 80px;
	height: 50px;
	min-height: 50px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(153, 153, 153, 0.2);
}

.pagebg li {
	width: 50px;
	min-height: 50px;
	height: 50px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(153, 153, 153, 0.2);
	line-height: 50px;
}

.pagebg li.xl-jumpText {
	width: auto;
	padding: 0 10px;
}

.shaixuan_list th {
	font-weight: bold;
}

.previous,
.next {
	width: 80px;
	height: 50px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(153, 153, 153, 0.2);
	margin-right: 30px;
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
}

.banjian_num,
.zixun_num,
.tousu_num {
	display: none;
}

.cengjileibie span li {
	height: auto;
	min-width: 300px;
	width: auto;
}

.shaixuan_list .cengjileibie span ul {
	max-height: 344px;
	overflow-y: scroll;
	height: unset;
	min-height: unset;
	display: none;
	left: -46px;
	z-index: 10;
}

.cengjileibie .xjwj li {
	display: block;
}

.fawenjigou li {
	display: unset;
}

.zhutifenlei li {
	display: unset;
}

.jgdz li {
	display: unset;
}

.zhankai {
	display: block;
	float: right;
	margin-right: 30px;
	line-height: 39px;
	color: #4078BE;
	cursor: pointer;
	font-size: 16px;
}

.zhankai img {
	margin-left: 10px;
}

.shaixuan_list>table>tbody>tr td>ul {
	height: 40px;
	max-width: 930px;
	min-height: 40px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.zc_list li .list_title br {
	display: none;
}

.zc_list li .list_title {
	position: relative;
}

.zc_list li .list_title p {
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 36px !important;
	color: #333;
}

.zc_list li .list_title span {
	font-weight: 400 !important;
	font-size: 18px;
	line-height: 36px;
	color: #333;
}

.zc_list li .list_title b {
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 36px !important;
	color: #333;
}

.zc_list li .list_con {
	height: auto;
}

.wip_footerbg {
	padding-top: 10px;
}

.cengjileibie span {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}

.wip_local {
	margin-bottom: 0px;
}

input.btn.reset {
	margin-right: 0;
}

.btn {
	background: url("btnbg.png");
	background-size: 100%;
}

.reci {
	display: block;
	vertical-align: bottom;
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	background: #FFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.reci li {
	min-height: unset;
	padding: 0 10px;
	line-height: 53px;
	cursor: pointer;
	color: #333;
	border-bottom: 1px solid #eeeeee;
	padding-left: 30px;
}

.reci li i {
	font-style: normal;
}

.reci li span {
	width: 15px;
	line-height: 15px;
	border-radius: 50%;
	text-align: center;
	background: #333;
	display: inline-block;
	margin-right: 10px;
	color: #ffff;
	font-size: 14px;
}

.reci span+li span {
	background: #e20000;
}

.reci span+li+li span {
	background: #ff6226;
}

.reci span+li+li+li span {
	background: #ffc042;
}

.reci span+li+li+li+li span {
	background: #0d57a2;
}

.reci span+li+li+li+li+li span {
	background: #64abd8;
}

.reci>span {
	line-height: 60px;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	font-size: 22px;
	display: block;
	padding-left: 30px;
}

.search-history {
	background: #FFF;
}

.search-history>span {
	line-height: 60px;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	font-size: 22px;
	display: block;
	padding-left: 30px;
}