.process .page-bg{
	height: 480px;
	background-image: url('../img/ground-pc-09.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.process .container{
	position: relative;
	margin-top: -410px;
}
.process-list{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 300px;
}
.process-list li{
	display: flex;
	justify-content: center;
	width: 15%;
}
.process-list li:nth-child(2),
.process-list li:nth-child(4),
.process-list li:nth-child(6),
.process-list li:nth-child(8)
{
	position: absolute;
	top: 150px;
}
.process-list li:nth-child(2){
	left: 11%;
}
.process-list li:nth-child(4){
	left: 32%;
}
.process-list li:nth-child(6){
	left: 53%;
}
.process-list li:nth-child(8){
	left: 75%;
}
.process-list li .number{
	flex-basis: 20%;
	font-weight: 600;
	font-size: 32px;
	color: #95A6F5;
	margin-top: -25px;
	margin-right: -50px;
}
.process-list li .txt-warp{
	flex-basis: 80%;
	text-align: center;
}
.process-list li .icon{
	width: 92px;
	height: 74px;
	margin: 0 auto;
	background-image: url('../img/flow.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
.process-list li:nth-child(odd) .icon::after{
	content: "";
	width: 8px;
	height: 185px;
	background: #F7F7F7;
	transform: rotate(-45deg);
	position: absolute;
	z-index: -1;
	right: -35px;
	top: 10px;
}
.process-list li:nth-child(odd):last-child .icon::after{
	content: none;
}
.process-list li:nth-child(even) .icon::after{
	content: "";
	width: 8px;
	height: 205px;
	background: #F7F7F7;
	transform: rotate(45deg);
	position: absolute;
	z-index: -1;
	right: -20px;
	bottom: 10px;
}
.process-list li .icon i{
	font-size: 22px;
	color: #95A6F5;
	position: absolute;
	top: 35%;
	left: 45%;
	transform: translate(-50%,-50%);
}



@media (min-width: 1200px) {
    .process .container{
        /* max-width: 1140px; */
        max-width: 1440px;
    }
}

@media (max-width: 992px){
	.process .container{
		margin-bottom: 500px;
	}
	.process-list li .number{
		font-size: 30px;
		margin-top: -40px;
		margin-right: -25px;
	}
	.process-list li:nth-child(2), 
	.process-list li:nth-child(4), 
	.process-list li:nth-child(6), 
	.process-list li:nth-child(8) {
	    position: absolute;
	    top: 200px;
	}
}


@media (max-width: 576px){
	.process .page-bg{
		height: 280px;
		background-image: url('../img/ground-pc-09.png');
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	.process .container {
	    position: relative;
	    margin-top: -310px;
	}
	.flow-list{
		position: relative;
		padding: 100px 0;
	}
	.flow-list li{
		display: flex;
		justify-content: center;
	}
	.flow-list li::after{
		content: "";
		width: 105px;
		height: 8px;
		background: #F7F7F7;
		position: absolute;
		z-index: -1;
		top: 30%;
		left: 70%;
		transform: translateY(-50%);
	}
	.flow-list li:last-child::after{
		content: none;
	}
	.flow-list li .number{
		flex-basis: 20%;
		font-weight: 600;
		font-size: 0.80rem;
		color: #95A6F5;
		margin-top: -20px;
		margin-right: -25px;
	}
	.flow-list li .icon{
		width: 92px;
		height: 74px;
		margin: 0 auto;
		background-image: url('../img/flow.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		position: relative;
	}
	.flow-list li .icon i{
		font-size: 0.5867rem;
		color: #95A6F5;
		position: absolute;
		top: 35%;
		left: 45%;
		transform: translate(-50%,-50%);
	}
	.flow-list li .txt-warp{
		flex-basis: 80%;
		text-align: center;
	}
	.flow-list li .title{
		font-size: 0.3734rem;
	}
	
	
}