.hao_seleListBox {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.hao_seleListBox .hao_seleCate {
    border-radius: 4px;
    border: 2px solid #ccc;
    padding: 10px 15px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.hao_seleListBox .hao_seleCate.i {
    border-color: #ef8109;
}

.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: #008034;
    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: #000;
}

.hao_seleListBox .hao_cateListSele {
    background: #fff;
    position: absolute;
    left: -1px;
    right: -1px;
    top: calc(100% + 3px);
    border: 1px solid #ccc;
    padding: 10px 15px;
    max-height: 300px;
    overflow-y: scroll;
    display: none;
}

.hao_seleListBox .hao_cateList_active {
    cursor: pointer;
}

.hao_seleListBox>div {
    margin: 0 5px;
}

.hao_seleListBox .hao_catebutton {
    height: 100%;
}

.hao_seleListBox .hao_seleButton a {
    border-radius: 4px;
    background: #ef8109;
    color: #fff;
    min-width: 110px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

.hao_seleListBox .hao_seleButton a[href="javascript:;"] {
    border-radius: 4px;
    background: #ef8109;
    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;
}