.book-result-toolbar {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(21, 73, 192, 0.05);
	padding: 0 24px;
}


.toolbar-type {
	display: flex;
	column-gap: 20px;
}

.flex-box .toolbar-type {
	column-gap: 12px;
	padding-right: 12px;
	border-right: 1px solid #DAE0EE;
}

.toolbar-type-btn {
	color: #677390;
	cursor: pointer;
}

.toolbar-type-btn img:nth-child(2) {
	display: none;
}

.toolbar-actived {
	color: #1549C0;
}

.toolbar-actived img:nth-child(2) {
	display: inline-block;
}

.toolbar-actived img:nth-child(1) {
	display: none;
}

.flex-box {
	display: flex;
}

.toolbar-type-other {
	cursor: pointer;
	margin-left: 12px;
	color: #677390;
}

.toolbar-type-other img:nth-child(2) {
	display: none;
}

.toolbar-type-other:hover {
	color: #1549C0;
}

.toolbar-type-other:hover img:nth-child(1) {
	display: none;
}

.toolbar-type-other:hover img:nth-child(2) {
	display: inline-block;
}
