/**搜索框**/.searchHistory{    border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294117647);    padding-top: 10px;    padding-bottom: 10px;}.searchHistory .leftArrowBtn{    width:16px;    height:16px;    margin-top: 9px;    margin-left: 14px;    margin-right: 14px;    -webkit-tap-highlight-color: transparent;}.searchHistory .History{    width: 240px;    height: 32px;    border: 1px solid #FFBB96;    border-radius: 2px;}.searchHistory .History .Search{    width:200px;    padding-left: 10px;    height: 31px;    line-height: 31px;    border:none;    outline: 0;    white-space:nowrap;    overflow:hidden;    text-overflow:ellipsis;}.searchHistory .History .colseBtn{    width:16px;    height:16px;    margin-top: 8px;    margin-right: 5px;    -webkit-tap-highlight-color: transparent;}.searchHistory  .searchBtn{    font-size: 14px;    height: 34px;    line-height: 34px;    margin-right: 15px;    color: #FA541C;    -webkit-tap-highlight-color: transparent;}/**历史搜索**/.historyBox{    /*display:none;*/}.headHistory{    padding: 20px 20px;}.headHistory .text{    font-size: 16px;    color: rgba(0, 0, 0, 0.45);}.headHistory .delBtn{    width:16px;    height:16px;    margin-top: 1px;}.historyBox .listBox{    padding-left: 20px;    padding-right: 20px;}.historyBox .listBox a{    font-size: 14px;    line-height: 20px;    color: rgba(0, 0, 0, 0.65);    background: rgba(0, 0, 0, 0.04);    padding: 4px 10px;    border-radius: 56px;    margin-bottom: 20px;    margin-right: 20px;    max-width:310px;    display: -webkit-box;    -webkit-line-clamp:2;    overflow: hidden;    text-overflow: ellipsis;    -webkit-box-orient: vertical;}/**关键词联想**/.keywordsAssociation{   background-color: #fff;   display:none;}.keywordsList{}.keywordsList{    padding-top: 10px;}.keywordsList .keywords{    margin-left: 10px;    margin-right: 10px;    height:40px;    line-height: 40px;    border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294117647);}.keywordsList .keywords .fl{    font-size: 14px;    color: rgba(0, 0, 0, 0.65);    width:220px;    white-space:nowrap;    overflow:hidden;    text-overflow:ellipsis;}.keywordsList .keywords .fr{    font-size: 14px;    color: rgba(0, 0, 0, 0.25);    width:120px;    white-space:nowrap;    overflow:hidden;    text-overflow:ellipsis;}/**空数据页面**/.emptyData{    position: fixed;    left:0;    top:55px;    right:0;    bottom:0;    display:none;    background-color: #fff;    z-index: 888888;}.emptyPic{    width:240px;    height:240px;    margin-top: 98px;}.emptyData .text{    font-size: 16px;    color: #FA541C;    margin-bottom: 10px;}.prompt{    width:200px;    font-size: 14px;    line-height: 20px;    color: rgba(0, 0, 0, 0.45);}.BTN_box{    margin-top: 20px;}.BTN{    width: 275px;    height: 40px;    line-height:40px;    background: #FA541C;    opacity: 1;    border-radius: 56px;    font-size: 16px;    color: #FFFFFF;}