body {
  background: #0A0A0A;
}

.addup {
  .list {
    padding-top: 0.133rem;
    .item {
      height: 1.467rem;
      background: #171717;
      margin-top: 0.133rem;
      padding: 0 0.32rem;
      img, span {
        display: inline-block;
        vertical-align: top;
      }
      span {
        font-size: 0.4rem;
        line-height: 1.467rem;
      }
      .left {
        float: left;
        span {
          color: #ccc;
        }
        img.icon {
          height: 0.64rem;
          margin-top: 0.38rem;
          margin-right: 0.05rem;
        }
      }
      .right {
        float: right;
        span {
          color: #00F088;
        }
        img.filefly {
          height: 0.64rem;
          margin-top: 0.38rem;
          margin-right: 0.05rem;
        }
      }
      &:first-child {
        margin-top: 0;
      }
    }
  }
}


.familyExplain {
  width: 9.373rem;
  margin: 0 auto;
  color: #CCCCCC;
  font-size: 0.426rem;
  padding-top: 0.493rem;
  .txt {
    margin-bottom: 0.8rem;
    line-height: 0.7rem;
  }
}

.assistRecord {
  .title {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 1.467rem;
    line-height: 1.467rem;
    background: #000;
    .left {
      font-size: 0;
      width: 5rem;
      float: left;
      text-align: center;
    }
    .right {
      font-size: 0;
      width: 5rem;
      float: right;
      text-align: center;
    }
    .icon {
      display: inline-block;
      vertical-align: top;
      width: 0.64rem;
      margin-top: 0.39rem;
      margin-right: 0.1rem;
    }
    span {
      display: inline-block;
      vertical-align: top;
      font-size: 0.427rem;
      color: #FFFFFF;
    }
  }
  .list-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 1.467rem;
    width: 10rem;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    .list {
      .item {
        font-size: 0;
        height: 1.467rem;
        line-height: 1.467rem;
        padding-left: 0.427rem;
        border-bottom: 1px solid #171717;
        .left {
          float: left;
          color: #ccc;
        }
        .right {
          float: right;
          width: 5rem;
          text-align: center;
        }
        span {
          display: inline-block;
          vertical-align: top;
          font-size: 0.4rem;
        }
        .icon {
          display: inline-block;
          vertical-align: top;
          width: 0.64rem;
          margin-top: 0.39rem;
        }
        .score {
          color: #00F088;
        }
      }
      .no-data {
        .no-record {
          display: block;
          width: 2.667rem;
          margin: 0 auto;
          margin-top: 2rem;
        }
        .txt {
          font-size: 0.4rem;
          color: #B3B3B3;
          text-align: center;
          margin-top: 0.2rem;
        }
      }
    }
  }
} 

.activeRecord {
  .list{
    .item {
      background: #171717;
      padding: 0.427rem 0;
      padding-left: 0.453rem;
      margin-bottom: 0.133rem;
      .title {
        font-size: 0.427rem;
        color: #FFFFFF;
        margin-bottom: 0.38rem;
      }
      .time {
        font-size: 0.373rem;
        color: #B3B3B3;
        margin-bottom: 0.247rem;
      }
      .gem-box {
        font-size: 0;
        margin-bottom: 0.273rem;
        span {
          color: #B3B3B3;
          font-size: 0.373rem;
        }
        .score {
          color: #58DBD7;
        }
        .green {
          color: #01EB85;
        }
        .icon {
          width: 0.4rem;
          position: relative;
          top: 0.06rem;
          margin-right: 0.15rem;
        }
      }
      .gem-box2 {
        margin-bottom: 0;
      }
    }
    .no-data {
      .no-record {
        display: block;
        width: 2.667rem;
        margin: 0 auto;
        margin-top: 3.5rem;
      }
      .txt {
        font-size: 0.4rem;
        color: #B3B3B3;
        text-align: center;
        margin-top: 0.2rem;
      }
    }
  }
}

.familyLongExplain {
  width: 9.373rem;
  margin: 0 auto;
  color: #CCCCCC;
  font-size: 0.426rem;
  padding-top: 0.493rem;
  .txt {
    margin-bottom: 0.8rem;
    line-height: 0.7rem;
  }
}


.cashReality {
  .list {
    padding-top: 0.133rem;
    .item {
      height: 1.467rem;
      line-height: 1.467rem;
      font-size: 0;
      padding: 0 0.34rem;
      margin-top: 0.133rem;
      background: #171717;
      .type-icon {
        display: inline-block;
        vertical-align: top;
        width: 0.7rem;
        margin-top: 0.4rem;
        margin-right: 0.1rem;
      }
      .paypal {
        width: 0.8rem;
        margin-top: 0.35rem;
      }
      span {
        display: inline-block;
        vertical-align: top;
        color: #ccc;
        font-size: 0.4rem;
      }
      .jt {
        width: 0.6rem;
        vertical-align: top;
        margin-top: 0.45rem;
        float: right;
      }
      &:first-child {
        margin-top: 0;
      }
    }
  }
  .pop {
    display: none;
    width: 7.2rem;
    height: 3.733rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -3.6rem;
    margin-top: -1.8665rem;
    background: #fff;
    border-radius: 0.3rem;
    font-size: 0.347rem;
    color: #000;
    padding: 0 0.96rem;
    padding-top: 0.7rem;
    box-sizing: border-box;
    z-index: 99;
    .bottom {
      width: 100%;
      height: 1.16rem;
      position: absolute;
      left: 0;
      bottom: 0;
      border-top: 0.01rem solid rgba(9,20,31,0.2);
      .left {
        float: left;
        width: 50%;
        height: 1.16rem;
        box-sizing: border-box;
        border-right: 0.01rem solid rgba(9,20,31,0.2);
        color: #007AFF;
        line-height: 1.16rem;
        font-size: 0.453rem;
        text-align: center;
      }
      .right {
        float: left;
        width: 50%;
        height: 1.16rem;
        color: #007AFF;
        line-height: 1.16rem;
        font-size: 0.453rem;
        text-align: center;
      }
    }
  }
  .black-bg {
    display: none;
    width: 10rem;
    height: 100%;
    background:rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -5rem;
    z-index: 98;
  }
}

.canFireFly {
  .header-bg {
    background: #0F0F0F;
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
  }
  .header {
    width: 8.533rem;
    height: 2.933rem;
    background: url(../img/header.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 0.66rem;
    box-sizing: border-box;
    margin: 0 auto;
    .fire-num {
      text-align: center;
      font-size: 0.55rem;
      color: #FDFDFD;
    }
    .txt {
      margin-top: 0.1rem;
      text-align: center;
      font-size: 0.373rem;
      color: #848484;
    }
  }
  .type {
    height: 1.333rem;
    line-height: 1.333rem;
    font-size: 0.373rem;
    color: #8C8C8C;
    background: #1F1F1F;
    padding: 0 0.437rem;
    position: relative;
    .white {
      color: #FFFFFF;
    }
    .shift-icon {
      width: 0.64rem;
      position: absolute;
      right: 0.4rem;
      top: 0.36rem;
    }
  }
  .list {
    .item {
      height: 1.467rem;
      background: #171717;
      border-bottom: 1px solid #0A0A0A;
      padding: 0 1.147rem 0 0.32rem;
      img, span {
        display: inline-block;
        vertical-align: top;
      }
      span {
        font-size: 0.4rem;
        line-height: 1.467rem;
      }
      .left {
        float: left;
        span {
          color: #ccc;
        }
        img.icon {
          height: 0.64rem;
          margin-top: 0.38rem;
          margin-right: 0.05rem;
        }
      }
      .right {
        float: right;
        position: relative;
        span {
          color: #00F088;
        }
        img.filefly {
          height: 0.64rem;
          margin-top: 0.38rem;
          margin-right: 0.05rem;
        }
        .can-jt {
          position: absolute;
          right: -0.85rem;
          top: 0.45rem;;
          width: 0.533rem;
        }
        .rmb,.xtb,.my,.mb {
          display: none;
          font-size: 0.4rem;
          color: #fff;
        }
      }
    }
  }
  .notice {
    font-size: 0.4rem;
    padding-left: 0.45rem;
    margin-top: 0.9rem;
    color: #F87979;
  }
  .pop {
    display: none;
    width: 6.667rem;
    height: 5.335rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -3.3335rem;
    margin-top: -2.6675rem;
    background: #333333;
    border-radius: 0.3rem;
    z-index: 99;
    .pop-type {
      height: 1.067rem;
      line-height: 1.067rem;
      font-size: 0.32rem;
      color: #CCCCCC;
      text-indent: 1.567rem;
      border-bottom: 0.01rem solid #1F1F1F;
      position: relative;
      box-sizing: border-box;
      &:last-child {
        border-bottom: none;
      }
      .selected {
        width: 0.4rem;
        position: absolute;
        top: 0.3rem;
        left: 0.95rem;
        display: none;
      }
      &:first-child {
        .selected {
          display: block;
        }
      }
    }
  }
  .black-bg {
    display: none;
    width: 10rem;
    height: 100%;
    background:rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -5rem;
    z-index: 98;
  }
}

.wxCash {
  .welcome {
    height: 1.2rem;
    line-height: 1.2rem;
    background: #171717;
    color: #fff;
    font-size: 0.427rem;
    text-indent: 0.453rem;
    border-top: 0.133rem solid #0a0a0a;
  }
  .banner {
    font-size: 0;
    position: relative;
    .left, .right {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      height: 2.667rem;
      background: #171717;
      text-align: center;
    }
    .icon {
      display: block;
      width: 0.64rem;
      margin: 0 auto;
      margin-top: 0.36rem;
    }
    .num {
      font-size: 0.533rem;
      color: #00F088;
      font-weight: bold;
      padding: 0.05rem 0;
    }
    .sy-num {
      color: #FFFFFF;
    }
    .txt {
      font-size: 0.374rem;
      color: #8C8C8C;
    }
    .line {
      width: 0.03rem;
      height: 1.4rem;
      margin-top: -0.7rem;
      position: absolute;
      left: 50%;
      top: 50%;
      background: #282828;
    }
  }
  .list {
    border-top: 0.133rem solid #0a0a0a;
    .item {
      font-size: 0;
      height: 1.467rem;
      background: #171717;
      border-top: 1px solid #0a0a0a;
      padding: 0 1.147rem 0 0.32rem;
      &:first-child {
        margin-top: 0;
      }
      &:last-child {
        border-bottom: 1px solid #0a0a0a;
      }
      img, span {
        display: inline-block;
        vertical-align: top;
      }
      span {
        font-size: 0.4rem;
        line-height: 1.467rem;
      }
      .left {
        float: left;
        span {
          color: #ccc;
        }
        img.icon {
          height: 0.64rem;
          margin-top: 0.38rem;
          margin-right: 0.05rem;
        }
      }
      .right {
        float: right;
        position: relative;
        span {
          color: #fff;
        }
        .score {
          color: #00F088;
        }
        img.filefly {
          height: 0.64rem;
          margin-top: 0.38rem;
          margin-right: 0.05rem;
        }
        .can-jt {
          position: absolute;
          right: -0.85rem;
          top: 0.45rem;;
          width: 0.533rem;
        }
        .rmb{
          font-size: 0.45rem;
          color: #fff;
          margin-left: 0.1rem;
        }
      }
    }
  }
  .get-btn {
    width: 8.533rem;
    height: 1.28rem;
    line-height: 1.28rem;
    margin: 0 auto;
    border-radius: 1.28rem;
    font-size: 0.453rem;
    color: #fff;
    text-align: center;
    background: -webkit-linear-gradient(left, #00A0E9, #00F088);
    background: -o-linear-gradient(left,#00A0E9, #00F088);
    background: -moz-linear-gradient(left,#00A0E9, #00F088);
    background: -ms-linear-gradient(left,#00A0E9, #00F088);
    margin-top: 1.413rem;
  }

} 

.adminRule {
  width: 9.373rem;
  margin: 0 auto;
  color: #CCCCCC;
  font-size: 0.426rem;
  padding-top: 0.493rem;
  .title {
    color: #fff;
  }
}