/* 隐私政策整体样式 */
.privacy-policy-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.8;
  color: #333;
  font-family: "Microsoft YaHei", "SimSun", serif;
}

/* 标题样式 */
.section-title {
  font-size: 1.4em;
  color: #2c3e50;
  margin: 30px 0 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #eee;
}

/* 列表样式 */
.list-dot {
  margin: 10px 0;
  padding-left: 20px;
}
.list-dot li {
  margin: 8px 0;
}

.list-number {
  margin: 15px 0;
  padding-left: 20px;
}
.list-number li {
  margin: 10px 0;
}

/* 段落样式 */
.privacy-policy-content p {
  margin: 15px 0;
  text-align: justify;
}

/* 居中标题 */
.title-main, .title-sub {
  font-weight: bold;
}

/* 联系方式链接 */
.privacy-policy-content a {
  color: #1a73e8;
  text-decoration: none;
}
.privacy-policy-content a:hover {
  text-decoration: underline;
}