.bimiFlowBox{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding:3rem 2rem;
	background:#fff;
	border:1.4rem solid #fff;
	margin-bottom:11.5rem;
	position:relative;
	z-index:1;
}

.bimiFlowBox:before{
	content:"";
	position:absolute;
	width:8rem;
	height:5.6rem;
	background:50% 60% / 36% no-repeat url(../img/bimi/num1.svg);
	background-color:#fff;
	border-top-left-radius:1000px;
	border-top-right-radius:1000px;
	top:-5.6rem;
	left:0;
	right:0;
	margin:0 auto;
	z-index:0;
}

.bimiFlowBox:after{
	position:absolute;
	content:"";
	width:.9rem;
	height:4.7rem;
	background:center / contain no-repeat url(../img/bimi/flow_dots.svg);
	bottom:-7.2rem;
	left:0;
	right:0;
	margin:0 auto;
}

.bfbLeft{
	width:20%;
	text-align: center;
}

/* .bfbLeft > picture{
	width:100%;
} */

.bfbRight{
	width:78%;
}

.bfbRight h3{
	color:#0E69E2;
	font-size:2.4rem;
	margin-bottom:1.3rem;
}

#bimiFlow2{
	background:#EDF3FF;
	max-width: none;
	width:100%;
}

#bimiFlow2 .inner{
	width:96%;
	max-width:1050px;
	margin:0 auto;
}

#bimiFlow2 .inner .bimiFlowBox:nth-of-type(1){
	margin-top:5.4rem;
}

#bimiFlow2 .inner .bimiFlowBox:nth-of-type(2){
	border:1.4rem solid #D5E3FF;
}

#bimiFlow2 .inner .bimiFlowBox:nth-of-type(2):before{
	background:50% 60% / 36% no-repeat url(../img/bimi/num2.svg);
	background-color:#D5E3FF;
}

#bimiFlow2 .inner .bimiFlowBox:nth-of-type(3){
	border:1.4rem solid #AAC6FF;
}

#bimiFlow2 .inner .bimiFlowBox:nth-of-type(3):before{
	background:50% 60% / 36% no-repeat url(../img/bimi/num3.svg);
	background-color:#AAC6FF;
}

#bimiFlow2 .inner .bimiFlowBox:nth-of-type(3) .bfbRight img{
	display:block;
	width:80%;
	margin-top:1.4rem;
}

#bimiFlow2 .inner .bimiFlowBox:nth-of-type(4){
	border:1.4rem solid #0E69E2;
	margin-bottom:0;
}

#bimiFlow2 .inner .bimiFlowBox:nth-of-type(4):before{
	background:50% 60% / 36% no-repeat url(../img/bimi/num4.svg);
	background-color:#0E69E2;
}

#bimiFlow2 .inner .bimiFlowBox:nth-of-type(4):after{
	display:none;
}

#bimiFlow2 .inner .bimiFlowBox .bfbCenter h3{
	color:#0E69E2;
	font-size:2.4rem;
	margin-bottom:1.3rem;
}

.bfbCenter{
	text-align: center;
	width:100%;
}

.bfbCenter img{
	display:block;
	margin:1.4rem auto;
}

.bimiTable{
	width: 100%;
    border-collapse: collapse;
	margin-top:1.6rem;
}

.bimiTable th,.bimiTable td{
	padding:1.6rem;
	text-align: center;
	font-weight:500;
}

.blue{
	background:#D5E3FF;
	border:.2rem solid #EDF3FF;
}

th.lightBlue,td.lightBlue{
	background:#EDF3FF;
	border:.2rem solid #FFF;
}
.gBlue{
	background: linear-gradient(90deg,#28BBF8,#0E69E2);
	color:#fff;
}
th.white,td.white{
	background:#fff;
	border:.2rem solid #EDF3FF;
}
.dGray{
	background:#707070;
	color:#fff;
}
.lGray{
	background:#F3F3F3;
	border:.2rem solid #FFFFFF;
}

@media(max-width:480px){
	.bfbLeft{
		width:100%;
		margin-bottom:1.6rem;
	}
	.bfbRight{
		width:100%;
	}
	.bimiFlowBox{
		padding:1.6rem;
	}
	.bfbRight h3{
		font-size:2rem;
	}
	.bfbCenter{
		text-align: left;
	}
	.bfbCenter br{
		display:none;
	}
	.bimiTable{
		min-width:60rem;
	}
	#bimiFlow2 .inner .bimiFlowBox:nth-of-type(3) .bfbRight img{
		width:100%;
	}
}