.prefix_contain{
    width: 90%;
    max-width: 1100px;
    margin-top: -10px;
}
.prefix_category{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}
.cat_item{
    width: 33.3%;
    border-right: 1px solid #d8d8d8;
    padding: 6px 0;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
}
.cat_item:last-child{
    border-right: none;
}
.cat_item svg{
    margin-right: 10px;
}
.cat_box{
    margin-left: 180px;
}
.cat_item.active::before{
    content: "";
    position: absolute;
    top: 75%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
/* .cat_item.active{
    color: #008cff;
    font-weight: 700;
    text-decoration: underline;
} */
.cat_item.active::after,.cat_item:hover::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 3px;
    transform: translate(calc(-50% + 10px),15px);
    background-color: #0273d1;
}
.cat_item svg path,.cat_item:hover svg path{
    fill: #4e9ddd;
}
.category_details{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-top: 9px;
    margin-left: 180px;
    margin-bottom: 5px;
    position: relative;
}
.details_content_l{
    overflow: auto;
    background-color: #fff;
    height: 100px;
    display: inherit;
}
.details_item{
    display: none;
    flex-wrap: wrap;
    position: relative;
}
#amenities{
    display: flex;
}
.details_item .tb_i{
    border: none;
    min-width: auto;
    padding: 0 9px;
    width: 180px;
}
#brands .tb_i{
    border-bottom: 1px solid #d8d8d8;
}
.details_item .tb_i a{
    padding: 5px 10px;
    text-align: center;
    text-decoration: underline;
    color: #333;
    font-size: 15px;
    border-radius: 5px;
    transition: all .2s ease-out;
    display: flex;
    justify-content: center;
}

.e_box{
    display: none;
}
.e_tb_i {
    white-space: nowrap;
    display: flex;
    text-align: center;
    padding: 3px 8px;
    align-items: center;
    min-height: 41px;
    width:220px;
    justify-content: start;
    font-size: 13px;
    border: none;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background: #e5e5e5;
}
.e_tb_i .cc{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    border-radius: 5px;
    padding: 7px 10px;
    min-height: auto;
    width: 100%;
}
.e_tb_i:hover .cc{
    transform: scale(1.17);
    transition: all .2s ease-out;
    background-color: #6bbcff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
}
.e_tb_i:hover .cc svg path,.e_tb_i.active .cc svg path{
    fill: #fff;
}
.e_tb_i .cc svg{
    transform: rotate(-90deg);
}
#brands .tb_i{
    width: 220px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 13px;
    background-color: #e5e5e5;
    min-height: 41px;
    line-height: 41px;
    text-indent: 15px;
    display: flex;
}
#brands .tb_i a{
    text-decoration: none;
    justify-content: start;
}
#brands .tb_i:hover{
    background-color: #6bbcff;
    transform: scale(1.1);
    transition: all .2s ease-out;
}
#brands .tb_i:hover .cc{
    color: #fff;
}
#brands .e_box .tb_i a:hover{
    transform: scale(1);
    background-color: #E5E5E5 !important;
}
#brands .e_box .tb_i a:hover .cc{
    color: #333 !important;
}
#brands .tb_i a:hover{
    background-color: #6bbcff !important;
}
.e_box.active{
    display: flex;
    position: absolute;
    left: 220px;
    top: 0;
    width: calc(100% - 220px);
    flex-wrap: wrap;
    padding-left: 10px;
}
#brands .tb_i .cc{
    text-align: left;
}
#brands .tb_i a{
    padding: 1px;
    min-height: auto;
}
#brands .e_box .tb_i{
    width: max-content;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    padding: 0;
    margin: 2px 3px;
    display: flex;
}
#map{
    top: 245px;
    max-height: calc(100vh - 263px);
}
.header_flex{
    background: #fff;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
    min-height: 60px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    min-height: auto;
}
.headerf_b{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-top: 10px;
    margin-left: 154px;
    margin-bottom: 15px;
}
.headerf_b .header_item a{
    color: #333;
    font-size: 12px;
    font-weight: 400;
}
.header_flex.flex{
    display: flex;
    flex-wrap: wrap;
}
.header_item a{
    display: flex;
    align-items: center;
    height: 100%;
}
.header_item{
    margin: 0 5px;
}
.header_flex .search_content{
    margin-left: 180px;
    margin-top: 10px;
}
.e_tb_i.active .cc{
    transform: scale(1.17);
    transition: all .2s ease-out;
    background-color: #6bbcff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
}
.e_tb_i:hover .e_box .cc,.e_tb_i.active .e_box .cc{
    transform: scale(1);
    background-color: transparent;
    color: #333;
}
.e_tb_i .e_box .cc{
    padding: 0px 10px;
}

#brands .e_box .tb_i:hover{
    background-color: #E5E5E5;
    transform: scale(1);
}
#search_ipt{
    width: 100%;
}
.search_content {
    width: 1100px;
}

/* new brands list */
.brands_list{
    width: 100%;
    overflow: auto;
}
.brands_content{
    display: flex;
    width: max-content;
    padding-bottom: 10px;
}
.brands_item{
    display: inline-block;
    margin: 2px 5px;
    border-bottom: 1px solid #333;
    cursor: pointer;
}
.brands_item svg{
    vertical-align: bottom;
    margin-right: 3px;
}
.brands_item.active{
    border-bottom: 3px solid rgb(62, 108, 234);
}
.brands_childer{
    display: none;
}
.brands_childer.active{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.brands_box{
    width: 100%;
}
.brands_childer{
    width: 100%;
    padding-top: 8px;
}
.brands_c_i{
    color: #333;
    text-decoration: underline;
    font-size: 14px;
    margin: 2px 5px;
}
.brands_c_i a{
    color: #333;
    padding: 6px 10px;
    display: flex;
    border-radius: 4px;
}
.brands_c_i a:hover{
    background-color: #efebeb;
}
.up_list{
    position: absolute;
    left: 50%;
    bottom: -15px;
    animation: flashAnimation 1.5s infinite;
    cursor: pointer;
}
@keyframes flashAnimation {
    0% {
        transform:scale(1);
    }
    50% {
        transform:scale(1.3);
    }
    100% {
        transform:scale(1);
    }
}
.category_box{
    position: relative;
    min-height: 156px;
}
.category_details.active{
    position: absolute;
    left: 0;
    z-index: 999;
    padding-bottom: 15px;
}
.category_details.active .details_content_l{
    height: max-content;
}
.category_details.active .up_list{
    background-color: #fff;
    border-radius: 3px;
    padding: 5px;
}
.category_details.active .up_list svg{
    transform: rotate(180deg);
}
.brands_c_i.active{
    background-color: #E8F0FE;
    font-weight: 700;
    border-bottom: 3px solid #008CFF;
    padding-bottom: 3px;
    text-decoration: none;
}
.headerf_b .cat_box,.headerf_b .category_details{
    margin-left: 27px;
    margin-top: 8px;
    width: 100%;
}
.headerf_b .category_box{
    width: 100%;
}
.line_156{
    width: 100%;
    height: 156px;
    display: none;
}
.search_ib{
    min-height: 48px;
}