body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #666;
	margin: 0;
}

.hidden {
	display: none !important;
}

.selectPickerWrapper * {
	box-sizing: border-box;
}

.selectPickerWrapper {
	position: relative;
	margin: 0px;
	display: inline-block;
}

.select-picker-search {
	width: 200px;
	height: 32px;
	line-height: 32px;
	color: #666;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 0 10px;
	font-size: 14px;
	cursor: pointer;
}

.select-picker-search-checked {
	position: relative;
	width: 180px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 5px;
}

.select-picker-search-checked:after {
	border: 5px solid transparent;
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	top: 12.2px;
	border-top: 8px solid #666;
	right: 0;
}

.select-picker-options-wrp {
	display: none;
	width: 200px;
	border-radius: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	background-color: #fff;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 999;
}

.select-picker-options-serch input {
	width: 160px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 12px 0 0 10px;
	padding-left: 8px;
}

.select-picker-options-serch input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.select-picker-options-list {
	width: 100%;
	padding: 8px 0;
	max-height: 300px;
	overflow: auto;
}

.select-picker-options-list-item {
	width: 100%;
	line-height: 36px;
	cursor: pointer;
	padding: 0 12px;
}

.select-picker-options-list-item:hover {
	background: #ebf1f5;
}

.duihao {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	transform: translateY(4px);
	margin-right: 6px;
}

.duihao-checked {
	background: #00a0ff;
	position: relative;
}

.duihao-checked:before,
.duihao-checked::after {
	content: "";
	height: 10px;
	width: 2px;
	border-radius: 10px;
	display: block;
	background: white;
	position: absolute;
	top: 4px;
	left: 10px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.duihao-checked::before {
	height: 6px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 7px;
	left: 5px;
}

.duihao-nocheck {
	border: 1px solid #ddd;
}

.select-picker-options-list-item.selected {
	background-color: #00a0ff;
	color: white;
}

.search-range input {
	width: 60px;
}


























.searchBox {
	display: flex;
	height: 57px;
	justify-content: center;
}

.select2,
.select1 {
	line-height: 32px;
	color: #666;
	border-radius: 3px;
	border: 1px solid #ddd;
	margin: 0 10px;
	font-size: 14px;
	cursor: pointer;
	width: 220px;
	position: relative;
}

.searchBox .select_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	color: #666;
	line-height: 32px;
}

.searchBox .select_checked {
	position: relative;
	width: 180px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 5px;
}

.searchBox .select_checked::after {
	border: 5px solid transparent;
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	right: 0;
	top: 50% !important;
	transform: translateY(-50%);
	border-top: 8px solid #E77F1E !important;
}

.searchBox .select_options {
	position: absolute;
	top: 105%;
	width: 100%;
	background-color: #ffffff;
	z-index: 1;
	display: none;
	padding: 10px 0;
	max-height: 250px;
	overflow-y: scroll;
}

.searchBox .select_item {
	display: block;
	cursor: pointer;
	padding: 0 10px;
	line-height: 32px;
}
.searchBox .select_item:hover{
	background-color: #ebf1f5;
}
.searchBox .select_list_children .select_item{
	padding-left: 2em;
}
.select_item.item_act{
	color: #E77F1E;
}
.searchBox .inputName {
	height: 100%;
	width: 820px;
}

.searchBox .inputName input {
	width: 100%;
	height: 100%;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px;
}

.searchBox .mySearch {
	width: 100px;
	height: 100%;
	background: #E77F1E;
	display: flex;
	justify-content: center;
	align-items: center;
}

.searchBox .icon {
	font-size: 16px;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	margin-top: -3px;
	fill: currentColor;
}
