.zyjb-showbox {
	width: 100%;
	padding: 10px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}
.zyjb-showbox-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	min-height: 20px;
}
.zyjb-showbox-ul li {
	display: flex;
	align-items: center;
	background: #f8f8f8;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	font-size: 14px;
	color: #666;
	padding: 6px;
	margin-right: 5px;
}
.zyjb-showbox-ul li em {
	font-size: 12px;
	color: #888;
	cursor: pointer;
	margin-left: 8px;
}
.zyjb-select-box {
	position: absolute;
	background: #fff;
	width: 75%;
	height: 300px;
	box-sizing: border-box;
	overflow-y: auto;
	padding: 10px;
	border: 1px solid #e0e0e0;
	z-index: 10;
}
.zyjb-list-tit {
	font-size: 14px;
	color: #333;
	height: 28px;
	line-height: 28px;
	margin: 0px;
	position: relative;
	cursor: pointer;
	margin-left: 15px;
}
.zyjb-list {
	position: relative;
	cursor: pointer;
	margin: 5px 0;
}
.zyjb-list .zjt {
	width: 20px;
	height: 20px;
	position: absolute;
	left: -10px;
	top: 2px;
	background: url(../../images/zjfw/zjt.png) no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
}
.zyjb-list .zjt.xjt {
	background: url(../../images/zjfw/xjt.png) no-repeat center center;
	background-size: 100% 100%;
}
.zyjb-list-cont {
	padding-left: 15px;
	margin: 0px;
}
.hidden {
	display: none;
}
.selected {
	background-color: #c4daff;
}
/* 修改垂直滚动条 */
.zyjb-select-box::-webkit-scrollbar {
	width: 4px;
	/* 修改宽度 */
}
/* 修改滚动条轨道背景色 */
.zyjb-select-box::-webkit-scrollbar-track {
	background-color: #e0e0e0;
}
/* 修改滚动条滑块颜色 */
.zyjb-select-box::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 2px;
}
/* 修改滚动条滑块悬停时的颜色 */
.zyjb-select-box::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}
