@charset "UTF-8"; /* 快捷键查询 */









.hotkey {
	width: 100%;
}

.hotkey .content {
    margin:40px auto;
    text-align: center;
    width: 1200px;
	height:450px;
	position: relative;
	background: linear-gradient(to top, #027be2, #239bf8);
    border-radius: 20px;
}
.hotkey .shortcuts{padding-top:100px;padding-left:85px;}

.hotkey .hotkey_img{position: absolute;right:50px;bottom:70px;}

.hotkey .content .placeholder {
    width: 512px;
    height: 309px;
    top: 98px;
    position: absolute;
    right: 75px;
}
.hotkey .shtitle{
	text-align: left;
	color:#fff;
	font-size:23px;
	text-decoration:2px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.hotkey .content .shortcuts .brand {
    width: 312px;
    height: 38px;
    border-radius: 4px;
    border: solid 1px #e9eaf0;
}

.hotkey .select {
    position: relative;
    user-select: none;
    font-size: 18px;
    text-align: left;
    line-height: 54px;
    color: #999999;
    height: 52px;
    margin-bottom: 32px;
}

.hotkey .select .icon-brand {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    margin-left: 15px;
    background: url(../images/brand.png) no-repeat;
}

.hotkey .select .icon-type {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    margin-left: 15px;
    background: url(../images/type.png) no-repeat;
}

.hotkey .select .icon {
    position: absolute;
    top: 30px;
    margin-left: -60px;
    background: url(../images/brand.png) no-repeat;
    width: 22px;
    height: 12px;
}

.hotkey .select .icon.down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 12px solid #fff;
    transition: border .3s linear;
}

.hotkey .select-value {
    display: inline-block;
    width: 360px;
    height: 52px;
    border-radius: 5px;
    border: solid 1px #d2d2d2;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    background-color: #fff;
    text-indent: -40px;
}

.hotkey .select .type-text,.brand-text {
    margin-left: 14px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.hotkey .shortcuts .remind {
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    user-select: none;
    /* margin-left: 32px; */
    font-family: 'sy0';
}

.hotkey .shortcuts .remind font {
    color: #4e65ef;
}

.hotkey .select-list {
    position: absolute;
    text-align: center;
    left: 0px;
    /* top: 36px; */
    z-index: 999;
    width: 360px;
    display: none;
    color: #666;
    border: solid 1px #e9eaf0;
    background-color: #ffffff;
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.19);
}

.hotkey .select-list ul {
    max-height: 369px;
    overflow-y: auto;
}

.hotkey .select-list ul::-webkit-scrollbar {
    width: 5px;
    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);
}

.hotkey .select-list li {
    cursor: pointer;
    line-height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}

.hotkey .select-list li:not(.disabled):hover {
    background-color: #e8f6ff;
}

.hotkey .strxvc{
	color:#fff;
	text-align: left;
	margin-left:85px;
}
.hotkey .strxvc_nr{

}
.hotkey .strxvc_a{
	margin-top:10px;
	margin-top:20px;
}
.hotkey .strxvc_a a{
	color:#fff;
}