.bar .title{color:white;}
.title{line-height: 2.6rem;}
.content-padded{padding-top: 2.6rem;}
.bar-nav~.content{top: 2.6rem;}
body{background: white;}
.list-block{margin-top: 0;}
.transition_All{
transition: all .2s ease;
-moz-transition: all .2s ease; /* Firefox 4 */
-webkit-transition: all .2s ease; /* Safari 和 Chrome */
-o-transition: all .2s ease; /* Opera */
}
.content_box{background: white;min-height:2rem;padding: .5rem;}
.item{border-bottom: 1px solid #DDDDDD;height:2rem;line-height:2rem;}
.search_box{height: 2.5rem;padding: .5rem;background: white;border-bottom: 1px solid #EEEEEE;display: flex;justify-content: space-between;align-items: center;
position: fixed;
top: 2.6rem;
z-index: 999999;
width: 100%;
}
.input_search_box{height: 1.5rem;border-radius: 1.25rem;background: #eee; }
#input_search{border: none;background: #eee;width: 13rem; height: 1.5rem;border-radius: 1.25rem;color: #999999;font-size: .75rem; }
.search_font_box{font-size: .8rem;color:#0a8ddf;margin-right: .5rem;}
.content_box_ul{color: #515151;}
.history_box{padding: .3rem .5rem;font-size: .16rem;margin-top: 2.6rem;}
.list-block{margin-top: 2.6rem;}
.list-block ul:before{background-color: white;}
#sousuo_icon{margin-left: .5rem;font-size: 1rem;vertical-align: middle;}
.history_title{font-size: .16rem;}
#close_icon{position: absolute;left: 14rem;top: .65rem;font-size: .8rem}
.history_span_box{padding: 8px 0;}
.history_span{background: #EEEEEE;display: inline-block;padding: .25rem .4rem;margin: 0 .25rem;border-radius: 2px;cursor: pointer;margin-bottom: .5rem;}
.hidden{display: none;}
.btn_more_box{text-align: center;margin: .5rem 0;display: none;}
.btn_more{ border: 1px solid #0a8ddf;border-radius: 5px;font-size: .7rem; color: #0a8ddf; display: inline-block;height:1.3rem;line-height: 1.3rem;text-align: center;width:4rem;}
.nodata{font-size: .28rem;height: 4rem;line-height: 4rem;text-align: center;display: none}