.card-content[data-v-102ef6c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 20px;
  height: calc(100% - 70px);
  overflow: auto;
}
.card-item[data-v-102ef6c6] {
  width: 48.6vw;
  height: 65vh;
  margin: 0 0.5vw 0.5vw 0.5vw;
}
.card-item[data-v-102ef6c6] .ant-card-body {
  height: calc(100% - 49px);
}
.card-item-content[data-v-102ef6c6] {
  width: 100%;
  height: 100%;
  border: 1px solid #0801021f;
  border-radius: 2px;
}
.card-item-img[data-v-102ef6c6] {
  width: 100%;
  max-height: 100%;
}
.card-item-null-content[data-v-102ef6c6] {
  width: 100%;
  height: 100%;
  background-color: #0096FB;
  border: 1px solid #080102;
  border-radius: 2px;
  opacity: 0.2;
}

