
.goods-item{margin-bottom:40px;}
.goods-item .goods-image{width:100%; overflow: hidden;}
.goods-item .goods-image img{max-width:100%; transition: all 0.6s;}
.goods-item .goods-image img:hover{transform: scale(1.2);}
.goods-info{padding-left:20px;}
.goods-info .title{font-size:20px;font-weight: bold;}
.goods-info .price{padding:10px 0;}
.goods-info .brief{height:40px;color:#999;}

.goods-nav{padding:40px 0;}
.goods-content{
    line-height:1.5em;}

