.page {
  background-image: url("https://ke-meng.oss-cn-hangzhou.aliyuncs.com/km-web/puzzle/myRedBg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-position: 0 -1.7rem;
  background-color: #f4f4f4;
}
.page .user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.48rem 0.56rem 0.56rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.page .user > div:first-child {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.page .user > div:first-child > div:first-child {
        color: #2a2a2a;
        font-size: 0.42rem;
        margin-bottom: 0.06rem;
}
.page .user > div:first-child > div:nth-child(2) {
        color: #2a2a2a;
        font-size: 0.3rem;
}
.page .user img {
      width: 1.2rem;
      height: 1.2rem;
      -webkit-border-radius: 50%;
              border-radius: 50%;
}
.page .count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.32rem 0 0.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0.4rem;
    width: -webkit-calc(100% - 0.8rem);
    width: calc(100% - 0.8rem);
    height: 1.24rem;
    background-image: url("https://ke-meng.oss-cn-hangzhou.aliyuncs.com/km-web/puzzle/countBg.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.page .count > div:first-child {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.page .count > div:first-child > div:first-child {
        color: #ffcb89;
        font-size: 0.24rem;
        margin-bottom: 0.12rem;
}
.page .count > div:first-child > div:nth-child(2) {
        color: white;
        font-size: 0.28rem;
}
.page .count .cash {
      display: inline-block;
      width: 1.2rem;
      height: 0.48rem;
      line-height: 0.48rem;
      text-align: center;
      font-size: 0.26rem;
      color: white;
      background: -webkit-gradient(linear, left top, right top, from(#b3deff), to(#668dbb));
      background: -webkit-linear-gradient(left, #b3deff 0%, #668dbb 100%);
      background: linear-gradient(90deg, #b3deff 0%, #668dbb 100%);
      -webkit-border-radius: 0.24rem;
              border-radius: 0.24rem;
      position: relative;
}
.page .count .cash .btnText {
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        width: 1.2rem;
        height: .48rem;
        line-height: .48rem;
        text-align: center;
        color: white;
        font-size: 0.26rem;
}
.page .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.page .list .item span {
      display: inline-block;
      color: #2a2a2a;
      font-size: 0.28rem;
}
.page .list .item span:first-child {
      width: 30%;
}
.page .list .item span:nth-child(2) {
      width: 30%;
}
.page .list .item span:nth-child(3) {
      width: 20%;
      text-align: center;
}
.page .list .item span:nth-child(4) {
      width: 20%;
      text-align: center;
}
.page .list .head {
    width: 100vw;
    height: 0.88rem;
    padding: 0 0.4rem;
    background: #ffffff;
    -webkit-border-radius: 0.24rem 0.24rem 0 0;
            border-radius: 0.24rem 0.24rem 0 0;
}
.page .list .head span {
      border-bottom: unset;
}
.page .list .content {
    padding: 0 0.4rem;
}
.page .list .content span {
      height: 0.88rem;
      line-height: 0.88rem;
      border-bottom: 1px solid #e1e1e1;
}
.page .list .content span:nth-child(2) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
}
.page .list .content span:nth-child(2) img {
        width: 0.4rem;
        height: 0.4rem;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        margin-right: 0.08rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.page .list .empty {
    text-align: center;
    padding: 1rem 0;
}

