.search_cate_content{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 24px;
    font-family: "Microsoft YaHei UI";
}

.search_cate_left{
    max-width: 976px;
    min-width: 316px;
    flex: 1;
}
.search_cate_content_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 16px;
}
.search_cate_content_top_title{
    color: #333;
    font-size: 32px;
    font-weight: 700;
}
.search_cate_content_input_box{
    width: 390px;
    height: 44px;
    line-height: 32px;
    padding: 6px 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 53px;
    border: 1px solid #333;
}
.search_cate_content_input_box_label{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid rgba(0, 0, 0, 0.20);
    padding: 0 16px 0 8px;
    margin-right: 8px;
}
.search_cate_content_input{
    flex: 1;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    border: none;
}
.search_cate_content_icon{
    width: 36px;
    height: 36px;
}
@media (max-width: 768px) {
    .search_cate_content{
        padding: 12px;
    }
    .search_cate_content_top_title{
        color: #333;
        font-size: 20px;
        font-weight: 700;
    }
    .search_cate_content_input_box{
      width: 240px;
      height: 32px;
      line-height: 32px;
    }
    .search_cate_content_input{
        width: 100px;
    }
}
