
.historyTit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 1rem;
    font-size: 16px;
}
.historyTit img{
    width: 1.8rem;
}
.historyList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.historyList a{
    border: 1px solid #aaa;
    padding: .5rem 1rem;
    border-radius: 30px;
    color: #777;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    background-color: #fff;
}
.searchRecommend{
    display: flex;
    overflow-x: scroll;
    padding: 3rem 0;

}
.searchRecommend::-webkit-scrollbar{
    display: none;
}
.searchRecommend .swiper-slide{
    width: 24rem;
    margin-right: 1rem;
    background-color: #fff;
    border-radius: 10px;
}
.searchRecommendTit{
    width: 24rem;
    display: flex;
    align-items: center;
    background-image: linear-gradient(-29deg, #fad3c9 0%, #fde3dc 29%, #fff2ef 58%, #fae8c9 100%), linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal,normal;
    border-radius: 10px 10px 0px 0px;
    padding: 1rem 1rem;
    color: #f30011;

}
.searchRecommendTit2{
    background-image: linear-gradient(-29deg, #faedc9 0%, #fdf0dc 29%, #fff2ef 58%, #f4fac9 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    color: #f35600;
}
.searchRecommendTit img{
    width: 1.8rem;
    margin-right: .5rem;
}
.searchRecommendList{
    padding: 1rem 1rem;
}
.searchRecommendList a{
    display: block;
    font-size: 14px;
    padding-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.searchRecommendList a span{
    padding-right: .5rem;
    font-style: italic;
}
.searchRecommendList a:first-child span{
    color: #f20213;

}
.searchRecommendList a:nth-child(2) span{
    color: #f77a00;

}
.searchRecommendList a:nth-child(3) span{
    color: #009df7;

}

/*搜索为空时*/
.noSearch{
    padding: 4rem 0 0 0;
    text-align: center;
    font-size: 16px;
    color: #777;
}
.noSearch img{
    width: 8rem;
    padding-bottom: 1rem;
}
.searchListWrap{
    background-color: #fff;
    border-radius: 10px;
}
/*搜索列表*/


/*删除弹框样式*/
.removeRecordLbox{
    border-radius: 5px!important;
}
.removeRecordLbox .layui-layer-btn .layui-layer-btn0 {
    border-color: #f2023a;
    background-color: #f2023a;
    color: #fff;
}