.center-showcase-content {
    position: relative;
}

.center-showcase-up {
    padding: 15px;
    border-bottom: 1px solid #e2e2e2;
}

.center-showcase-new-btn {
    font-size: 14px;
}

.add-case-setting {
    padding-top: 15px;
}

.center-showcase-down {
    position: relative;
}

.showcase-list {
    position: relative;
}


/* followers waterfall */

.showcases-warter-panel {
    position: relative;
    text-align: left;
}

.showcases-warter-item {
    position: absolute;
    background-color: #f4f4f4;
}

.showcases-warter-link {
}

.showcases-warter-content {
    width: 246px;
    height: 166px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.showcases-warter-shelf {
    position: absolute;
    display: block;
    left: 0px;
    top: auto;
    bottom: 0px;
}

.showcases-warter-info {
    text-align: left;
    padding: 3px 16px 8px;
}

.showcases-warter-title {
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
}

.showcases-warter-title > a {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    color: #428bca;
}

.showcases-warter-title > a:hover {
    color: #428bca;
    text-decoration: underline;
}

.showcases-warter-bookNum {
    font-size: 11px;
}

.showcases-warter-face {
    position: absolute;
    width: 190px;
    height: 130px;
    bottom: 26px;
    z-index: 1;
    left: 50%;
    margin-left: -95px;
}

.showcases-warter-face>li {
    width: 150px;
    position: absolute;
    bottom: 3px;
}
.showcases-warter-face>li:nth-child(1) {
    left: 3px;
    z-index: 6;
    width: 150px;
    height: 115px;
}
.showcases-warter-face>li:nth-child(2) {
    right: 20px;
    z-index: 5;
    width: 135px;
    height: 100px;
}
.showcases-warter-face>li:nth-child(3) {
    right: 3px;
    z-index: 4;
    width: 110px;
    height: 85px;
}
.showcases-warter-face>li>div {
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 100%;
    box-shadow: 1px 0px 2px #B1B1B1;
    overflow: hidden;
    background-color: #fff;
}
.showcases-warter-face>li:nth-child(1)>div {
    z-index: 6;
}
.showcases-warter-face>li:nth-child(2)>div {
    z-index: 5;
}
.showcases-warter-face>li:nth-child(3)>div {
    z-index: 4;
}