.privacy-main {
	height: 100vh;
	font-family: LatoV2, Arial, Helvetica, tahoma, verdana, 华文细黑, 宋体, SimSun, STXihei, sans-serif;
}

.top-banner {
	position: relative;
	height: 100%;
	background: url(../imgs/PD/11.jpg) no-repeat;
	background-size: cover;
}

.top-banner .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.top-banner .title {
	position: absolute;
	top: 45%;
	left: 16px;
	right: 16px;
	font-size: 66px;
	line-height: 70px;
	font-weight: 900;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	z-index: 2;
}

.content {
	overflow: hidden;
	color: #262626;
}

.content .content-inner {
	max-width: 1076px;
	margin: 0 auto;
	padding: 36px 16px 60px;
}

.content-item:nth-child(2n) {
	overflow: hidden;
	padding: 0 99999px;
	margin: 0 -99999px;
	background-color: #f6f4f1;
}

.content-item:nth-child(n + 2) h2 {
	padding-top: 40px;
}

.content-item h2 {
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 38px;
	line-height: 50px;
	color: #00335b;
}

.content-item p {
	margin-bottom: 24px;
	font-size: 14px;
}

.content-item ul {
	margin: 0;
	padding: 0;
	line-height: 28px;
}

.content-item ul li {
	position: relative;
	display: block;
	padding-left: 18px;
	font-size: 14px;
}

.content-item ul li::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 6px;
	height: 6px;
	line-height: 6px;
	border-radius: 50%;
	background-color: #7a7a78;
}

.content-item a {
	color: #00335b;
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}

.content-item a:hover {
	color: #169bb2;
}
