.cate-search{
    padding: 60px 0 40px;
    min-height: 800px;
    background: #fff;
}
.bread-crumb{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    padding-bottom: 40px;
    border-bottom: 1px solid #EEEEEE;
}
.bread-crumb a{
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
    margin-right: 6px;
    white-space: nowrap;
}
.bread-crumb a i{
    color: #999999;
    font-size: 12px;
}
.bread-crumb div{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}
.cate-part{
    border-bottom: 1px dashed #BBBBBB;
    margin-bottom: 40px;
}
.cate-title{
    font-size: 18px;
    color: #000000;
    line-height: 21px;
    margin-bottom: 24px;
}
.cate-cont{
    display: flex;
    flex-wrap: wrap;
}
.cate-item{
    margin-right: 24px;
    margin-bottom: 34px;
}
.cate-item .t1{
    margin-bottom: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    display: block;
}
.cate-item .t2{
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    display: block;
}
.cate-item .t2:hover{
    color: #E21818;
}
.cate-menu{
    position: fixed;
    left: calc(50% - 680px);
    backdrop-filter: blur(4px);
}
.cate-menu div{
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    font-weight: 500;
    font-size: 14px;
    color: #BBBBBB;
    text-align: center;
    line-height: 20px;
}
.cate-menu .on{
    background: #E21818;
    color: #fff;
}
.cate-menu div:hover{
    color: #E21818;
    background: rgba(226, 24, 24, 0.2);
}
@media (max-width: 1362px) {
    .cate-menu{
        left: 0;
    }
}
@media (max-width: 991px){
    .cate-menu{
        position: sticky;
        display: flex;
        justify-content: center;
        top: 80px;
        padding: 20px;
        background: #ffffff73;
        flex-wrap: wrap;
    }
}

