.click_color{
    color: #5fb4e5;
}
.border_color_up{
    border-color: transparent transparent #5fb4e5!important;
}
.border_color_down{
    border-color: #5fb4e5 transparent transparent!important;
}
.filter{
    width: 1437px;
    margin: auto;
    display: none;
}
.filter .back{
    margin: 20px 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding:0 10px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
}
.filter .flex{
    display: flex;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    border-style: dashed;
    padding-bottom: 15px;
}
.filter .flex:last-child{
    border: none;
    margin-bottom: 0px;
}
.filter .flex .title{
    width: 175px;
    color: rgb(153, 153, 153);
    line-height: 22px;
}
.filter .flex .soft{
    line-height: 30px;
}
.listsLift{
    width: 175px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ifnoChange{
    color: rgb(153, 153, 153);
    font-size: 14px;
}
.listsLift .price,.sale,.rate,.composite{
    line-height: 35px;
}
.listsLift .price_up{
    border-color: transparent transparent #999;
    border-style: solid;
    border-width: 0 7px 7px;
    height: 0;
    width: 0;
}
.listsLift .price_down,.sales_down,.rate_down{
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    height: 0;
    margin-top: 4px;
    width: 0;
}
.sales_down,.rate_down{
    margin-top: 0px;
}
.BackgroundDown{
    border-color: #5fb4e5 !important;
}
.filter .list{
    display: flex;
}
.lowest_price,.highest_price{
    width: 92px;
    font-size: 12px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    outline: none;  /* 去掉浏览器的焦点框 */
}
.listsLift .gang{
    margin: 0 5px;
}
.surePrice{
    display: inline-block;
    width: 60px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-left: 54px;
    background-color: #5fb4e5;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.logo_1688{
    width: 100px;
    height: 30px;
}
.shaixuan{
    display: none;
}
@media screen and (max-width: 768px) {
    .col-md-2 {
        padding-left: 0px;
    }
    .filter{
        width: 100%;
        margin: auto;
    }
    .filter .flex{
        justify-content: space-around;
    }
    .filter .flex .soft{
        display: none;
    }
    .shouji_none{
        display: none!important;
    }
    .composite{
        width: 50px;
    }
    .shouji_price{
        width: 67px;
    }
    .shouji_sale{
        width: 80px;
    }
    .shouji_rate{
        width: 102px;
    }
    .shaixuan{
        display: block;
        line-height: 35px;
        margin-left: 6px;
    }
    .shaixuan img{
        width: 28px;
        height: 30px;
    }
    .modal-contents{
        background-color: #fefefe;
        margin: 67% auto;
        border: 1px solid #888;
        width: 100%;
    }
    .shaixuanContent{
        padding: 15px;
    }
    .shouji_jiage{
        color: #000;
        font-size: 15px;
    }
    .jiage_flex{
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    .jiage{
        background: #e2e2e2;
        padding: 10px;
        border-radius: 5px;
    }
    .close {
        padding: 10px!important;
    }
    .lowest_jiage,.highest_jiage{
        text-align: center;
    }
    .input_jiage{
        margin-top: 20px;
    }
    .button_flex{
        display: flex;
        justify-content: center;
    }
    .button_fanhui,.button_sure{
        width: 110px;
        height: 33px;
        line-height: 33px;
        text-align: center;
    }
    .button_fanhui{
        background-color: #e2e2e2;
        border-top-left-radius: 22px!important;
        border-bottom-left-radius: 22px!important;
    }
    .button_sure{
        background-color: #5fb4e5;
        color: #fff;
        border-top-right-radius: 22px!important;
        border-bottom-right-radius: 22px!important;
    }
    .shouji_click_color{
        color: #5fb4e5;
        border: #5fb4e5;
        background-color: #bed9e9;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .filter .flex .title {
        width: 123px;
    }
    .listsLift {
        width: 124px;
    }
    .lowest_price, .highest_price{
        width: 68px;
    }
}
@media screen and (min-width: 820px) and (max-width: 820px) {
    .filter .flex .title {
        width: 90px;
    }
    .listsLift {
        width: 105px;
    }
    .lowest_price, .highest_price{
        width: 64px;
    }
    .allMoney,.composite{
        width: 70px;
    }
    .price_change:nth-child(2){
        width: 80px;
    }
    .surePrice{
        margin-left: 63px;
    }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
    .modal-contents {
        background-color: #fefefe;
        margin: 39% auto;
        border: 1px solid #888;
        width: 100%;
    }
    .composite{
        width: 110px;
    }
    .shouji_sale, .shouji_price {
        width: 110px;
    }
    .shouji_rate {
        width: 130px;
    }
    .jiage {
        padding: 10px 52px;
    }
    .button_fanhui, .button_sure {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
}