.bLine{
	font-size: 14px;line-height: 25px;
}
.bLine::after{
	position: absolute;
	width: 3px;
	height: 14px;
	background: #000;
	top:6px;
	left: 0;
	content: '';
	margin: auto;
}
.subBtn{
	width: 120px;height: 40px;line-height: 40px;border: none;color: #D7000F;
}