.privilege {
  width: 100vw; }
  .privilege .title {
    text-align: center;
    font-family: PingFangHK-Thin;
    font-size: 28px;
    color: #333;
    letter-spacing: .67px;
    margin: 30px 0 25px;
    font-weight: 400; }
  .privilege .boxyBx {
    width: 70%;
    margin: 0 auto; }
  .privilege table {
    width: 100%;
    border-collapse: collapse;
    display: table; }
    .privilege table thead tr {
      height: 56px; }
    .privilege table thead th {
      background: #FEEDEB;
      line-height: 56px;
      border: 1px solid #F1D7D4;
      text-align: center;
      font-family: PingFangSC-Regular;
      font-size: 16px;
      color: #333333;
      font-weight: 400; }
    .privilege table thead .twoRow div {
      position: relative;
      top: 30px; }
    .privilege table td {
      width: 20%; }
    .privilege table tbody > :nth-child(2n) {
      background: #e9e9e93b; }
    .privilege table tbody tr {
      height: 31.38px; }
      .privilege table tbody tr td {
        line-height: 31.38px;
        border: 1px solid #E9E9E9;
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #333333;
        text-align: center;
        font-weight: 400; }
  .privilege .quotaHint {
    margin: 20px 0; }
    .privilege .quotaHint p {
      font-size: 13px;
      color: #999;
      line-height: 20px; }
