.orderSidePvTime {
  /* width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; */
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100vh - 0.78125rem);
  overflow: auto;
  font-size: 0.08333rem;
  padding: 0.13021rem 0.13021rem 0 0.13021rem;
.boxWidth {
    width: 100%;
    height: 94%;
.boxTop {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 10%;
.leftTitle {
        font-size: 0.11979rem;
        font-weight: 600;
}
}
.boxBottom {
      width: 100%;
      height: 92%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
.title {
        font-size: 0.10417rem;
}
.leftTime {
        width: 39.5%;
        height: 100%;
}
.rightDate {
        width: 59.5%;
        height: 100%;
}
}
}
}
.item {
  margin-bottom: 0.15625rem;
}
.pvTimeBtn {
  background: rgba(99, 183, 247, 0.2);
  border-radius: 0.02604rem 0.02604rem 0.02604rem 0.02604rem;
  border: 1px solid #61c8ff;
  color: #61c8ff;
}
.el-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.new {
.el-card__body,
  .el-main {
    height: 50px;
}
}
.internalItem {
  margin-bottom: 0.05208rem;
.el-card {
    border-radius: 5px;
    background-color: #1e2c3f;
}
}
.el-card {
  border: 1px solid #1e2b41;
  background-color: #132033;
  color: #fff;
}
.el-calendar {
  background-color: transparent !important;
  color: #808080 !important;
  font-size: 20px;
.el-calendar-table {
th {
      color: #bcd8ff;
}
}
}
.el-calendar-table tr:first-child td {
  border-top: 1px solid rgba(64, 80, 108, 0.6);
}
.el-calendar-table td {
  border-bottom: 1px solid rgba(64, 80, 108, 0.6);
  border-right: 1px solid rgba(64, 80, 108, 0.6);
}
.el-calendar-table tr td:first-child {
  border-left: 1px solid rgba(64, 80, 108, 0.6);
}
.el-calendar__header {
  border-bottom: 1px solid rgba(64, 80, 108, 0.6);
  font-size: 17px;
  color: #fff;
}
.el-card__header {
  border-bottom: 1px solid rgba(64, 80, 108, 0.6);
}
.el-calendar-table:not(.is-range) td.next,
.el-calendar-table:not(.is-range) td.prev {
  color: #808080;
}
.el-calendar {
  background-color: transparent !important;
  color: #bcd8ff !important;
}
.el-calendar-table td.is-selected {
  background-color: rgba(64, 80, 108, 0.6);
}
.el-calendar__title {
  color: #ffffff;
}
.el-calendar-table .el-calendar-day:hover {
  cursor: pointer;
  background-color: rgba(64, 80, 108, 0.6);
}
.el-button-group {
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #1e2c3f;
    border: 1px solid rgba(64, 80, 108, 0.7);
    color: #fff;
    font-size: 16px;
}
.el-button:hover {
    color: #61c8ff;
}
}
.el-calendar-table .el-calendar-day {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  text-align: center;
  line-height: 85px;
  padding: 0px;
}
.el-calendar__body {
  padding: 12px 20px 20px;
}
.el-button--success.is-plain {
  color: #12d1a1;
  background: #123f3d;
  border-color: #20846f;
}
.el-button--primary.is-plain {
  color: #61c8ff;
  background: #233f5a;
  border-color: #478fba;
}
.el-button--danger.is-plain {
  color: #62b6f6;
  background: #354253;
  border-color: #354253;
  font-size: 18px;
}
.el-drawer {
  background-color: #1f2a37;
}
.el-drawer__header {
  color: #fff;
}
.el-collapse {
  border-top: 1px solid #324157;
  border-bottom: 1px solid #324157;
}
.el-collapse-item__header {
  background-color: #1f2a37;
  border-bottom: 1px solid #324157;
}
.el-collapse-item__wrap {
  background-color: #1f2a37;
  border-bottom: 1px solid #324157;
}
.el-table--border,
.el-table--group {
  border: 1px solid #324157;
}
.el-table--border .el-table__cell,
.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: 1px solid #324157;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  content: "";
  position: absolute;
  background-color: #324157;
}
/* .newInput {
  ::v-deep .app-box .el-input__inner {
    color: inherit !important;
    background-color: var(--primary-color) !important;
    width: 100% !important;
  }
  .el-select {
    width: 100%;
  }
}
.el-calendar-table .el-calendar-day {
  height: 74px !important;
}
.el-calendar__body {
  padding: 0 !important;
}
.el-calendar__header {
  padding: 0 0 10px 0 !important;
}
.leftTime {
  ::v-deep .el-scrollbar__wrap {
    background-color: var(--primary-color) !important;
    height: 105%;
  }
}
.el-card {
  background-color: var(--primary-color) !important;
  color: inherit !important;
}
.el-calendar {
  background-color: var(--primary-color) !important;
  color: #808080 !important;
}
.el-calendar__title {
  color: inherit !important;
}
.el-button-group > .el-button {
  background-color: var(--primary-color) !important;
  color: inherit !important;
}
.el-calendar-table thead th {
  color: inherit !important;
}
.el-dialog {
  background-color: var(--reserve-color) !important;
  color: inherit !important;
}
.el-table,
.el-table__expanded-cell {
  background-color: var(--primary-color) !important;
}
.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
}
.el-drawer.rtl {
  width: 43% !important;
  background-color: var(--reserve-color) !important;
  color: inherit !important;
}
.el-drawer__header {
  padding: 30px 20px 0 !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  background-color: var(--reserve-color) !important;
  color: inherit !important;
}
.el-collapse-item__header {
  height: 60px !important;
  line-height: 60px !important;
  font-size: 18px !important;
  background-color: var(--reserve-color) !important;
  color: inherit !important;
}
.el-collapse-item__content {
  color: inherit !important;
  background-color: var(--reserve-color) !important;
}
.el-form-item--medium .el-form-item__content, .el-form-item--medium .el-form-item__label {
  line-height: 50px !important;
}
.el-table {
  font-size: 16px !important;
}
.el-calendar-table:not(.is-range) td.next, .el-calendar-table:not(.is-range) td.prev {
  visibility: hidden;
} */

@charset "UTF-8";
.new .el-card__body[data-v-3837b3df],
.new .el-main[data-v-3837b3df] {
  height: 50px;
}
.internalItem[data-v-3837b3df] {
  margin-bottom: 0.05208rem;
}

/* .el-card__body,
.el-main {
  height: 550px;
} */
.newInput[data-v-3837b3df] .app-box .el-input__inner {
  color: #1d3150 !important;
  background-color: var(--primary-color) !important;
  width: 80% !important;
}
.newInput .el-select[data-v-3837b3df] {
  width: 100%;
}
[data-v-3837b3df] .el-calendar-table .el-calendar-day {
  height: 86px !important;
}
[data-v-3837b3df].el-calendar__body {
  padding: 0 !important;
}
[data-v-3837b3df].el-calendar__header {
  padding: 0 0 10px 0 !important;
}
.leftTime[data-v-3837b3df] .el-scrollbar__wrap {
  background-color: var(--primary-color) !important;
  height: 105%;
}
.el-table__fixed-body-wrapper[data-v-3837b3df] {
  top: 48px;
}
.el-collapse[data-v-3837b3df] {
  padding: 0 20px !important;
}
.year-calendar[data-v-3837b3df] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.year-calendar[data-v-3837b3df] .el-card__body,
  .year-calendar .el-main[data-v-3837b3df] {
    padding: 15px 0 0 0 !important;
}
.year-calendar[data-v-3837b3df] .el-calendar-table .el-calendar-day {
    height: 24px !important;
    line-height: 24px !important;
}
.year-calendar .el-calendar[data-v-3837b3df] {
    margin-bottom: 5px !important;
}
.year-calendar[data-v-3837b3df] .month {
    width: 24.5% !important;
    margin: 0 0.01042rem 0.04688rem 0.01042rem !important;
}
.year-calendar h5[data-v-3837b3df] {
    font-size: 0.08333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.year-calendar[data-v-3837b3df] .el-calendar__header {
    display: none !important;
}
.today[data-v-3837b3df] {
  background-color: #ffecb3;
  /* 自定义今天的背景色 */
}
.batchPush[data-v-3837b3df] {
  background: rgba(99, 183, 247, 0);
  border-radius: 0.02604rem 0.02604rem 0.02604rem 0.02604rem;
  border: 1px solid #c7a6ff;
  color: #c7a6ff;
}
.pleaseSelect[data-v-3837b3df] {
  border-radius: 0.02604rem 0.02604rem 0.02604rem 0.02604rem;
  border: 1px solid #233f5a;
  color: #61c8ff;
  background: #233f5a;
  border-color: #478fba;
}

