
body{
    height: auto;
    margin: 15px;
}
.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: #1890ff;
    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.jpg")  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: 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: #404040;
}
.housing-data .week-count,.housing-data .month-count{
    color: #324057;
    font-size: 22px;
    /*cursor: pointer;*/
}
.list-empty{
    text-align: center;
}
.list-empty p{
    color: #404040;
}
/* 房源情况 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: #1890ff;
}
.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: #404040;
}
.house-detail .jump{
    color: #1890ff !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;
}
.receivable .receivable-title,.spending .spending-title{
    text-align: center;
    font-size: 12px;
    color: #404040;
}
/* 财务管理 end */

/* 合同管理 start */
.contract-type{
    position: relative;
    width: 25%;
    height: 200px;
    text-align: center;

}
.contract-type .label{
    position: absolute;
    width: 100%;
    /*max-width: 142px;*/
    bottom: 20%;
}
/* 合同管理 end */

.m-nav{
    margin: 12px 0 15px 0;
    width: 100%;
}
.m-nav-title{
    padding-left: 16px;
    height: 30px;
    line-height: 30px;
    border-left: 4px solid #1890ff;
}
.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: #404040;
    background-color: #eff2f7;
    /*cursor: pointer;*/
}
.u-tag-reserve{
    background-color: #ffffff;
    cursor: pointer;
}
.z-active{
    color: #ffffff;
    background-color: #1890ff;
}
.s-fc-lightseagreen{
    color: #1890ff;
}
.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: #404040;
}

@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;
    }
}
.warning{
    width:50%;
    text-align:center;
    position: relative;
}
.warning span{
    position: absolute;
    top:-10px;
    left:10px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    font-size: 14px;
    color: #404040;
    background-color:#eff2f7;
}
.warning .amount{
    margin-top: 50px;
    margin-bottom:10px;
    font-size:30px;
    font-weight:600;
    cursor: pointer;
}
.warning>div{
    width:50%;
}
.warning .opening{
    font-size:20px;
    margin-top:60px;
    margin-bottom:10px;
    cursor: pointer;
}
