.store_list {
    width: 852px;
}

.store_info {
    display: revert;
    background: white;
    padding: 20px;
    border-bottom: 1px solid #EEEEEE;
}
.store_info .time_info{
    width: 100%;
}
.store_info .time_info a{
    display: flex;
}

.store_info .time_info .logo {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-right: 8px;
}

.store_info .time_info .com {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 577px;
}

.store_info .time_info .com .ago {
    margin-top: 12px;
    color: #777;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.store_info .time_info .com .ago span {
    margin: 0 16px 0 4px;
}

.store_info .time_info .com .introduce {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.store_info .time_info .com .name img {
    width: auto !important;
    height: 18px;
    padding-bottom: 5px;
}

.store_info .time_info .com .name {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 19px;
    font-family: "黑体";
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.store_info .time_info .shoucang {
    background-color: #009A44;
    height: fit-content;
    padding: 6px 16px;
    border-radius: 2px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    column-gap: 3px;
    cursor: pointer;
}

.FX1 {
    display: flex;
    flex: 1;
}

.filter {
    margin-bottom: 12px;
}
.province_search .active {
    background: #009A44;
    color: white;
}

.blank_data{
    text-align: center;
}
.blank_data img{
    width: 400px;
}
