.ai-preview-scene[data-v-a4c4f33a] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai-preview-scene .show-answer[data-v-a4c4f33a] {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  color: #469ffc;
}
.ai-preview-scene .show-answer .text[data-v-a4c4f33a] {
  margin-right: 8px;
}
.ai-preview-scene .app-canvas[data-v-a4c4f33a] {
  width: 100%;
  height: 100%;
}
.ai-preview-scene .loadingBox[data-v-a4c4f33a] {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../assets/images/live-loading-bg.eb303ed5779d17e6ce589927d11e78f6.png) center center no-repeat fixed #000;
  background-size: cover;
  z-index: 4;
}
.ai-preview-scene .loadingBox .loading[data-v-a4c4f33a] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ai-preview-scene .loadingBox .loading .imgBox[data-v-a4c4f33a] {
  position: relative;
  width: 133px;
  margin: 20px auto;
}
.ai-preview-scene .loadingBox .loading .imgBox .animation[data-v-a4c4f33a] {
  width: 133px;
  -webkit-transform: rotate 360deg;
  animation: rotation-a4c4f33a 3s linear infinite;
  -moz-animation: rotation-a4c4f33a 3s linear infinite;
  -webkit-animation: rotation-a4c4f33a 3s linear infinite;
  -o-animation: rotation-a4c4f33a 3s linear infinite;
}
@-webkit-keyframes rotation-a4c4f33a {
from {
    -webkit-transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
}
}
.ai-preview-scene .loadingBox .loading .imgBox .gear[data-v-a4c4f33a] {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ai-preview-scene .loadingBox .progressBox[data-v-a4c4f33a] {
  position: relative;
}
.ai-preview-scene .loadingBox .progressBox .progress[data-v-a4c4f33a] {
  background: url(../assets/images/live-loading-progress-bar@2x.a744f992eb54775cdc18a2c3d29a2079.png) no-repeat;
  background-size: 100% 100%;
  width: 460px;
  height: 35px;
}
.ai-preview-scene .loadingBox .progressBox .progress .progressInner[data-v-a4c4f33a] {
  padding: 8px;
  display: flex;
}
.ai-preview-scene .loadingBox .progressBox .progress .progressInner .progressBg[data-v-a4c4f33a] {
  width: 10px;
  height: 19px;
  background: url(../assets/images/live-loading-progress@2x.ea03940cef8f60ddec06e95d7da691a3.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
}
.ai-preview-scene .loadingBox .progressBox .progress .progressInner .progressBg[data-v-a4c4f33a]:last-child {
  margin: 0;
}
.ai-preview-scene .loadingBox .progressBox .progressTxt[data-v-a4c4f33a] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  line-height: 35px;
}
@media screen and (orientation: portrait) and (max-device-width: 768px) and (max-device-height: 1024px) {
.loadingBox .progressBox .progress[data-v-a4c4f33a] {
    width: 95vw !important;
}
.loadingBox .progressBox .progress .progressInner .progressBg[data-v-a4c4f33a] {
    width: 8px !important;
}
}

