.canvasBox[data-v-742ae05c] {
  width: 100%;
  height: 400px;
}
.bottomBtn[data-v-742ae05c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 12px;
}
.cardBorder[data-v-d78b1104] {
  width: 170px;
  height: 170px;
  border: 1px dashed #ddd;
  border-radius: 10px;
  cursor: pointer;
  line-height: 170px;
  text-align: center;
  color: #8c939d;
  font-size: 28px;
}
.cardBorder[data-v-d78b1104]:hover {
  border: 1px dashed #2979ff;
}
.imgBox[data-v-d78b1104] {
  width: 170px;
  height: 170px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.maskBox[data-v-d78b1104] {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 22px;
}
.maskBox i[data-v-d78b1104] {
  line-height: 170px;
  width: 30px;
}
.maskBox i[data-v-d78b1104]:hover {
  color: #2979ff;
}
.imgBox img[data-v-d78b1104] {
  width: 100%;
  height: 100%;
}
