|  | @@ -110,8 +110,8 @@ export default {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .t_mbox > div:first-child > i {
 | 
	
		
			
				|  |  |    display: block;
 | 
	
		
			
				|  |  | -  width: 50px;
 | 
	
		
			
				|  |  | -  height: 50px;
 | 
	
		
			
				|  |  | +  width: 40px;
 | 
	
		
			
				|  |  | +  height: 40px;
 | 
	
		
			
				|  |  |    /* top: 0;
 | 
	
		
			
				|  |  |      bottom: 0; */
 | 
	
		
			
				|  |  |  }
 | 
	
	
		
			
				|  | @@ -119,7 +119,7 @@ export default {
 | 
	
		
			
				|  |  |  .t_mbox > div:nth-child(2) {
 | 
	
		
			
				|  |  |    width: 60%;
 | 
	
		
			
				|  |  |    display: flex;
 | 
	
		
			
				|  |  | -  justify-content: center;
 | 
	
		
			
				|  |  | +  justify-content: left;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // .t_mbox>div:nth-child(2) h2 {
 | 
	
	
		
			
				|  | @@ -132,7 +132,7 @@ export default {
 | 
	
		
			
				|  |  |  .t_mbox > div:nth-child(2) > div {
 | 
	
		
			
				|  |  |    display: flex;
 | 
	
		
			
				|  |  |    flex-direction: column;
 | 
	
		
			
				|  |  | -  align-items: center;
 | 
	
		
			
				|  |  | +  // align-items: center;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .t_mbox > div:nth-child(2) > div span {
 | 
	
	
		
			
				|  | @@ -146,6 +146,7 @@ export default {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .t_mbox > div:nth-child(2) > div span:last-child {
 | 
	
		
			
				|  |  |    margin-top: 10px;
 | 
	
		
			
				|  |  | +  font-weight: 700;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .t_rbox {
 |