/* 工具样式 */
.seller_type {
    width: 48px;
    height: 18px;
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
}

.seller_type_1 {
    background: url(https://bk-test12.oss-cn-beijing.aliyuncs.com/house_v2/img/sliver.png) no-repeat scroll 0 0;
    background-size: 48px 18px;
}

.seller_type_2 {
    background: url(https://bk-test12.oss-cn-beijing.aliyuncs.com/house_v2/img/gold.png) no-repeat scroll 0 0;
    background-size: 48px 18px;
}

.seller_type_3 {
    background: url(https://bk-test12.oss-cn-beijing.aliyuncs.com/house_v2/img/diamond.png) no-repeat scroll 0 0;
    background-size: 48px 18px;
}

a:hover, a:link, a:visited {
    text-decoration: none;
    outline: none;
}