body, html {
  background-color: #f5f5f5; }

.main {
  max-width: 7.5rem;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }

.header {
  width: 100%;
  height: 1.52rem;
  background: url(../image/head-bg.png) no-repeat center/cover;
  color: #fff;
  font-size: 0.30rem;
  line-height: 0.36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.72rem 0.32rem; }

.content {
  min-height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.38rem 0; }

.list {
  padding: 0 0.2rem;
  height: 100%;
  overflow-y: auto; }
  .list .item {
    padding: 0.16rem 0.28rem;
    background-color: #fff;
    border-radius: 0.1rem;
    -webkit-box-shadow: 0.02rem 0.02rem 0.01rem 0.03rem rgba(0, 0, 0, 0.1);
            box-shadow: 0.02rem 0.02rem 0.01rem 0.03rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.32rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .list .item .thumb {
      width: 1.4rem;
      height: 1.4rem;
      overflow: hidden;
      border-radius: 50%; }
      .list .item .thumb img {
        height: 100%;
        width: 100%;
        border-radius: 50%; }
    .list .item .info {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 1px;
      margin-left: 0.36rem; }
    .list .item .title {
      font-size: 0.32rem;
      color: #333;
      line-height: 0.42rem;
      margin-bottom: 0.15rem;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .list .item .msg {
      font-size: 0.28rem;
      color: #969696;
      line-height: 0.38rem;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
