.waterfall-layout-container {
    padding: 48px 20px 0 20px;
}

.waterfall-layout-title {
    padding-bottom: 20px;
    color: #1b1b1b;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

    .waterfall-layout-title.center {
        text-align: center;
    }

    .waterfall-layout-title.left {
        text-align: left;
    }

    .waterfall-layout-title.right {
        text-align: right;
    }

.waterfall-layout-image-box {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    min-width: 335px;
}

    .waterfall-layout-image-box.max-width-850 {
        max-width: 1500px;
    }

    .waterfall-layout-image-box .image-box {
        position: absolute;
        transition: all 0.3s;
        border-radius: 8px;
        overflow: hidden;
        background-color: #fff;
        width: 288px;
        cursor: pointer;
    }

        .waterfall-layout-image-box .image-box:hover {
            box-shadow: 5px 5px 28px #d0d0d0, -5px -5px 28px #f0f0f0;
        }

        .waterfall-layout-image-box .image-box .good-image {
            width: 100%;
            padding: 12px;
            position: relative;
            overflow: hidden;
            will-change: transform, left, top, width, height;
        }

            .waterfall-layout-image-box .image-box .good-image img {
                width: 100%;
                border-radius: 8px;
                max-height: 440px;
                display: block;
                object-fit: contain;
                filter: brightness(97%);
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                -ms-border-radius: 8px;
                -o-border-radius: 8px;
            }

        .waterfall-layout-image-box .image-box .good-data {
            padding-top: 16px;
            padding-bottom: 10px;
            padding-left: 12px;
        }

        .waterfall-layout-image-box .image-box .good-price,
        .waterfall-layout-image-box .image-box .good-name {
            color: #1b1b1b;
            text-align: left;
            transition: font-size 0.3s ease;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .waterfall-layout-image-box .image-box .good-name {
            font-weight: 400;
        }

        .waterfall-layout-image-box .image-box .good-price {
            font-family: Ubuntu;
            font-weight: 500;
            margin-top: 4px;
        }

.waterfall-layout #waterfall-pagination-container {
    margin-top: 18px;
}

    .waterfall-layout #waterfall-pagination-container .pagination {
        display: flex;
        justify-content: center;
        overflow-y: auto;
        width: 100%;
    }

    .waterfall-layout #waterfall-pagination-container .pagination-btn {
        transition: all 0.3s ease;
        font-size: 12px;
    }

    .waterfall-layout #waterfall-pagination-container .pagination-pn-btn {
        background-color: #fff;
        width: 42px;
        height: 42px;
        border-radius: 50%;
    }

        .waterfall-layout #waterfall-pagination-container .pagination-pn-btn.prev {
            margin-right: 12px;
        }

        .waterfall-layout #waterfall-pagination-container .pagination-pn-btn.next {
            margin-left: 12px;
        }

        .waterfall-layout #waterfall-pagination-container .pagination-pn-btn.custom-prev {
            background-repeat: no-repeat;
            background-position: center;
        }

        .waterfall-layout #waterfall-pagination-container .pagination-pn-btn.custom-next {
            background-repeat: no-repeat;
            background-position: center;
        }

            .waterfall-layout #waterfall-pagination-container .pagination-pn-btn.custom-next:hover {
                opacity: 0.5;
            }

    .waterfall-layout #waterfall-pagination-container .pagination .pager-container {
        background-color: #fff;
        border-radius: 20px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 18px;
    }

        .waterfall-layout #waterfall-pagination-container .pagination .pager-container .pagination-ellipsis,
        .waterfall-layout #waterfall-pagination-container .pagination .pager-container .page-num {
            cursor: pointer;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #1b1b1b;
        }

            .waterfall-layout #waterfall-pagination-container .pagination .pager-container .pagination-ellipsis.active,
            .waterfall-layout #waterfall-pagination-container .pagination .pager-container .page-num.active {
                background-color: #e6ff00;
            }

@media (max-width: 700px) {
    .waterfall-layout .pagination-btn {
        font-size: 10px;
    }

    .waterfall-layout .pagination-pn-btn {
        width: 28px !important;
        height: 28px !important;
    }

    .waterfall-layout .pager-container {
        height: 28px !important;
    }

        .waterfall-layout .pager-container .pagination-ellipsis,
        .waterfall-layout .pager-container .page-num {
            width: 20px !important;
            height: 20px !important;
        }
}
/* 1500px 以上固定最大宽度 */
@media screen and (min-width: 1500px) {
    .waterfall-layout-title {
        font-size: 36px;
        font-weight: 400;
        line-height: 52px;
    }
}
