
.el-card {
  height: 100%;
}
.el-icon-close {
  font-size: 1.2em;
  cursor: pointer;
}
.el-card-title {
  font-weight: bold;
}
.notice-all-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-box-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.all-box-1 img {
  width: 100%;
  height: 150px;
}
.all-box-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  margin-left: 5px;
}
.all-box-2 .all-box-2-item {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.all-box-2-item .name-item {
  text-align: left;
}
.all-box-2-item .title-item,
.time-item,
.name-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.loading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  color: #909399;
  font-size: 14px;
}

/* 公告详情弹窗样式 */
.notice-dialog {
.el-dialog {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 3000 !important;
}
.el-dialog__header {
    background-color: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #ebeef5;
    z-index: 3001;
}
.el-dialog__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    background-color: #fff;
    z-index: 3001;
}
.el-dialog__footer {
    background-color: #fff;
    padding: 15px 20px;
    border-top: 1px solid #ebeef5;
    z-index: 3001;
}
}
.notice-detail {
.notice-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebeef5;
.notice-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #303133;
}
.notice-info {
      color: #909399;
      font-size: 14px;
span {
        margin-right: 20px;
}
}
}
.notice-content {
    line-height: 1.8;
    color: #606266;
    font-size: 14px;
    white-space: pre-wrap;
    background-color: #fff;
}
}

/* 修改遮罩层样式 */
:deep(.v-modal) {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2999 !important;
}

/* 确保弹窗在最上层 */
:deep(.el-dialog__wrapper) {
  z-index: 3000 !important;
}
.all-box-2-item {
&:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
}


.el-card {
  height: 100%;
  position: relative;
}
.el-card .document-close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200;
}
.document-list-box {
  display: grid;
  grid-template-columns: repeat(1, 100%);
}
.document-list-box .document-list-item {
  display: grid;
  grid-template-columns: 1fr 0.5fr 3.5fr 1fr 3fr 1fr 2fr;
  height: 40px;
  cursor: pointer;
  font-size: 14px;
  line-height: 40px;
}
.document-list-item i {
  color: #ff394c;
}
.document-list-item > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.el-card {
  height: 100%;
}
.el-icon-close {
  font-size: 1.2em;
  cursor: pointer;
}
.el-card-title {
  font-weight: bold;
}
.often-control-box {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 10px;
}
.often-control-box .often-control-item {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #424e5c;
  padding: 0 10px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.often-control-box .often-control-item:hover {
  background-color: #f5f7fa;
}
.often-control-item > i {
  color: #396aff;
  margin-right: 10px;
  font-size: 1.5em;
}
.empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  padding: 20px;
}
.empty-content {
  text-align: center;
}
.empty-content i {
  font-size: 48px;
  color: #909399;
  margin-bottom: 16px;
}
.empty-content p {
  color: #909399;
  margin-bottom: 16px;
  font-size: 14px;
}
.empty-content .el-button {
  padding: 8px 20px;
}


.el-card[data-v-137fe7bd] {
  height: 100%;
}
.el-icon-close[data-v-137fe7bd] {
  font-size: 1.2em;
  cursor: pointer;
}
.el-card-title[data-v-137fe7bd] {
  font-weight: bold;
}
.often-app-box[data-v-137fe7bd] {
  display: grid;
  grid-template-columns: repeat(4, 23%);
  gap: 15px;
  padding: 1  10px  2 10px;
}
.often-app-box .often-app-item[data-v-137fe7bd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.often-app-item .app-icon[data-v-137fe7bd] {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.often-app-item .app-icon i[data-v-137fe7bd] {
  color: #fff;
  font-size: 24px;
}
.often-app-item .app-title[data-v-137fe7bd] {
  font-size: 14px;
  color: #333;
  text-align: center;
}
.often-app-item[data-v-137fe7bd]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
.often-app-box[data-v-137fe7bd] {
    grid-template-columns: repeat(3, 33.33%);
}
}
@media screen and (max-width: 576px) {
.often-app-box[data-v-137fe7bd] {
    grid-template-columns: repeat(2, 50%);
}
}
.empty-state[data-v-137fe7bd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  padding: 20px;
}
.empty-content[data-v-137fe7bd] {
  text-align: center;
}
.empty-content i[data-v-137fe7bd] {
  font-size: 48px;
  color: #909399;
  margin-bottom: 16px;
}
.empty-content p[data-v-137fe7bd] {
  color: #909399;
  margin-bottom: 16px;
  font-size: 14px;
}
.empty-content .el-button[data-v-137fe7bd] {
  padding: 8px 20px;
}


.el-card {
  height: 100%;
}
.el-icon-close {
  font-size: 1.2em;
  cursor: pointer;
}
.el-card-title {
  font-weight: bold;
}
.often-apply-box {
  display: grid;
  grid-template-columns: repeat(1, 100%);
}
.often-apply-box .apply-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.apply-item .apply-title {
  margin-left: 10px;
}
.apply-item .avatar-icon {
  background-color: #2f7dcd !important;
}


.el-card {
  height: 100%;
}
.el-icon-close {
  font-size: 1.2em;
  cursor: pointer;
}
.el-card-title {
  font-weight: bold;
}
.card-title-box {
  position: relative;
}
.choice-month-btn {
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-title {
  margin: 0 15px;
  cursor: pointer;
}
.icon-left,
.icon-right {
  cursor: pointer;
}
/* 主体区域 */
.date-week-text {
  display: grid;
  grid-template-columns: repeat(7, 14.2%);
  grid-template-rows: repeat(5);
  font-size: 12px;
}
.week-text-item {
  display: grid;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.date-day-text {
  display: grid;
  grid-template-columns: repeat(7, 14.2%);
  grid-template-rows: repeat(5);
  font-size: 12px;
  border-bottom: 1px solid #ebeef5;
  margin-bottom: 10px;
}
.day-text-item {
  display: grid;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  cursor: pointer;
  position: relative;
}
/* 今天背景 */
.todayBg::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #396aff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.todayBg::before {
  content: '';
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #396aff;
}
/* 非本月灰度 */
.month-class {
  color: #ccc;
}
/* 内容列表 */
.work-content-box {
  display: grid;
  grid-template-columns: repeat(1, 100%);
}
.work-item {
  display: grid;
  grid-template-columns: 0.5fr 2fr 4fr;
  height: 40px;
  line-height: 40px;
}
.work-item i {
  color: #7682a8;
}
.work-item .time-item {
  margin-right: 20px;
  color: #7682a8;
  font-size: 14px;
}
.work-item .content-item {
  color: #424e5c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.loading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  color: #909399;
  font-size: 14px;
}


.el-card {
  height: 100%;
}
.personal-message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  height: 100%;
}
.personal-message-box .user-title {
  margin: 10px 0;
  font-size: 1.2em;
  font-weight: bold;
}
.personal-message-box  .often-control-item {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 5px;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  cursor: pointer;
  color: #424e5c;
}
.personal-message-box .often-control-item > i {
  color: #396aff;
  margin-right: 10px;
  font-size: 1.5em;
}
.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.btn-box .person-btn,
.edit-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border: 1px solid #d7ddeb;
  border-radius: 4px;
  padding: 10px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9em;
}
.btn-box .person-btn {
  margin-right: 5px;
}
.btn-box .edit-btn {
  margin-left: 5px;
}
.panelBg {
  background-color: #d3d6dc !important;
  border: none !important;
}
.exitBtn {
  border: 1px solid #d7ddeb;
  border-radius: 4px;
  text-align: center;
  padding: 10px 50px;
  cursor: pointer;
  background-color: #fff;
}


.el-card {
  height: 100%;
}
.el-icon-close {
  font-size: 1.2em;
  cursor: pointer;
}
.el-card-title {
  font-weight: bold;
}
.wait-matter-box {
  display: grid;
  grid-template-columns: repeat(4, 24.3%);
}
.wait-matter-box .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grid-item .wait-matter-title,
.wait-matter-complete-title {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  cursor: pointer;
}
.grid-item .wait-matter-total {
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px 0;
}
.grid-item .wait-matter-complete-num {
  margin-left: 10px;
  color: #29c814;
  font-size: 14px;
}
.wait-matter-complete-title .wait-matter-complete-update {
  margin-left: 10px;
}
.wait-matter-complete-update .wait-matter-complete-update-num {
  margin-left: 10px;
  color: #396aff;
  font-size: 14px;
}


.el-card {
  height: 100%;
}
.el-icon-close {
  font-size: 1.2em;
  cursor: pointer;
}
.el-card-title {
  font-weight: bold;
}
.remind-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  position: relative;
}
.remind-box .circle-progress {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}
.circle-progress-content {
  /* position: absolute;
  top: 40%;
  left: 65px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* transform: translate(-40%,0); */
}
.circle-progress-content .content-title {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.45);
}
.circle-progress-content .content-num {
  font-size: 1.4em;
}
.remind-box .line-progress-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.line-progress-item {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr 1fr;
  height: 40px;
  line-height: 40px;
}
.line-progress-item .line-progress-title {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.line-progress-item .line-progress-num {
  text-align: center;
}
.line-progress-item .line-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 类型提示 */
.progress-explain-box {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
.progress-explain-box .explain-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explain-item .dot-1,
.dot-2,
.dot-3,
.dot-4 {
  width: 10px;
  height: 10px;
  background: #00DB00;
  border-radius: 50%;
  margin-right: 10px;
}
.dot-2 {
  background: #396aff;
}
.dot-3 {
  background: #ffb339;
}
.dot-4 {
  background: #ff394c;
}
.explain-item .explain-title {
  font-size: 12px;
  color: #8c8c8c;
}
.loading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #909399;
  font-size: 14px;
}


.el-card {
  height: 100%;
}
.el-icon-close {
  font-size: 1.2em;
  cursor: pointer;
}
.el-card-title {
  font-weight: bold;
}
.meeting-item {
  height: 76px;
  padding: 10px 0;
  border-bottom: 1px solid #ebeef5;
  margin-bottom: 10px;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(1, 100%);
}
.meeting-item-box {
  display: grid;
  height: 30px;
  grid-template-columns: auto auto auto auto 4fr;
  margin-top: 5px;
}
.meeting-item-box > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meeting-item-box span:nth-child(2) {
  padding: 0 10px;
}
.meeting-item-box span:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.icon-location {
  margin: 0 5px 0 20px;
}
.meeting-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.meeting-item-box .meeting-time {
  color: #396aff;
  font-weight: bold;
}
.meeting-item-box .meeting-long-time {
  color: #7682a8;
  font-size: 14px;
}
.meeting-item-box .meeting-location {
  color: #a3b1cc;
  font-size: 14px;
}
.meeting-item-box i {
  color: #7682a8;
}


.el-card {
  height: 100%;
}
.el-icon-close {
  font-size: 1.2em;
  cursor: pointer;
}
.el-card-title {
  font-weight: bold;
}
.mytask-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border: 1px solid #f2f4f7;
  border-radius: 4px;
  height: 80px;
  margin-bottom: 10px;
  cursor: pointer;
}
.item-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.progress {
  width: 100%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.item-right {
  height: 100%;
}
.right-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.right-1 .task-tip {
  color: #396aff;
}
.right-1 .task-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.right-2 {
  margin-top: 15px;
}
.right-2 i {
  color: #ff394c;
}
.right-2 .task-date,
.task-time {
  color: #7682a8;
  font-size: 14px;
}
.right-2 .task-date {
  margin: 0 20px 0 5px;
}


.el-card {
  height: 100%;
  position: relative;
}
.el-card .process-close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200;
}
.process-item {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 3fr 3fr;
  height: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  cursor: pointer;
  line-height: 40px;
}
.process-item > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.el-card {
  height: 100%;
}
.el-icon-close {
  font-size: 1.2em;
  cursor: pointer;
}
.el-card-title {
  font-weight: bold;
}
.mydocument-item {
  display: grid;
  grid-template-columns: 1fr 0.5fr 3.5fr 1fr 3fr 1fr 2fr;
  height: 40px;
  cursor: pointer;
  font-size: 14px;
  line-height: 40px;
}
.mydocument-item i {
  color: #ffb339;
}
.mydocument-item > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

