﻿body{
    background:#fff;
}
.search-image-box {
    background: #f4f5f6;
    padding: 20px 0;
}
.search-image-box img{
    max-width:100%;
    max-height:100%;
    display:inline-block;
}
.search-image-outer {
    width: 130px;
    height: 130px;
    overflow: hidden;
    background: #ddd;
    margin-left:10px;
    line-height:130px;
    text-align:center;
}
.search-count{
    display:flex;
    align-items:center;
    padding:20px 10px;
}
.search-count h3{
    margin:0;
    margin-right:10px;
}
.count-num{
    font-size:14px;
    color:#666;
}
.search-list .container{ 
}