body {
	color: #4a4a4a;
}

.navbar {
	max-height: 0.64rem;
}

.container {
	max-width: 1200px;
	/* background: #007AFF; */
	margin: 0 auto;
	padding: 0.02rem 0.01rem;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
	width: .96rem;
	height: 0.22rem;
}

.navbar-brand img {
	width: 100%;
	height: 100%;
}

.content {
	padding: 0.18rem 0.01rem;
	max-width: 1200px;
	/* background: yellowgreen; */
	margin: 0 auto;
}

.content .title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content .title .fadeInUp {
	font-size: 0.16rem;
	font-weight: 500;
	margin-bottom: 0.18rem;
}

.btn_blue {
	width: 0.7rem;
	height: 0.2rem;
	display: block;
	background: #409eff;
	font-size: 0.08rem;
	color: #fff;
	border-radius: 0.02rem;
	text-align: center;
	line-height: 0.2rem;
}

.TitleH2 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.TitleH2 h2 {
	font-size: 2.2rem;;
}

.TitleH2 p {
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 1.1rem;
}

.List {
	margin-top: 0.2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.forIcon {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 29%;
	margin: 0px 0.1rem 0.2rem 0.1rem;
}

.forIcon .icon {
	display: block;
	/* 	width: 0.21rem;
	height: 0.21rem;
	background: #007AFF; */
	margin-bottom: 0.5rem;
}

.forIcon .icon i {
	display: block;
	text-align: center;
	font-size: 3.1rem;
	color: #007AFF;
}

.forIcon .TITLE {
	font-weight: 400;
	font-size: 1.2rem;
	color: #333;
	margin-bottom: 0.5rem;

}

.forIcon .text {
	font-size: 0.95rem;
    line-height: 1.3rem;
	text-align: center;
	margin-bottom: 1rem;
}

.Bottom {
	width: 100%;
	height: 100%;
	background: #f9f9f9;
}

.footerBorrom {
	height: 60px;
	width: 1200px;
	background: #f9f9f9;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footerBorrom span {
	font-size: 16px;
	color: #07102a;
}

@media screen and (max-width: 480px) {
	
	body{
		box-sizing: border-box;
	}
	.navbar {
		max-height: 0.64rem;
	}

	.container {
		width: 100%;
		box-sizing: border-box;
		/* background: #007AFF; */
		margin: 0 auto;
		padding: 0.02rem 0.01rem;
	}

	.content {
		padding: 0.18rem 0.01rem;
		width: 100%;
		box-sizing: border-box;
		/* background: yellowgreen; */
		margin: 0 auto;
	}

	.navbar-brand {
		width: 2.4rem;
		height: 0.64rem;
	}

	.navbar-brand img {
		width: 100%;
		height: 100%;
	}

	.content .title .fadeInUp {
		font-size: 0.4rem;
		font-weight: 500;
		margin-bottom: 0.34rem;
	}

	.btn_blue {
		width: 1.7rem;
		height: 0.6rem;
		display: block;
		background: #409eff;
		font-size: 0.3rem;
		color: #fff;
		border-radius: 0.02rem;
		text-align: center;
		line-height: 0.6rem;
	}

	.TitleH2 {
		padding: 0rem 0.4rem;
	}

	.TitleH2 h2 {
		font-size: 0.36rem;
	}

	.TitleH2 p {
		text-align: justify;
		font-size: 0.24rem;
		line-height: 0.4rem;
		margin-top: 0.2rem;
	}

	.List {
		margin-top: 0.24rem;
		display: flex;
		align-items: center;
		/* justify-content: space-between; */
		flex-direction: column;
		flex-wrap: wrap;
	}

	.forIcon {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 70%;
		margin: 0px 0rem 0.5rem 0rem;
	}

	.forIcon .icon {
		display: block;
		/* 	width: 0.21rem;
		height: 0.21rem;
		background: #007AFF; */
		margin-bottom: 0.2rem;
	}

	.forIcon .icon i {
		/* 	width: 100%;
		height: 100%; */
		display: block;
		text-align: center;
		/* line-height: 0.21rem; */
		font-size: 1rem;
		color: #007AFF;
	}

	.forIcon .TITLE {
		font-weight: 400;
		font-size: 0.4rem;
		color: #333;
		margin-bottom: 0.1rem;
	}

	.forIcon .text {
		font-size: 0.3rem;
		/* line-height: 0.42rem; */
		text-align: center;

	}

	.Bottom {
		width: 100%;
		height: 100%;
		background: #f9f9f9;
		box-sizing: border-box;
	}

	.footerBorrom {
		height: 60px;
		width: 100%;
		box-sizing: border-box;
		background: #f9f9f9;
		margin: 0 auto;
		padding: 0 0.3rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footerBorrom span {
		font-size: 16px;
		color: #07102a;
		text-align: center;
		line-height: 0.36rem;
	}
}
