.img-tags-father-body{
    position: relative;
}
.img-tags-father-body .img-goods-tag-list{

}
.img-tags-father-body .img-goods-tag {
    position: absolute;
}
.img-tags-father-body .img-goods-tag:hover .goods-info-body{
    display: block;
    z-index: 101;
}
.img-tags-father-body .goods-tag{
    position: relative;
}
.img-tags-father-body .tag-dto-icon{
    margin: 5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 5px rgba(0,0,0,.4);
    animation: 2.5s breathe-anim ease-in-out infinite alternate;
    cursor: pointer;
    position: absolute;
    left: -7px;
    top: -7px;
}
@-webkit-keyframes breathe-anim{
    0% {
        box-shadow: 0 0 0 2px rgba(0,0,0,.4)
    }
    100% {
        box-shadow: 0 0 0 5px rgba(0,0,0,.4)
    }
}
.img-tags-father-body .goods-tag>div{
    float: left;
}
.img-tags-father-body .goods-info-body{
    margin-left: 20px;
    position: relative;
    margin-top: -15px;
    display: none;
    box-shadow: 0 0 2px 1px rgba(255,255,255,0.4);
    -webkit-box-shadow: 0 0 2px 1px rgba(255,255,255,0.4);;
    -moz-box-shadow: 0 0 2px 1px rgba(255,255,255,0.4);
    -o-box-shadow: 0 0 2px 1px rgba(255,255,255,0.4);
    border-radius: 2px;
}
.img-tags-father-body .goods-info-body .goods-info{
    width:150px;
    max-height: 60px;
    background-color: rgba(0,0,0,0.4);
    background-color: #000000\9;
    *background-color: #000000;
    filter:Alpha(opacity=40);
    opacity: 0.4\9;
    color:white;
    padding: 8px;
    text-align: left;
}
.img-tags-father-body .img-goods-tag>a{
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}
.img-tags-father-body .goods-info-body .goods-name{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    *height: 32px;
    height: 32px\0;
}
.img-tags-father-body .goods-info-body .goods-info-icon{
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-width: 5px 4px 4px 4px;
    border-style: solid dashed dashed dashed;
    border-color: rgba(0,0,0,0.4) transparent transparent transparent;
    left: -8px;
    top: 12px;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}