.cl-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 0;
}
.cl-empty__image {
  width: 160px;
}
.cl-empty__image svg {
  color: #dcdfe6;
  fill: #dcdfe6;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.cl-empty__description {
  margin-top: 20px;
}
.cl-empty__description p {
  margin: 0;
  font-size: 14px;
  color: #909399;
}
.cl-empty__bottom {
  margin-top: 20px;
}
.cl-empty__image img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: contain;
     object-fit: contain;
}
