.goods {
    width: 100%;
}

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

.goods .path {
    display: flex;
    padding: 0 10px;
    margin-top: 15px;
    color: #000000;
    white-space: nowrap;
    overflow-x: scroll;
}

.goods .path::-webkit-scrollbar {
    background-color: transparent;
}

.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: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.goods .list .item {
    margin: 0 1%;
    margin-top: 25px;
    width: 48%;
    text-align: center;
    overflow: hidden;
}

.goods .list .item img {
    height: 100px;
}

.goods .list .item .name {
    padding: 10px;
    background: #f2eded;
    font-size: 14px;
}

.goods .list .item .block {
    height: 2px;
    background: #c00301;
}

.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;
}