﻿.hao_seleListBox {
    display: flex;
    justify-content: space-between;
    padding: 0px 0;
}

.hao_seleListBox .hao_seleCate {
    border: 1px solid #ccc;
    padding: 10px 15px;
    width: 100%;
    position: relative;
    z-index: 2;
       border-radius: 4px;
}

.hao_seleListBox .hao_seleCate.i {
    border-color: var(--theme-color);
}

.hao_seleListBox .hao_seleCate.i .hao_cateList_active p {
    display: flex;
    align-items: center;
}

.hao_seleListBox .hao_seleCate.i .hao_cateList_active p::before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--theme-color);
    display: inline-block;
    border-radius: 100%;
    margin-right: 7px;
}

.hao_seleListBox .hao_caname p {
    color: #777;
    font-size: 14px;
    line-height: 1.8;
    cursor: pointer;
}

.hao_seleListBox .hao_caname p:hover {
    color: var(--theme-color);
}

.hao_seleListBox .hao_cateListSele {
    background: #fff;
    position: absolute;
    left: -1px;
    right: -1px;
    top: calc(100% + 0px);
    border: 1px solid #ccc;
    padding: 10px 15px;
    max-height: 200px;
    overflow-y: scroll;
    display: none;
       border-radius: 4px;
           box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.hao_seleListBox .hao_cateList_active {
     cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hao_seleListBox .icon {
    font-size: 12px;
    width: 14px;
    height: auto;
    margin-right:0px;
    margin-top: -1px;
    fill: currentColor;
}

.hao_seleListBox>div {
    margin: 0 5px;
}

.hao_seleListBox .hao_catebutton {
    height: 100%;
}

.hao_seleListBox .hao_seleButton a {
    background: var(--theme-color);
    color: #fff;
    min-width: 110px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}
.hao_seleListBox .hao_seleButton a:hover {
    background: var(--themes-color);
}
.hao_seleListBox .hao_seleButton a[href="javascript:;"] {
    background: #666;
    cursor: auto;
}

.hao_seleListBox .hao_cateListSele.e .hao_cateList {
    display: none;
}

.hao_seleListBox .hao_cateListSele.s .hao_cateList {
    display: none;
}

.hao_seleListBox .hao_cateListSele.e .hao_cateList.cur {
    display: block;
}

.hao_seleListBox .hao_cateListSele.s .hao_cateList.cur {
    display: block;
}

.hao_seleListBox .hao_hint p {
    color: #999;
    font-size: 14px;
    line-height: 1.8;
    cursor: pointer;
}

.hao_seleListBox .hao_cateListSele::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.hao_seleListBox .hao_hint p:hover {
    color: #777;
}

.hao_seleListBox .hao_cateListSele .hao_hint {
    color: #999;
    font-size: 14px;
    line-height: 1.8;
    cursor: pointer;
}

.hao_seleListBox .hao_cateListSele .hao_hint:hover {
    color: #777;
}

.hao_selebreak {
    display: none !important;
}