/* 通用 */
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.font-bold {
	font-weight: bold;
}

.bottom-box {
	width: 12.25rem;
	text-align: center;
	margin-left: auto;
}

.my-text-center {
	text-align: center;
}

.agreement-content p {
	margin-bottom: 0;
}


.agreement-content .agreement-text {
	font-size: 14px;
	line-height: 24px;
}

/*服务协议页*/
@media screen and (min-width:1000px){
	.font16{
		font-size: 18px;
	}
	.agreement-bg {
		min-height: 100%;
		background-color: #f5f5f8;
		padding: 20px 30px 42px;
	}
	
	.agreement-content {
		background-color: #fff;
		font-size: 14px;
		color: #595961;
		letter-spacing: 0;
		line-height: 26px;
		padding-bottom: 45px;
		text-align: justify;
		font-family: PingFangSC-Regular;
	}
	
	.agreement-content .main {
		width: 1000px;
		margin: 0 auto;
	}
	.agreement-content .agreement-title {
		font-size: 30px;
		color: #191919;
		padding-top: 60px;
		margin-bottom: 40px;
		font-weight: bolder;
	}
}
/* 手机 */
@media screen and (max-width: 1000px){
	.font16{
		font-size: 16px;
	}
	.agreement-bg {
		min-height: 100%;
		/* background-color: #f5f5f8;
		padding: 20px 30px 42px; */
	}
	
	.agreement-content {
		/* background-color: #fff; */
		font-size: 14px;
		color: #595961;
		letter-spacing: 0;
		/* line-height: 26px; */
		/* padding-bottom: 45px; */
		/* text-align: justify; */
		font-family: PingFangSC-Regular;
	}
	
	.agreement-content .main {
		/* width: 1000px;
		margin: 0 auto; */
	}
	.agreement-content{padding: 20px 16px 30px 16px;background-color: #f8f8f8;}
	.agreement-content .agreement-title{font-size: 18px;font-weight: 600;}
	.agreement-content .agreement-text{font-size: 14px;line-height: 24px;}
	.agreement-content .indeent-2 {
		text-indent: 2em;
	}
}



