@charset "utf-8";

.header_sub_start {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 38px;
    text-align:left;
}

.header_sub_center {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_sub_end {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 38px;
    text-align:right;
}

#header_sub_title {
    font-size: 1.12rem;
    display: inline-block;
    max-width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
    text-decoration: none;
    color: initial;
    box-shadow: none;
    padding: 0;
    line-height: 1;
}

#cate_main_banner .swiper-pagination {
    bottom: unset;
    top: 10px !important;
    right: 10px !important;
    width: auto !important;
    left: unset;
}

.dropdown-menu {
    z-index: 9999 !important;
}




#cate_header { 
    transform: initial;
    transition: transform 1s;
}

#cate_header.scrollDown { 
    transform: translate(0, -160px);
}

