.goodsList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1064px;
    margin-left: -15px;
}

.goodsList .goods {
    padding: 5px;
}

.goodsList a {
    display: inline-block;
    padding: 10px;
    width: 253px;
    height: 361px;
    background: rgba(255, 255, 255, 1);
}

.goodsList a:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}

.goodsList .imgBox {
    width: 233px;
    height: 233px;
    background: rgba(244, 244, 244, 1);
    overflow: hidden;
}

.goodsList .goodsName {
    margin-top: 10px;
    height: 52px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.goodsList .goodsSale {
    margin: 20px 0;
    height: 16px;
    font-size: 16px;

    font-weight: 600;
    color: rgba(22, 22, 22, 1);
    line-height: 16px;
}

.page {
    font-size: 12px;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
    line-height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.page li{
    cursor: pointer;
}
.page li.noPointer{
    cursor: auto;
}
.page .page-prev:before {
    content: "<";
}

.page .page-next:after {
    content: ">";
}

.page .page-item {
    margin: 0 5px;
    color: rgba(22, 22, 22, 1);
    text-align: center;
    line-height: 16px;
}

.page .page-item.active {
    min-width: 16px;
    height: 16px;
    background: rgba(22, 22, 22, 1);
    border-radius: 3px;
    color: #fff;
}


.recommend {
    margin-bottom: 60px;
}

.recommend h2 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(22, 22, 22, 1);
    line-height: 20px;
    padding-bottom: 20px;
}


.recommend .goodsList {
    width: 1064px;
    margin-left: -15px
}

.recommend .goodsList a {
    display: inline-block;
    padding: 10px;
    width: 165px;
    height: 237px;
    background: rgba(255, 255, 255, 1);
    text-align: center;
}

.recommend .imgBox {
    width: 145px;
    height: 145px;
}

.recommend .brandName {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend .goods .goodsSale {
    margin: 12px 0 20px;
}