* {
	margin: 0;
	padding: 0;
}
ul, ol, dl {
  list-style: none;
}
a{
  color: #020202;
  text-decoration: none;
  cursor: pointer;
}


/**图片列表上移显示搜相识款*/
.show-image:hover > h4 {
    width: 99%;
    text-align: right;
    bottom: 0px;
}
.show-image > h4 {
    margin: 0;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    color: #FFF;
    padding: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: -23px;
    left: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.show-image > h4 > a:hover {
    background-color: #ef6c00;
    color: #FFF;
}
.show-image > h4 > a {
    float: left;
    width: 33.33%;
    min-width: 28px;
    height: 22px;
    font-size: 12px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    padding: 0 4px;
    box-sizing: border-box;
}

.goods_list .goods_card .show-image .transaction{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 8px;
}
.goods_list .goods_card .show-image .transaction label{
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 10px 0px 0px 10px;
    color: #fff;

}



