|  | @@ -216,7 +216,7 @@ class MVBannerCell: UICollectionViewCell {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          bottmMaskView.snp.remakeConstraints { make in
 | 
	
		
			
				|  |  |              make.width.equalToSuperview()
 | 
	
		
			
				|  |  | -            make.height.equalTo(150 + titleLabel.frame.height)
 | 
	
		
			
				|  |  | +            make.height.equalTo(150 + 100)
 | 
	
		
			
				|  |  |              make.left.equalToSuperview()
 | 
	
		
			
				|  |  |              make.bottom.equalToSuperview()
 | 
	
		
			
				|  |  |          }
 |