.goods {
    width: 100%
}

.goods .banner img {
    width: 100%;
    border: 0;
    vertical-align: bottom
}

.goods .path {
    display: flex;
    padding: 100px 230px 0 230px
}

.goods .path .item {
    display: flex;
    padding-left: 30px;
    font-size: 14px;
    cursor: pointer
}

.goods .path .item:first-child {
    padding-left: 0px
}

.goods .path .item p {
    padding-left: 30px;
    color: #333
}

.goods .path .red {
    color: #c00301
}

.goods .list {
    padding: 30px 230px;
    display: flex;
    flex-wrap: wrap
}

.goods .list .item {
    margin: 20px 1% 0 0;
    width: 24%;
}

.goods .list .item .img img {
    width: 100%;
    height: 275px;
    background: repeat
}

.goods .list .item .name {
    width: 100%;
    height: 100px;
    color: #000000;
    font-size: 18px;
    background: #f2eded;
    position: relative;
    overflow: hidden
}

.goods .list .item .name p {
    margin: 20px 10px;
    font-size: 14px
}

.goods .list .item .name .hover {
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background: #c00301;
    color: #c00301;
    line-height: 20px;
    transition: 0.3s height, 0.3s line-height, 0.3s color;
    font-size: 16px
}

.goods .list :hover .name .hover {
    height: 40px;
    line-height: 40px;
    color: #fff
}

.goods .page {
    text-align: center;
    padding-bottom: 50px
}

.goods .page ::v-deep .el-pagination.is-background .el-pager li:not(.disabled) {
    background-color: #fff;
    min-width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 18px
}

.goods .page ::v-deep .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #c00301;
    color: #fff;
    min-width: 30px;
    height: 40px;
    font-size: 18px
}

.goods .page ::v-deep .el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: skyblue
}

.goods .page ::v-deep .el-pagination.is-background .btn-prev {
    width: 100px;
    height: 40px
}

.goods .page ::v-deep .el-pagination.is-background .btn-prev:hover {
    background-color: #c00301;
    color: #fff
}

.goods .page ::v-deep .el-pagination.is-background .btn-next {
    width: 100px;
    height: 40px
}

.goods .page ::v-deep .el-pagination.is-background .btn-next:hover {
    background-color: #c00301;
    color: #fff
}