
.ai_report-content .report-cont{padding-right: 0 !important;}
.ai_report-content .nav-right{display: none !important;}
.ai_report-content .report-footer>div{padding-right: 0 !important;}
.ai_report-content .editor-main{width: 1200px;}
.ai_trendhtml-content .report-cont{padding-top: 60px;}
.ai_trendhtml-content .report-main,.ai_trendhtml-content .editor-main{width: 100%;}
#reportIframe {
  width: 100%;
  height: 100%;
  border: none;
}

.ai_report_content {
  position: relative;
  min-height: 50vh;
}
.ai_report_content.loadding .el-loading-mask {
  display: block;
}
.ai_report_content .el-loading-mask { 
  display: none;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.ai_report_content .el-loading-mask .el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.ai_report_content .el-loading-mask .el-loading-spinner .circular {
  display: inline-block;
  height: 42px;
  width: 42px;
  animation: loading-rotate 2s linear infinite;
}
.ai_report_content .el-loading-mask .el-loading-spinner .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409eff;
  stroke-linecap: round;
}

@keyframes loading-rotate {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
.image-ctrl-mask {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  cursor: pointer;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.image-ctrl-mask.active {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  pointer-events: auto;
}
.image-ctrl-mask a {
  padding: 5px 8px;
  color: #fff;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.image-ctrl-mask a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.image-ctrl-mask a + a {
  margin-top: 10px;
}
.image-ctrl-mask.nourl [data-type=detail] {
  display: none;
}

.ai_report-img_preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  display: none;
  z-index: 1000;
  overflow: hidden;
}
.ai_report-img_preview .modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: grab;
}
.ai_report-img_preview .modal-inner .el-loading-mask {
  display: block;
}
.ai_report-img_preview .modal-inner.dragging {
  cursor: grabbing;
}
.ai_report-img_preview .modal-inner.loaded .modal-image {
  opacity: 1;
}
.ai_report-img_preview .modal-inner.loaded .el-loading-mask {
  display: none;
}
.ai_report-img_preview .modal-image {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-width: none;
  user-select: none;
  -webkit-user-drag: none;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  opacity: 0;
  transform: none;
}
.ai_report-img_preview .modal-image.transition {
  transition-property: transform, opacity;
}
.ai_report-img_preview .close-btn,
.ai_report-img_preview .reset-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 12px;
  backdrop-filter: blur(5px);
  cursor: pointer;
  z-index: 1001;
}
.ai_report-img_preview .close-btn:hover,
.ai_report-img_preview .reset-btn:hover {
  background: rgba(80, 80, 80, 0.6);
}
.ai_report-img_preview .reset-btn {
  right: 100px;
}
.ai_report-img_preview .zoom-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 1001;
}
.ai_report-img_preview .zoom-btn {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 12px;
  backdrop-filter: blur(5px);
  cursor: pointer;
}
.ai_report-img_preview .zoom-btn:hover {
  background: rgba(80, 80, 80, 0.6);
}
.ai_report-img_preview .el-loading-mask {
  display: none;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.ai_report-img_preview .el-loading-mask .el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.ai_report-img_preview .el-loading-mask .el-loading-spinner .circular {
  display: inline-block;
  height: 42px;
  width: 42px;
  animation: loading-rotate 2s linear infinite;
}
.ai_report-img_preview .el-loading-mask .el-loading-spinner .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409eff;
  stroke-linecap: round;
}
