@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'iconfont';
  /* Project id 3445986 */
  src: url(../font/iconfont.woff2) format("woff2"), url(../font/iconfont.woff) format("woff"), url(../font/iconfont.ttf) format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  background: #2f2f2f;
}

.healthPage .tableWrap {
  box-shadow: rgba(13, 10, 22, 0.16) 0px 14px 21px;
  background: #3d3d3d;
  overflow: hidden;
  border-radius: 6px;
  padding: 26px;
  flex: 1 1 0%;
}

.billPage .healthPage {
  width: 100%;
  padding-top: 26px;
}

@media (max-width: 780px) {
  .billPage .healthPage {
    padding: 12px 10px;
  }
}

.healthPage {
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 20px 26px 26px;
}

.vxe-table {
  border-radius: 6px;
  overflow: hidden;
}

.vxe-table--render-default .vxe-table--body-wrapper,
.vxe-table--render-default .vxe-table--footer-wrapper {
  background-color: transparent !important;
}

.vxe-table--render-default.border--inner .vxe-table--header-wrapper,
.vxe-table--render-default.border--none .vxe-table--header-wrapper {
  background-color: transparent !important;
}

.vxe-table--render-default .vxe-body--row {
  background-color: #3d3d3d;
}

.vxe-table--render-default .vxe-body--row.row--stripe {
  background-color: #2a2a2a !important;
}

/***表格滚动条美化***/
.vxe-table--body-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.vxe-table--body-wrapper::-webkit-scrollbar-track {
  background-color: rgba(244, 193, 98, 0.2);
  border-radius: 3px;
}

.vxe-table--body-wrapper::-webkit-scrollbar-thumb {
  background-image: -webkit-linear-gradient(0deg, #ed9236 40%, #f4c162 100%);
  border-radius: 3px;
}

/***表格滚动条美化***/
.billPage {
  display: flex;
  height: calc(100vh - 52px);
}

.billPage .tabList {
  display: flex;
}

@media (max-width: 780px) {
  .billPage .tabList {
    display: none;
  }
}

.billPage .tabList li {
  width: 60px;
  text-align: center;
  background: #666;
  height: 26px;
  color: #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  border-radius: 0 26px 0 26px;
  font-size: 14px;
  transition: all .3s;
  cursor: pointer;
}

.billPage .tabList li.active {
  background-image: -webkit-linear-gradient(0deg, #ed9236 40%, #f4c162 100%);
  color: #fff;
  font-weight: bold;
}

.billPage .healthPage {
  width: 100%;
  padding-top: 26px;
}

.billPage .chartOutWrap {
  width: 350px;
  display: none;
}

.billPage .chartWrap {
  background: #3d3d3d;
  overflow: hidden;
  border-radius: 6px;
  padding: 26px;
  box-shadow: 0px 14px 21px rgba(13, 10, 22, 0.16);
  width: 100%;
  padding: 10px 6px 20px;
  height: calc(50% - 13px);
  margin-top: 26px;
}

.billPage .chartWrap .chart {
  height: 100%;
}

.billPage .tableWrap {
  background: #3d3d3d;
  overflow: hidden;
  border-radius: 6px;
  padding: 26px;
  box-shadow: 0px 14px 21px rgba(13, 10, 22, 0.16);
  flex: 1;
}

@media (max-width: 780px) {
  .billPage .tableWrap {
    padding: 12px 10px;
  }
}

.billPage .tableWrap table {
  width: 100%;
}

.billPage .tableWrap table th {
  line-height: 24px;
  border: 1px solid #666;
  font-size: 14px;
  padding: 2px 0 !important;
  text-align: center;
}

.billPage .tableWrap table th .vxe-cell--title {
  color: #fff !important;
  white-space: nowrap;
  font-weight: bold;
}

.billPage .tableWrap table td {
  padding: 0 !important;
  border: 1px solid #666;
}

.billPage .tableWrap table td .vxe-cell,
.billPage .tableWrap table td .vxe-cell--label {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.1em;
  white-space: normal;
  font-size: 12px;
}

.billPage .tableWrap table td .vxe-cell {
  padding: 6px 10px;
}

.billPage .tableWrap table td .weatherBox {
  display: flex;
  justify-content: center;
  margin-top: 3px;
}

.billPage .tableWrap table td .weatherBox span {
  margin: 0 5px;
  font-size: 12px;
}

.billPage .tableWrap table td .weather {
  display: flex;
}

.billPage .tableWrap table td .weather .iconfont {
  font-size: 16px;
}

.billPage .tableWrap table td .weightC span {
  padding: 0 10px;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  font-size: 14px;
  white-space: nowrap;
}

.billPage .tableWrap table td ul li {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5em;
  font-size: 12px;
  display: flex;
}

.billPage .tableWrap table td ul li span {
  width: 34px;
  text-align: left;
  text-align: center;
}

.billPage .tableWrap table td .drinkWater {
  display: flex;
  flex-wrap: wrap;
}

.billPage .tableWrap table td .drinkWater li {
  width: 50%;
}

.billPage .tableWrap table td .quality {
  font-size: 18px;
  color: #ed9236;
}

.vxe-table--render-default .vxe-body--column.col--ellipsis,
.vxe-table--render-default.vxe-editable .vxe-body--column,
.vxe-table--render-default .vxe-footer--column.col--ellipsis,
.vxe-table--render-default .vxe-header--column.col--ellipsis {
  height: 30px;
}

.selWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 20;
  margin-bottom: 20px;
}

.selWrap .sx {
  font-size: 20px;
  color: #fff;
}

.selWrap .phoneBtn {
  display: none;
}

@media (max-width: 780px) {
  .selWrap .phoneBtn {
    display: flex;
  }
}

.selBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
}

.selBox .label {
  margin: 0 4px 0 20px;
}

.selBox .el-date-editor .el-range-separator {
  width: auto;
}

.selBox .el-date-editor {
  margin-left: 20px;
}

.selBox.hide {
  display: flex;
}

@media (max-width: 780px) {
  .selBox {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 80px;
    right: 0;
    width: 100%;
    height: calc(100% - 80px);
    padding: 30px;
    display: block;
  }
  .selBox.hide {
    display: none;
  }
  .selBox > .el-button {
    display: none;
  }
  .selBox > div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-right: 28%;
  }
  .selBox > div .el-button {
    width: 100px;
  }
}

.vxe-body--row:hover td {
  background: #06353e;
}

.phone {
  display: none;
}

.el-popper[x-placement^=bottom],
.el-picker-panel__body-wrapper,
.el-picker-panel__body {
  width: 330px !important;
  min-width: 0 !important;
  display: flex;
  flex-direction: column;
}

.el-picker-panel__content {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.el-drawer {
  width: 90% !important;
  max-width: 560px !important;
}
