
.shop-wrap-merc {
    display: inline-block;
    width: 100%;
    height: 103px;
    padding: 0 20px;
    background: #fff;
}

.shop-wrap-merc .head-wrap {
    padding: 30px 0;
    float: left;
    width: 30%;
}
.shop-wrap-merc .head-wrap .img-wrap {
    width: 160px;
    height: 83px;
    line-height: 83px;
    display: table-cell;
}
.shop-wrap-merc .head-wrap .img-wrap img {
    height: 100%;
    vertical-align: middle;
}
.shop-wrap-merc .head-wrap h5{
    vertical-align: middle;
    display: table-cell;
    word-break: break-all;
    font-weight: 600;
}
.shop-wrap-merc .head-wrap h5 .mer-name {
    display: block;
    font-size: 24px;
}

.shop-wrap-merc .info-wrap {
    float: left;
    width: 35%;
    padding: 20px;
    color: #838383;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    word-break: break-all;
}
.shop-wrap-merc .info-wrap .item{
    margin-top: 5px;
}
.shop-wrap-merc .info-wrap .item .item-name {
    float: left;
    width: 75px;
    color: #aeaeae;
}
.shop-wrap-merc .other-info {
    float: left;
    width: 35%;
    padding: 20px 0;
    color: #838383;
}
.shop-wrap-merc .other-info .item-info {
    margin-top: 5px;
}
.shop-wrap-merc .other-info .item-info .item-name {
    float: left;
    width: 75px;
    color: #aeaeae;
}