body {
  background: #0A0A0A;
}
.list {
  .item {
    height: 1.467rem;
    background: #171717;
    font-size: 0;
    border-bottom: 1px solid #0A0A0A;
    padding: 0 0.35rem;
    .left {
      float: left;
      .gem {
        display: inline-block;
        vertical-align: top;
        height: 0.65rem;
        margin: 0.4085rem 0.05rem 0 0;
      }
      .num {
        display: inline-block;
        vertical-align: top;
        font-size: 0.4rem;
        color: #00F3D7;
        height: 1.467rem;
        line-height: 1.5rem;
      }
    }
    .right {
      float: right;
      .notice {
        font-size: 0.4rem;
        color: #CCCCCC;
        text-align: right;
        margin-top: 0.2rem;
        margin-bottom: 0.06rem;
      }
      .time {
        font-size: 0.267rem;
        color: #808080;
        text-align: right;
      }
    }
  }
}

.no-record-box {
  .no-record  {
    width: 2.6rem;
    display: block;
    margin: 0 auto;
    margin-top: 2.4rem;
    margin-bottom: 0.3rem;
  }
  .notice {
    font-size: 0.4rem;  
    text-align: center;
    color: #B3B3B3;
  }
}