|  | @@ -68,7 +68,7 @@ window.onload = function(){
 | 
	
		
			
				|  |  |      console.log(designer['Content'][0]['Carddata']);
 | 
	
		
			
				|  |  |    });
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -let over = document.querySelector('.infoContent__navBlock').offsetTop;
 | 
	
		
			
				|  |  | +let over = document.querySelector('.infoContent__navBlock').offsetTop+ 60;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  function detectBrowser(agent){
 | 
	
		
			
				|  |  |    if(userAgent.match(/chrome|chromium|crios/i)){
 | 
	
	
		
			
				|  | @@ -264,7 +264,7 @@ function renderTabContent(content) {
 | 
	
		
			
				|  |  |    console.log(tabStr);
 | 
	
		
			
				|  |  |    //console.log(totalPages);
 | 
	
		
			
				|  |  |    $('#pills-tabContent').html(tabStr);
 | 
	
		
			
				|  |  | -  $('#pills-tabContent').append('<div style="padding: 30px;"></div>');
 | 
	
		
			
				|  |  | +  $('#pills-tabContent').append('<div style="padding: 40px;"></div>');
 | 
	
		
			
				|  |  |    $('#pills-intro').addClass('active');
 | 
	
		
			
				|  |  |    $('#pills-intro').addClass('show');
 | 
	
		
			
				|  |  |    $('#pills-video .card__bgImg').append('<img src="https://hhh.com.tw/assets/images/rv_web/play.svg" alt="" width="50" height="50">')
 |