.nav-content .compare-table{
  background: #eee;
}



@media (max-width: 850px){
  .nav-content .product-list .item h5{
    padding: 0;
    font-size: 16px;
  }
  
  .nav-content .product-list .item p.des{
    margin: 0;
  }
}

@media (max-width: 720px){
  .nav-content .fixed.content-item {
    overflow-x: scroll;
  }
}