.hpoi-bg-ibox{margin-top: 2.5rem;padding: 0 .24rem;}
.hpoi-search-box{background-color: var(--bg-color-fff);position: fixed;top: .88rem;left: 0;right: 0;display: flex;height: .9rem;padding: .15rem .24rem;}
#hpoi-search-text{display: block;width: 100%;height: 100%;color: var(--text-color-666);font-size: var(--text-size-secondary);border: 0;outline: none;padding: .09rem  .54rem;background-color: var(--bg-color-eee);border-radius: .34rem;}
.hpoi-search-btn{border: 0;background-color: var(--bg-color-fff);font-size: var(--text-size-secondary);color: var(--text-color-666);margin-left: .2rem;font-weight: 300;}
.hpoi-search-icon{position: absolute;left: 3%;top: 50%;transform: translateY(-50%);width: .24rem;height: .24rem;}

.hpoi-search-type-box{background-color: var(--bg-color-fff);position: fixed;top: 1.7rem;left: 0;right: 0;padding: 0 .24rem;border-bottom: .01rem solid #EEEEEE;height: .8rem;display: flex;justify-content: space-between;}
.hpoi-search-type-box span{font-size: var(--text-size-secondary);color: var(--text-color-666);line-height: .8rem;height: .8rem;border-bottom: .02rem solid transparent;}
/*分类选中样式*/
.active{border-bottom-color: var(--text-color-3cd5ff) !important;font-size: var(--text-size-large) !important;color:var(--text-color-3cd5ff) !important }
/*搜索结果数据列表*/
.hpoi-search-items{display: flex;padding: .2rem 0;border-bottom: .01rem solid #EEEEEE;}
.search-item-a>img{display: block;width: 1.6rem;border-radius: var(--border-radius-default);}
.search-item-right{margin-left: .2rem;flex: 1;width: 0;}
.search-item-name{display: block;height: .4rem;color: var(--text-color-333);font-size: var(--text-size-secondary);font-weight: 300;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.search-item-detail{margin: .06rem 0;font-size: var(--text-size-default);color: var(--text-color-666);font-weight: 300;;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.search-item-label{display: flex;flex-wrap: wrap;margin: 0 0 -.2rem -.2rem;}
.search-item-label .hpoi-label{display: block;padding: .04rem .07rem;border-radius: .06rem;font-size: var(--text-size-default);color: var(--text-color-666);font-weight: 300;background-color: var(--bg-color-eee);}
.search-item-label a{margin: 0 0 .2rem .2rem;}
/*搜索栏删除icon*/
.hpoi-search-delete-icon{display: none;position: absolute;right: 3%;top: 50%;transform: translateY(-50%);width: .24rem;height: .24rem;}

/*没内容样式*/
.hpoi-second-tips{text-align: center;padding-top: 2rem;}
.hpoi-second-tips>img{width: 2.5rem;}
.hpoi-second-tips p{font-size: .4rem;color: var(--text-color-999);}