.dialog-wrap[data-v-ee7586ac] {
  display: block;
  width: 948px;
  height: 500px;
  z-index: 9043;
  position: fixed;
  background-color: white;
  border-color: #dfdfdf;
  overflow: hidden;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px 4px 4px 4px;
  resize: none;
}
.w_content[data-v-ee7586ac] {
  height: calc(100% - 30px);
}
.full-screen[data-v-ee7586ac] {
  width: 100%;
  height: 100%;
}
iframe[data-v-ee7586ac] {
  width: 100%;
  height: calc(100%);
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
}
.top_title[data-v-ee7586ac] {
  padding-bottom: 6px;
  cursor: move;
}
.panel-tool a[data-v-ee7586ac] {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  margin: 0 0 0 2px;
  vertical-align: top;
  margin-right: 10px;
}
.panel-tool-max[data-v-ee7586ac] {
  background: url(//img.cdeledu.com/ADVC/2024/0723/274621e9cc01daa9-0.png) no-repeat 0px -16px;
}
.panel-tool-close[data-v-ee7586ac] {
  background: url(//img.cdeledu.com/ADVC/2024/0723/274621e9cc01daa9-0.png) no-repeat -16px 0px;
}
/* 新增的调整大小手柄样式 */
.resize-handle[data-v-ee7586ac] {
  position: absolute;
  z-index: 1;
  background: transparent;
}
.resize-handle.top[data-v-ee7586ac] {
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  cursor: n-resize;
}
.resize-handle.right[data-v-ee7586ac] {
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  cursor: e-resize;
}
.resize-handle.bottom[data-v-ee7586ac] {
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  cursor: s-resize;
}
.resize-handle.left[data-v-ee7586ac] {
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  cursor: w-resize;
}
.resize-handle.top-right[data-v-ee7586ac] {
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  cursor: ne-resize;
}
.resize-handle.bottom-right[data-v-ee7586ac] {
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  cursor: se-resize;
}
.resize-handle.bottom-left[data-v-ee7586ac] {
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  cursor: sw-resize;
}
.resize-handle.top-left[data-v-ee7586ac] {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  cursor: nw-resize;
}

