.agreement {
  margin: 16px 0 32px;
	padding: 0 40px 0 2x;
	color: #000;
}
.agreement > h2 {
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	font-weight: normal;
}
.agreement > h4 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
.agreement .ag-part {
	margin: 26px 0;
	font-size: 14px;
	line-height: 24px;
}
.agreement .ag-part .ag-part-tit {
	font-weight: bold;
}
.agreement .ag-part .ag-part-tit.red {
	color: #e70013;
}
.agreement .ag-part .ag-part-cont1{
  padding-left:10px;
}
.agreement .ag-part .ag-part-cont1 .span1{
  color: #e70013;
  font-weight: bold;
}
.agreement .ag-part .ag-part-cont1 .span2{
  font-weight: bold;
}
.agreement .ag-part .ag-part-cont2{
  padding-left:20px;
}
.agreement .ag-part .ag-part-cont2 span{
  font-weight: bold;
}

.agreement .ag-sign-box {
	padding-top: 24px;
	border-top: 1px dashed #dcdcdc;
}
.agreement .ag-sign-box .ag-sign {
	float: right;
	display: inline-block;
	font-size: 14px;
	color: #000;
	text-align: center;
}
