footer{
	width: 100%;
	background: #E0E2E7;
}
.footer{
	border-top: 1px solid #D1D3D8;
	border-bottom: 1px solid #D1D3D8;
	width: 100%;
	/* margin:150px auto; */
	margin:100px auto;
	padding: 85px 0;
	display: inline-block;
}
.footer1{
	width: 24%;
	display: block;
	float: left;
}
.footer2{
	float: right;
	display: flex;
}
.footer2_1{
	margin-right: 90px;
}
.footer2_1:last-child{
	margin-right: 0;
}
.footer2_2{
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-family: "OPPOSansR";
	font-size: 26px;
	color: #4D4E4F;
}
.footer2_3{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #4D4E4F;
}
.footer2_3:last-child{
	margin-bottom: 0;
}