.agreement {
	padding: 30px 0px 100px; width: 100%;
}
.agreement .tit_1 {
	text-align: center; color: rgb(103, 108, 114); line-height: 40px; font-size: 30px;
}
.agreement .tit_5 {
	padding: 10px 0px 20px; text-align: center; color: rgb(140, 140, 140); line-height: 24px; font-size: 18px;
}
.agreement .con {
	color: rgb(33, 33, 33); line-height: 20px; font-size: 14px;
}
.agreement .con p {
	padding-bottom: 12px;
}
.agreement .con .tit {
	padding-bottom: 15px; font-weight: bold;
}
.agree_btn {
	margin: -80px 0px 0px -50px; border-radius: 3px; left: 50%; width: 100px; height: 32px; text-align: center; color: rgb(255, 255, 255); line-height: 32px; font-size: 16px; float: left; display: none; position: absolute; background-color: rgb(50, 201, 152);
}
@media only screen and (max-width:600px)
{
.agreement .tit_1 {
	line-height: 30px; font-size: 22px;
}
}
