.sticky{
    position: sticky;
    top:0;
    z-index: 999;
    background-color: #f5f5f5;
}
/* 搜索 */
.search_bar{
    padding:10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.search_bar .reset{
    flex-shrink: 0;
    margin-left: 6px;
    color:#fff;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    padding:0 15px;
    font-size:16px;
    background: linear-gradient(135deg, #808080, #4d4d4d);
}

.search_bar .filter {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 9999px;
    padding:4px 5px;
}

.search_bar .filter .fake_input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
    box-sizing: border-box;
    padding:0 5px;
    box-sizing: border-box;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.search_bar .filter .fake_input.notempty{
    color:#333;
} 

.search_bar .filter .iconfont {
    width: 80px;
    height: 36px;
    color: #fff;
    background-color: #e84027;
    font-size: 22px;
    font-weight: bold;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchTip{
    display: flex;
    align-items: center;
    margin:-5px 10px 10px 10px;
    flex-wrap: wrap;
}
.searchTip .label{
    font-size:26rpx;
    color:#666;
}
.searchTip .item{
    padding:2px 5px;
    border-radius: 10px;
    font-size:12px;
    margin-right: 5px;
    margin-bottom: 5rpx;
    background-color:#ecf5ff;
    color:#409eff;
    border:1px solid #a0cfff;
}
.searchTip .item:last-child{
    margin:0rpx;
}


.tagBox{
    display: flex;
    width:100%;
}
.tagBox .tag{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin:0 10px 0 10px;
    height: 32px;
    width:100%;
}
.tagBox .tag .item{
    width:50%;
    display: flex;
    justify-content: center;
}
.tagBox .tag .item .name{
    display: block;
    color:#999;
    border-bottom: 2px solid rgba(0,0,0,0);
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    font-size:16px;
}
.tagBox .tag .item.on .name{
    color:#333;
    border-bottom: 3px solid #333;
    font-weight: bold;
}


.list {
    height: 100%;
    overflow: auto;
    position: relative;
    display: none;
}
.list.on{
    display: block;
}
.list .scroll-container{
    height: 100%;
}
.list .content{
   
}
.list .content .item{
    background:#fff;
    overflow: hidden;
    display: flex;
    margin:10px;
    padding:5px;
    border-radius: 5px;
}
.list .content .item .imgbox{
    width:105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 8px;
    flex-shrink: 0;
}
.list .content .item .imgbox img{
    display: block;
    max-width: 105px;
    max-height: 105px;
}
.list .content .item .title{
    font-size:16px;
    padding-top:5px;
}

.list .content .item .zs{
    color:#999;
    font-size:13px;
    margin:5px 0;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.list .content .item .zs .val{
    color: #67c23a;
}
.list .content .item .cf{
    display:flex;
    flex-wrap: wrap;
}
.list .content .item .cf .e{
    padding: 2px 5px;
    color: #e6a23c;
    background-color: #fdf6ec;
    border-radius: 3px;
    margin-right: 3px;
    margin-bottom:3px;
    font-size: 12px;
}

.cardList .content .item .imgbox{
    width:75px;
    height: auto;
}
.cardList .content .item .imgbox img{
    max-width: 75px;
}

.loading{
    padding: 15px;
    text-align: center;
}
.is_end{
    text-align: center;
    font-size:30rpx;
    padding-bottom: 30rpx;
    color:#999;
}
.empty{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:15px;
}
.empty.active{
    display: flex;
}
.empty .null_img{
    margin-bottom: 5px;
}
.empty .null_img .iconfont{
    font-size:52px;
    color:#B3B3B3;
}
.empty .tip{
    text-align: center;
    color:#999;
    font-size:14px;
    line-height: 24px;
}
.empty .btn{
    text-align: center;
    padding: 10px;
    background: #F44336;
    color: #fff;
    width: 150px;
    margin: 15px auto;
    border-radius: 40px;
}
.empty .btn:active{
    opacity: 0.7;
}

.rec_title{
    margin:25rpx 25rpx 0rpx 25rpx;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    height: 50rpx;
    padding-bottom: 5rpx;
}

/* 搜图 */
.searchImg{
    position: fixed;
    right: 15rpx;
    bottom:185rpx;
    background:#ff7a1a;
    height: 95rpx;
    width:95rpx;
    color:#fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0.9;
}
.searchImg .title{
    font-size:25rpx;
    line-height: 25rpx;
}
.searchImg .iconfont{
    font-size:45rpx;
    line-height: 45rpx;
    margin-bottom: -3rpx;
    margin-top: -5rpx;
}