
  .privacy-header {
    width: 100%;
    min-width: 400px;
    height: 65px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
  }

  .privacy-header-content {
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }

  .logo {
    width: 213px;
    height: 40px;
  }

  .privacy-container {
    width: 100%;
    min-width: 400px;
    padding: 70px 50px 0 50px;
    box-sizing: border-box;
    background: #f6f6f6;
    
  }

  .container-inner {
    width: 100%;
    min-width: 400px;
    background-color: #fff;
    margin: 0 auto;
    padding: 50px 100px 100px;
    box-sizing: border-box;
  }

  .t_bold {
    font-weight: bold;
    color: #000000 !important;
  }
  .l-title {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
    text-align: center;
    font-family: Microsoft YaHei UI;
  }
  .l-version {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #666666;
    text-align: center;
    font-family: Microsoft YaHei UI;
  }
  .l-t-title {
    font-size: 16px;
    font-weight: 600;
    font-family: Microsoft YaHei UI;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .l-text {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    text-indent: 2em;
  }