.th-new-img .logo-img li{
 cursor: pointer;
}
.goods-img-img{
       width: 320px;
       height: 120px;
object-fit: contain;
} 
/*mobile*/
@media screen and (max-width: 767px){
.logo-img{
    display: flex;
    justify-content: space-around;
}
.goods-img-img {
    width: 100px;
}
}
/* pad */
@media screen and (max-width: 1199px)and (min-width: 768px){
.logo-img{
    display: flex;
    justify-content: space-around;
}
}

