/* cate-banner */
.cate-banner .banner{
    text-align: center;
}
.cate-banner .cate-breadcrumb{
    margin-top: -50px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2;
}
.cate-banner .breadcrumb{
    margin: 0;
    padding: 0;
}
.cate-banner .breadcrumb a{
    text-decoration: unset;
    color: #333;
}
/**/
#content{
    padding-top: 2.5rem;
}

@media (min-width: 1200px) {
}

@media (max-width: 1199px) {
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
}