.user-cont{
    width: 6.9333rem;
}
.user-cont h1 {
    font-size: .56rem;
    /* padding-left: .32rem; */
    color: #fff;
  }
  .user-cont ul {
    margin-top: 0.2rem;
    width: 6.9333rem;
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  .user li {
    width: 2.3067rem;
    list-style: none;
    border-left: .04rem solid #f2f3f5;
  }
  .user li img {
    height: 0.4rem;
  }
  .user li p {
    text-align: center;
    font-size: 0.4rem;
    height: 0.6667rem;
    color: #f2f3f5;
  }
  .user li p span {
    font-size: 0.2667rem;
  }
  .zf-icon {
    width: 2rem;
    height: 0.6667rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .user li h3 {
    text-align: center;
    font-size: 0.4267rem;
    color: #fff;
  }