.preview-container {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-container .preview-img {
  max-width: 80%;
  max-height: 90%;
}
#pie-charts {
  height: 300px;
  width: 100%;
}
.swiper-container {
  max-height: 80px;
}
.swiper-container .swiper-slide {
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-container .active {
  background-color: rgba(0, 0, 0, 0.2);
}
.none-upload {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  min-height: 100%;
  opacity: 0;
}
.card-height {
  min-height: 600px;
}
.card-right {
  line-height: 2;
}
.card-right .bottom-img {
  padding-top: 20px;
}
.card-right .bottom-img .logo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.card-right .bottom-img .word {
  font-size: 20px;
  font-weight: 500;
}
h4 {
  font-weight: 800;
  font-size: 20px;
  margin-top: 40px;
}
