.none-header .el-dialog__header {
  display: none;
}
.el-dialog__body {
  padding-top: 10px;
}

.card-container[data-v-20c73b58] {
  margin-top: 10px;
}
.drawer-container[data-v-20c73b58] {
  min-height: 200px;
  margin-bottom: 60px;
}
.no-toast[data-v-20c73b58] {
  position: relative;
  color: #999;
  top: 200px;
  text-align: center;
}
.bottomToast[data-v-20c73b58] {
  position: absolute;
  bottom: 25px;
  left: 20px;
  z-index: 999;
}
.card-container h4[data-v-20c73b58] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-bottom: 10px;
}
.card-container .card-list[data-v-20c73b58] {
  max-height: 400px;
  height: 400px;
  overflow-y: auto;
}
.card-container .card-list .activeItem[data-v-20c73b58] {
  background: #ecf6fc;
}
.card-container .card-list li[data-v-20c73b58] {
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 14px;
  cursor: pointer;
  background: #f8f8f8;
}
.card-container .card-list li .opt-icons i[data-v-20c73b58] {
  font-size: 18px;
  margin-left: 10px;
}
.card-container .card-list li h5[data-v-20c73b58] {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-container .card-list li h5 .tag-class[data-v-20c73b58] {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  padding: 0 5px;
  background: #0d6fa9;
  border-radius: 4px;
}
.card-container .card-list li .items[data-v-20c73b58] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.card-container .card-list li .items .row-info[data-v-20c73b58] {
  min-width: 50%;
  margin-top: 10px;
}
.card-container .card-list li .items .row-info span[data-v-20c73b58] {
  display: inline-block;
  color: #999;
}

