body{
    -webkit-text-size-adjust: none;
}
.note-item{
    padding:0.4rem 0.373rem;
    background-color: #FFFFFF;
}
.note-time{
    width:100%;
    font-size:0.373rem;
    color:#999999;
    margin-bottom:0.4rem
}
.note-content{
    max-height: 9999px;
    font-size:0.373rem;
    color:#666666;
    line-height:0.56rem;
}
.note-imgList{
    width:auto;
    overflow-x: scroll;
    white-space: nowrap;
    margin:0.267rem 0 0.347rem 0;
    font-size:0;
}
.note-imgList::-webkit-scrollbar{
    width: 0;
    height: 0;
    display: none;
}
.note-imgList img{
    width:2.8rem;
    height: 2.8rem;
}
.note-imgList img:not(:last-child){
    margin-right:0.2rem;
}
.note-foot{
    position:relative;
}
.recorder{
    width:100%;
    font-size:0.32rem;
    color:rgba(153, 153, 153, 0.9);
}
.note-operate{
    position:absolute;
    top:-0.08rem;
    right:0;
    font-size:0;
    padding-right:.26rem;
}
.note-icon{
    display: inline-block;
    margin-left:0.2rem;
}
.note-icon span{
    font-size:0.32rem;
    color:#358CFF;
    vertical-align:middle;
}
.note-icon img{
    width:0.587rem;
    height: 0.587rem;
    vertical-align:middle;
}
.choose-item{
    display: inline-block;
    background-color: #FFFFFF;
    padding:0.093rem 0.267rem;
    border: 0.013rem solid #BBBBBB;
    border-radius: 0.36rem;
    margin-right:0.267rem;
    margin-bottom:0.267rem;
    font-size:0.373rem;
    color:#999999;
}
.choose-item-active{
    color:#358CFF;
    border-color:#358CFF;
}
.project-list{
    width:auto;
    overflow-x: scroll;
    height: 1.173rem;
    background-color: #FFFFFF;
    border-bottom:0.013rem solid #E3E3E3;
    padding:0 0.373rem;
    font-size: 0;
    white-space: nowrap;
}
.project-list::-webkit-scrollbar{
    width: 0;
    height: 0;
    display: none;
}
.project-item{
    display: inline-block;
    position:relative;
    font-size:0.373rem;
    color:#999999;
    line-height: 1.173rem;
    margin-right:0.747rem;
}
.project-item:last-child{
    margin-right:0;
}
.project-active{
    color:#358CFF !important
}
.project-active::after{
    content:'';
    position:absolute;
    left:0;
    top:100%;
    transform: translateY(-100%);
    width:100%;
    height: 0.067rem;
    background-color: #358CFF;
}
.a{
    width:100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size:0.347rem;
    color:#999999;
}
.a img{
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.is-add{
    opacity: 0.2;
    pointer-events: none;
}
.btn{
    width:calc(100% - 1.067rem);
    height: 1.253rem;
    line-height: 1.253rem;
    text-align: center;
    font-size:0.48rem;
    border-radius: 0.133rem;
    margin:0.267rem auto;
}
.primary{
    background-color: #FFFFFF;
    color:#666666
}
.normal{
    background-color: #358CFF;
    color:#FFFFFF;
}
.btn-group{
    display: flex;
    width:100%;
    padding:0 0.467rem 0.4rem 0.467rem;
    font-size:0;
    text-align: center;
}
.btn-group .btn{
    display: inline-block;
    height: 1.253rem;
    line-height: 1.253rem;
    text-align: center;
    font-size:0.48rem;
    border-radius: 0.133rem;
    margin-right:0.267rem
}
.btn-group .btn:last-child{
    margin-right:0;
}
.touch-bot{
    position: absolute;
    height: 1rem;
    top: -1.1rem;
    left: 50%;
    transform: translateX(-50%);
    padding:0 0.4rem;
    background-color: rgba(0, 0, 0, 0.6);
    color:#FFFFFF;
    font-size:0;
    border-radius: 0.107rem;
    line-height: 1rem;
    z-index: 999;
}
.touch-bot .line{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width:0.013rem;
    height: 0.453rem;
    margin:0 0.4rem;
    background-color: #FFFFFF;
    vertical-align: top;
}
.touch-bot span{
    font-size:0.373rem;
    padding:0.267rem 0;
}
.touch-bot:after{
    content:'';
    position:absolute;
    top:100%;
    left:50%;
    transform: translateX(-50%);
    display: block;
    width:0;
    height: 0;
    border-width:0.08rem;
    border-style: solid;
    border-top-color:rgba(0, 0, 0, 0.6);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.no-padding{
    padding:0 !important
}
.img-list{
    margin-top:0.133rem;
    font-size:0;
}
.img-item{
    display: inline-block;
    position:relative;
    vertical-align: top;
}
.img-item img{
    width:100%;
    height: 100%;
}

/**
    日报详情样式
 **/
.detail-base{
    width:100%;
    padding:0.147rem 0.267rem;
}
.detail-date-info{
    width:100%;
    height: 2.427rem;
    background-color: #FFFFFF;
    padding:0.56rem 0 0 0.733rem;
    border-radius: 0.333rem;
    font-size:0;
}
.detail-day{
    position: relative;
    display: inline-block;
    font-size:0.32rem;
    color:#8B8B8D;
    vertical-align: top;
}
.detail-date{
    text-align: center;
    font-size:0.48rem;
    color:#000000
}
.detail-day:first-child:after{
    content:'';
    position: absolute;
    right:-0.88rem;
    top:-0.107rem;
    width:0.013rem;
    height: 1.533rem;
    background-color: #EEEEEE;
}
.detail-day-item span{
    display: inline-block;
    vertical-align: middle;
}
.detail-day-item .detail-date{
    margin-left:0.133rem
}
.detail-base-info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
    padding:0.4rem 0.2rem 0.4rem 0;
    background-color: #FFFFFF;
    border-radius: 0.333rem;
    margin-top:0.267rem
}
.detail-base-item{
    width:25%;
}
/* .detail-base-item:nth-child(3n+1){
    width:calc(33% - 0.6rem);
} */
.detail-base-item .name{
    text-align: center;
    font-size:0.32rem;
    color:#8B8B8D
}
.detail-base-item .content{
    margin-top:0.2rem;
    text-align: center;
    font-size:0.373rem;
}
.detail-events{
    width:100%;
    background-color: #FFFFFF;
    padding:0.333rem 0.267rem 0.133rem 0.44rem;
    margin-top:0.267rem;
    margin-bottom:0.267rem;
}
.detail-events .name{
    font-size:0.453rem;
    margin-bottom:0.267rem;
}
.detail-line{
    width:calc(100% + 0.267rem);
    height: 0.013rem;
    background-color: #DDDDDD;
}
.detail-events-content{
    font-size:0.347rem;
    color:#666666;
    margin-top:0.24rem;
    line-height: 0.56rem;
    padding-bottom:0.067rem;
    word-break: break-all;
}
.detail-subcontractor,.detail-equip,.detail-record,.detail-file{
    padding:0.28rem 0.4rem;
    font-size:0.453rem;
    background-color: #FFFFFF;
    border-bottom:0.013rem solid #DDDDDD;
}
.detail-subcontractor:not(:first-child){
    border-top:0.013rem solid #DDDDDD;
}
.detail-subcontractor img,.detail-equip img,.detail-record img,.detail-file img{
    float:right;
    display: block;
    padding:0.133rem;
    width:0.5rem;
    height: 0.4rem;
    transition: all ease .5s;
}
.detail-file span{
    display: inline-block;
    max-width: calc(100% - 1rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rotate{
    transform: rotate(180deg);
}
.detail-staff-info,.detail-equip-info,.detail-record-info{
    width:100%;
    padding:0.333rem 0.6rem 0.4rem 0.4rem;
    background-color: #FFFFFF;
    transition: all .3s ease;
}
.detail-staff-item:not(:last-child),.detail-equip-item:not(:last-child),.detail-record-item:not(:last-child){
    position:relative;
    margin-bottom:0.613rem
}
.detail-staff-item:not(:last-child):after,.detail-equip-item:not(:last-child):after,.detail-record-item:not(:last-child):after{
    content:'';
    position:absolute;
    bottom:-0.347rem;
    width:calc(100% + 0.6rem);
    height: 0.013rem;
    background-color: #E0E0E0;
}
.detail-staff-item .name,.detail-equip-item .name{
    font-size:0.373rem
}
.detail-record-item .name{
    font-size:0.373rem;
    color:#999999;
}
.detail-work-content{
    margin-top:0.267rem;
    margin-bottom:0.133rem;
    font-size:0.373rem;
    color:#666666;
    line-height: 0.56rem;
    word-break: break-all;
}
.detail-work-info{
    font-size:0;
    color:#BBBBBB
}
.detail-work-info-item{
    display: inline-block;
    position:relative;
    font-size:0.32rem
}
.detail-work-info-item:first-child:after{
    content:'';
    position: absolute;
    top:0.1rem;
    right:-0.267rem;
    width:0.013rem;
    height: 0.267rem;
    background-color: #DCDCDC;
}
.detail-work-info-item:nth-child(2){
    margin-left:0.547rem
}
.detail-equip,.detail-record{
    margin-top:0.267rem
}
.detail-record-info,.detail-file{
    margin-bottom:0.267rem;
}
.send-staff-list{
    padding-left:0.44rem;
    margin:0.267rem 0;
    font-size:0;
}
.send-staff-item{
    display: inline-block;
    padding:0.107rem 0.56rem;
    background-color: #FFFFFF;
    margin-right:0.133rem;
    margin-bottom:0.133rem;
    border-radius: 0.08rem;
    font-size:0.32rem;
    color:rgba(136, 136, 136, 0.9);
}
.detail-hide{
    overflow:hidden;
    padding-top:0 !important;
    padding-bottom: 0 !important;
    height: 0 !important;
}
.review-block{
    display:none;
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    height: 100vh;
    width:100%;
    background-color: #F4F5F8;
    padding-top:1.173rem;
}
.review-content{
    width:100%;
    height:6.907rem;
    padding:0.4rem;
    margin-top:0.267rem;
    background-color: #ffffff;
}
.review-content textarea{
    width:100%;
    height: 100%;
    border:none;
    color:#999999;
    font-size:0.373rem
}
.review-block .nav{
    background-color: #FFFFFF;
    color:black
}

/**
    日报信息页样式
 */
.daily-info-list{
    position:relative;
    padding:0.4rem 0 0 0.267rem;
    background-color: #F4F5F8;
    font-size:0;
}
.daily-info-form{
    font-size:0;
}
.info-staff-item{
    position: relative;
}
.info-staff-item:not(:first-child){
    margin-top:0.133rem
}
.info-staff-item:after{
    content:'';
    position: absolute;
    width:100%;
    height: 0.133rem;
    background-color: #F4F5F8;
    border-top:0.026rem solid #DDDDDD;
}
.info-form-item{
    position:relative;
    width:100%;
    height: 1.867rem;
    border-bottom:0.027rem solid #DDDDDD;
    padding-left:0.4rem;
    font-size:0.453rem;
}
.info-form-item:first-child{
    border-top:0.027rem solid #DDDDDD;
}
.info-equip-item .info-form-item:first-child{
    border-top:none;
}
.info-equip-item:last-child .info-form-item:last-child{
    border-bottom:none;
}
.info-staff-item:not(:last-child) .info-form-item:last-child{
    border-bottom:none
}
.info-form-item span{
    display: block;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    height: 100%;
    transition: all ease .5s;
    line-height: 1.867rem;
}
.info-form-item input,.staff-type textarea,.equip-type textarea{
    display: none;
    width:100%;
    height:0.64rem;
    margin-top:0.187rem;
    border:none;
    font-size:0.453rem
}
.daily-left-info{
    width:4.5rem;
    color:#8B8B8D;
}
.daily-line{
    position:absolute;
    top:50% ;
    left:50%;
    transform: translate(-50%,-50%);
    width:0.027rem;
    height: 0.453rem;
    background-color:#E1E1E1;
}
.daily-right-info{
    left:5.133rem;
    width:4rem;
    margin-left:0.52rem;
    color:#8B8B8D;
}
.info-activeInput{
    top: calc(50% - 0.373rem) !important;
    font-size: 0.373rem !important;
    height: 0.64rem !important;
    line-height: 0.64rem !important;
}
.info-activeInput input,.info-activeInput textarea{
    display: block;
}
.info-add{
    position:absolute;
    top:50%;
    right:0.267rem;
    transform: translateY(-50%);
    width:0.72rem;
    height: 0.72rem;
    background-color: #FFFFFF;
    border:0.013rem solid #358CFF;
    border-radius: 50%;
}
.info-add svg{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:0.4rem;
    height: 0.4rem;
}
.info-alone{
    width:calc(100% - 0.5rem)
}
.info-text-area{
    display: block;
    width:calc(100% - 0.4rem);
    margin-top:0.133rem;
    border:none;
    height: 2rem;
    font-size:0.453rem;
    -webkit-text-size-adjust: none;
    overflow-y:hidden;
}
.info-events{
    margin-bottom:0.533rem
}
.info-equip{
    border-top:0.013rem solid #DDDDDD;
}
.info-equip-btn{
    display: none;
}
.info-sub-item{
    position:relative;
}
.info-sub-item:not(:first-child){
    margin-top:0.267rem;
}
.info-sub-item:after{
    content:'';
    position:absolute;
    width:100%;
    height: 0.267rem;
    background-color: #F4F5F8;
    border-bottom:0.026rem solid #DDDDDD;
}
.info-equip-item{
    position:relative;
}
.info-equip-item:not(:first-child){
    margin-top:0.133rem;
}
.info-equip-item:not(:last-child):after{
    content:'';
    position:absolute;
    width:100%;
    height: 0.133rem;
    background-color: #F4F5F8;
    border-bottom:0.026rem solid #DDDDDD;
}

/**
    日报列表样式
 */
.daily-list{
    background-color: #F4F5F8;
    padding:0.267rem;
    min-height: calc(100vh - 2.48rem);
}
.daily-list-item{
    position: relative;
    background-color: #FFFFFF;
    padding:0 0.4rem;
    border-radius: 0.107rem;
    margin-bottom:0.267rem;
}
.daily-list-item:first-child>.daily-info .matter{
    max-height: 10rem;
}
.daily-list-item:first-child + .daily-verify-info .matter{
    max-height: 10rem;
}
.daily-list-base-info{
    position: relative;
    height: 1.427rem;
    font-size:0;
    line-height: 1.427rem;
}
.daily-list-date{
    display: inline-block;
    color:#000000;
    font-size:0.48rem;
    margin-left:0.4rem;
    vertical-align: top;
}
.daily-to-detail{
    display: inline-block;
    position:absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    color:#999999;
    font-size:0.373rem;
}
.to-detail-icon{
    position:relative;
    width:0.213rem;
    height: 0.347rem;
    margin-left:0.133rem;
    transform: translateY(0.05rem);
}
.daily-list-badge{
    display: inline-block;
    position:relative;
    width:0.88rem;
    height: 0.867rem;
    vertical-align: top;
    font-size:0.253rem;
    color:#FFFFFF;
    text-align: center;
    line-height: 0.867rem;
}
.list-badge-edit{
    background-color: #358CFF;
}
.list-badge-edit::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-0.187rem;
    border-right: 0.44rem solid #358CFF;
    border-left: 0.44rem solid #358CFF;
    border-bottom: 0.2rem solid transparent;
}
.list-badge-adopt{
    background-color: #69E2B3;
}
.list-badge-adopt::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-0.187rem;
    border-right: 0.44rem solid #69E2B3;
    border-left: 0.44rem solid #69E2B3;
    border-bottom: 0.2rem solid transparent;
}
.list-badge-verify{
    background-color: #FDB14B;
}
.list-badge-verify::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-0.187rem;
    border-right: 0.44rem solid #FDB14B;
    border-left: 0.44rem solid #FDB14B;
    border-bottom: 0.2rem solid transparent;
}
.list-badge-reject{
    background-color: #F76260;
}
.list-badge-reject::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-0.187rem;
    border-right: 0.44rem solid #F76260;
    border-left: 0.44rem solid #F76260;
    border-bottom: 0.2rem solid transparent;
}
.daily-list-line{
    width:calc(100% + 0.8rem);
    height: 0.013rem;
    margin-left:-0.4rem;
    background-color: #E3E3E3;
}
.daily-list-item .daily-info{
    position: relative;
    padding:0.267rem 0;
}
.daily-list-flex{
    display: flex;
    width:100%;
    justify-content: space-between;
    font-size:0.373rem;
    color:#999999;
}
.matter{
    width:8.08rem;
    max-height: 1.066rem;
    overflow-y: hidden;
    font-size:0.373rem;
    margin-top:0.307rem;
    line-height: 0.533rem;
    transition: all ease .5s;
}
.matter .matter_content{
    white-space: normal;
    word-break: break-all;
    color:#666666;
}
.draw-icon{
    position:absolute;
    top:0.587rem;
    right:-0.12rem;
    width:0.587rem;
    height: 0.587rem;
}
.draw-icon img{
    width:100%;
    height: 100%;
    transition: all ease .5s;
}
.daily-verify-info{
    position:relative;
    width:100%;
    min-height: 98px;
    padding:0.413rem 1.013rem 0.36rem 0.4rem;
    margin-top:-0.267rem;
    margin-bottom:0.267rem;
    border-top:0.013rem solid #F4F5F8;
    background-color: #FFFFFF;
    font-size:0.373rem;
    color:#666666;
    line-height: 0.533rem;
    border-radius: 0.107rem;
}
.daily-verify-info .draw-icon{
    top: 0.413rem;
    right: 0.28rem;
}
.choose{
    background-color: #358CFF !important;
    color:#ffffff !important;
}
.not-all-choose{
    border-color:#358CFF !important;
    color:#358CFF !important
}
.toast-shade{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color: transparent;
    z-index:1000
}
.info-bot{
    width:100%;
    height: 0.267rem;
    background-color:#F4F5F8 ;
    border-bottom:0.026rem solid #DDDDDD;
}
.required:after{
    content:'*';
    color:#F5222D;
    position:absolute;
    top:0;
    left:-0.2rem;
}
