.main {
    height: 100%;
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .main-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: calc(100vh - 50px);
    background: #fff;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    color: #222;
    position: relative;
  }

  .main-page .nav {
    height: 54px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .05);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
    text-align: center;
  }

  .main-page .nav .slider {
    width: 56px;
    height: 54px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUxpcSIiItNHNFcAAAABdFJOUwBA5thmAAAAGklEQVQoz2NgGIqg/j8I/COLNeqqweAqWgEArxN0cdaOnXwAAAAASUVORK5CYII=) no-repeat;
    background-position: 50%;
    background-size: 24px 24px;
    float: left;
  }

  .main-page .nav .logo {
    display: inline-block;
    width: 90px;
    height: 30px;
    background: url(../img/logo_icon3.674a98as.png) no-repeat;
    background-size: contain;
    margin: 12px;
  }

  .main-page .nav .box {
    width: 56px;
    height: 54px;
    float: right;
  }

  .main-page .new-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 24px 16px;
  }

  .main-page .new-header .user-profile {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .main-page .new-header .user-profile .photo {
    width: 136px;
    height: 136px;
    background: url(../img/default_header.123a3671.png) no-repeat;
    background-size: contain;
    position: relative;
  }



  .main-page .new-header .user-profile .name {
    -webkit-box-align: end;
    align-items: flex-end;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 10px;
  }

  .main-page .new-header .user-profile .name,
  .main-page .new-header .user-profile .photo .taps {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    font-family: PingFangSC-Medium;
  }

  .main-page .new-header .user-profile .photo .taps {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 20px;
    border-radius: 2px;
    background: #3ae2ff;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    -webkit-transform: skew(-18deg);
    transform: skew(-18deg);
    margin-left: -40px;
  }

  .main-page .body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #f8f8fb;
    padding-top: 10px;
  }

  .main-page .content {
    padding: 24px 16px 0px;
    display: flex;
    text-align: center;
  }

  .main-page .content .i-t {
    width: 100px;
    height: 130px;
    flex: 1;
  }

  .main-page .content .i-t img {
    width: 100px;
    height: 100px;
    border-radius: 25px;
  }

  .main-page .content .i-t p {
    text-align: center;
    /* width:150px; */
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
  }

  .main-page .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    color: #3ae2ff;
    font-family: PingFangSC-Medium;
    padding-bottom: 40px;
  }

  .wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
  }

  .wrap a {
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    color: #666;
  }