.privacy-tabs {
  max-width: 1200px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  overflow-x: auto;
  gap: 40px;
  padding: 30px 10px;
}
.tab-btn {
  cursor: pointer;
}
.tab-btn.active {
  color: #268bff;
}
.tab-content {
  max-width: 1200px;
  display: none;
  margin: auto;
  padding: 0 10px 40px 10px;
  font-family: 微软雅黑;
}
.tab-content.active {
  display: block;
}
.privacyTitle {
  margin-top: 18px;
  margin-bottom: 18px;
  text-align: center;
  font-family: 微软雅黑;
  font-size: 22px;
}

.privacyTime {
  text-align: right;
  line-height: 25px;
}
