﻿.filter_box .filter_item li{
    padding-left:1rem;
}

.line_time_ul{
    padding:0;
}
.line_customer_item {
    height: 7rem;
    background: #fff;
    padding:0 1rem;
}
.line_customer_item a {
    display: flex;
    width:100%;
    height:100%;
    align-items:center;
}
.line_customer_item_head{
    width:5rem;
    height:5rem;
    border-radius:50%;
    overflow:hidden;
    margin-right:1rem;
}
.line_customer_item_head img{
    width:100%;
}
.line_customer_item_main {
    flex: 1;
    border-bottom:solid 1px #eee;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.customer_item_name{
    display:flex;
    align-items:center;
    font-size:1rem;
    color:#333;
}
.customer_item_zu{
    margin-left:1rem;
    padding:0.2rem 0.4rem;
    background:#eee;
    color:#999;
    border-radius:5px;
}

.xustomer_item_make{
    display:flex;
    align-items:center;
}
.customer_make_item{
    display:flex;
    align-items:center;
    justify-content:center;
    width:2.5rem;
    height:2.5rem;
    border-radius:50%;
    background:rgba(9,186,113,0.3);
    margin-left:1rem;
}
.customer_make_item i{
    color:#03bf71;
    font-size:1.5rem;
}