
#jkcx .common-head{
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 40px;
	font-weight: 700;
	align-items: center;
}
#jkcx .common-head h2{
	margin: 0 10px;
}
#jkcx .common-head .left-one{
	background-color: #139bff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
#jkcx .common-head .left-two{
	background-color: #139bff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	bottom:0;
	margin-left: 5px;
	align-self: flex-end;
	margin-bottom: 3px;
}
#jkcx .common-head .left-three{
	background-color: #139bff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	bottom:0;
	margin-left: 5px;
	align-self: flex-end;
	margin-bottom: 3px;
}