    body {
      font-family: Arial;
      font-size: 13px;
      margin: 0 auto;
      padding: 0;
      min-width: 320px;
      max-width: 640px;
      color: #333;
      text-align: justify;
      word-wrap: break-word;
      word-break: break-all;
      -webkit-text-size-adjust: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      background-color: #f7f7f7;
    }

    html,
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    code,
    form,
    fieldset,
    legend,
    input,
    textarea,
    p,
    blockquote,
    th,
    td,
    hr,
    button,
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section,
    em {
      margin: 0;
      padding: 0;
    }

    h1,
    h2,
    h3,
    h4 {
      margin: 0;
      padding: 0;
      border: 0;
    }

    div {
      margin: 0 auto;
      padding: 0;
      display: block;
    }

    i,
    cite,
    em,
    var,
    address,
    dfn {
      font-style: italic;
    }

    ul {
      margin: 0;
      padding: 0;
    }

    li {
      list-style: none;
      border: 1px dotted #ccc;
      width: 15%;
      padding: 4px 8px;
      text-align: center;
      margin: 2%;
    }
    li:active {
      background-color: #eee;
    }

    img {
      border: 0;
      display: block;
    }

    .bg {
      background-color: #6EF0B1;
    }

    p {
      margin: 0;
    }

    .main .title {
      text-align: center;
      font-size: 20px;
      padding: 8px 0;
      box-sizing: border-box;
    }

    .main .nav {
      padding: 2% 0;
      background-color: #fff;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .main img {
      width: 100%;
    }

    .main .item {
      color: #1a1a1a;
      padding: 10px 0;
      overflow: hidden;
      border-bottom: 1px solid #e4e4e4;
      display: flex;
      align-items: center;
      background-color: #fff;
    }

    .main .item .avater-box {
      width: 20%;
      height: 0;
      padding-bottom: 20%;
      border-radius: 100%;
      display: block;
      overflow: hidden;
      float: left;
      margin: 0 4%;
      border: 1px solid #ccc;
    }

    .main .item .text-box {
      float: right;
      width: 68%;
      margin-right: 4%;
      padding: 20px 0;
    }

    .main .item .text-box .name {
      font-size: 1rem;
      font-weight: normal;
    }

    .main .item .text-box p {
      color: #868686;
    }

    .main .item .text-box span {
      color: #929292;
      font-size: 12px;

    }

    .main .item .text-box p {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }