.search{
    position:relative;
    float: right;
	margin-bottom: -8px;
}

.search_result{
    position: absolute;
    background: #f4f4f4;
    width: 1159px;
    border-radius: 4px;
    max-height: 200px;
    overflow-y:scroll;
    /* display:none; */
    z-index: 9999;
}

.search_result li{
    list-style: none;
    padding: 5px 10px;
    margin: 0 0 0 -40px;
    color: #0098df;
    border-bottom: 1px #e4e4e4 solid;
    cursor: pointer;
    transition:0.3s;
}

.search_result li:hover{
    background: #b9b9b9;
}

.search_result a {
	position: relative;
	padding: 0.2rem 0.3rem;
	margin-left: -1px;
	line-height: 1.25;
	font-weight: bolder;
	color: #086dd4;
	text-decoration: none;
}

.search_result a:hover {
	position: relative;
	padding: 0.2rem 0.3rem;
	margin-left: -1px;
	line-height: 1.25;
	font-weight: bolder;
	color: #084a8e;
	text-decoration: none;
}

.who {background: #e6e6e6;border: 1px solid;font-size: initial;border-color: #332926;width: 400px;height: 32px;/* position: absolute; */z-index: 999;/* margin: -17px; */padding: 4px;color: #231e1b;}