.show {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.brand {
    background: #fff;
    border: 1px solid #d7d7d7;
}

.brand .direction {
    padding: 0;
    line-height: 38px;
}

.brand .direction strong {
    width: 110px;
    background: #fafafa;
    color: #333;
    text-align: center;
    text-indent: 0;
    display: block;
    float: left;
}

strong {
    font-weight: bold;
}

.brand .direction a {
    padding: 0 10px;
    margin: 0 10px;
    color: #005aa0;
}

.brand .direction a.on {
    padding: 5px 10px;
    background: #d72426;
    color: #fff;
}

.h20 {
    height: 20px;
}

.product_list li {
    margin-left: 8px;
    margin-right: 7px;
    padding-bottom: 15px;
    width: 210px;
}
.product_list {
    display: flex;
    flex-wrap: wrap;
}
.product_list li a.img {
    display: flex;
    padding: 1px;
    border: 1px solid #e0e1dc;
    justify-content: center;
    align-items: center;
    height: 240px;
    overflow: hidden;
}

.product_list li a.img img {
          transform: scale(0.8);
    width: 100%;
}

img {
    vertical-align: middle;
}

.product_list li h3 {
    text-align: center;
    padding-top: 5px;
}

.product_list li h3 a {
    font-weight: normal;
}