Tue Aug 08 2017
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
<script>
  $(document).ready(function(){
  	(function(){
      
     if($('.oct_2016_container.oct_2016_gold_bg .oct_2016_product_square.js_oct_2016_product:hidden').length == 1){

           $('.oct_2016_container.oct_2016_gold_bg .oct_2016_product_square.js_oct_2016_product').eq(0).hide();
           $('.oct_2016_container.oct_2016_gold_bg .oct_2016_guarantee_vertical').hide();
        
    }else{

        $('.oct_2016_container.oct_2016_gold_bg .oct_2016_product_square.js_oct_2016_product').eq(0).hide();
        $('.oct_2016_container.oct_2016_gold_bg .oct_2016_product_square.js_oct_2016_product').eq(1).hide();
        $('.oct_2016_container.oct_2016_gold_bg .oct_2016_guarantee_vertical').hide();
      
    }
      
      $('body').append('<style>.oct_2016_container.oct_2016_gold_bg .zerofont .oct_2016_col{padding-top: 0;}.oct_2016_container.oct_2016_gold_bg .zerofont .comparison_chart_link.js_open_comparison_chart{padding-bottom: 20px;}.oct_2016_container.oct_2016_gold_bg .zerofont .oct_2016_cd_download_container{margin-bottom: 15px;}.oct_2016_container.oct_2016_gold_bg .zerofont .oct_2016_product_square_content{padding:0;}</style>');
    }());
  });
</script>