.aui-searchbar-btn{
    color: #aaa!important;
    margin-right:0!important;
}
.aui-icon-left{
    color: #444!important;
}
.aui-icon-search{
    font-size:12px!important;
}


header{
    position: sticky!important;
    top: 0;
}

.hotsearch{
    padding:0 20px;
}
.head{
    padding: 14px 0;
    color: #ccc;
    font-size: 13px;
}
.hotsearch .body{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.hotsearch .body .item{
    width:49%;
    font-size: 14px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;   
}
.hotsearch .body .item span{
    padding-right: 6px;
    font-weight: bold;
    color: #999;
}
.hotsearch .body .item.top span{
    color: rgb(200,137,0);
}



.historysearch{
    padding:0 20px 10px 20px;
    border-bottom: 1px solid #f2f2f2;
}
.historysearch .body{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.historysearch .body .item{
    margin-bottom: 8px;
    width: 46%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.historysearch .body .item .left{
    width: 90%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;   
}
.historysearch .body .item img{
    width: 8px;
    height: 8px;
    display: none;
}
.historysearch .body.del .item img{
    display: block;
}


.historysearch .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.historysearch .head img{
    width: 12px;
    height: 12px;
}
.historysearch .head .right.del img{
    display: none;
}
.historysearch .head .right span{
    display: none;
}
.historysearch .head .right.del span{
    display: inline-block;
    padding-left: 8px;
}





.shujiabody {
    padding: 0 18px;
}

.shujiabody .item {
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
}

.shujiabody .item img {
    width: 22vw;
    height: 29.7vw;
    margin-right: 12px;
    object-fit: cover;
}


.shujiabody .title {
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.shujiabody .info {
    width: calc(100vw - 48px - 22vw);
}

.shujiabody .desc {
    font-size: 14px;
    color: #888;
    margin: 10px 0 0px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.shujiabody .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 26px;
}

.shujiabody .more .author {
    font-size: 12px;
    color: #999;
}

.shujiabody .more .add {
    padding: 3px 4px;
    border: 1px solid rgb(197, 137, 3);
    border-radius: 4px;
    font-size: 12px;
    color: rgb(197, 137, 3);
}