/* 快捷键 */

.quickly-find {
	margin: 0 auto;
}

.hotkey {
	position: relative;
	font-size: 0;
	height: 54px;
	color: #666;
}

.hotkey .txt,
.hotkey .select,
.hotkey .key-value,
.hotkey a {
	float: left;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 33px;
}

.hotkey .key-value {
	text-align: center;
}

.hotkey .select {
	width: 100%;
	position: relative;
	margin-right: 10px;
	user-select: none;
	display: block;
	background: #6CD6AD;
	height: 65px;
	background-color: #6cd6ad;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 45px;
}

.hotkey .select .icon {
	position: absolute;
	right: 10px;
	top: 25px;
	width: 28px;
	height: 15px;
}

/* 小三角 */
.hotkey .select .icon.down {
	display: block;
	background: url(../img/global/quickquery_drop-down.png) no-repeat;
}

.hotkey .select .icon.up {
	display: block;
	background: url(../img/global/quickquery_drop-down.png) no-repeat;
	transform: rotate(180deg);
}


.hotkey .select-value {
	display: inline-block;
	width: 100%;
	height: 33px;
	background-color: #fafafa;
	text-align: left;
	cursor: pointer;
	color: #666;
	width: 443px;
	height: 54px;
	line-height: 54px;
	background-color: #c4ffe8;
	border-radius: 4px;
	margin-top: 5px;
}

.hotkey .select-list {
	position: absolute;
	left: 0;
	z-index: 99;
	width: 99.5%;
	display: none;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hotkey .select-list ul {
	max-height: 240px;
	overflow-y: auto;
}

.select-value span {
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}


.hotkey .select-list li {
	padding: 0 10px;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
}

.hotkey .select-list li.disabled {
	font-size: 14px;
	color: #999;
	cursor: default;
}

.hotkey .select-list li:hover {
	background: rgba(59,242,124,0.4);
}

.hotkey .txt {
	margin-right: 20px;
}

.hotkey a {
	position: absolute;
	right: 0;
	color: #666;
}

.hotkey a:hover {
	color: #666;
	text-decoration: underline;
}

.hotkey a i {
	font-family: Simsun;
	font-style: normal;
	font-weight: 700;
}

/* 滚动条样式 */
.hotkey .select-list ul::-webkit-scrollbar {
	width: 3px;
	background-color: #fff;
}

.hotkey .select-list ul::-webkit-scrollbar-button {
	display: none;
}

.hotkey .select-list ul::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
}

/* IE 浏览器 */
.select-list2 ul {
	/*三角箭头的颜色*/
	scrollbar-arrow-color: #fff;
	/*滚动条滑块按钮的颜色*/
	scrollbar-face-color: #7F7F7F;
	/*滚动条整体颜色*/
	scrollbar-highlight-color: #fff;
	/*滚动条阴影*/
	scrollbar-shadow-color: #fff;
	/*滚动条轨道颜色*/
	scrollbar-track-color: #fff;
	/*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
	scrollbar-3dlight-color: #7F7F7F;
	/*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
	scrollbar-darkshadow-color: #7F7F7F;
	/*滚动条基准颜色*/
	scrollbar-base-color: #7F7F7F;
}
