*{
	padding: 0;
	margin: 0;
}
ul,li{
	list-style: none;
}
.overflow-h{
	overflow: hidden;
}
.agreement a{
	color: #c10e21;
}
.agreement{
	font-family: PingFangSC-Regular, PingFang SC;
	padding: 60px 160px;
}
.agreement li{
	margin-bottom: 40px;
}
.agreement{
	font-family: PingFangSC-Regular, PingFang SC;
}
.agreement p{
	font-size: 22px;
	font-weight: 400;
	color: #524F60;
	line-height: 36px;
	margin-bottom: 10px;
	font-weight: 400;
}
.agreement h1{
	font-size:40px;
	margin-bottom: 40px;
	text-align: center;
}
.agreement h5{
	font-size: 26px;
	color: #000000;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 10px;
}
.img-box{
	text-align: left;
}
.img-box img{
	max-width: 100%;
}

@media screen and (max-width: 1200px){
	.agreement{
		padding: 20px 24px;
	}
}
@media screen and (max-width: 900px){
	.agreement p{
		font-size: 14px;
		line-height: 22px;
	}
	.agreement h5{
		font-size: 18px;
		line-height: 25px;
	}
	.agreement h1{
		font-size: 24px;
	}
	.img-box{
		text-align: center;
	}
}