@charset "utf-8";
.shop-wrap-merc {
    display: inline-block;
    width: 100%;
    height: 103px;
    padding: 0 20px;
    background: #fff;
    box-sizing: border-box;
}

.shop-wrap-merc .head-wrap {
    padding: 20px 0;
    float: left;
    width: 30%;
}
.shop-wrap-merc .head-wrap .img-wrap {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: table-cell;
	position: relative;
}
.shop-wrap-merc .head-wrap .img-wrap img {
    height: 50px;width: 50px;
    vertical-align: middle; border:#ee4341 2px solid;border-radius: 50%;
}
.shop-wrap-merc .head-wrap .img-wrap::after {
  content: '';
  width: 82px;
  height: 21px;
  background: url(../images/int-ctt.png) no-repeat;
  background-size: 82px 21px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.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: 20px;
}

.shop-wrap-merc .info-wrap {
    float: left;
    width: 30%;
    padding: 10px 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: 30%;
    padding: 10px 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;
}