
.fristcol {
  width: 150px;
}
.salay-content {
  margin-bottom: 10px;
  background-color: #ffffff;
  color: inherit;
}
.total {
  background: rgba(240, 140, 3, 0.2);
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.total div {
  min-width: 10px;
}
.toggle {
  color: #ff9700;
}
.totaltitlebox {
  float: left;
  width: 70%;
}
.totalmoney {
  float: right;
  width: 30%;
  text-align: right;
}
.overview-item {
  background: url(../assets/img/xinchou_bg.6939b1b8.png) no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 5px 0;
  border-bottom: 2px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* & > li {
      width: 30%;
      text-align: center;
    } */
}
.con-box {
  margin-top: 0.267rem;
  background-color: #fff;
  /* // font-size: 0.32rem; */
  font-size: 0.267rem;
  border-radius: 4px;
}
.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;

  /* span.active {
        background-color: #fff;
        color: #595959;
      } */
}
.tab-nav span {
  display: inline-block;
  width: 33%;
  text-align: center;
  color: #999999;
  background: #ececec;
  height: 0.8rem;
  line-height: 0.8rem;
}
.active {
  background-color: #fff;
  color: #595959;
}
.tab-item {
  padding: 0 0.267rem;
}
.tab-item ul {
  margin: 0;
}
.tab-item li .line {
  padding: 0.267rem 0;
  border-bottom: 2px solid #f5f5f5;
}
expenses-time {
  border-bottom: 2px solid #f5f5f5;
  /* a > div {
        margin: 0.267rem 0;
        button {
          background: #88c66e;
          border-radius: 2px;
          border: none;
          color: #fff;
        }
      } */
}
expenses-time a > div {
  margin: 0.267rem 0;
}
expenses-time a > div button {
  background: #88c66e;
  border-radius: 2px;
  border: none;
  color: #fff;
}

