NSUInteger priceLabelLength = self.adultPriceLabel.text.length;
[self.priceLineImageView setFrame:CGRectMake(200, 30, 15+priceLabelLength*5, 1)];