body{
    margin:0 !important;
}
.result-top{
    background: #f9f9f9;
    border-bottom: 1px solid #e0dddd;
    padding: 8px 10px 8px 0;
    height:30px;
}
.result-top .icon-arrow-left{
    font-size: 16px;
    line-height: 32px;
    color: #989898;
}
.result_bar button{
    float: left;
    border: none;
    background: #f9f9f9;
    width: 12%;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    outline: none;
}
#search_input{
    width: 88%;
    box-sizing: border-box;
    line-height: 26px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 15px;
    margin-top: -1px;
    -webkit-appearance: none;
}

.result-list{
    background: #ffffff;
    padding: 0 15px;
}
.result-item{
    padding:12px 0;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.result-item>a{
    text-decoration: none !important;
}
.result-item h3.title{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    padding-left: 90px;
    margin-top: 7px;
}
.pic{
    width: 78px;
    height: 78px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-radius: 6px;
}
.pic img{
    width: 100%;
}
p.content{
    height: 36px;
    font-size: 14px;
    color: #888;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 36px;
    padding-left: 90px;
}


