// 汽车号码输入框
.new-plate-number{
	margin-top: 360rpx;
	margin-bottom: 95rpx;
}
.message-input-wrap{
	margin: 0 -40rpx;
}
.message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item{
	background-color: #E8FFE8;
}

.tip{
	margin-top: 60rpx;
	text-align: center;
	color: #B1B1B1;
	font-size: 32rpx;
	line-height: 45rpx;
}