.d_mains.newtop{
    top:178px
}
.search_header--module{
    flex-direction: column;
}
.search_history{
    display: none;
    align-items: center;
    color: #999;
    font-size: 14px;
    width: 100%;
    margin-top: 8px;
}
.search_history>ul{
    display: flex;
}
.search_history li{
    max-width: 125px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    cursor: pointer;
    margin-right: 16px;
}
.search_history li:hover{
    color: #FF383A;
}
.reset_search_condition{
    text-align: center;
}
.reset_search_condition button{
    width: 200px;
    height: 30px;
    background: #FF383A;
    border-radius: 4px 4px 4px 4px !important;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.buxian, .filter-select ul li{
    height: 26px;
    line-height: 26px;
    margin: 12px 5px 0px 0px;
}
.filter_items .buxian.active, .filter_items .filter-select li.active {
    background: #FF383A;
    color: #ffffff;
}
.filter_items .filter-select li.active span {
     color: #ffffff;
}
.filter_items .filter-title{
    height: 50px;
    line-height: 50px;
}
.price_filter--input{
    margin-bottom: 0px;
}
.timedate_choose_box{
    margin-top: 5px;
    margin-bottom: 0px;
}
.switchCondition{
    /*position: relative;*/
    /*top: 2px;*/
    display: flex;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}
/*.switchCondition>div{*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*}*/
.switchCondition .el-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
}
.switchCondition .el-switch__core{
    border-radius: 10px !important;
}
.switchCondition .el-switch.is-checked .el-switch__core {
    border-color: #FF383A;
    background-color: #FF383A;
}
