| 
					
				 | 
			
			
				@@ -1815,17 +1815,17 @@ extension PQStuckPointEditerController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				          */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 1.2)生成快慢速的默认值 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if selectedTotalDuration >= 120 && selectedTotalDuration <= 144 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            lastSpeedSelectIndex = 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            lastSpeedSelectIndex = 5 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } else if selectedTotalDuration >= 70 && selectedTotalDuration < 120 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            lastSpeedSelectIndex = 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            lastSpeedSelectIndex = 4 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } else if selectedTotalDuration >= 56 && selectedTotalDuration < 70 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            lastSpeedSelectIndex = 2 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } else if selectedTotalDuration >= 17.5 && selectedTotalDuration < 56 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             lastSpeedSelectIndex = 3 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } else if selectedTotalDuration >= 17.5 && selectedTotalDuration < 56 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            lastSpeedSelectIndex = 2 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } else if selectedTotalDuration >= 10.5 && selectedTotalDuration < 17.5 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            lastSpeedSelectIndex = 4 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            lastSpeedSelectIndex = 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } else if selectedTotalDuration > 0 && selectedTotalDuration < 10.5 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            lastSpeedSelectIndex = 5 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            lastSpeedSelectIndex = 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 如果是再创作进来的安原视频的模式 
			 |