.conwrap[data-v-5d2ca249] {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.conwrap > span[data-v-5d2ca249] {
  display: inline-block;
  width: 28px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  color: #62666C;
  background: #F1F3F8;
}
.conwrap > .el-icon-arrow-left[data-v-5d2ca249] {
  -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.08);
}
.conwrap > .el-icon-arrow-right[data-v-5d2ca249] {
  -webkit-box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.08);
          box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.08);
}
.conwrap ul[data-v-5d2ca249] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: hidden;
  font-size: 12px;
}
.conwrap ul li > div > div[data-v-5d2ca249] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.conwrap ul li span[data-v-5d2ca249] {
  display: inline-block;
  padding: 5px;
  margin-right: 8px;
  margin-bottom: 16px;
  font-weight: 400;
  white-space: nowrap;
  color: #37393C;
  background: #F8F9FC;
  border-radius: 4px;
  border: 1px solid #DFE4ED;
}
.conwrap ul li i[data-v-5d2ca249] {
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
  color: #62666C;
}
.conwrap ul li .el-icon-close[data-v-5d2ca249] {
  cursor: pointer;
}
.numBox[data-v-5d2ca249] {
  padding: 5px;
  border: 1px solid #DFE4ED;
  background: #F8F9FC;
  border-radius: 4px;
  color: #62666C;
  font-size: 12px;
}
.total[data-v-5d2ca249] {
  color: #2677FF !important;
}
.shu[data-v-5d2ca249] {
  background: #E9EBEF;
  width: 1px;
  height: 24px;
  margin-right: 8px;
  margin-top: -15px;
}

.container[data-v-489324a1] {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
[data-v-489324a1] .el-upload-list {
  min-height: 110px !important;
}
.tableWrap[data-v-489324a1] {
  height: calc(100% - 129px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: auto;
}
.tableWrap .cardBox[data-v-489324a1] {
  width: 24%;
  height: 48%;
  background: red;
  margin-left: 1%;
  border-radius: 4px;
  background: #ffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  padding: 12px 16px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
}
.tableWrap .cardBox div[data-v-489324a1] {
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tableWrap .emptyClass[data-v-489324a1] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.tableWrap .emptyClass svg[data-v-489324a1] {
  display: inline-block;
  font-size: 120px;
}
.tableWrap .emptyClass p[data-v-489324a1] {
  line-height: 25px;
  color: #D1D5DD;
}
.tableWrap .emptyClass p span[data-v-489324a1] {
  margin-left: 4px;
  color: #2677FF;
  cursor: pointer;
}
[data-v-489324a1] .home_header {
  position: relative;
  height: 100%;
}
.cardBox > div[data-v-489324a1]:nth-child(1) {
  margin-top: 0 !important;
}
.filterTab[data-v-489324a1] {
  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;
  padding: 16px 20px;
}
.filterTab > div[data-v-489324a1] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.filterTab > div .normalBtnRe[data-v-489324a1] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filterTab > div .el-input[data-v-489324a1] {
  width: 240px;
  margin-right: 12px;
}
.filterTab > div > span[data-v-489324a1] {
  font-weight: 400;
  color: #2677FF;
  line-height: 20px;
  margin-left: 4px;
  cursor: pointer;
}
.checkboxAll[data-v-489324a1] {
  font-weight: bold;
}
.imgCardBox[data-v-489324a1] {
  width: 100%;
  height: 100%;
}
.imgCardBox[data-v-489324a1] .image-slot {
  height: 100%;
  width: 100%;
  color: #606266;
  background: #E9EBEF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.imgCardBox[data-v-489324a1] .image-slot svg {
  display: inline-block;
  font-size: 60px;
}
.imgCardBox[data-v-489324a1] .image-slot p {
  width: 100%;
  line-height: 25px;
  color: #D1D5DD;
}
.imgCardBox[data-v-489324a1] .image-slot p span {
  margin-left: 4px;
  color: #2677FF;
}
.imgCardBox[data-v-489324a1] .image-slot p .el-button {
  padding: 0;
}
.cardImg[data-v-489324a1] {
  width: 100%;
  height: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cardImg img[data-v-489324a1] {
  width: 100%;
  height: 100%;
}
.cardImg div[data-v-489324a1] {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tableWrapFilter[data-v-489324a1] {
  height: calc(100% - 224px) !important;
}
.cardUrl[data-v-489324a1] {
  color: #2677FF;
}
.cardStatus[data-v-489324a1] {
  position: relative;
}
.cardStatus > span[data-v-489324a1]:nth-child(1) {
  color: #a6b3c5;
}
.el-dropdown[data-v-489324a1] {
  position: absolute!important;
  right: 0;
  top: 0;
  margin-top: 0!important;
}
.conwrap[data-v-489324a1] {
  background: none!important;
}
.conwrap > span[data-v-489324a1] {
  display: inline-block;
  width: 28px;
  height: 36px;
  line-height: 36px;
  color: #62666C;
  background: none!important;
}
.classTmp[data-v-489324a1] {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cardHeader[data-v-489324a1] {
  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;
}
.cardHeader[data-v-489324a1] .el-checkbox {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.cardHeader[data-v-489324a1] .el-checkbox .el-checkbox__label {
  display: inline !important;
}
.cardHeader .editClass[data-v-489324a1] {
  display: block;
  width: 40px;
  text-align: right;
  color: #2677FF;
  font-size: 14px;
  cursor: pointer;
}
.el-empty[data-v-489324a1] {
  width: 100%;
  height: calc(100% - 129px);
}

