.privacy {
  min-height: 500px;
  width: 1120px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 60px;
}

.privacy-container {
  display: flex;
  gap: 40px;
}

.privacy-main {
  flex: 1;
  max-width: 800px;
}

.privacy h1 {
  font-family: Chinese Quote, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.privacy-date {
  font-family: Chinese Quote, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.privacy-content {
  font-family: Chinese Quote, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}

.privacy-content p {
  margin-bottom: 16px;
  text-align: justify;
  color: #333333;
}

.privacy-content h2 {
  font-family: Chinese Quote, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #262626;
  margin-top: 48px;
  margin-bottom: 20px;
  line-height: 1.4;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  scroll-margin-top: 110px;
}

.privacy-content h2:first-of-type {
  margin-top: 32px;
  padding-top: 0;
  border-top: none;
}

.privacy-content h3 {
  font-family: 'D-DIN', 'Inter', Helvetica, Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 1.5;
  scroll-margin-top: 110px;
}

.privacy-content ul {
  margin: 16px 0;
  padding-left: 24px;
}

.privacy-content ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  color: #333333;
}

.privacy-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #E50012;
  border-radius: 50%;
}

.privacy-content .describes {
  font-family: 'D-DIN', 'Inter', Helvetica, Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: 12px 0;
  padding-left: 20px;
  position: relative;
}

.privacy-content .last{
  margin-left: -8px;
}

/* .privacy-content .describes::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #E50012;
  border-radius: 50%;
} */

.privacy-content .describes1 {
  font-family: 'D-DIN', 'Inter', Helvetica, Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 20px 0 12px 0;
}

.privacy-directory {
  width: 280px;
  flex-shrink: 0;
  position: sticky;
  top: 120px;
  height: fit-content;
  padding: 24px;
  background-color: #fafafa;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}

.privacy-directory h2 {
  font-family: 'D-DIN', 'Inter', Helvetica, Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #E50012;
}

.privacy-directory ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.privacy-directory ul li {
  margin-bottom: 4px;
}

.privacy-directory ul li a {
  font-family: 'D-DIN', 'Inter', Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  padding: 4px 0;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.privacy-directory ul li a:hover {
  color: #E50012;
}

.privacy-directory ul li.sub-item {
  padding-left: 16px;
}

.privacy-directory ul li.sub-item a {
  font-size: 13px;
  color: #888888;
}

@media (max-width: 1200px) {
  .privacy {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .privacy-container {
    flex-direction: column;
  }

  .privacy-directory {
    width: 100%;
    position: static;
    display: none;
  }

  .privacy-main {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .privacy {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy h1 {
    font-size: 28px;
  }

  .privacy-content h2 {
    font-size: 20px;
    margin-top: 32px;
  }

  .privacy-content h3 {
    font-size: 16px;
    margin-top: 24px;
  }

  .privacy-content {
    font-size: 15px;
  }

  .privacy-content ul li {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .privacy h1 {
    font-size: 24px;
  }

  .privacy-content {
    font-size: 14px;
  }

  .privacy-content h2 {
    font-size: 18px;
  }

  .privacy-content h3 {
    font-size: 15px;
  }
}