.nav-bread[data-v-45ec6700] {
  height: 72px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 24px;
  border-radius: 6px;
}
.Bread[data-v-45ec6700] {
  padding: 24px 0 24px 32px;
}
.common-title[data-v-45ec6700] {
  padding: 24px 0 24px 32px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.nav-pagination[data-v-0d27aeac] {
  padding: 24px 30px;
  display: flex;
  justify-content: end;
  background-color: #fff;
}
[data-v-0d27aeac] .el-pagination__total {
  margin-right: 100px !important;
}

[data-v-aeb6e58e] .el-tag.el-tag--success {
  width: 81px;
  height: 29px;
  border: 2px solid #57BE03;
  line-height: 24px;
  border-radius: 5px !important;
  background: #FFFFFF;
  color: #57BE03;
  font-size: 16px;
}
[data-v-aeb6e58e] .el-tag.el-tag--primary {
  width: 81px;
  height: 29px;
  border: 2px solid #F5C60C;
  line-height: 24px;
  border-radius: 5px !important;
  background: #FFFFFF;
  color: #F5C60C;
  font-size: 16px;
}
[data-v-aeb6e58e] .el-tag.el-tag--danger {
  width: 81px;
  height: 29px;
  border: 2px solid #FF2F2F;
  line-height: 24px;
  border-radius: 5px !important;
  background: #FFFFFF;
  color: #FF2F2F;
  font-size: 16px;
}
[data-v-aeb6e58e] .el-tag.el-tag--warning {
  width: 81px;
  height: 29px;
  border: 2px solid #F87D06;
  line-height: 24px;
  border-radius: 5px !important;
  background: #FFFFFF;
  color: #F87D06;
  font-size: 16px;
}
.btn-container[data-v-aeb6e58e] {
  padding-left: 15px;
  padding-right: 15px;
}
.btn-title[data-v-aeb6e58e] {
  margin-bottom: 16px;
}
.title-view[data-v-aeb6e58e] {
  border-bottom: dashed 1px #DDD;
  height: 100%;
}
.main[data-v-aeb6e58e] {
  display: flex;
  flex-direction: column;
}
.main .table[data-v-aeb6e58e] {
    flex: 1;
}
[data-v-aeb6e58e] .el-form-item__label {
  text-align: right;
}
.add-school[data-v-aeb6e58e] {
  text-align: right;
  padding-right: 32px;
  width: 100%;
  margin: 24px 0 16px 0;
}
.filter-form[data-v-aeb6e58e] {
  display: flex;
}
.filter-box[data-v-aeb6e58e] {
  display: flex;
  justify-content: space-between;
}
.album-img[data-v-aeb6e58e] {
  width: 55px;
  height: 55px;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 auto;
}
.album-img img[data-v-aeb6e58e] {
    width: 100%;
    height: 100%;
    display: block;
}
.yellow-text[data-v-aeb6e58e] {
  color: #f5c60c;
}
.green-text[data-v-aeb6e58e] {
  color: #57be03;
}
.red-text[data-v-aeb6e58e] {
  color: #f56c6c;
}
.op-do[data-v-aeb6e58e] {
  text-decoration: underline;
  font-size: 14px;
  color: #736EFE;
  margin: 0 10px;
  cursor: pointer;
}
[data-v-aeb6e58e] .el-dialog__headerbtn {
  display: none;
}
.body[data-v-aeb6e58e] {
  width: 90%;
  box-sizing: border-box;
  padding: 20px 0 15px;
}
.filter-left[data-v-aeb6e58e] {
  width: 80%;
}
@media only screen and (max-width: 1400px) {
.filter-left[data-v-aeb6e58e] {
    width: 85%;
}
}

.order-input {
  width: 100%;
}
.order-input-date {
  width: 100% !important;
  padding-left: 8px !important;
  padding-right: 4px !important;
}
.order-input-date .el-range-input {
    width: 60% !important;
    font-size: 13px !important;
}
.order-input-date .el-range__close-icon {
    width: 15px !important;
}
.order-input-date .el-range-separator {
    padding: 0 3px;
}
.el-date-picker .el-button {
  width: 56px;
  padding-left: 0;
  padding-right: 0;
}
.el-picker-panel__footer .el-button--text.el-picker-panel__link-btn {
  display: none !important;
}

