.categoryPage_pc{
    display: flex;
    /* margin-right: 20px; */
    width: 100%;
}
.categoryPage_pc>.filterBox{
  width: 25%;
}
.categoryPage_pc>.filterBox>.filterBox_top{
    width: 100%;
    height: 29px;
    line-height: 29px;
    display: flex;
    justify-content: space-between;
}
.categoryPage_pc>.filterBox>.filterBox_top>.filterBox_top_left{
    font-size: 21px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.categoryPage_pc>.filterBox>.filterBox_top>.filterBox_top_right{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A1A2A9;
    text-decoration:underline;
    cursor: pointer;
}



/* 筛选项的样式 */
.filterBox_bottom{
    overflow: hidden;
}
.filterBox_bottom>.filterBox_bottom_line>.filterBox_bottom_label{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    margin-top: 27px;
}
.filterBox_bottom>.filterBox_bottom_line>.filterBox_bottom_label>.oneline{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.filterBox_bottom>.filterBox_bottom_line>.filterBox_bottom_label>.unfold img{
    width: 24px;
    height: 24px;
}

.filterBox_bottom>.filterBox_bottom_line>.filterBox_bottom_box{
    /* height: 18px; */
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
    display: flex;
    margin-top: 13px;
}
.filterBox_bottom>.filterBox_bottom_line>.filterBox_bottom_box>.filterBox_bottom_box_img>img{
    width: 16px;
    height: 16px;
}
.filterBox_bottom>.filterBox_bottom_line>.filterBox_bottom_box>.filterBox_bottom_box_text{
        margin-left: 10px;
      
}
.filterBox_bottom>.filterBox_bottom_line>.filterBox_bottom_box>.filterBox_bottom_box_text:hover{
    font-weight: 600 !important;
    color: #000000;
    cursor: pointer;
}
.filterBox_bottom>.filterBox_bottom_line>.isCheck{
    font-weight: 600;
}
.knowDetails{
    width: 88px;
    height: 40px;
    background: rgba(216,216,216,0);
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    line-height: 40px;


    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0 auto;
    margin-top: 22px;

}
.black_knowDetails{
    width: 100px;
    height: 40px;
    background: rgba(216,216,216,0);
    border: 1px solid rgba(255,255,255,0.3);


    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;

    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 22px;

}