body{
	font-family:  'Source Han Serif';
}
.intBox{
	width: 1240px;
	margin: 0px auto;
}
.optionTitle {
	position: relative;
	margin: 50px auto 75px;
	border-bottom: 2px solid #1890ff;
	padding-bottom: 18px;
	display: flex;
	align-items: flex-end;
}
.optionTitle .title{
	border-left: 11px solid #1890ff;
	padding-left: 10px;
	font-size: 32px;
	font-weight: 400;
	color: #657180;
	line-height: 49px;
	height: 43px;
}
.optionTitle .describe{
	font-size: 18px;
	font-weight: 400;
	color: #d1d5d9;
	margin-left: 10px;
	line-height: 18px;
}
.optionTitle .bgcText{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 60px;
	line-height: 48px;
	font-weight: 700;
	color: rgba(51, 51, 51, 0.04);
}