/**
    搜索框组件样式
 */
 .search-box{
    position: fixed;
    width:100%;
    top:1.173rem;
    height: 1.307rem;
    padding:0.227rem 0.24rem;
    background-color: #F4F5F8;
    border-bottom:0.013rem solid #DDDDDD;
    box-shadow:0 1px 0 #DDDDDD;
    font-size:0;
    z-index:999
}
.search-input{
    position:relative;
    width:100%;
    height: 0.747rem;
    background-color: #FFFFFF;
    border:0.013rem solid #FFFFFF;
    border-radius: 0.067rem;
    transition: all ease .5s;
}
.search-icon{
    display: inline-block;
    width:0.8rem;
    height: 100%;
    padding:0.173rem 0 0.173rem 0.32rem;
}
.search-box img{
    width:0.4rem;
    height: 0.4rem;
}
.search-box input{
    position:absolute;
    top:0;
    left:0.8rem;
    width:calc(100% - 0.8rem);
    height: 100%;
    border:none;
    font-size:0.4rem;
    text-indent: 0.133rem;
    box-sizing: border-box;
}
.search-box input::-webkit-input-placeholder{
    font-size:0.4rem;
    color:#BBBBBB;
    text-align: left;
}
.close-span{
    position: absolute;
    top:50%;
    right:0.32rem;
    transform: translateY(-60%);
    font-size:0.427rem;
    color:#358CFF
}
.search-list{
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 100%;
    left: 0;
}
.search-item{
    position:relative;
    width:100%;
    padding:0.32rem 0.88rem;
    background-color: #FFFFFF;
    font-size:0.373rem;
    color:#666666;
}
.search-item:not(:last-child):after{
    content:'';
    position: absolute;
    bottom:0;
    left:0.4rem;
    width:calc(100% - 0.4rem);
    height: 0.013rem;
    background-color: #EEEEEE;
}
.search-shade{
    position: fixed;
    /**/
    z-index:10;
    left:0;
    top:2.48rem;
    width:100%;
    height: calc(100vh - 2.48rem);
    background-color: rgba(0, 0, 0, 0.4);
}

/**
    人员列表组件样式
 */
*{
    -webkit-touch-callout:none;
}
body{
    overflow-x: hidden;
    background-color: #FFFFFF;
}
.ui-loader-default{ display:none}
.ui-mobile-viewport{ border:none;}
.ui-page {padding: 0; margin: 0; outline: 0}
.staffList{
    display: none;
    position:absolute;
    top:0;
    left:100%;
    width:100%;
    height: 0;
    padding-top:2.48rem;
    /*transition: all ease .6s;*/
}
.staffList .nav{
    position: relative !important;
}
.searched-name-list{
    width:auto;
    overflow-x: scroll;
    white-space: nowrap;
    padding:0 0.267rem;
    background-color: #F4F5F8;
    font-size:0;
}
.searched-name-list::-webkit-scrollbar{
    width: 0;
    height: 0;
    display: none;
}
.searched-name{
    display: inline-block;
    height: 0.8rem;
    padding:0 0.36rem;
    margin-top:0.133rem;
    margin-right:0.133rem;
    background-color: #FFFFFF;
    border:0.013rem solid #DDDDDD;
    border-radius: 0.08rem;
    font-size:0.32rem;
    line-height: 0.8rem;
    color:rgba(136, 136, 136, 0.9);
}
.searched-name:last-child{
    margin-right:0;
}
.touch-name{
    position:absolute;
    z-index:999;
    background-color: #ff3c3e;
    opacity: 0.8 !important;
    color:#FFFFFF;
    touch-action: none;
}
.scroll-list{
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #FFFFFF;
}
.shortCut-list{
    display: none;
    position:fixed;
    right:0.067rem;
    top:2.5rem;
    z-index:100;
    width:0.587rem;
    height: auto;
}
.shortCut-item{
    width:100%;
    padding:0.093rem 0.133rem;
    font-size:0.32rem;
    color:#BBBBBB;
    text-align: center;
}
.shortCut-icon{
    display: none;
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:1.307rem;
    height: 1.307rem;
    border-radius: 0.107rem;
    background-color: rgba(0, 0, 0, 0.5);
    font-size:0.64rem;
    color:#FFFFFF;
    text-align: center;
    line-height: 1.307rem;
}
.scroll-item-title{
    width:100%;
    height: 0.733rem;
    background-color: #F4F5F8;
    color:#888888;
    font-size:0.373rem;
    line-height: 0.733rem;
    padding-left:0.4rem;
    border-top:0.013rem solid #DDDDDD;
}
.scroll-item-title:first-of-type{
    border-top:none
}
.scroll-item{
    position:relative;
    width:100%;
    height: 1.2rem;
    background-color: #FFFFFF;
    font-size:0.453rem;
    line-height: 1.2rem;
    padding-left:0.4rem;
    border-top:0.013rem solid #DDDDDD;
}
.scroll-checkbox{
    position:absolute;
    top:50%;
    right:1.107rem;
    transform: translateY(-50%);
    width:0.587rem;
    height: 0.587rem;
    border-radius: 50%;
    -webkit-appearance: none;
    outline: 0 !important;
    border:0.027rem solid #CDCDCD;
}
.scroll-checkbox:focus{
    outline: 0 none;
    outline-offset: -2px;
}
.scroll-checkbox:checked {
    background-color: #108EE9;
    border: solid 1px #FFFFFF;
}
.scroll-checkbox:checked:before {
    content: '';
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:0.293rem;
    height: 0.2rem;
    background:url(../icon/Shape.svg);
    background-size:cover;
}
.chooseStaff{
    font-size:0.373rem;
    display: inline-block !important;
}
.choosing{
    display: block;
    height: auto !important;
    left:0;
    z-index:999
}
.choosing .nav{
    position:fixed !important;
    top:0;
    left:0;
    z-index:999;
}
.choosing .scroll-list{
    height: auto;
}

/**
    弹出框样式
 */
.pop-bg{
    position:fixed;
    left:50%;
    top:50%;
    z-index:99999;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.08rem;
    animation: fadeIn .3s ease;
    animation-fill-mode:forwards;
    font-size:0.373rem;
    color:#FFFFFF;
}
.pop-icon{
    width:0.933rem;
    height: 0.933rem;
    margin:0.4rem auto 0 auto;
}
.icon-tips{
    max-width: 4.667rem;
    text-align: center;
    margin:0.2rem 0.453rem 0.373rem 0.453rem;
}
.info{
    max-width: 4.667rem;
    text-align: center;
    margin:0.24rem 0.4rem;
}
.pop-icon img{
    width:100%;
    height: 100%;
}
.shade{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index:999
}
.confirm{
    position:fixed;
    width:7.2rem;
    left:50%;
    top:50%;
    z-index:999;
    opacity: 0;
    background-color: #FFFFFF;
    border-radius: 0.187rem;
    animation: fadeIn .3s ease;
    animation-fill-mode:forwards;
    font-size:0;
    text-align: center;
}
.title{
    margin:0.547rem 0 0.067rem 0;
    font-size:0.48rem;
}
.confirm-content{
    margin-bottom:0.387rem;
    padding:0 1.067rem;
    font-size:0.373rem;
    color:#888888
}
.button{
    display: inline-block;
    width:50%;
    height: 1.333rem;
    padding:0 1.547rem;
    background-color: #FFFFFF;
    border-top:0.013rem solid #DDDDDD;
    font-size:0.48rem;
    line-height: 1.333rem;
    text-align: center;
}
.button:first-child{
    border-right:0.013rem solid #DDDDDD;
    border-bottom-left-radius: 0.187rem;
}
.button:nth-child(2){
    border-bottom-right-radius: 0.187rem;
}
@keyframes fadeIn {
    from{
        transform: translate(-50%,-50%) scale(0.1);
        opacity: 0;
    }
    to{
        opacity: 1;
        transform: translate(-50%,-50%) scale(1);
    }
}

/**
    时间段样式
*/
.paper-month{
    position:relative;
    width:100%;
    height: 1.173rem;
    line-height: 1.173rem;
    font-size:0.48rem;
    color:#333333;
    padding:0 0.267rem;
    margin-bottom:0.267rem;
    background-color: #FFFFFF;
}
.week-name-list{
    font-size:0;
    background-color: #FFFFFF;
}
.week-name{
    display: inline-block;
    font-size:0.37rem;
    color:#333333;
    width:1.427rem;
    height: .85rem;
    line-height: 0.85rem;
    text-align: center;
}
.choose-day{
    position:relative;
    display: inline-block;
    font-size:0.453rem;
    color:#333333;
    width:1.427rem;
    height: 1.65rem;
    line-height: 1.65rem;
    text-align: center;
    vertical-align: top;
}
.choose-day span{
    position: relative;
    z-index:5
}
.choose-day-active{
    background-color: #358CFF !important;
    
}
.choose-day-active span{
    color:#ffffff !important
}
.choose-active{
    background-color: #E4F3FF;
}
/* .today .choose-day-active+span{
    color:#ffffff !important
}
.today .choose-day-active{
    background-color: #358CFF !important;
} */
.choose-day-list{
    position: absolute;
    width: 100%;
    font-size:0;
    background-color: #ffffff;
    transition: left .3s ease;
}
.prev-day-list{
    left:-100%;
}
.this-day-list{
    left:0;
}
.next-day-list{
    left:100%;
}
#scroll-date{
    position: relative;
    width:100%;
    overflow: hidden;
    height:9.92rem;
    background: #ffffff;
}
.paper-content{
    width:100%;
    padding:0.267rem;
}
.today-complete,.tomorrow-plan{
    width:100%;
    background-color: #ffffff;
    box-shadow:0 0.027rem 0.053rem rgba(0,0,0,0.04);
    border-radius:0.107rem;
}
.paper-title{
    position: relative;
    width:100%;
    height:1.17rem;
    line-height: 1.17rem;
    font-size:.48rem;
    color:#333333;
    text-align: center;
    background-color: #ffffff;
    border-radius:.13rem .13rem 0px 0px;
}
.paper-title span{
    font-size:.37rem
}
.paper-text{
    line-height:0.56rem;
    font-size:0.373rem;
    color:#666666;
    padding:0.267rem 0.4rem;
    -webkit-text-size-adjust: none;
}
.paper-text:empty:after{
    content:'未填写当前日报，暂无内容';
    color:rgba(0,0,0,0.3) !important
}
.date-group .calendar{
    position:absolute;
    width:0.507rem;
    height: 0.507rem;
    top:50%;
    right:0.267rem;
    transform: translateY(-50%);
}
.today span{
    color:#358CFF
}
.month-name{
    width:100%;
    height: .85rem;
    line-height: .85rem;
    text-align: center;
    font-size:.37rem;
    color:#333333;
    background-color: #F6F6F6;
}
.isChoose{
    font-size:.37rem !important;
    color:#999999
}
.date-group{
    position:fixed;
    bottom:calc(-100% - .4rem);
    left:0;
    transition: all .3s ease;
    z-index:1000;
}
.ear-bottom-popup{
    position: relative;
    display: inline-block;
    width:50%;
    height: 1.307rem;
    line-height: 1.307rem;
    background-color: #FFFFFF;
    font-size:0.453rem;
    color:#333333;
    text-align: center;
    padding: 0 30px;
    border-bottom:.01rem solid #E3E3E3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ear-bottom-popup:nth-child(2n+1)::after{
    content:'';
    position:absolute;
    top:50%;
    left:calc(100% - .05rem);
    width:.05rem;
    height: .59rem;
    background-color: #E3E3E3;
    
    transform: translateY(-50%);
}
.ear-bottom-popup:first-child{
    border-top-left-radius: 0.133rem;
}
.ear-bottom-popup:nth-child(2){
    border-top-right-radius: 0.133rem;
}
.bottom-div{
    position:fixed;
    left:0;
    width:100%;
    font-size:0;
    transition: all .3s ease;
    max-height: 50%;
    overflow-y: auto;
    background-color: #ffffff;
    z-index:100;
}
.bottom-div .bottom-popup{
    width:100%;
    height: 1.307rem;
    line-height: 1.307rem;
    background-color: #FFFFFF;
    font-size:0.453rem;
    color:#333333;
    text-align: center;
    padding: 0 .4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top:-.013rem;
}
.bottom-div .bottom-popup:first-child{
    border-radius:0.133rem 0.133rem 0 0;
}
.mulitpe-bottom-div .bottom-popup{
    display: inline-block;
    height: .8rem;
    font-size:.32rem;
    color:#000000;
    line-height: .8rem;
    border:.01rem solid #DDDDDD;
    border-radius: .08rem;
    text-align: center;
}
.bottom-popup-active{
    background-color: #358CFF;
    color:#ffffff !important;
}
.edit-shade{
    position:fixed;
    top:0;
    left:0;
    width: 100vh;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index:99;
}
.select-div{
    position:fixed;
    left:0;
    width:100%;
    font-size:0;
    transition: all .3s ease;
    height: 50%;
    overflow-y: auto;
    background-color: #ffffff;
    z-index:100;
}
.select-header span{
    font-size:.37rem
}
.select-title{
    font-size:0.48rem;
    color:#333333;
    display: inline;
}
.select-title span{
    color:rgba(0, 0, 0, 0.25)
}
.select-body{
    height: calc(100% - 1.17rem);
    overflow-y: auto;
}
.select-item{
    position: relative;
    height: 1.17rem;
    line-height: 1.17rem;
    padding:0 .26rem;
    font-size:0.45rem;
    color:#333333;
    background-color: #ffffff;
}
.tree-select-ball{
    position: relative;
    display: inline-block;
    width:0.59rem;
    height: 0.59rem;
    border-radius: 50%;
    border:0.01rem solid #BBBBBB;
    background-color: #FFFFFF;
    vertical-align: top;
}
.tree-select-ball img{
    position: absolute;
    width: 0.29rem; 
    height: 0.21rem;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.tree-select-ball + span{
    margin-left:.26rem;
}
.tree-selected{
    background-color: #358CFF;
    border-color:#358CFF;
}
.tree-block{
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: -100%;
    left: 0;
    transition: all ease .3s;
}
.tree-header{
    position: relative;
    width:100%;
    height: 1.2rem;
    border-radius: 0.13rem 0.13rem 0px 0px;
    background-color: #ffffff;
    text-align: center;
    color:#333333;
    font-size:0.48rem;
    line-height: 1.2rem;
    margin-bottom:-.13rem
}
.tree-header label{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    font-size:0.37rem;
    color:#358CFF
}
.tree-shade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}
.ov-hidden{
    overflow: hidden;
}
.ell_1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.ell_2 {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.ell_3 {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.ell_5 {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}
.flex-b{
    display: flex;
    justify-content: space-between;
}

.flex{
    display: flex;
}
.inline-block{
    display: inline-block;
}
.block{
    display: block;
}
.justify-start{
    justify-content: flex-start;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-end{
    justify-content: flex-end;
}
.column{
    flex-direction: column;
}
.warp{
    flex-wrap: wrap;
}
.align-center{
    align-items: center;
}
.btn_red{
    background-color: #DF565D;
    color: #fff;
    height: .52rem;
    border-radius: .26rem;
    line-height: .52rem;
    text-align: center;
    width: 1.72rem;
    cursor: pointer;
}
.btn_white{
    background-color: #FFFFFF;
    color: #555555;
    height: .52rem;
    border-radius: .26rem;
    line-height: .52rem;
    text-align: center;
    width: 1.72rem;
    cursor: pointer;
}
.gray{
    color: #585858;
}
.bold{font-weight: bold}