.main-container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.banner {
  height: 250px;
  background: url(../../images/banner_bg.png) no-repeat center center;
  margin-bottom: 24px;
  position: relative;
}
.banner .main-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .banner-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  color: #000000;
}
.header-top {
  margin-bottom: 8px;
  padding: 24px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 5px 28.8px 0px #c7d5e64d;
}
.header-top .title {
  font-size: 24px;
  color: #42444d;
  font-weight: 600;
}
.header-top .header-top__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.el-card-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  margin-bottom: 8px;
  height: 780px;
}
.el-card-panel .el-card-panel__header {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.el-card-panel .el-card-panel__header .title {
  font-size: 20px;
  font-weight: 600;
  color: #131316;
  display: flex;
  gap: 20px;
  align-items: center;
}
.el-card-panel .el-card-panel__header .title .index {
  height: 28px;
  width: 28px;
  background: #0c7cff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.el-card-panel .el-card-panel__title {
  font-size: 16px;
  font-weight: 600;
  color: #42444d;
  margin-bottom: 20px;
}
.el-card-panel  .el-card__body{
  height: 100%;
}
.custom-tab .el-tabs__item {
  font-size: 16px;
  min-width: 144px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-weight: 400;
}
.custom-tab .el-tabs__item:hover {
  color: #0c7cff;
}
.custom-tab .el-tabs__item.is-active {
  color: #0c7cff;
  font-weight: 600;
}
.custom-tab .el-tabs__nav-wrap::after {
  height: 1px;
}
.custom-tab .el-tabs__active-bar {
  background-color: #0c7cff;
}
.btn-plain-primary {
  border: 1px solid #0c7cff;
  color: #0c7cff;
  background-color: #fff;
  min-width: 88px;
}
.btn-plain-primary:hover,
.btn-plain-primary:focus {
  color: #fff;
  background: #0c7cff;
  border-color: #0c7cff;
}
.btn-plain-danger {
  border: 1px solid #ff0218;
  color: #ff0218;
  background-color: #fff;
  min-width: 88px;
}
.btn-plain-danger:hover,
.btn-plain-danger:focus {
  color: #fff;
  background: #ff0218;
  border-color: #ff0218;
}
.fenye {
  text-align: right;
  /* padding: 24px 0; */
}
.fenye .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #307dff;
}
.el-table .table-cell {
  padding-top: 20px;
  padding-bottom: 20px;
}
.form-list {
  width: 350px;
  margin: 0 auto;
}
.form-list .item {
  display: flex;
  align-items: center;
  padding: 8px;
  gap: 8px;
}
.form-list .item label {
  font-weight: 400;
  width: 100px;
  text-align: right;
  color: #131c3399;
}
.form-list .item span {
  flex: 1;
}
.footer-btn {
  text-align: center;
  margin-top: 24px;
}
.footer-btn .el-button {
  width: 130px;
}
.btn-info {
  background: #e8f2ff;
  border-color: #e8f2ff;
  color: #0c7cff;
}
.btn-info:hover {
  background: #deecff;
  border-color: #deecff;
  color: #0c7cff;
}
.btn-default {
  background: #eaebee;
  border-color: #eaebee;
  color: #42444d;
}
.btn-primary {
  background: #0c7cff;
  border-color: #0c7cff;
  color: #fff;
}
.state-content {
  text-align: center;
}
.state-content .title {
  margin-top: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.message-list {
  padding: 16px 0;
}
.message-list .item {
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  justify-content: center;
  line-height: 22px;
}
.message-list .item .title {
  color: #131c33;
}
.message-lists .item {
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  justify-content: center;
  line-height: 22px;
}
.message-lists .item .title {
  color: #131c33;
}
.input-search .el-input__inner {
  background: #f4f5f9;
  border-color: #f4f5f9;
}
.department-menu {
  margin-top: 12px;
}
.department-menu .item {
  padding: 12px 12px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 12px;
}
.department-menu .item.active {
  color: #0c7cff;
}
.el-scrollbar .el-scrollbar__wrap {
  overflow-x: hidden;
}
.list-matter .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 15px;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
}
.list-matter .item:last-child {
  border-bottom: 0;
}
.list-matter .item:hover {
  background: #f4f5f9;
}
.list-matter .item .title:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  background: #0c7cff;
  vertical-align: middle;
  margin-right: 12px;
}
.schedule .schedule-input .form-control {
  height: 46px;
  padding: 12px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
}
.schedule .schedule-panel {
  position: relative;
  padding: 15px 25px 0 25px;
  margin-top: 20px;
  margin-bottom: 50px;
  min-height: 425px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.schedule .schedule-panel:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  top: -30px;
  left: 80px;
}
.schedule .schedule-panel .well-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1260px) {
  .xuanzhe {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
  }
  .xuanzhe .el-date-editor.el-input,
  .xuanzhe .el-date-editor.el-input__inner {
    width: 100%;
  }
}
.schedule .schedule-panel .well-group .well {
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  cursor: pointer;
  background-color: #f6f8fa;
  border-color: #f6f8fa;
  box-shadow: none;
  padding-bottom: 16px;
}
.schedule .schedule-panel .well-group .well i {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  display: none;
  font-style: normal;
  font-size: 12px;
  padding: 1px 5px;
}
.schedule .schedule-panel .well-group .well time,
.schedule .schedule-panel .well-group .well span {
  display: block;
  color: #131c33;
}
.schedule .schedule-panel .well-group .well span {
  margin-top: 8px;
}
.schedule .schedule-panel .well-group .well em {
  font-style: normal;
  font-size: 16px;
  position: relative;
}
.schedule .schedule-panel .well-group .well time {
  font-size: 16px;
}
.schedule .schedule-panel .well-group .well span {
  font-size: 16px;
  white-space: nowrap;
}
.schedule .schedule-panel .well-group .well.full {
  background-color: #fff3f0;
}
.schedule .schedule-panel .well-group .well.full i {
  display: block;
}
.schedule .schedule-panel .well-group .well.full span {
  color: #ed5b56;
  font-size: 16px;
}
.schedule .schedule-panel .well-group .well.full time {
  color: #ed5b56;
  font-size: 16px;
}
.schedule .schedule-panel .well-group .well.full em {
  color: #ed5b56;
  font-size: 16px;
}
.schedule .schedule-panel .well-group .well.selected {
  border: 1px solid #3e97df;
}
.schedule .schedule-panel .datepicker.datepicker-inline {
  width: 100%;
}
.schedule .schedule-panel .datepicker.datepicker-inline table {
  width: 100%;
  font-size: 18px;
}
.schedule .schedule-panel .datepicker.datepicker-inline table > thead > tr > th,
.schedule .schedule-panel .datepicker.datepicker-inline table > tbody > tr > td {
  border-radius: 0;
  font-weight: normal;
  text-align: center;
  line-height: 35px;
  border: 1px solid #fff;
}
.schedule .schedule-panel .datepicker.datepicker-inline table > tbody > tr > td {
  background-color: #fff;
  color: #999999;
}
.schedule .schedule-panel .datepicker.datepicker-inline table > tbody > tr > td.today {
  background: #e6e6e6;
  color: #666;
}
.schedule .schedule-panel .datepicker.datepicker-inline table > tbody > tr > td.active {
  background: #0c7cff;
  color: #fff;
  text-shadow: none;
}
.datepicker-switch {
  pointer-events: none;
}
.schedule .schedule-panel .well-group .well.disabled {
  background-color: #f6f8fa !important;
  border-color: #f6f8fa;
  color: #bdbfc6;
  cursor: not-allowed;
  opacity: 0.6;
}
.schedule .schedule-panel .well-group .well.disabled time,
.schedule .schedule-panel .well-group .well.disabled .optional {
  color: #bdbfc6;
}
.well.disabled:hover {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
#selectWell::before {
  display: none !important;
}
.btns {
  text-align: center;
}
.btns .one-btn {
  background: #307dff;
}
.schedule .schedule-panel .well-group .well.selecteds {
  background-color: #ecf5ff;
  border-color: #b6d8ff;
  position: relative;
}
.schedule .schedule-panel .well-group .well.selecteds:before {
  content: '';
  position: absolute;
  height: 31px;
  width: 31px;
  top: 0;
  right: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAYAAABzwahEAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAixJREFUeAHl271KHFEYgOHvJEuwEJIupEnIBSSQC0hISlPb2GphYWUpCK5g4U1oaW1lJSKiV2Br4U8hdiMIio3O6zKwLLszs3O+M3N+3mb2zJwpHs7szGyxZnb9pS8iG5JG+72erGZ9c2kYJYbPcvwvU4wSwx+b4VFC+MyM7kkFb8btTAFvJh2IHW/KDsaMN1UTYsVXwilG/Ls6kx62TD/fbEoAffskcrA42JZVa8WLfF/5N/SSyNd8e52J/N8RucrGz6214kU+r/wwmu4f87eUp8nzp1rxIt9WfhR9fisyt5vjteHkC74Jmqa61IfTvuyrbkaTzmmCpsZw0sL//CJytiKy9q/+OTZoei+WPZ9sHn/40+cr81cadrQs8nlW5Pf3wfj0sny+LZqs4WSLBzr/Q2SmV43XQJMKnGzwdw8ihxfVeC00qcHJJV4TTapwcoG/yXTR1Pg5XpXNc567PO/bH2cGY4DFZw00OYOTJp600OQUTlp4TTQ5h5MtfntOZGFPD02twMm3HzatwcknfKtw8gXfOpx8wHcCp67xncGpS3yncOoK3zmcusB7Aae28d7AqU28V3BqC+8dnNrAewkn13hv4eQS7zWcXOG9h5MLfBBw0sYHAydNfFBw0sIHBycNfJBwssUHCycbfNBwaooPHk5N8FHAaVp8NHCaBh8VnOrio4NTHXyUcKrCRwunMnzUcJqEjx5O4/BJwGkUnwychvFJwSn2f1eVBv4Vx2oghDRpX34AAAAASUVORK5CYII=') center center / cover no-repeat;
}
.schedule .schedule-panel .well-group .well.selecteds time,
.schedule .schedule-panel .well-group .well.selecteds span {
  color: #1480ff;
  font-weight: 600;
}
.optional {
  font-size: 16px !important;
}
.activeDIs {
  background: #0c7cff !important;
  color: #ffffff;
}
/* 为禁用的日期添加灰色样式 */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.new.disabled,
.datepicker table tr td.old.disabled {
  color: #ccc !important;
  cursor: not-allowed !important;
}
.schedule-time .schedule-panel {
  box-shadow: none;
  padding: 0;
}
.schedule-time .schedule-panel .well-group {
  padding: 0px;
}
.list-department {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 16px;
}
.list-department .item {
  background: #f4f5f9;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  padding: 9px 10px;
  cursor: pointer;
}
.list-department .item.active {
  background: #ecf5ff;
  color: #0c7cff;
}
.list-department .item.disabled{
  background: #f6f8fa !important;
  border-color: #f6f8fa;
  color: #bdbfc6;
  cursor: not-allowed;
  opacity: 0.6;
}
/* 筛选容器样式 */
.filter-container {
  width: 100%;
}
.filter-container .filter-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.filter-container .filter-item:last-child {
  margin-bottom: 0;
}
.filter-container .filter-label {
  flex-shrink: 0;
  width: 180px;
  font-size: 14px;
  color: #131c33;
  padding: 8px 0;
  line-height: 1;
}
.filter-container .filter-options {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.filter-container .filter-options label {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: #f4f5f9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  font-size: 14px;
  color: #42444d;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 0;
}
.filter-container .filter-options label:hover {
  background: #e8f2ff;
  border-color: #b6d8ff;
}
.filter-container .filter-options label.active {
  background: #ecf5ff;
  border-color: #0c7cff;
  color: #0c7cff;
}
.filter-container .filter-options input[type="radio"] {
  display: none;
}
.filter-container .expand-btn {
  padding: 8px 16px;
  font-size: 14px;
  color: #0c7cff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.filter-container .expand-btn:hover {
  text-decoration: underline;
}
.tab-pane{
    width: 400px;
    height: 50px;
    display: flex;
    font-size: 20px;
    border: 1px solid #0c7cff;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%); 
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }
  .tab-pane>div{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
 .tab-pane .active{
    background-color: #0c7cff;
    color: #fff;
 }
     .flex-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      /* 固定每行3列 */
      gap: 24px;
      /* 固定间隔 */
      margin: 0;
    }
     .time-radio-group {
      .el-col {
        width: 100% !important;
        /* 覆盖ElementUI的默认宽度 */
        padding: 0 !important;
        /* 移除内边距 */
      }

      .el-radio-button {
        width: 100%;
        margin-bottom: 0;

        .el-radio-button__inner {
          padding: 16px;
          width: 236px;
          background: #F6F8FA;
          border-color: transparent;
          font-weight: 400;

          .item-time,
          .item-remain {
            font-size: 16px;
            line-height: 24px;
            color: #131C33;
          }

          .item-remain {
            margin-top: 8px;
          }
        }

        &.is-disabled {
          .el-radio-button__inner {
            background: #F6F8FA;

            .item-time,
            .item-remain {
              color: #BDBFC6;
            }
          }
        }

        &.is-full {
          .el-radio-button__inner {
            background: #FFF3F0;

            .item-time,
            .item-remain {
              color: #ED5B56;
            }
          }
        }

        &.is-active {
          .el-radio-button__inner {
            background: #ECF5FF;
            position: relative;
            border: 1px solid #B6D8FF;

            .item-time,
            .item-remain {
              color: #1480FF;
              font-weight: 600;
            }

            &::before {
              content: '';
              position: absolute;
              top: -1px;
              right: -1px;
              width: 31px;
              height: 31px;
              background: url('../img/radio-active.png') no-repeat;
              background-size: 100% 100%;
            }
          }
        }
      }
    }
        .empty-description .el-empty__description {
      margin-top: -23px;
    }

    .empty-description .el-empty__description p {
      font-size: 12px;
      color: #42444D;
    }
    .date-picker-col {
      height: 435px;

      .date-label {
        font-size: 16px;
        line-height: 24px;
        color: #42444D;
      }

      .el-date-editor {
        margin-top: 16px;
        width: 100%;

        .el-input__inner {
          border: 1px solid #0C7CFF;
        }
      }

      .el-date-picker {
        width: 100%;

        .el-picker-panel__content {
          width: auto;
            th{
              text-align: center;
            }
        }
      }
      
    }