body {
  height: auto;
  margin: 15px;
  /* background: red !important; */
}
.select-one,
.select-two {
  display: inline-block;
}
#levels {
  display: none;
}
.m-r-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.select-two .layui-form-select .layui-input {
  width: 92px !important;
}
.layui-form-select .layui-input {
  border: 0;
  border-radius: 19px;
  background-color: #5991ff;
  color: #fff;
  height: 24px;
  width: 82px;
}
.layui-form-select .layui-edge {
  border-top-color: #fff;
}
.m-todo {
  margin: -15px 0 0 -15px;
}
.m-todo > div {
  margin: 15px 0 0 15px;
  background-color: #ffffff;
  border-radius: 4px;
}
.user {
  width: 310px;
  height: 190px;
  background: url('../images/dateBackground.png') no-repeat;
}
.user > div {
  /*width: 50%;*/
  height: 100%;
}
.user .show-date {
  width: 40%;
}
.user .user-select {
  width: 60%;
}
.user p {
  color: #ffffff;
}
.user .show-date {
  padding-left: 15px;
  box-sizing: border-box;
}
.user .show-date .date {
  height: 90px;
  line-height: 90px;
}
.user .show-date .week {
  margin-top: 70px;
}
.user .date-day {
  font-size: 48px;
}
.user .date-month {
  font-size: 32px;
}
.user .user-select {
  padding-top: 20px;
  box-sizing: border-box;
  /*width: 60%;*/
}
.user .user-select > div {
  display: inline-block;
}
.user .header-img {
  border-radius: 50%;
  border: 2px solid #fff;
}
/*.user .layui-form-select .layui-input {*/
/*width: 106px;*/
/*background: transparent;*/
/*border: 0;*/
/*color: #ffffff;*/
/*}*/
/*.user .layui-form-select .layui-edge {*/
/*border-top-color: #fff;*/
/*}*/
/*.user .layui-form-select dl{*/
/*border: none;*/
/*}*/
/*.user .user-select input::placeholder{*/
/*color: #ffffff;*/
/*}*/

.user .layui-form-item {
  position: relative;
}
.user .layui-form-item .layui-input {
  position: relative;
  padding-right: 20px;
  z-index: 1;
  width: 128px;
  border: 0;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.triangle-down {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: dashed;
  border-color: transparent;
  overflow: hidden;
  cursor: pointer;
  border-width: 6px;
  border-top-color: #ffffff;
  border-top-style: solid;
}

/* 房源情况 */
.housing {
  width: calc(60% - 360px);
  height: 190px;
}
#housingIntoToday > div,
#housingOutToday > div {
  cursor: default !important;
}
/* 公告 */
.notice {
  width: calc(20% - 5px);
  height: 190px;
}

/* 日程 */
.remind {
  width: calc(20% - 5px);
  height: 190px;
}

/* 租前/租后情况 */
.rent-status {
  width: 100%;
  /* width: calc(60% - 35px); */
  /* height: 420px; */
}

/* 业绩排行 */
.ranking {
  position: relative;
  width: calc(40% + 5px);
  height: 397px;
}
.ranking .date {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}
.date .date-back {
  display: inline-block;
  margin: 7px 7px 0 0;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #dcdfe6 transparent transparent;
}
.date .date-forward {
  display: inline-block;
  margin: 7px 0 0 7px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #dcdfe6;
}

/* 合同管理 */
.contracts {
  width: calc(40% + 5px);
  /*height: 290px;*/
}

/* 房源情况 start */
.housing .housing-into,
.housing .housing-out {
  padding: 0 0 10px 20px;
}
.housing-into-data,
.housing-out-data {
  position: relative;
}
.housing-into-older,
.housing-out-older {
  position: absolute;
  top: 50%;
  left: calc(30% + 60px);
  transform: translateY(-50%);
  color: #8492a6;
}
.housing-data .week-count,
.housing-data .month-count {
  color: #324057;
  font-size: 22px;
  /*cursor: pointer;*/
}
.list-empty {
  text-align: center;
}
.list-empty p {
  color: #8492a6;
}
/* 房源情况 end */

/* 公告 start */
.notice-list {
  margin: 40px 15px 0 15px;
}

.notice-icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('../images/notice.png') no-repeat;
}
.notice-item {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
/* 公告 end */

/* 日程 start */
.remind-list {
  margin: 40px 15px 0 15px;
  height: 80px;
  overflow: hidden;
}
.remind-item {
  position: relative;
  margin-bottom: 10px;
  padding: 0 40px 0 10px;
  border: 1px solid #dcdfe6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  border-left: 4px solid #47a4f4;
  cursor: pointer;
}
.remind-item-fadeOut {
  animation: fadeOut 0.6s forwards;
}
.remind-icon {
  position: absolute;
  right: 10px;
  top: 8px;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dcdfe6;
}
/* 日程 end */

/* 租前/租后情况 start */
.before-rent,
.after-rent,
.housing-into,
.housing-out {
  padding: 0 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.rent-data {
  text-align: center;
}
.rent-data > div {
  display: inline-block;
}
.rent-data > div:not(:first-child) {
  margin-left: 40px;
}
.rent-data-count {
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  cursor: pointer;
}
.apply {
  margin-top: 30px;
}
.apply > span,
.dispose > span {
  display: inline-block;
  width: 50px;
  height: 90px;
  line-height: 90px;
}
.apply-data {
  width: calc(100% - 80px);
  font-size: 16px;
}
.dispose-data {
  width: calc(100% - 120px);
  font-size: 16px;
}
.data-progress {
  position: relative;
  height: 8px;
}
.data-progress span {
  display: inline-block;
  height: 100%;
  border-radius: 5px;
}
.data-progress-today {
  position: absolute;
  width: 0;
  background-color: #6bcdff;
  box-shadow: rgba(107, 205, 255, 0.2) 0px 0px 10px 2px;
  animation: progressToday 1s forwards;
}
.data-progress-week {
  position: absolute;
  width: 0;
  background-color: #1fa8ff;
  animation: progressWeek 1s forwards;
}
.data-progress-month {
  position: absolute;
  width: 0;
  background-color: #1d75e5;
  animation: progressMonth 1s forwards;
}
.data-item {
  height: 40px;
  line-height: 40px;
}
.data-item {
  font-size: 0;
}
.data-item span {
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
.data-item .data-today {
  width: 30%;
}
.data-item .data-week {
  width: 35%;
}
.data-item .data-month {
  width: 35%;
}
.dispose-data .data-progress-today {
  background-color: #0ce3be;
  box-shadow: rgba(12, 227, 190, 0.2) 0px 0px 10px 2px;
}
.dispose-data .data-progress-week {
  background-color: #00cba8;
}
.dispose-data .data-progress-month {
  background-color: #01a387;
}
/* 租前/租后情况 end */

/* 业绩排行 start */
.ranking-list {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
.ranking-list .list-empty,
.ranking-list .list-empty {
  margin-top: 101px;
  font-size: 14px;
}
.ranking-list li {
  display: inline-block;
  text-align: center;
  width: 20%;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ranking-list li span {
  cursor: pointer;
}
.ranking-list-progress-color {
  border: 1px solid #eff2f7;
  background-color: #eff2f7;
}
.ranking-list-progress {
  margin: 10px auto;
  width: 8px;
  height: 200px;

  /*background-color: #ff0006;
    background-image: linear-gradient( 180deg , #ed5278 0% , #f67474 50% , #ff946f 100% );*/
  border-radius: 5px;
}
.name {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.ranking-list-progress-color-2 {
  position: absolute;
  /* left: 18px; */
  bottom: 20px;
  height: 94px !important;
  border: 1px solid #eff2f7;
  background-image: linear-gradient(180deg, #378ded 0%, #79efda 100%);
}
.ranking-list-progress-1 {
  height: 180px;
}
.ranking-list-progress-2 {
  height: 150px;
}
.ranking-list-progress-3 {
  height: 120px;
}
.ranking-list-progress-4 {
  height: 100px;
}
.e-timer {
  position: absolute;
  z-index: 9;
  left: 19px;
  text-align: center;
  width: 25px;
}
#dateWrap {
  z-index: 10;
}
.finshed-gray {
  border: 1px solid #eff2f7;
  background-color: #eff2f7;
}
.mask {
  /*height: 100%;*/
  /*  background-color: #ffffff;
    animation: progressRanking 1s forwards;*/
  position: absolute;
  border-radius: 5px;
  bottom: 0px;
  width: 8px;
  /*height: 80px !important;*/
  /* height: 84px; */

  /*z-index: 9999;*/
  /*margin: 10px 0;*/
}
.m-bg {
  background-color: #eff2f7;
  border: 1px solid #eff2f7;
  bottom: 30px;
}
.m-1-bg {
  background-image: linear-gradient(180deg, #378ded 0%, #79efda 100%);
}
.date-wrap {
  position: absolute;
  display: none;
  height: 280px;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #ccc;
}
.calendar-display {
  width: calc(100% - 116px) !important;
}
.calendar-arrow {
  width: 50px !important;
}
/* 业绩排行 end */

/* 房源业绩 start */
.house-detail {
  width: calc(33.33% - 15px);
  /*height: 100%;*/
}
.house-detail-content {
  margin-bottom: 30px;
}
.house-detail > div > span {
  display: inline-block;
  width: 33.33%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  color: #8492a6;
}
.house-detail .jump {
  color: #5991ff !important;
  cursor: pointer;
}
.house-detail-count {
  font-size: 22px;
  color: #324057 !important;
}
.house-detail .date {
  position: relative;
  right: 14px;
  cursor: pointer;
}
.house-detail .date-wrap {
  top: 30px;
  z-index: 9999;
}
.yeji-show-date {
  height: 30px;
  line-height: 30px;
}
/* 房源业绩 end */

/* 财务管理 start */
/* 财务管理 */
.finance {
  width: calc(60% - 35px);
  /*height: 290px;*/
}
.sheet-title {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
}
.receivable-count,
.spending-count {
  position: absolute;
  top: 50%;
  left: calc(60% + 100px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.receivable,
.spending {
  position: relative;
  width: 50%;
  height: 100%;
}
.receivable p,
.spending p {
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  /*cursor: pointer;*/
}
.receivable .receivable-count p,
.spending .spending-count p {
  cursor: pointer;
}
.receivable .receivable-total-count,
.spending .spending-total-count {
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 28px;
  color: #324057;
	cursor: pointer;
}
.receivable .receivable-title,
.spending .spending-title {
  text-align: center;
  font-size: 12px;
  color: #8492a6;
}
/* 财务管理 end */

/* 合同管理 start */
.contract-type {
  position: relative;
  width: 33.33%;
  height: 200px;
  text-align: center;
}
.contract-type .label {
  position: absolute;
  width: 100%;
  /*max-width: 142px;*/
  bottom: 20%;
}
/* 合同管理 end */

.m-nav {
  padding: 5px 0 5px 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
}
.m-nav-title {
  padding-left: 16px;
  height: 30px;
  line-height: 30px;
  border-left: 4px solid #5991ff;
}
.m-nav-tab {
  margin-right: 14px;
}
.m-nav-tab span {
  display: inline-block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}
.m-nav-tab span.more {
  font-size: 14px;
}

.u-tag {
  display: inline-block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  font-size: 14px;
  color: #8492a6;
  background-color: #eff2f7;
  /*cursor: pointer;*/
}
.u-tag-reserve {
  background-color: #ffffff;
  cursor: pointer;
}
.z-active {
  color: #ffffff;
  background-color: #5991ff;
}
.s-fc-lightseagreen {
  color: #5991ff;
}
.f-text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.i-empty {
  width: 50px;
  height: 48px;
  display: inline-block;
  background: url('../images/empty.jpg') no-repeat;
}
/* 单位 */
.unit {
  font-size: 12px;
  color: #8492a6;
}

.flex-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 49px 16px;
}
.flex-top > div {
  flex: 1;
  text-align: center;
  display: flex;
}
.flex-top .img {
  width: 50px;
  height: 50px;
  transform: translateY(5px);
  margin-right: 16px;
  border-radius: 22px;
}
.flex-top .img > img {
  width: 100%;
  height: 100%;
}
.bg-green {
  background-color: #47ce7d;
}
.bg-red {
  background-color: #ec7a9d;
}
.bg-blue {
  background-color: #5da6f9;
}
.flex-top .top-number > div:nth-child(1) {
  font-size: 14px;
  font-weight: 400;
  color: #404040;
  margin-bottom: 5px;
  text-align: left;
}
.flex-top .top-number > div:nth-child(2) {
  font-size: 28px;
  font-weight: 600;
  color: #5f5f5f;
  line-height: 40px;
  text-align: left;
	cursor: pointer;
}
.daiban-box {
  padding: 0 20px !important;
}
.daiban-box > div {
  height: 120px;
  background: #f7f9ff;
  border-radius: 2px;
  margin: 20px 9px;
  padding: 30px 0 0 18px;
}
.daiban-box .flex-top .img {
  margin-right: 20px;
}
.color-red {
  color: red !important;
}

/* 电表预警、门锁预警、智能设备 */
.smart-warning {
  width: calc(33.33% - 15px);
}
.smart-content {
  display: flex;
  align-items: center;
  height: 200px;
}
.smart-content > div {
  width: 50%;
  text-align: center;
}
.smart-content i {
  margin-bottom: 10px;
  font-size: 30px;
  cursor: auto;
}
.smart-content p {
  margin-bottom: 30px;
}
.smart-value {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #1E86FF;
  cursor: pointer;
}
.smart-title {
  color: gray;
}
.color-orange {
  color: #FF6A00;
}
.color-green {
  color: #89CC3C;
}

@keyframes progressMonth {
  from {
    width: 0;
  }
  to {
    width: 30%;
  }
}
@keyframes progressWeek {
  from {
    width: 0;
  }
  to {
    width: 60%;
  }
}
@keyframes progressToday {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes progressRanking {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes fadeOut {
  from {
    transform: scale(1, 1);
    margin-bottom: 10px;
    padding: 0 40px 0 10px;
    border: 1px solid #dcdfe6;
    height: 30px;
    line-height: 30px;
  }
  to {
    transform: scale(0, 0);
    margin-bottom: 0;
    padding: 0;
    border: 0;
    height: 0;
    line-height: 0;
  }
}

@media screen and (max-width: 1450px) {
  .flex-top .img {
    width: 45px;
    height: 45px;
  }
  .flex-top .top-number > div:nth-child(2) {
    font-size: 24px;
  }
}

@media screen and (min-width: 1950px) {
  .flex-top .img {
    width: 65px;
    height: 65px;
  }
  .flex-top .top-number > div:nth-child(1) {
    font-size: 20px;
  }
  .flex-top .top-number > div:nth-child(2) {
    font-size: 36px;
  }
}

@media screen and (max-width: 1320px) {
  .flex-top .img {
    width: 40px;
    height: 40px;
  }
  .flex-top .top-number > div:nth-child(2) {
    font-size: 20px;
  }
}
