.mod-waterfall .waterfall-content{
    padding: 0.8rem;
    padding-bottom: 0;
    box-sizing: border-box;
}

.mod-waterfall .waterfall-left{
    box-sizing: border-box;
    float: left;
}

.mod-waterfall .waterfall-right{
    box-sizing: border-box;
    float: left;
}

.mod-waterfall .waterfall-box{
    box-sizing: border-box;
    background:rgba(255,255,255);
    border-radius: 0.6rem;
    width: 8rem;
    margin-bottom: .4rem;
}

.mod-waterfall .waterfall-pic-box{
    width: 100%;
    height: 8rem;
    display: flex;
    justify-content: center;
}

.mod-waterfall .waterfall-img{
    width: 5.6rem;
    height: 5.6rem;
    margin-top: 1.2rem;
}

.mod-waterfall .waterfall-label-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mod-waterfall .waterfall-info{
    box-sizing: border-box;
    max-width: 7.2rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-items: center;
    justify-content: center;
    border-radius: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 .4rem;
}

.mod-waterfall .waterfall-model{
    margin-top: .3rem;
    line-height: 1rem;
    font-size: .7rem;
    max-width: 7.2rem;
    color: #000;
    text-align: center;
}

.mod-waterfall .waterfall-price{
    margin-top: .4rem;
    height: 1.2rem;
    font-size: .8rem;
    color: #000;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .6rem;
}

.mod-waterfall .waterfall-cost-price{
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: .3rem;
}

.mod-waterfall .waterfall-rmb-price{
    font-size: .5rem;
    font-weight: 400;
    height: 100%;
    line-height: 1.35rem;
}

.mod-waterfall .waterfall-font-price{
    font-size: .5rem;
    font-weight: 400;
    margin-left: 0.1rem;
    height: 100%;
    line-height: 1.35rem;
}

.mod-waterfall .waterfall-old-price{
    font-size: .6rem;
    color: #000;
    height: 1.2rem;
    line-height: 1.35rem;
    opacity: .38;
    font-weight: 400;
    text-decoration: line-through;
}

.mod-waterfall .waterfall-right{
    padding-left: .4rem;
}

.mod-waterfall .loadingText {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.4rem;
    line-height: 2.4rem;
    width: 100%;
    font-size: 0.7rem;
    color: #777777;
}

.mod-waterfall .loading-box_icon {
    display: inline-block;
	background:transparent  url("../img/loading.gif") no-repeat center;
    background-size: 100% 100%;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 5px;
}
