.agree{
	width: 920px;
	min-height: 100vh;
	margin: 0 auto;
	background-color: #fff;
	padding: 1px 0;
}
.agree-wrap{
	width: 720px;
	margin: 0 auto;
}
.agree-tit{
	
}
.agree-tit h1{
	font-size: 32px;
	color: #333;
	text-align: center;
	margin: 50px 0 20px;
}
.agree-tit p{
	font-size: 14px;
	color: #707070;
}
.agree-box{
	width: 100%;
	background-color: #fff;
}
.agree-cont{
	font-size: 18px;
	color: #333;
	line-height: 33px;
}

.agree-tj{
	margin: 30px auto 50px;
	text-align: center;
}
.agree-tj a{
	display: inline-block;
	width: 148px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #596eee;
	font-size: 16px;
	border-radius: 10px;
}
@media (max-width: 768px){
    .agree{
		width: 100%;
	}
	.agree-wrap{
		width: calc(100% - 15px);
	}
}
@media (max-width: 480px){
    .agree-tit h1{
		margin: 30px 0 15px;
		font-size: 22px;
	}
	.agree-cont{
		font-size: 14px;
		line-height: inherit;
	}
	.agree-tj a{
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 15px;
	}
}