/* 供应商 */
.rele-module-block {
    margin-top: 0.266667rem;
    background: #fff;
}
.supplier-block{
    display: -webkit-box;
    display: -moz-box;
    padding: 0.2rem 0.32rem;
}
.supplier-block .hd{
    width: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}
.supplier-block .hd img{
    width: 100%;
    height: 100%
}
.supplier-block .md{
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: 0.2rem;
}
.supplier-block .md .name{
    color: #333;
    display: inline-block;
    max-width: 5.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.373333rem;
}
.supplier-block .md .icon{
    display: inline-block;
    width: 0.333333rem;
    height: 0.373333rem;
    vertical-align: top;
    margin: 0.24rem 0 0 0.08rem;
    background: url("../images/atte-icon.png") center no-repeat;
    background-size: contain;
}
.supplier-block .fd{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
.supplier-block .fd .more-link{
    color: #666;
    display: block;
    width: 200%;
    height: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: -1rem;
    text-align: right;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    font-size: 0.533333rem
}
.supplier-block .fd .more-link .icon{
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    border-top: 2px solid #a0a0a0;
    border-right: 2px solid #a0a0a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}