@charset "utf-8";
body,h1,h2,h3,h4,h5,p,ul,ol,form,fieldset,figure {
	margin: 0;
	padding: 0;
}
body {
	background: #e2e2e2;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
	font-size: 16px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul, ol{
	list-style: outside none none;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
img {
	border: none;
}
a, a:visited, a:link, a:active{
	text-decoration: none;
}
p{
	line-height: 20px;
	font-size: 16px;
}
.m-portlet.m-portlet--head-sm .m-portlet__body, .m-portlet.m-portlet--head-sm .m-portlet__foot{
    padding: 0 !important;
}
.xcxpaddingDiv{
    padding: 20px 10px !important;
    min-height: 300px;
    height: 100%;
}
.xcxpaddingDiv.PageStyle_02{
    background: #1E2F3A !important;
    color: #fff;
}
.PageStyle_02{
  background: #192631 !important;
  color: #fff;
}
.xcxpaddingDiv.PageStyle_01{
    background: #ffffff !important;
}

.xcxIndexH5 .header{
    background:#343738;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 51px;
    padding: 0 10px;
}
.xcxIndexH5 .header .leftProject{
    display: flex;
    align-items: center;
    height: 51px;
}
.xcxIndexH5 .header .leftProject img{
    width: 27px;
    height: 27px;
}
.xcxIndexH5 .header img{
    width: 41px;
    height: 41px;
}
.xcxIndexH5 .header .rightMenu{
    display: flex;
    align-items: center;
}
.xcxIndexH5 .header .rightMenu img{
    padding: 7px;
}
.xcxIndexH5 .header .rightMenu img.active{
    background:#575f60;
}
.xcxIndexH5 .content{
  padding: 10px;
}
.xcxIndexH5 .content .item{
  margin-bottom: 10px;
}
.xcxIndexH5 .content .itemName{
    padding: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xcxIndexH5 .content .itemName span{
  width: calc(100% - 115px);
}
.xcxIndexH5 .content .itemName .icon{
  width: 115px;
  text-align: right;
}
.xcxIndexH5 .content .itemName .icon i{
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 5px;
}
.xcxIndexH5 .content iframe{
    width: 100%;
    overflow: scroll;
}
.xcxIndexH5 .content .noneList{
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 200px 0;
}
.PageStyle_02 .xcxIndexH5 .content .noneList{
  color: #fff;
}
.PageStyle_01 .xcxIndexH5 .content .noneList{
  color: #3d5b78;
}
.xcxIndexH5 .mainBar{
  display: flex;
  align-items: center;
}
.PageStyle_01 .xcxIndexH5 .mainBar{
  background: #48b5b0;
  color: #4a4a4a;
}
.PageStyle_02 .xcxIndexH5 .mainBar{
  background-image:linear-gradient(-265deg, #008ddf 19%, #539bec 63%, #00c3c3 89%);
  color: #fff;
}
.xcxIndexH5 .mainBar .item{
  text-align: center;
  padding: 14px 0;
}
.PageStyle_01 .xcxIndexH5 .mainBar .item.active{
  background: #2a5a67;
  color: #63d1d1;
  border-bottom: 2px solid #32ecec;
}
.PageStyle_02 .xcxIndexH5 .mainBar .item.active{
  background: #3faff3;
  border-bottom: 2px solid #33c9fd;
}

/**巡检质量报表**/
.inspectionQualityTable_div{
  width: 100%;
  overflow: auto;
}
.canvasLine{
  height: 280px;
  margin-bottom: 10px;
}
@media (min-width: 375px) {
  .canvasLine{
    height: 335px;
  }
}
@media (min-width: 414px) {
  .canvasLine{
    height: 374px;
  }
}
.m-portlet--fullscreen .lineList_box_min,
.m-portlet--fullscreen .inspectionQualityTable_div{
  height: auto !important;
}
@media (max-width: 720px) {
  .inspectionQualityTable_div_min{
    height: 588px;
  }
  .canvasLine{
    transform: rotate(90deg);
    transform-origin: top left;
    margin-left: 100%;
    margin-top: 58%;
    width: 100%;
  }
  .canvasLine.html5canvasLine{
    width: 470px !important;
  }
  .canvasLine:first-child{
    margin-top: 0;
  }
  .lineList_box_min{
    height: 470px;
    overflow: auto;
  }
}

  /* 图表---------------begin */
  .bar {
    height: 180px;
  }
  .pieProgress{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 20px;
  }
  .pieProgress .pieItem{
    width: 50%;
    padding: 0 10px;
  }
  .pieProgress .pieItem .pie{
    height: 135px;
  }
  .pieProgress .pieItem .pieName{
    color:#3d5b78;
  }
  .drawBarPie{
    height: 175px;
  }
  .drawBarPieLegend{
    margin: 0 auto;
    width: 150px;
  }
  .drawBarPieLegend .item{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .drawBarPieLegend span{
    color:#3d5b78;
  }
  .PageStyle_02 .pieProgress .pieItem .pieName,
  .PageStyle_02 .drawBarPieLegend span{
    color:#fff;
  }
  .drawBarPieLegend span:first-child{
    width: 60px;
    height: 25px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    line-height: 25px;
    margin-right: 20px;
    text-align: center;
  }
  .drawBarPieLegend .item:nth-of-type(1) span:first-child{
    background: #f5a623;
  }
  .drawBarPieLegend .item:nth-of-type(2) span:first-child{
    background: #336efd;
  }
  .drawBarPieLegend .item:nth-of-type(3) span:first-child{
    background: #50e3c2;
  }
  /* 图表-------------end */

    /* 风格2 */
    .PageStyle_02 .el-input__inner{
        background:#267887;
        border:1px solid #0a3d46 !important;
        color:#ffffff !important;
      }
      .PageStyle_02 .tableRun .thead td{
        background:#00bec5;
        color:#374688;
      }
      .PageStyle_02 .lastUpdateDate,
      .PageStyle_02 .tableRun td{
        color:#ffffff;
      }
        .PageStyle_02 .tableRun .lineRight{
            border-right: 1px solid #336efd;
        }
      .PageStyle_02 .tableRun .trbg td{
        background:#3b5669;
      }
      /* 风格1 */
      .run_table .projectList{
        margin-top: 15px;
      }
      .run_table .projectName{
        text-align: center;
        color: #374688;
        margin: 5px 0;
      }
      .PageStyle_02 .run_table .projectName{
        color: #00BEC5;
      }
      .run_table .loadMore{
        text-align: center;
        padding: 5px 0 10px;
        cursor: default;
      }
      .run_table .loadMore span{
        display: inline-block;
        vertical-align: middle;
      }
      .run_table .loadMore img{
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-left: 6px;
      }
      .tableRun .thead td{
        background:rgba(51,110,253,0.15);
        color:#374688;
      }
      .tableRun .trbg td{
        background:#ecebf1;
      }
      
        .tableRun .theadUnderLine{
            border-bottom: 2px solid #336efd;
        }
        .tableRun .theadRightLine{
            border-right: 2px solid #336efd;
        }
      .el-input__inner{
        border: 1px solid #9aadd0 !important;
        color:#374688 !important;
      }
      .btn-change {
        background: #336efd;
        color: white;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 15px;
    }
    .btn-logout {
        background: #e2334e;
        color: white;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 15px;
    }
    .noneBoardList{
        text-align: center;
        padding: 200px 0;
    }
    .PageStyle_02 .noneBoardList{
        color: #fff;
    }


  /* 表格 */
  .tableRun{
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}
.tableRun td{
    padding: 6px 0;
    color: #4a4a4a;
}
.tableRun .lineRight{
    border-right: 1px solid #ddd;
}
.tableRun .textRight{
    text-align: right;
}
.tableRun .textLeft{
    text-align: left;
}
@media (max-width: 720px) {
    .tableRun_box{
        height: 480px;
        overflow: auto;
    }
    .tableRun{
        transform: rotate(90deg);
        /* width: 470px !important;
        transform-origin: top left;
        margin-left: 100% !important; */
        transform-origin: left bottom;
    }
    .tableRun.html5tableRun{
      width: 470px !important;
    }
}

.lastUpdateDate{
    margin: 10px 0;
    color:#374688;
}
.m-portlet--fullscreen .tableRun{
  height: auto !important;
}


/* 炫白风格 */
.PageStyle_01,
.PageStyle_01 .m-grid__item{
    background: #F4F6FA !important;
}
/* 酷黑风格 */
.PageStyle_02,
.PageStyle_02 .m-grid__item{
    background: #192631 !important;
}
.PageStyle_02 .xcxIndexH5 .content .itemName{
  color: #fff;
  background:#223441;
  border: 1px solid #354d5d;
}
.PageStyle_01 .xcxIndexH5 .content .itemName{
  color: #374688;
  background:#e8ecf5;
  border: 1px solid #fff;
}
.PageStyle_02 .xcxIndexH5 .content .item{
  /* background: #192631; */
}
.PageStyle_01 .xcxIndexH5 .content .itemName .icon i:nth-of-type(1){
  background-image: url('../images/more.png');
}
.PageStyle_01 .xcxIndexH5 .content .itemName .icon i:nth-of-type(1).up{
  background-image: url('../images/more_up.png');
}
.PageStyle_01 .xcxIndexH5 .content .itemName .icon i:nth-of-type(2){
  background-image: url('../images/refresh.png');
}
.PageStyle_01 .xcxIndexH5 .content .itemName .icon i:nth-of-type(3){
  background-image: url('../images/close.png');
}
.PageStyle_02 .xcxIndexH5 .content .itemName .icon i:nth-of-type(1){
  background-image: url('../images/more_dark.png');
}
.PageStyle_02 .xcxIndexH5 .content .itemName .icon i:nth-of-type(1).up{
  background-image: url('../images/more_dark_up.png');
}
.PageStyle_02 .xcxIndexH5 .content .itemName .icon i:nth-of-type(2){
  background-image: url('../images/refresh_dark.png');
}
.PageStyle_02 .xcxIndexH5 .content .itemName .icon i:nth-of-type(3){
  background-image: url('../images/close_dark.png');
}
.el-input--suffix .el-input__inner{
  padding-right: 0 !important;
}
.textRight{
  text-align: right;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner{
  max-width: 90px;
}
.el-input--prefix .el-input__inner{
  padding-right: 0 !important;
  padding-left: 0 !important;
  text-align: center;
}
.el-icon-date:before{
  content: none !important;
}
.el-input__inner{
  height: 30px !important;
}
.sameDateAndDownload .dateAndDownload{
  padding: 10px;
  background: #F6F9FF;
}
.dateAndDownload{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
.dateAndDownload .dateSelect{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 80px);
  max-width: 205px;
  border: none;
  margin: 0;
  padding: 0;
}
.dateAndDownload .dateSelect .and{
  margin: 0 5px;
}
.sameDownload.el-button{
  padding: 7px;
}
.selectProjectDownload{
  position: absolute;
  right: 0;
  top: 50px;
  width: 200px;
  height: 210px;
  padding: 10px 0;
  z-index: 9;
  overflow: auto !important;
}
.selectProjectDownload .el-card__body{
  padding: 0;
}
.selectProjectDownload .item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  cursor: default;
  border-bottom: 1px solid #C9D6E1;
}
.selectProjectDownload .item img{
  width: 20px;
}
.selectProjectBottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 20px;
}
.sameDateAndDownload{
  padding: 0 !important;
}
.sameReportContent .week{
  color:#374688;
}
.PageStyle_02 .sameReportContent .week{
  color:#fff;
}
.PageStyle_02 .dateAndDownload{
  background: #1E2F3A;
}
.PageStyle_02 .selectProjectDownload{
  background: #1E2F3A;
  border: 1px solid #354D5D;
}
.PageStyle_02 .selectProjectDownload .item{
  border-bottom: 1px solid #354D5D;
  color: #fff;
}


/* 跟踪看板 */
.equipmentTask{
  border-bottom: 10px solid #F6F6F6;
}
.equipmentTask.equipmentTaskStatus:last-child{
  border: none;
}
.equipmentTask .equipmentHeader{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-size: 13px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.equipmentTask .equipmentHeader.worn{
  background:rgba(238,80,99,0.20);
  color:#ee5063;
  border-top: 1px solid rgba(238,80,99,0.20);
  border-bottom: 1px solid rgba(238,80,99,0.20);
}
.equipmentTask .equipmentHeader .left{
  display: flex;
  align-items: center;
}
.equipmentTask .equipmentHeader .left img{
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.equipmentTask .equipmentHeader .right img{
  width: 13px;
  height: 13px;
}
.equipmentTask .equipmentListContent{
  display: none;
}
.equipmentTask .equipmentListContent.show{
  display: block;
}
.equipmentTask .equipmentList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #e5e5e5;
}
.equipmentTask .equipmentList:last-child{
  border: none;
}
.equipmentTask .equipmentList .equipmentListImg{
  position: relative;
  width: 42px;
}
.equipmentTask .equipmentList .equipmentListImg img{
  width: 42px;
  height: 42px;
}
.equipmentTask .equipmentList .equipmentListImg .icon{
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 13px;
  border-radius: 0;
  border: none;
}
.equipmentTask .equipmentList .equipmentListImg span{
  display: block;
  text-align: center;
  line-height: 10px;
  font-size: 10px;
  padding: 2px 0;
  margin-top: 5px;
}
.equipmentTask .equipmentList .equipmentListImg span.warn{
  background: #EE5063;
  color: #fff;
}
.equipmentTask .equipmentList .equipmentListImg span.high{
  background: #EE5063;
  color: #fff;
}
.equipmentTask .equipmentList .equipmentListImg span.omissive{
  background: #F7B500;
  color: #735401;
}
.equipmentTask .equipmentList .equipmentListImg span.down{
  background: #D8D8D8;
  color: #6D7278;
}
.equipmentTask .equipmentList .equipmentListImg span.sterilize{
  background: #44D7B6;
  color: #06614C;
}
.equipmentTask .equipmentList .equipmentListInfo{
  width: calc(100% - 47px);
  font-size: 13px;
  padding-right: 10px;
}
.equipmentTask .equipmentList .equipmentListTitle{
  font-size: 14px;
  color: #222;
}
.equipmentTask .equipmentList .equipmentListNormal{
  color:#999;
  line-height: 1.5;
}
.equipmentTask .equipmentList .equipmentListTitle.worn,
.equipmentTask .equipmentList .equipmentListNormal.worn,
.equipmentTask .equipmentList .equipmentListNormal span.worn{
  color:#fa6678;
}
.equipmentTask .equipmentList .equipmentListNormal.normal{
  color:#35b34a;
}
.equipmentTaskNone{
  padding: 100px 0;
  text-align: center;
  font-size: 13px;
}
.PageStyle_02 .equipmentTask{
  border-bottom: 10px solid #192631;
}
.PageStyle_02 .equipmentTask .equipmentHeader{
  border-top: 1px solid #354d5d;
  border-bottom: 1px solid #354d5d;
}
.PageStyle_02 .equipmentTask .equipmentList .equipmentListTitle{
  color: #fff;
}
.PageStyle_02 .equipmentTask .equipmentList{
  border-bottom: 1px solid #354d5d;
}

/* 饼图切换列表 */
.pie_div .pieData .pie{
  height: 300px;
}
.pie_div .pieData.hide,
.pie_div .pieDataList.hide{
  display: none;
}
.pie_div .pieDataList{
  text-align: left;
}
.pie_div .pieDataList .pieDataBack{
  display: inline-block;
  padding: 0 5px 5px 0;
  cursor: pointer;
}
.pie_div .pieDataList .pieDataBack span{
  display: inline-block;
  vertical-align: middle;
  color: #374688;
}
.pie_div .pieDataList .pieDataBack .arrow{
  width: 16px;
  height: 16px;
  position: relative;
}
.pie_div .pieDataList .pieDataBack .arrow::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  background: #374688;
  border-radius: 2px;
  top: 6px;
  left: 10px;
  transform: rotate(-45deg);
}
.pie_div .pieDataList .pieDataBack .arrow::after{
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  background: #374688;
  border-radius: 2px;
  top: 0px;
  left: 10px;
  transform: rotate(45deg);
}
.PageStyle_02 .pie_div .pieDataList .pieDataBack span{
  color: #00CD7F;
}
.PageStyle_02 .pieDataList .pieDataBack .arrow::before{
  background: #00CD7F;
}
.PageStyle_02 .pieDataList .pieDataBack .arrow::after{
  background: #00CD7F;
}
select:-webkit-autofill{
  border: none;
}
.pie_div .pieDataListProject .item:nth-of-type(2),
.pie_div .pieDataListProject .item:nth-of-type(3){
  margin-top: 10px;
}
.pie_div .pieDataListProject .item.inspectWay .title{
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.pie_div .pieDataListProject .header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
}
.pie_div .pieDataListProject .header1{
  background: #EE5063;
  color: #FFFFFF;
}
.pie_div .pieDataListProject .header2{
  background: #FCDCE1;
  color: #EC4F62;
}
.pie_div .pieDataListProject .header img{
  width: 16px;
}
.pie_div .pieDataListProject .itemListContent.hide{
  display: none;
}
.pie_div .pieDataListProject .itemList{
  padding: 15px 0 5px;
  border-bottom: 1px solid #ddd;
}
.PageStyle_02 .pie_div .pieDataListProject .itemList{
  border-bottom: 1px solid #354d5d;
}
.pie_div .pieDataListProject .itemList:last-child{
  border: none;
}
.pie_div .pieDataListProject .itemList .title{
  color: #222;
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
}
.pie_div .pieDataListProject .itemList p{
  color: #999;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
.PageStyle_02 .pie_div .pieDataListProject .itemList .title,
.PageStyle_02 .pie_div .pieDataListProject .itemList p{
  color: #fff;
}
.pie_div .pieDataListProject .itemList p.warn{
  color: #E51C23;
}
.pie_div .noneData{
  top: -150px;
  position: relative;
  text-align: center;
}
.pie_div .pieDataListProject .itemListContent{
  min-height: 100px;
}
.pie_div .pieDataListProject .itemListContent > .noneData{
  top: 50px;
  text-align: center;
}
.pie_div .pieDataListProject > .noneData{
  position: static;
  text-align: center;
  padding: 50px 0 30px;
}

.subline{
    width: 100%;
    font-size: 12px;
    color: #919193;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    position: relative;
    z-index: 9;
}
.subline div{
    display: inline-block;
}
.subline .line{
    width: 65px;
    height: 1px;
    background: #919193;
}
.subline .text{
    padding: 0 15px;
}
.load-more{
  text-align: center;
  padding: 10px 0;
}
.load-more span{
  display: inline-block;
  vertical-align: middle;
}
.load-more img{
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.pie_div .el-select{
  display: block;
  margin: 10px 0;
}
.pie_div .el-select .el-input__inner{
  line-height: 30px;
}
.pieDataListProject .noneEquipment{
  position: static;
  padding: 100px 0;
  text-align: center;
}

.repairIndex_div,
.personStatus_div,
.attendanceStatistics_div{
  width: 100%;
  overflow: auto;
}
.personStatus_div .clickTime{
  text-align: center;
  color: #212528;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.personStatus_div .bar{
  height: 220px;
}
.personStatus_div .workTime{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.personStatus_div .workTime-num{
  font-size: 66px;
  color: #04E0B1;
  letter-spacing: -3px;
  line-height: 80px;
}
.personStatus_div .workTime-text{
  font-size: 16px;
  color: #25292C;
}
.personStatus_div .changeProject{
  padding: 10px 0;
  background: #F6F9FF;
  border-top: 1px solid #ddd;
}
.PageStyle_02 .personStatus_div .changeProject,
.PageStyle_02 .personStatus_div .clickTime,
.PageStyle_02 .personStatus_div .workTime-text{
  border-color: #354D5D;
  color: #fff;
  background: #1E2F3A;
}
.PageStyle_02 .personStatus_div .workTime-num{
  color: #00FFC8;
}
.el-icon-arrow-up:before{
  position: absolute;
  top: -5px;
  right: 0;
  width: 100%;
}
.attendanceStatistics_div .changeProjectDownload{
  text-align: left;
  padding: 10px 0;
  background: #F6F9FF;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
}
.attendanceStatistics_div .el-input--suffix .el-input__inner{
  padding-right: 20px !important;
}
.attendanceStatistics_div .el-input__icon{
  width: 15px;
}
.attendanceStatistics_div .el-select{
  width: 130px;
}
.attendanceStatistics_div .el-button{
  padding: 7px 8px;
}
.attendanceStatistics_div .contentData{
  text-align: left;
  color: #000;
  font-size: 14px;
}
.attendanceStatistics_div .data-time{
  padding: 10px 0;
}
.attendanceStatistics_div .data-item-title{
  background: #FAFCFF;
  padding: 12px 0;
  border-top: 1px solid #C9D6E1;
  font-size: 16px;
  padding-left: 10px;
}
.attendanceStatistics_div .data-item-block{
  padding-bottom: 10px;
  background: #FAFCFF;
}
.attendanceStatistics_div .data-item-block:last-child{
  padding: 0;
}
.attendanceStatistics_div .data-item-list{
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #C9D6E1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.attendanceStatistics_div .data-item-block .data-item-list:last-child{
  border-bottom: 1px solid #C9D6E1;
}
.attendanceStatistics_div .data-item-list span:last-child{
  color: #888;
}
.attendanceStatistics_div .warn{
  color: #FF7979 !important;
}
.PageStyle_02 .attendanceStatistics_div .contentData{
  color: #fff;
}
.PageStyle_02 .attendanceStatistics_div .data-item-block{
  background: #182533;
}
.PageStyle_02 .attendanceStatistics_div .data-item-list{
  background: #1E2F3A;
}
.PageStyle_02 .attendanceStatistics_div .data-item-list span:last-child{
  color: #8B9FAE;
}
.PageStyle_02 .attendanceStatistics_div .changeProjectDownload,
.PageStyle_02 .attendanceStatistics_div .data-item-title{
  background: #192531;
}
.PageStyle_02 .attendanceStatistics_div .changeProjectDownload,
.PageStyle_02 .attendanceStatistics_div .data-item-title,
.PageStyle_02 .attendanceStatistics_div .data-item-list,
.PageStyle_02 .attendanceStatistics_div .data-item-block .data-item-list:last-child{
  border-color: #354D5D;
}

