.application{
	padding: 100px 0 140px;
	background-color: RGBA(250, 250, 250, 1);
}
.application .box1{
	text-align: center;
}
.application .box1 .box-c{
	margin-top: 60px;
}
.application .box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 60px 20px;
}
.application .box1 .box-c .list .pic{
	border-radius: 10px;
}
.application .box1 .box-c .list .text-box{
	position: relative;
	width: 220px;
	background: linear-gradient(60deg, #31AAF6, #0E97EE);
	box-shadow: 5px 9px 30px 0px rgba(26,157,241,0.3);
	border-radius: 10px;
	padding: 17px 20px 30px;
	text-align: center;
	z-index: 2;
	margin-top: -110px;
	margin-left: 40px;
}
.application .box1 .box-c .list .text-box .icon{
	display: flex;
	width: 82px;
	height: 82px;
	margin: 0 auto;
	align-items: flex-end;
	justify-content: center;
}
.application .box1 .box-c .list .text-box .icon img{
	max-width: 100%;
	max-height: 100%;
}
.application .box1 .box-c .list .text-box .text-title{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 24px;
	color: #FAFAFA;
	line-height: 1;
	margin-top: 30px;
}
.application .box1 .box-c .list .text-box .text-des{
	font-family: Rany-Bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 17px;
}
@media (max-width: 1199px) {
	.application{
		padding: 70px 0;
	}
	.application .box1 .box-c{
		margin-top: 45px;
	}
}
@media (max-width: 1024px) {
	.application{
		padding: 60px 0;
	}
	.application .box1 .box-c{
		margin-top: 40px;
	}
	.application .box1 .box-c .list .text-box{
		margin-left: 20px;
		width: 180px;
		margin-top: -80px;
	}
	.application .box1 .box-c .list .text-box .icon{
		width: 50px;
		height: 50px;
	}
	.application .box1 .box-c .list .text-box .text-des,
	.application .box1 .box-c .list .text-box .text-title{
		font-size: 20px;
	}
	.application .box1 .box-c .list .text-box .text-des{
		margin-top: 10px;
	}
	.application .box1 .box-c .list .text-box .text-title{
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.application{
		padding: 50px 0;
	}
	.application .box1 .box-c{
		margin-top: 30px;
	}
	.application .box1 .box-c .list .text-box .icon{
		width: 40px;
		height: 40px;
		align-items: center;
	}
	.application .box1 .box-c .list .text-box .text-des, .application .box1 .box-c .list .text-box .text-title{
		font-size: 18px;
	}
	.application .box1 .box-c .list .text-box{
		width: 130px;
		padding: 20px 15px;
	}
	.application .box1 .box-c .list .text-box .text-title{
		margin-top: 15px;
	}
	.application .box1 .box-c .list{
		gap: 45px 20px;
		grid-template-columns: repeat(1,1fr);
	}
}
@media (max-width: 500px) {
	.application{
		padding: 40px 0;
	}
	.application .box1 .box-c{
		margin-top: 25px;
	}
}