
/* 筛选样式 */
.filtrate_shade {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.filtrate_content {
    width: 29.5rem;
    /*height: 60rem;*/
    border-top-left-radius: 1.4rem;
    position: absolute;
    right: 0;
    background: #fff;
    overflow-y: scroll;
    top: 0rem;
    bottom:7.8rem;
}

.price_range_txt {
    font-size: 1.3rem;
    color: #111;
    font-weight: bold;
    height: 4.4rem;
    line-height: 4.4rem;
    padding-left: 2rem;
    border-bottom: 1px solid #f2f2f2;
}

.filtrate_price_range {
    border-bottom: 1rem solid #f1f1f1;
}

.price_range_detail,
.integral_range_detail {
    padding: 0.5rem 1rem;
}

.cash_price,
.integral_price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.integral_price_txt,
.cash_txt {
    font-size: 1.2rem;
    color: #666;
}

.filtrate_shade input {
    border: none;
    outline: none;
    -webkit-appearance: none;
    width: 10rem;
    height: 3rem;
    background: #f6f6f6;
    border-radius: 1.5rem;
    text-align: center;
}

.filtrate_shade input::-moz-placeholder {
    color: #ddd;
    font-size: 1.2rem;
}

.filtrate_shade input::-ms-input-placeholder {
    color: #ddd;
    font-size: 1.2rem;
}

.filtrate_shade input::-webkit-input-placeholder {
    color: #ddd;
    font-size: 1.2rem;
}

.cash_price .line,
.integral_price .line {
    width: 1rem;
    height: 0.1rem;
    background: #ddd;
}

.filtrate_text {
    font-size: 1.3rem;
    color: #111;
    font-weight: bold;
    height: 4.4rem;
    line-height: 4.4rem;
    padding-left: 2rem;
    border-bottom: 1px solid #f2f2f2;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-right:2rem;
}
.filtrate_text img{
    width:1rem;
}
.filter_detail ul li{
    width:8.2rem;
    height:3.2rem;
    border-radius:1.6rem;
    color:#666;
    text-align:center;
    font-size:1.2rem;
    line-height:3.2rem;
    margin-right:1rem;
    float:left;
    margin-bottom:1.5rem;
    background:#f6f6f6;
    box-sizing: border-box;
}
.filter_detail ul li.current{
    border:1px solid #ea6542;
    color:#ea6542;
    background:#fff;
}
.filter_detail ul li span{
    display:inline-block;
    width:6rem;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.filter_detail ul{
    padding:1.5rem 1rem;
    overflow:hidden;
}
.filter_detail ul li:nth-child(3n){
    margin-right:0;
}
.filtrate_btn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0rem;
    background: #fff;
    height: 8.8rem;
    right: 0;
    width: 29.5rem;
}
.filtrate_btn .filtrate_reset{
    width:11rem;
    height:3.4rem;
    border:1px solid #aaa;
    border-radius:1.7rem;
    line-height:3.4rem;
    text-align:center;
    color:#666;
    box-sizing: border-box;
    font-size:1.2rem;
    margin-right:2rem;
    margin-left:2rem;
}
.filtrate_btn .filtrate_confirm{
    width:11rem;
    height:3.4rem;
    background:linear-gradient(90deg,#ea6542,#df3d3e);
    border-radius:1.7rem;
    line-height:3.4rem;
    text-align:center;
    color:#fff;
    box-sizing: border-box;
    font-size:1.2rem;
    margin-right:2rem;
}