| 
					
				 | 
			
			
				@@ -107,7 +107,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .searchGroup {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   background: #fff;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   border-radius: 12px;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  padding: 0 0 30px;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  padding: 0 0 0;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   position: relative;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   &.searchGroupOnly {
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -173,25 +173,27 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .n-form-item-feedback-wrapper {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      min-height: 14px;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      min-height: 16px;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .moreSearch {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    position: absolute;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    bottom: 0;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    left: 50%;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    transform: translateX(-50%);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // position: absolute;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // bottom: 0;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // left: 50%;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // transform: translateX(-50%);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     font-size: max(17px, 12Px);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     color: #198CFE;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     cursor: pointer;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // background: url('./images/search-bg.png') no-repeat center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // background-size: contain;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     width: 222px;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    line-height: 34px;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    margin: 0 auto;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    line-height: 1.2;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     display: flex;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     align-items: center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     justify-content: center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    padding-bottom: 16px;;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     &::after {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       content: '';
 
			 |