html,body{
	width: 100%;
	margin: 0;
	padding: 0;
}
p{
	margin-bottom: 2pt !important;
}
.header{
	width: 100%;
	height: 60pt;
	background-color: #2a3042;
	line-height: 60pt;
}
.title{
	font-size: 24pt;
	color: white;
	font-weight: 600;
	margin-left: 10pt;
}
.content{
	padding: 10pt;
}
.sub-title{
	font-size: 16pt;
	font-weight: 600;
	margin-top: 10pt;
}
.detail-cont{
	
}
.table-auth,.table-auth2{
	white-space: normal;
	word-break: break-word;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10pt;
	font-size: 14pt;
	border-color: #c3c3c3;
}
.table-auth th,.table-auth2 th{
	text-align: center;
}
.table-auth td,.table-auth th,.table-auth2 th,.table-auth2 td{
	padding: 5pt;
}
.table-auth tr:nth-child(2n){
	background-color: #e9e9e9;
}
.table-auth2 thead tr:first-child{
	background-color: #e9e9e9;
}
.td-title{
	font-weight: 600;
	margin-bottom: 5pt;
}
.td-sub-title{
	font-weight: 600;
	margin-left: 10pt;
	margin-bottom: 3pt;
	font-size: 13pt;
}
.td-cont{
	margin-left: 10pt;
	text-indent: 10pt;
	font-size: 12pt;
}
.mark-cont{
	font-size: 12pt;
	margin-top: 10pt;
}

/* 儿童隐私保护页面 */
.detail-sub-title{
	font-size: 14pt;
	font-weight: 600;
	margin-top: 20pt;
	text-indent: 10pt;
}
.detail-text{
	font-size: 13pt;
	margin-top: 10pt;
	text-indent: 20pt;
}
.detail-text2{
	font-size: 13pt;
	margin-top: 10pt;
	text-indent: 30pt;
}
.detail-footer-title{
	font-size: 14pt;
	font-weight: 600;
	margin-top: 10pt;
	text-indent: 10pt;
}
.line{
	width: 100%;
	border:1px darkgray dashed;
	margin: 10px auto;
}
