.goods .banner {
    width: 100%
}

.goods .banner img {
    width: 100%
}

.goods .select {
    display: flex;
    margin-top: 15px;
    width: 100%;
    color: #000000;
    white-space: nowrap;
    overflow-x: scroll
}

.goods .select::-webkit-scrollbar {
    background-color: transparent
}

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

.goods .select .item .slash {
    padding-left: 20px;
    color: #000000
}

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

.goods .select .item-cur {
    color: #c00301
}

.goods .list {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.goods .list p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    max-height: 25px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    font-weight: 200;
}

.goods .list .item {
    width: 30%;
    margin: 10px 1.65%
}

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

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

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

.goods .list .item .name .hover {
    position: absolute;
    font-size: 14px;
    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
}

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

.goods .skip {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.goods .skip .left {
    display: flex;
    font-size: 14px;
    margin-top: 20px
}

.goods .skip .left .btn {
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
    background: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer
}

.goods .skip .left .btn:hover {
    background: #c00301;
    border: 1px solid #c00301;
    color: #fff
}

.goods .skip .but {
    display: flex;
    width: 150px;
    height: 30px;
    border: 1px solid #000000;
    align-items: center;
    cursor: pointer
}

.goods .skip .but .font {
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-right: 1px solid #000
}

.goods .skip .but .icon {
    width: 50px;
    text-align: center
}

.goods .skip .but:hover {
    background: #c00301;
    border: 1px solid #c00301;
    color: #fff
}

.goods .skip .but:hover .font {
    border-right: 1px solid #fff
}

.goods .swiper-button-next, .goods .swiper-button-prev {
    position: static
}
