html,body{
	width: 100%;
	margin: 0;
	padding: 0;
}
p{
	margin-bottom: 2pt !important;
}
.header{
	width: 100%;
	height: 40pt;
	background-color: #2a3042;
	line-height: 40pt;
}
.title{
	font-size: 10pt;
	color: white;
	font-weight: 600;
	margin-left: 8pt;
}
.content{
	padding: 5pt;
}
.sub-title{
	font-size: 10pt;
	font-weight: 600;
	margin-top: 5pt;
}
.detail-cont{
	
}
.table-auth,.table-auth2{
	white-space: normal;
	word-break: break-word;
	border-collapse: collapse;
	width: 100%;
	margin-top: 5pt;
	font-size: 8pt;
	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: 2pt;
	vertical-align: top;
}
.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: 2pt;
}
.td-sub-title{
	font-weight: 600;
	margin-left: 8pt;
	margin-bottom: 3pt;
	font-size: 8pt;
}
.td-cont{
	margin-left: 10pt;
	text-indent: 8pt;
	font-size: 8pt;
}
.fixed-th-width1{
	width: 30pt;
}
.fixed-th-width2{
	width: 50pt;
}
.fixed-th-width3{
	width: 50pt;
}
.fixed-th-width4{
	width: 50pt;
}
.mark-cont{
	font-size: 8pt;
	margin-top: 8pt;
}
/* 儿童隐私保护页面 */
.detail-sub-title{
	font-size: 8pt;
	font-weight: 600;
	margin-top: 10pt;
	text-indent: 10pt;
}
.detail-text{
	font-size: 8pt;
	margin-top: 10pt;
	text-indent: 20pt;
}
.detail-text2{
	font-size: 8pt;
	margin-top: 10pt;
	text-indent: 30pt;
}
.detail-footer-title{
	font-size: 10pt;
	font-weight: 600;
	margin-top: 10pt;
	text-indent: 10pt;
}
.line{
	width: 100%;
	border:1px darkgray dashed;
	margin: 10px auto;
}