
    /* Privacy Section Styling */
    .privacy-title {
      font-size: 16px;
      font-weight: 600;
      color: #333;
      margin-bottom: 12px;
      font-family: 'Arial', sans-serif;
    }

    .privacy-content {
      margin-top: 8px;
      font-size: 14px;
      line-height: 1.6;
      color: #333;
    }

    .privacy-content p {
      margin-bottom: 12px;
    }

    .privacy-content p:last-child {
      margin-bottom: 16px;
    }
    .privacy-content ul{
        /* 去掉修饰符 */
        list-style-type: none;
    }

.news-section2 {
  padding: 20px 0;
  background-image: url('../../assets/2x/foot@2x.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}