.waterfallflow {
    position: relative;
    min-height: 600px;
}

.waterfallflow > ul {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.waterfallflow > ul.empty-list {
    text-align: center;
    line-height: 500px;
}

.waterfallflow > ul > li {
    width: 223px;
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: none;
    padding-bottom: 20px;
}

.waterfallflow > ul > li > div {
    position: relative;
}

.waterfallflow > ul > li img {
    min-height: 221px;
    width: 221px;
}

.waterfallflow > ul > li .imgdiv {
    overflow: hidden;
    min-height: 221px;
    max-height: 400px;
}

.waterfallflow > ul > li .vender1 {
    height: 30px;
    margin-top: -30px;
    opacity:0.65;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}
.waterfallflow > ul > li .vender2 {
    height: 30px;
    margin-top: -30px;
    line-height: 30px;
    padding: 0 16px;
    color: #666666;
    font-size:14px;
    font-family:SimSun;
    position: relative;
    z-index: 2;
}
.waterfallflow > ul > li .price {
    color: #FF6C00;
    line-height: 20px;
    padding: 0px 16px;
    margin-top: 10px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
}

.waterfallflow > ul > li .price > .money {
    font-size: 14px;
}

.waterfallflow > ul > li .price > .follow {
    font-size: 12px;
    display: block;
    float: right;
    line-height: 18px;
    color: #FF6C00;
    border: 1px solid #FF6C00;
    font-family: SimSun;
    font-weight: 400;
    padding: 0 6px;
    border-radius: 3px;
}

.waterfallflow > ul > li .price > .follow > span {
    margin-right: 3px;
}

.waterfallflow > ul > li .price > .follow.already {
    background-color: #FF6C00;
    color: #ffffff;
}

.waterfallflow > ul > li .artname {
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    padding: 0px 16px;
    margin-top: 14px;
}

.waterfallflow > ul > li .address {
    color: #B6B6B6;
    font-size: 12px;
    font-family: SimSun;
    font-weight: 400;
    line-height: 18px;
    padding: 0px 16px;
    margin-top: 17px;
}