.clock-table[data-v-3e666f7a]  .el-dialog__body {
  padding: 0 !important;
}
.clock-table[data-v-3e666f7a]  .body {
  padding: 0 0 0 7px !important;
}
.clock-div[data-v-3e666f7a] {
  position: relative;
}
.clock-div[data-v-3e666f7a]::before {
  content: "";
  display: flex;
  position: absolute;
  background: rgba(243, 243, 255, 0.5);
  width: 100%;
  height: 70px;
  left: 0;
  top: 120px;
  z-index: 1;
}
.top[data-v-3e666f7a] {
  display: flex;
  justify-content: space-between;
  height: 110px;
  line-height: 110px;
  font-size: 24px;
  color: #7f7f7f;
}
.top .user-info[data-v-3e666f7a] {
  /*width: 220px;*/
  padding-left: 35px;
  text-align: center;
}
.picker[data-v-3e666f7a] {
  width: 280px;
  font-size: 28px;
  font-weight: 600;
  background: #fff;
}
.picker-month[data-v-3e666f7a] {
  width: 200px;
  margin: auto;
  cursor: pointer;
}
.picker-month[data-v-3e666f7a]  .el-input__inner {
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #7f7f7f;
}
.picker-month[data-v-3e666f7a]  i {
  display: none;
}
.picker-left[data-v-3e666f7a], .picker-right[data-v-3e666f7a] {
  cursor: pointer;
  position: relative;
  z-index: 99;
  font-size: 32px;
}
.picker-left[data-v-3e666f7a] {
  color: #333333;
}
.picker-right[data-v-3e666f7a] {
  color: #268aef;
}
.picker1[data-v-3e666f7a] {
  position: absolute;
  top: -45px;
  right: 15px;
  padding: 2px 10px;
  font-size: 16px;
  color: #2263E8;
  background: rgba(34, 99, 232, 0.1);
  border: 1px solid #2263E8;
  border-radius: 2px;
  cursor: pointer;
}
.left[data-v-3e666f7a] {
  background: transparent;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.left-item[data-v-3e666f7a] {
  display: inline-block;
  width: 14.285%;
}
.left1[data-v-3e666f7a] {
  background: #fff;
  border-top: 3px solid #e2e6f2;
  margin-top: 7px;
}
.left1-item[data-v-3e666f7a] {
  display: inline-block;
  width: 12.5%;
}
.type[data-v-3e666f7a] {
  border-radius: 4px;
  position: relative;
}
.type .late[data-v-3e666f7a] {
  color: #eec325;
}
.type .early[data-v-3e666f7a] {
  color: #f4781a;
}
.type .lack[data-v-3e666f7a] {
  color: #e83844;
}
.type .absenteeism[data-v-3e666f7a] {
  color: #a93bb9;
}
.type .recard[data-v-3e666f7a] {
  color: #897cf0;
}
.type .leave[data-v-3e666f7a] {
  color: #07b6e1;
}
.type .trip[data-v-3e666f7a] {
  color: #2469f3;
}
.type .goout[data-v-3e666f7a] {
  color: #26a4f8;
}
.type-item[data-v-3e666f7a] {
  height: 100px;
  position: relative;
  font-size: 18px;
  color: #c7c7c7;
  text-align: center;
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: 400;
}
.type-item-name[data-v-3e666f7a] {
  display: flex;
  font-size: 18px;
  opacity: 0.6;
  padding-left: 35px;
  margin-top: 20px;
}
.type-item-num[data-v-3e666f7a] {
  font-size: 32px;
  margin-left: 10px;
}
.month[data-v-3e666f7a] {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  font-size: 0px;
}
.month .active[data-v-3e666f7a] {
  border: 1px solid transparent;
  border-radius: 5px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #2ac1f0, #236aee, #21427a);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.month .active[data-v-3e666f7a]  .info, .month .active[data-v-3e666f7a]  .split-line {
  display: flex;
}
.month .active:hover .date-wrap[data-v-3e666f7a]::after {
  background-image: none;
}
.month .week[data-v-3e666f7a],
.month .date[data-v-3e666f7a] {
  box-sizing: border-box;
  vertical-align: middle;
}
.month .week[data-v-3e666f7a] {
  height: 70px;
  line-height: 70px;
  color: #027dfe;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
.month .date > div[data-v-3e666f7a] {
  position: relative;
  z-index: 1;
}
.month .date > div[data-v-3e666f7a]:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  box-sizing: border-box;
  z-index: -1;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 5px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #2ac1f0, #236aee, #21427a);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.month .date > div[data-v-3e666f7a]:hover  .info, .month .date > div[data-v-3e666f7a]:hover  .split-line {
  display: flex;
}
.date[data-v-3e666f7a] {
  height: 78px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  /*color: #a4a4a4;*/
  color: #7f7f7f;
  text-align: center;
}
.date-wrap[data-v-3e666f7a] {
  height: 100%;
}
.date .blank[data-v-3e666f7a] {
  width: 100%;
  height: 100%;
  background-size: 10px 10px;
  background: #f5f7fa;
}
.date .blank-num[data-v-3e666f7a] {
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  color: #d7d7d7;
}
.date-num[data-v-3e666f7a] {
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
}
.date .rest-name[data-v-3e666f7a] {
  float: right;
  padding: 8px 16px 0 0;
  display: none;
}
.date .rest[data-v-3e666f7a] {
  color: #c0c7d4;
  height: 100%;
}
.date .rest .rest-name[data-v-3e666f7a] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #c0c7d4;
}
.date .today[data-v-3e666f7a] {
  color: #0b73ff;
}
.date[data-v-3e666f7a]  .date-info {
  display: flex;
  justify-content: center;
}
.date[data-v-3e666f7a]  .split-line {
  line-height: 27px;
  font-size: 18px;
  display: none;
}
.date[data-v-3e666f7a]  .dot {
  display: block;
  background: #1adbb6;
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.date[data-v-3e666f7a]  .info {
  background: rgba(255, 255, 255, 0) !important;
  font-size: 18px;
  color: #1adbb6;
  display: none;
}
.date[data-v-3e666f7a]  .late {
  color: rgba(238, 195, 37, 0.6);
  background-color: #eec325;
}
.date[data-v-3e666f7a]  .early {
  color: rgba(244, 120, 26, 0.6);
  background-color: #f4781a;
}
.date[data-v-3e666f7a]  .lack {
  color: rgba(232, 56, 68, 0.6);
  background-color: #e83844;
}
.date[data-v-3e666f7a]  .absenteeism {
  color: rgba(169, 59, 185, 0.6);
  background-color: #a93bb9;
}
.date[data-v-3e666f7a]  .recard {
  color: rgba(137, 124, 240, 0.6);
  background-color: #897cf0;
}
.date[data-v-3e666f7a]  .leave {
  color: rgba(7, 182, 225, 0.6);
  background-color: #07b6e1;
}
.date[data-v-3e666f7a]  .trip {
  color: rgba(36, 105, 243, 0.6);
  background-color: #2469f3;
}
.date[data-v-3e666f7a]  .goout {
  color: rgba(38, 164, 248, 0.6);
  background-color: #26a4f8;
}
.right[data-v-3e666f7a] {
  background: -webkit-linear-gradient(290.0254671454deg, white 0%, #e9f6fc 30%, #e8f0fb 71%, #eaedf5 100%);
  height: 739px;
  width: 100%;
  border-radius: 0 0 25px 0;
}
.right-title[data-v-3e666f7a] {
  font-size: 136px;
  font-weight: 400;
  color: #226be5;
  text-align: left;
  line-height: 136px;
  position: relative;
  z-index: 2;
  top: 20px;
  left: 20px;
}
.right-title i[data-v-3e666f7a] {
  font-weight: 600;
  margin-right: 5px;
}
.att[data-v-3e666f7a] {
  padding: 16px 43px;
  color: #73747c;
  margin-top: 35px;
  height: 530px;
  overflow: auto;
}
.att-title[data-v-3e666f7a] {
  font-size: 22px;
  margin: auto;
}
.att-item[data-v-3e666f7a] {
  min-height: 166px;
  position: relative;
}
.att-desc[data-v-3e666f7a] {
  position: absolute;
  top: -25px;
  left: 92px;
}
.att-item[data-v-3e666f7a]:nth-of-type(n+3) {
  position: relative;
}
.att-item[data-v-3e666f7a]:nth-of-type(n+3)::before {
  content: "";
  width: calc(100% - 90px);
  height: 1px;
  background: #cccdc8;
  position: absolute;
  right: 0;
  top: -30px;
}
.att-up[data-v-3e666f7a], .att-down[data-v-3e666f7a] {
  margin-top: 16px;
  position: relative;
  z-index: 2;
  display: flex;
  font-weight: 600;
  color: #606877;
}
.att-up .time[data-v-3e666f7a], .att-down .time[data-v-3e666f7a] {
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(45deg, #2ac1f0, #236aee, #21427a);
  display: inline-block;
  margin-right: 32px;
  vertical-align: top;
  border-radius: 5px;
  flex-shrink: 0;
}
.att-up .time-lack[data-v-3e666f7a], .att-down .time-lack[data-v-3e666f7a] {
  background: linear-gradient(206.9802307182deg, #aaaaaa 0%, #d7d7d7 100%);
}
.att-up[data-v-3e666f7a] {
  margin-top: 60px;
  position: relative;
}
.att-up[data-v-3e666f7a]::before {
  content: "";
  height: 9px;
  width: 9px;
  background: #cccdc8;
  position: absolute;
  top: -35px;
  left: 27px;
  border-radius: 100%;
}
.att-up[data-v-3e666f7a]::after {
  content: "";
  height: 185px;
  width: 2px;
  background: #cccdc8;
  position: absolute;
  bottom: -78px;
  left: 30px;
  z-index: -1;
}
.att-down[data-v-3e666f7a] {
  position: relative;
}
.att-down[data-v-3e666f7a]::before {
  content: "";
  height: 9px;
  width: 9px;
  background: #cccdc8;
  position: absolute;
  top: 56px;
  left: 27px;
  border-radius: 100%;
}
.att-cnt[data-v-3e666f7a] {
  min-height: 75px;
}
.att .empty[data-v-3e666f7a] {
  color: #c7c7c7;
  display: inline-block;
  line-height: 30px;
  padding: 20px;
  margin: 5px;
  display: flex;
}
.att .empty .empty_img[data-v-3e666f7a] {
  width: 89px;
  height: 89px;
}
.att .empty .empty_msg[data-v-3e666f7a] {
  color: #c7c7c7;
  font-size: 14px;
  line-height: 70px;
  margin-left: 10px;
}
.att .clock[data-v-3e666f7a] {
  line-height: 20px;
  display: inline-block;
}
.att .address[data-v-3e666f7a] {
  position: absolute;
  left: 80px;
  top: 30px;
  font-size: 12px;
  color: #c0c7d4;
  cursor: pointer;
}
.att .lack[data-v-3e666f7a] {
  color: #f56c6c;
  line-height: 30px;
}
.att .lack-btn[data-v-3e666f7a] {
  float: right;
  margin-top: 5px;
}
.att .text_[data-v-3e666f7a] {
  font-size: 16px;
  text-align: left;
  color: #73747c;
  padding-bottom: 10px;
}
.att .text_1[data-v-3e666f7a] {
  display: inline-block;
  width: 44px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #caeafb;
  border-radius: 60px;
  border-color: #b3d8ff;
  color: #62b3fe;
}
.att .state-btn[data-v-3e666f7a] {
  width: 58px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: linear-gradient(45deg, #2ac1f0, #236aee, #21427a);
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  border-radius: 5px;
}
.att .text_img[data-v-3e666f7a] {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.img-st[data-v-3e666f7a] {
  width: 23px;
  display: inline-block;
  vertical-align: middle;
}
.text-item[data-v-3e666f7a] {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  color: #027DFE;
  font-family: Microsoft YaHei;
}
[data-v-a7070ca2].el-button--text {
  color: #0b73ff;
}

/*# sourceMappingURL=130.1753928585051.css.map*/