#hm-header .caret-wrap {
	display: none;
}
#header-menu-sidebar .caret-wrap {
	display: none;
}
/* 导航查询浮层 */
#hm-header__search .search-label .icon-search {
    background-color: transparent;
}

#hm-header {
    /* padding-bottom: 2px; */
}

@media screen and (max-width: 991px) {
    .row.menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.42rem 0;
    }
    #hm-header-mobile .builder-item--nav-icon {
        /* margin-top: 1rem; */
    }
}