.goods-list {
    width: 100%;
}
.goods-item {
    float: left;
    width: 30.88235294117647%;
    padding-bottom: .6rem;
    margin-right: 3.67647058823529%;
    margin-bottom: .6rem;
}
.goods-item:nth-child(3n) {
    margin-right: 0;
}
.goods-pic {
    width: 100%;
    overflow: hidden;
}
.goods-pic img {
    display: block;
    width: 100%;
    -webkit-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.goods-text {
    padding: .2rem .1rem 0;
}
.goods-text,
.goods-title,
.goods-desc,
.goods-more {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.goods-title {
    height: 32px;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.goods-desc {
    width: 310px;
    max-width: 100%;
    height: 48px;
    margin-bottom: .5rem;
    font-size: 14px;
    line-height: 24px;
    color: #535353;
    overflow: hidden;
}
.goods-more {
    display: block;
    width: 115px;
    height: 35px;
    font-size: 14px;
    line-height: 33px;
    color: #959595;
    text-align: center;
    border: 1px solid #959595;
}
.goods-more:hover {
    color: #fff;
    background-color: #c49562;
    border-color: #c49562;
}
.goods-pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.goods-text a:first-child:hover .goods-title,
.goods-text a:first-child:hover .goods-desc {
    color: #c49562;
}
/* .goods-title:hover,
.goods-desc:hover {
    color: #c49562;
} */
/* .goods-item:hover .goods-text {
    background-color: #e71a3b;
}
.goods-item:hover .goods-title,
.goods-item:hover .goods-desc,
.goods-item:hover .goods-more {
    color: #fff;
} */
@media (max-width: 1200px){
    .goods-item,
    .goods-item:nth-child(3n) {
        width: 48.16176470588235%;
        margin-right: 3.67647058823529% !important;
    }
    .goods-item:nth-child(2n) {
        margin-right: 0 !important;
    }
}
@media (max-width: 992px){
    .goods-item {
        width: 100% !important;
        padding: 0 .3rem .6rem .3rem;
        margin-right: 0 !important;
    }
}
@media (max-width: 768px){
    .goods-item {
        padding: 0 0 .6rem 0;
    }
}

.related-title {
    padding-top: 1.6rem;
}
.related-title {
    font-size: 18px;
    line-height: 50px;
    color: #535353;
    border-bottom: 1px solid #e5e5e5;
}
.related .goods-list {
    padding: 1.5rem 0 1rem;
}
.related .goods-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: .2rem 0 0 .1rem;
}