.agree-bg {
    width: 100%;
    min-height: 471px;
    position: relative;
}
.agree-height {
    position: absolute;
    height: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.agreement{
	height: 373px;
	/*margin: 33px 0;*/
	padding: 0 30px;
	background: #ffffff;
	overflow: hidden;

	position: absolute;
	top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.agreement .title{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 35px 0 40px;
	position: relative;
}
.agreement .title:after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 24px;
    height: 4px;
    background: #FFA200;
}
.agree-text{
	height: 233px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	overflow-y: scroll;
	padding-right: 90px;
}
.agree-text::-webkit-scrollbar {
	width:13px;
	height:6px;
}
.agree-text::-webkit-scrollbar-track {
	width: 6px;
	background-color:#f8f8f8;
	/*-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;*/
}
.agree-text::-webkit-scrollbar-thumb {
	background-color:#e1e1e1;
	background-clip:padding-box;
	min-height:28px;
	/*-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;*/
}










@media (max-width: 992px){

	
}

@media (max-width: 768px){
.agreement {
    padding: 0 0 0 30px;
    position: relative;
}
.agree-text {
    padding-right: 30px;
}
}